File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55BUILD_DIR=" .build/Xcode"
66
77xcodebuild archive \
8- -project Compute.xcodeproj \
8+ -project Xcode/ Compute.xcodeproj \
99 -scheme Compute \
1010 -destination " generic/platform=macOS" \
1111 -archivePath " $BUILD_DIR /Archives/Compute-macOS.xcarchive" \
1212 ENABLE_USER_SCRIPT_SANDBOXING=NO
1313
1414xcodebuild archive \
15- -project Compute.xcodeproj \
15+ -project Xcode/ Compute.xcodeproj \
1616 -scheme Compute \
1717 -destination " generic/platform=iOS" \
1818 -archivePath " $BUILD_DIR /Archives/Compute-iOS.xcarchive" \
1919 ENABLE_USER_SCRIPT_SANDBOXING=NO
2020
2121xcodebuild archive \
22- -project Compute.xcodeproj \
22+ -project Xcode/ Compute.xcodeproj \
2323 -scheme Compute \
2424 -destination " generic/platform=iOS Simulator" \
2525 -archivePath " $BUILD_DIR /Archives/Compute-iOS-Simulator.xcarchive" \
You can’t perform that action at this time.
0 commit comments