diff options
author | Jason Wray <jason@mapbox.com> | 2016-01-20 15:26:03 -0500 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2016-01-20 15:26:03 -0500 |
commit | 7afd6045ddc3dea356f59792bd0c9d466bd4fb8b (patch) | |
tree | 62c66f8afdf9ba19263dabde49ab8d69c0674f00 /ios | |
parent | 460b21e32475a04aa90b0cbfda70561049a2beca (diff) | |
download | qtlocation-mapboxgl-7afd6045ddc3dea356f59792bd0c9d466bd4fb8b.tar.gz |
[ios] Make demo app's build number more realistic
[skipci]
Diffstat (limited to 'ios')
-rw-r--r-- | ios/app/app-info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/app/app-info.plist b/ios/app/app-info.plist index 87927353b1..eb2080dd08 100644 --- a/ios/app/app-info.plist +++ b/ios/app/app-info.plist @@ -21,7 +21,7 @@ <key>CFBundleSignature</key> <string>MBGL</string> <key>CFBundleVersion</key> - <string>0.0.3</string> + <string>7877</string> <key>LSRequiresIPhoneOS</key> <true/> <key>MGLMetricsTestServerURL</key> |