File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
carthage-files/BranchSDK.xcodeproj Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 625625 MTL_ENABLE_DEBUG_INFO = YES;
626626 ONLY_ACTIVE_ARCH = YES;
627627 SDKROOT = iphoneos;
628- SYMROOT = "$(PROJECT_DIR)/Build";
629628 TARGETED_DEVICE_FAMILY = "1,2";
630629 VERSIONING_SYSTEM = "apple-generic";
631630 VERSION_INFO_PREFIX = "";
667666 IPHONEOS_DEPLOYMENT_TARGET = 9.2;
668667 MTL_ENABLE_DEBUG_INFO = NO;
669668 SDKROOT = iphoneos;
670- SYMROOT = "$(PROJECT_DIR)/Build";
671669 TARGETED_DEVICE_FAMILY = "1,2";
672670 VALIDATE_PRODUCT = YES;
673671 VERSIONING_SYSTEM = "apple-generic";
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ function finish {
1919}
2020trap finish EXIT
2121
22- xcodebuild -scheme ' Branch iOS SDK Carthage' clean build
22+ echo " >>> Building 'Branch iOS SDK Carthage'."
23+ xcodebuild -scheme ' Branch iOS SDK Carthage' clean build -quiet
2324carthage build --no-skip-current && carthage archive Branch
2425scriptFailed=0
You can’t perform that action at this time.
0 commit comments