1
This commit is contained in:
parent
e53bb69d6f
commit
b4c526f019
@ -7,7 +7,6 @@
|
|||||||
objects = {
|
objects = {
|
||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
/* Begin PBXBuildFile section */
|
||||||
1DBC41082DA4FC140093FCB0 /* Kingfisher in Frameworks */ = {isa = PBXBuildFile; productRef = 1DBC41072DA4FC140093FCB0 /* Kingfisher */; };
|
|
||||||
44750E76352CA5F5653C130B /* Pods_ShortPlay.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CB082E16E94AEEE7602DC87 /* Pods_ShortPlay.framework */; };
|
44750E76352CA5F5653C130B /* Pods_ShortPlay.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CB082E16E94AEEE7602DC87 /* Pods_ShortPlay.framework */; };
|
||||||
8259C195B8627F99A0DA2633 /* Pods_ShortPlayTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3049C811FA3662418C9EEACE /* Pods_ShortPlayTests.framework */; };
|
8259C195B8627F99A0DA2633 /* Pods_ShortPlayTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3049C811FA3662418C9EEACE /* Pods_ShortPlayTests.framework */; };
|
||||||
F30A67DA1559E80D2303D8BD /* Pods_ShortPlay_ShortPlayUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DB457634938350C07D587D4 /* Pods_ShortPlay_ShortPlayUITests.framework */; };
|
F30A67DA1559E80D2303D8BD /* Pods_ShortPlay_ShortPlayUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8DB457634938350C07D587D4 /* Pods_ShortPlay_ShortPlayUITests.framework */; };
|
||||||
@ -81,7 +80,6 @@
|
|||||||
isa = PBXFrameworksBuildPhase;
|
isa = PBXFrameworksBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
1DBC41082DA4FC140093FCB0 /* Kingfisher in Frameworks */,
|
|
||||||
44750E76352CA5F5653C130B /* Pods_ShortPlay.framework in Frameworks */,
|
44750E76352CA5F5653C130B /* Pods_ShortPlay.framework in Frameworks */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
@ -738,25 +736,6 @@
|
|||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Release;
|
||||||
};
|
};
|
||||||
/* End XCConfigurationList section */
|
/* End XCConfigurationList section */
|
||||||
|
|
||||||
/* Begin XCRemoteSwiftPackageReference section */
|
|
||||||
1DBC41062DA4FC140093FCB0 /* XCRemoteSwiftPackageReference "Kingfisher" */ = {
|
|
||||||
isa = XCRemoteSwiftPackageReference;
|
|
||||||
repositoryURL = "https://github.com/onevcat/Kingfisher.git";
|
|
||||||
requirement = {
|
|
||||||
kind = upToNextMajorVersion;
|
|
||||||
minimumVersion = 8.3.1;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
/* End XCRemoteSwiftPackageReference section */
|
|
||||||
|
|
||||||
/* Begin XCSwiftPackageProductDependency section */
|
|
||||||
1DBC41072DA4FC140093FCB0 /* Kingfisher */ = {
|
|
||||||
isa = XCSwiftPackageProductDependency;
|
|
||||||
package = 1DBC41062DA4FC140093FCB0 /* XCRemoteSwiftPackageReference "Kingfisher" */;
|
|
||||||
productName = Kingfisher;
|
|
||||||
};
|
|
||||||
/* End XCSwiftPackageProductDependency section */
|
|
||||||
};
|
};
|
||||||
rootObject = 1DBC40512DA4EDFC0093FCB0 /* Project object */;
|
rootObject = 1DBC40512DA4EDFC0093FCB0 /* Project object */;
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"buildCommand" : {
|
||||||
|
"command" : "build",
|
||||||
|
"skipDependencies" : false,
|
||||||
|
"style" : "buildOnly"
|
||||||
|
},
|
||||||
|
"configuredTargets" : [
|
||||||
|
|
||||||
|
],
|
||||||
|
"continueBuildingAfterErrors" : false,
|
||||||
|
"dependencyScope" : "workspace",
|
||||||
|
"enableIndexBuildArena" : false,
|
||||||
|
"hideShellScriptEnvironment" : false,
|
||||||
|
"parameters" : {
|
||||||
|
"action" : "build",
|
||||||
|
"overrides" : {
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"qos" : "utility",
|
||||||
|
"schemeCommand" : "launch",
|
||||||
|
"showNonLoggedProgress" : true,
|
||||||
|
"useDryRun" : false,
|
||||||
|
"useImplicitDependencies" : false,
|
||||||
|
"useLegacyBuildLocations" : false,
|
||||||
|
"useParallelTargets" : true
|
||||||
|
}
|
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
{"client":{"name":"basic","version":0,"file-system":"device-agnostic","perform-ownership-analysis":"no"},"targets":{"":["<all>"]},"commands":{"<all>":{"tool":"phony","inputs":["<WorkspaceHeaderMapVFSFilesWritten>"],"outputs":["<all>"]},"P0:::Gate WorkspaceHeaderMapVFSFilesWritten":{"tool":"phony","inputs":[],"outputs":["<WorkspaceHeaderMapVFSFilesWritten>"]}}}
|
@ -0,0 +1 @@
|
|||||||
|
Target dependency graph (0 target)
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user