Skip to content

Instantly share code, notes, and snippets.

@hyperion0201
Last active October 19, 2019 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyperion0201/c648e37fcb7487f750b04f70d82f58aa to your computer and use it in GitHub Desktop.
Save hyperion0201/c648e37fcb7487f750b04f70d82f58aa to your computer and use it in GitHub Desktop.
{
"name": "demo2",
"slug": "demo2",
"privacy": "public",
"sdkVersion": "33.0.0",
"platforms": [
"ios",
"android"
],
"version": "1.0.0",
"orientation": "portrait",
"icon": "./src/assets/images/icon.png",
"splash": {
"image": "./src/assets/images/splash_logo.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": false,
"bundleIdentifier": "io.appfast.demo2.ios"
},
"android": {
"package": "io.appfast.demo2.android"
},
"description": ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment