summaryrefslogtreecommitdiff
path: root/platform/ios/scripts/script_resources/MapboxDemo/MapboxDemo/Assets.xcassets/Contents.json
diff options
context:
space:
mode:
authorJesse Bounds <jesse@rebounds.net>2017-11-22 10:28:43 -0800
committerGitHub <noreply@github.com>2017-11-22 10:28:43 -0800
commitbcfe51c16c595e1aef691a34acea7636d82cc7bd (patch)
tree0bdbd5713c334663a186c99717ef3ac3575d9a52 /platform/ios/scripts/script_resources/MapboxDemo/MapboxDemo/Assets.xcassets/Contents.json
parent8f4c07c5b8a0eff9d8047ce6ae030f155359db81 (diff)
downloadqtlocation-mapboxgl-bcfe51c16c595e1aef691a34acea7636d82cc7bd.tar.gz
[ios] Add easy to use demo app for developers (#10524)
This updates the package script to include a pre-built iOS app in the published assets of the dynamic SDK. It symlinks the Mapbox.framework in that dynamic build to the demo app so the only real increase in size is the demo Xcode project itself. The addtional step in the publish script checks that the Mapbox.framework that is symlinked in for building in the demo project can actually be built. If it cannot, then the step is skipped and the build will continue as it normally would. Since the demo app is currently not required for publishing it should not block publishing a build.
Diffstat (limited to 'platform/ios/scripts/script_resources/MapboxDemo/MapboxDemo/Assets.xcassets/Contents.json')
-rw-r--r--platform/ios/scripts/script_resources/MapboxDemo/MapboxDemo/Assets.xcassets/Contents.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/platform/ios/scripts/script_resources/MapboxDemo/MapboxDemo/Assets.xcassets/Contents.json b/platform/ios/scripts/script_resources/MapboxDemo/MapboxDemo/Assets.xcassets/Contents.json
new file mode 100644
index 0000000000..da4a164c91
--- /dev/null
+++ b/platform/ios/scripts/script_resources/MapboxDemo/MapboxDemo/Assets.xcassets/Contents.json
@@ -0,0 +1,6 @@
+{
+ "info" : {
+ "version" : 1,
+ "author" : "xcode"
+ }
+} \ No newline at end of file