diff options
author | Fredrik Karlsson <bjorn.fredrik.karlsson@gmail.com> | 2016-07-06 22:13:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-06 22:13:02 +0200 |
commit | d4f5a37c43e8ddfdcd4ea0d92fd12088eb70a67d (patch) | |
tree | 7fd7f44bfc8956a58d17950bebf8f59158032880 /platform/ios | |
parent | 687013bc991a63e5b520eda3ba505ebd8864fd2d (diff) | |
download | qtlocation-mapboxgl-d4f5a37c43e8ddfdcd4ea0d92fd12088eb70a67d.tar.gz |
[ios] omit podspec for static lib (#5595)
Diffstat (limited to 'platform/ios')
-rwxr-xr-x | platform/ios/scripts/package.sh | 1 |
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" |