Remove the script target output file, since it's dynamic based
This commit is contained in:
parent
99770368b5
commit
50c8acefd7
|
@ -1132,16 +1132,6 @@
|
||||||
outputFileListPaths = (
|
outputFileListPaths = (
|
||||||
);
|
);
|
||||||
outputPaths = (
|
outputPaths = (
|
||||||
"$(SRCROOT)/build/iphoneos/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/iphonesimulator/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/macosx/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/appletvos/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/appletvsimulator/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/watchos/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/watchsimulator/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/maccatalyst/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/xros/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/xrsimulator/SDWebImage.framework",
|
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
|
@ -1155,22 +1145,11 @@
|
||||||
inputFileListPaths = (
|
inputFileListPaths = (
|
||||||
);
|
);
|
||||||
inputPaths = (
|
inputPaths = (
|
||||||
"$(SRCROOT)/build/iphoneos/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/iphonesimulator/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/macosx/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/appletvos/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/appletvsimulator/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/watchos/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/watchsimulator/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/maccatalyst/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/xros/SDWebImage.framework",
|
|
||||||
"$(SRCROOT)/build/xrsimulator/SDWebImage.framework",
|
|
||||||
);
|
);
|
||||||
name = "Create XCFramework";
|
name = "Create XCFramework";
|
||||||
outputFileListPaths = (
|
outputFileListPaths = (
|
||||||
);
|
);
|
||||||
outputPaths = (
|
outputPaths = (
|
||||||
"$(SRCROOT)/build/SDWebImage.xcframework",
|
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
|
|
Loading…
Reference in New Issue