diff options
author | Jason Wray <jason@mapbox.com> | 2017-12-20 16:55:30 -0800 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2017-12-20 17:36:06 -0800 |
commit | 8e69a35d758d4fa632ed153590ae56c976269b76 (patch) | |
tree | 8d18b3f210a53286f6b26a5097e793b1393dcb73 /scripts | |
parent | 6a9eec8ed5dee4a4527c25523d4a8b1aee758212 (diff) | |
download | qtlocation-mapboxgl-8e69a35d758d4fa632ed153590ae56c976269b76.tar.gz |
[ios, build] Stop packaging i386 simulator arch
Only builds and packages x86_64 architecture in our frameworks and dSYM. Removes support for 32-bit simulators, such as the iPhone 5 and iPad 2. This does not affect device support — 32-bit devices are still supported via the arm7 architecture.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/publish_binary_size.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/publish_binary_size.sh b/scripts/publish_binary_size.sh index e515de7c96..08dfb88287 100755 --- a/scripts/publish_binary_size.sh +++ b/scripts/publish_binary_size.sh @@ -56,7 +56,6 @@ else # Upload all dimensions that we are tracking publish_binary_size "Platform=iOS,Arch=armv7" publish_binary_size "Platform=iOS,Arch=arm64" - publish_binary_size "Platform=iOS,Arch=i386" publish_binary_size "Platform=iOS,Arch=x86_64" publish_binary_size "Platform=iOS,Arch=Dynamic" |