Created
April 23, 2018 04:18
-
-
Save branflake2267/fbd4e927c7ba7f01229035e56ac40daa to your computer and use it in GitHub Desktop.
app.json configuration for native-ios and native-android packager builds. Used in Youtube video.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // partial config below | |
| "builds": { | |
| "web": {"default": true}, | |
| "native-ios": { | |
| "packager": "cordova", | |
| "cordova" : { | |
| "config": { | |
| // Uncomment the line below and add the platforms you wish to build for | |
| "platforms": "ios", | |
| "id": "com.gawkat.mountainapp", | |
| "name": "MountainApp" | |
| } | |
| } | |
| }, | |
| "native-android": { | |
| "packager": "cordova", | |
| "cordova" : { | |
| "config": { | |
| // Uncomment the line below and add the platforms you wish to build for | |
| "platforms": "android", | |
| "id": "com.gawkat.mountainapp", | |
| "name": "MountainApp" | |
| } | |
| } | |
| } | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://youtu.be/-ihB9XWXtM0 - Used in this video