diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-01-21 16:03:53 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-01-22 14:45:57 -0800 |
commit | 7338db692d0140b8c02b14656948bb4d193edb21 (patch) | |
tree | c0cb384fb997aa6fcef8e7588d8badc988b39e83 /ios | |
parent | f986417f5c68ae0429537b340576f8002af1c49a (diff) | |
download | qtlocation-mapboxgl-7338db692d0140b8c02b14656948bb4d193edb21.tar.gz |
[ios] Refactored build scripts
package.sh now recognizes several environment variables through make that influence the build settings and targets. Info.plist variables are substituted with the correct values in both the static and dynamic frameworks.
Fixes #3656.
Diffstat (limited to 'ios')
-rw-r--r-- | ios/framework/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/framework/Info.plist b/ios/framework/Info.plist index 7cb6e1dfd3..3bf250da27 100644 --- a/ios/framework/Info.plist +++ b/ios/framework/Info.plist @@ -15,7 +15,7 @@ <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>0</string> + <string>0.0.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> |