Skip to content

Instantly share code, notes, and snippets.

@branflake2267
Created April 23, 2018 04:18
Show Gist options
  • Save branflake2267/fbd4e927c7ba7f01229035e56ac40daa to your computer and use it in GitHub Desktop.
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.
// 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"
}
}
}
},
@branflake2267
Copy link
Author

https://youtu.be/-ihB9XWXtM0 - Used in this video

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment