summaryrefslogtreecommitdiff
path: root/scripts/ios/package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ios/package.sh')
-rwxr-xr-xscripts/ios/package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ios/package.sh b/scripts/ios/package.sh
index b499f4a108..449cf5c258 100755
--- a/scripts/ios/package.sh
+++ b/scripts/ios/package.sh
@@ -50,7 +50,7 @@ if [[ "${BUILD_FOR_DEVICE}" == true ]]; then
ARCHS="arm64 armv7 armv7s" \
ONLY_ACTIVE_ARCH=NO \
GCC_GENERATE_DEBUGGING_SYMBOLS=${GCC_GENERATE_DEBUGGING_SYMBOLS} \
- -project ./build/ios/mbgl.xcodeproj \
+ -project ./build/ios-all/mbgl.xcodeproj \
-configuration ${BUILDTYPE} \
-target everything \
-jobs ${JOBS} | xcpretty -c
@@ -61,7 +61,7 @@ xcodebuild -sdk iphonesimulator${IOS_SDK_VERSION} \
ARCHS="x86_64 i386" \
ONLY_ACTIVE_ARCH=NO \
GCC_GENERATE_DEBUGGING_SYMBOLS=${GCC_GENERATE_DEBUGGING_SYMBOLS} \
- -project ./build/ios/mbgl.xcodeproj \
+ -project ./build/ios-all/mbgl.xcodeproj \
-configuration ${BUILDTYPE} \
-target everything \
-jobs ${JOBS} | xcpretty -c