summaryrefslogtreecommitdiff
path: root/platform/ios/scripts
diff options
context:
space:
mode:
authorRomain Quidet <contact@xdappfactory.com>2016-07-25 20:26:43 +0200
committerMinh Nguyễn <mxn@1ec5.org>2016-07-25 11:26:43 -0700
commite1351751c271d964d250f8bd785b28fab9b81846 (patch)
tree9cca6acb426e87d2ce13cd12a80c24e73f781ebe /platform/ios/scripts
parentbdc231db9485399c01597fceeccbd549f29137b1 (diff)
downloadqtlocation-mapboxgl-e1351751c271d964d250f8bd785b28fab9b81846.tar.gz
5782: build static framework correctly (#5783)
* 5782: build static framework correctly * 5782: updated changelog
Diffstat (limited to 'platform/ios/scripts')
-rwxr-xr-xplatform/ios/scripts/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/scripts/package.sh b/platform/ios/scripts/package.sh
index 6d031a4c98..c012934203 100755
--- a/platform/ios/scripts/package.sh
+++ b/platform/ios/scripts/package.sh
@@ -108,7 +108,7 @@ if [[ ${BUILD_FOR_DEVICE} == true ]]; then
-jobs ${JOBS} | xcpretty
fi
-LIBS=(Mapbox.a mbgl-core.a mbgl-platform-ios.a)
+LIBS=(Mapbox.a)
# https://medium.com/@syshen/create-an-ios-universal-framework-148eb130a46c
if [[ "${BUILD_FOR_DEVICE}" == true ]]; then