summaryrefslogtreecommitdiff
path: root/platform/ios/scripts
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-12-03 21:53:05 -0500
committerJason Wray <friedbunny@users.noreply.github.com>2018-12-05 12:34:39 -0500
commitffe0624d77f54e00e141b6c6f85f159a28cf0e90 (patch)
tree2e186740b6963d3b753bd175ec6a913ce6969f3d /platform/ios/scripts
parentd80d88d57bfbc8b987f229937e09e2de62c9982e (diff)
downloadqtlocation-mapboxgl-ffe0624d77f54e00e141b6c6f85f159a28cf0e90.tar.gz
[ios, build] Move symbol strip settings to Xcode project
Diffstat (limited to 'platform/ios/scripts')
-rwxr-xr-xplatform/ios/scripts/package.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/platform/ios/scripts/package.sh b/platform/ios/scripts/package.sh
index f301c6d55e..54a34bdf8f 100755
--- a/platform/ios/scripts/package.sh
+++ b/platform/ios/scripts/package.sh
@@ -171,16 +171,6 @@ else
cp -rv platform/ios/app/Settings.bundle ${OUTPUT}
fi
-if [[ ${SYMBOLS} = NO ]]; then
- step "Stripping symbols from binaries"
- if [[ ${BUILD_STATIC} == true ]]; then
- strip -Sx "${OUTPUT}/static/${NAME}.framework/${NAME}"
- fi
- if [[ ${BUILD_DYNAMIC} == true ]]; then
- strip -Sx "${OUTPUT}/dynamic/${NAME}.framework/${NAME}"
- fi
-fi
-
function get_comparable_uuid {
echo $(dwarfdump --uuid ${1} | sed -n 's/.*UUID:\([^\"]*\) .*/\1/p' | sort)
}