summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Karlsson <bjorn.fredrik.karlsson@gmail.com>2016-07-06 22:13:02 +0200
committerGitHub <noreply@github.com>2016-07-06 22:13:02 +0200
commitd4f5a37c43e8ddfdcd4ea0d92fd12088eb70a67d (patch)
tree7fd7f44bfc8956a58d17950bebf8f59158032880
parent687013bc991a63e5b520eda3ba505ebd8864fd2d (diff)
downloadqtlocation-mapboxgl-d4f5a37c43e8ddfdcd4ea0d92fd12088eb70a67d.tar.gz
[ios] omit podspec for static lib (#5595)
-rwxr-xr-xplatform/ios/scripts/package.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/ios/scripts/package.sh b/platform/ios/scripts/package.sh
index 50c0505931..29ea2c47bd 100755
--- a/platform/ios/scripts/package.sh
+++ b/platform/ios/scripts/package.sh
@@ -192,7 +192,6 @@ function create_local_podspec {
if [[ ${BUILD_STATIC} == true ]]; then
stat "${OUTPUT}/static/${NAME}.framework"
- create_local_podspec "static"
fi
if [[ ${BUILD_DYNAMIC} == true ]]; then
stat "${OUTPUT}/dynamic/${NAME}.framework"