From 50c8acefd72b944fab51e6ef0f5608f466b94b14 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Mon, 11 Sep 2023 17:37:51 +0800 Subject: [PATCH] Remove the script target output file, since it's dynamic based --- SDWebImage.xcodeproj/project.pbxproj | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/SDWebImage.xcodeproj/project.pbxproj b/SDWebImage.xcodeproj/project.pbxproj index 5a4af183..1ed93492 100644 --- a/SDWebImage.xcodeproj/project.pbxproj +++ b/SDWebImage.xcodeproj/project.pbxproj @@ -1132,16 +1132,6 @@ outputFileListPaths = ( ); 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; shellPath = /bin/sh; @@ -1155,22 +1145,11 @@ inputFileListPaths = ( ); 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"; outputFileListPaths = ( ); outputPaths = ( - "$(SRCROOT)/build/SDWebImage.xcframework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh;