File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ BUILD_SCHEME="OneSignalFramework"
99BUILD_PROJECT=" OneSignal.xcodeproj"
1010
1111# NOTE: Once Apple drops support for Xcode 10, we can edit this to use same xcodebuild version for all three build commands
12- XCODEBUILD_OLDEST_SUPPORTED=/Applications/Xcode10.1.app/Contents/Developer/usr/bin/xcodebuild
12+ # XCODEBUILD_OLDEST_SUPPORTED=/Applications/Xcode10.1.app/Contents/Developer/usr/bin/xcodebuild
1313XCODEBUILD_11_0=/Applications/Xcode11.0.app/Contents/Developer/usr/bin/xcodebuild
1414
1515# For backwards compatible bitcode we need to build iphonesimulator + iphoneos with 3 versions behind the latest.
1616# However variant=Mac Catalyst needs to be be Xcode 11.0
17- $XCODEBUILD_OLDEST_SUPPORTED -configuration ${BUILD_CONFIG} MACH_O_TYPE=${BUILD_TYPE} -sdk " iphonesimulator" ARCHS=" x86_64 i386" -project ${BUILD_PROJECT} -scheme ${BUILD_SCHEME} SYMROOT=" ${DERIVED_DATA_RELATIVE_DIR} /"
18- $XCODEBUILD_OLDEST_SUPPORTED -configuration ${BUILD_CONFIG} MACH_O_TYPE=${BUILD_TYPE} -sdk " iphoneos" ARCHS=" armv7 armv7s arm64 arm64e" -project ${BUILD_PROJECT} -scheme ${BUILD_SCHEME} SYMROOT=" ${DERIVED_DATA_RELATIVE_DIR} /"
17+ $XCODEBUILD_11_0 -configuration ${BUILD_CONFIG} MACH_O_TYPE=${BUILD_TYPE} -sdk " iphonesimulator" ARCHS=" x86_64 i386" -project ${BUILD_PROJECT} -scheme ${BUILD_SCHEME} SYMROOT=" ${DERIVED_DATA_RELATIVE_DIR} /"
18+ $XCODEBUILD_11_0 -configuration ${BUILD_CONFIG} MACH_O_TYPE=${BUILD_TYPE} -sdk " iphoneos" ARCHS=" armv7 armv7s arm64 arm64e" -project ${BUILD_PROJECT} -scheme ${BUILD_SCHEME} SYMROOT=" ${DERIVED_DATA_RELATIVE_DIR} /"
1919$XCODEBUILD_11_0 -configuration ${BUILD_CONFIG} ARCHS=" x86_64h" VALID_ARCHS=" x86_64h" -destination ' platform=macOS,variant=Mac Catalyst' MACH_O_TYPE=${BUILD_TYPE} -project ${BUILD_PROJECT} -scheme ${BUILD_SCHEME} SYMROOT=" ${DERIVED_DATA_RELATIVE_DIR} /"
2020
2121USER=$( id -un)
You can’t perform that action at this time.
0 commit comments