Skip to content

Instantly share code, notes, and snippets.

@peutetre
Last active August 29, 2015 14:24
Show Gist options
  • Save peutetre/63afb727bbb871629213 to your computer and use it in GitHub Desktop.
Save peutetre/63afb727bbb871629213 to your computer and use it in GitHub Desktop.
tarifa.json
{
"name": "few",
"id": "few.few",
"description": "",
"version": "0.0.0",
"platforms": [
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]"
],
"configurations_mixins": {
"toto": {
"cordova": {
"whitelist": [
{
"type": "access-origin",
"origin": [
"http://en.lichess.org"
]
}
]
}
}
},
"configurations": {
"ios": {
"default": {
"id": "few.few.init",
"product_name": "few_init",
"product_file_name": "few_init"
},
"dev": {
"id": "few.few.dev",
"product_name": "few_dev",
"product_file_name": "few_dev"
},
"stage": {
"id": "few.few.stage",
"product_name": "few_stage",
"product_file_name": "few_stage",
"release": true
},
"prod": {
"id": "few.few.prod",
"product_name": "few_prod",
"product_file_name": "few_prod",
"release": true
}
},
"android": {
"default": {
"id": "few.few.init",
"product_name": "few_init",
"product_file_name": "few_init"
},
"dev": {
"cordova": {
"whitelist": [
{
"type": "access-origin",
"origin": [
"http://en.lichess.org"
]
}
]
},
"id": "few.few.dev",
"product_name": "few_dev",
"product_file_name": "few_dev",
"extend": "toto"
},
"stage": {
"id": "few.few.stage",
"product_name": "few_stage",
"product_file_name": "few_stage",
"release": true,
"cordova": {
"whitelist": [
{
"type": "allow-intent",
"origin": [
"market:test"
]
}
]
}
},
"prod": {
"id": "few.few.prod",
"product_name": "few_prod",
"product_file_name": "few_prod",
"release": true
}
},
"browser": {
"default": {
"id": "few.few.init",
"product_name": "few_init",
"product_file_name": "few_init"
},
"dev": {
"id": "few.few.dev",
"product_name": "few_dev",
"product_file_name": "few_dev"
},
"stage": {
"id": "few.few.stage",
"product_name": "few_stage",
"product_file_name": "few_stage",
"release": true
},
"prod": {
"id": "few.few.prod",
"product_name": "few_prod",
"product_file_name": "few_prod",
"release": true
}
},
"firefoxos": {
"default": {
"id": "few.few.init",
"product_name": "few_init",
"product_file_name": "few_init"
},
"dev": {
"id": "few.few.dev",
"product_name": "few_dev",
"product_file_name": "few_dev"
},
"stage": {
"id": "few.few.stage",
"product_name": "few_stage",
"product_file_name": "few_stage",
"release": true
},
"prod": {
"id": "few.few.prod",
"product_name": "few_prod",
"product_file_name": "few_prod",
"release": true
}
}
},
"cordova": {
"preferences": {
"DisallowOverscroll": true,
"EnableViewportScale": false,
"KeyboardDisplayRequiresUserAction": false,
"ShowSplashScreenSpinner": false,
"SplashScreen": "screen",
"BackgroundColor": "0xffffffff",
"AutoHideSplashScreen": false,
"KeepRunning": true,
"Orientation": "portrait"
},
"whitelist": {
"shared": [
{
"type": "access-origin",
"origin": [
"*"
]
}
]
}
},
"author": {
"name": "Paul Panserrieu",
"email": "[email protected]",
"href": "http://42loops.com"
},
"check": {
"ios": "./project/bin/check_ios.js",
"android": "./project/bin/check_android.js",
"browser": "./project/bin/check_browser.js",
"firefoxos": "./project/bin/check_firefoxos.js"
},
"plugins": {
"cordova-plugin-splashscreen": "[email protected]",
"cordova-plugin-whitelist": "[email protected]"
},
"project_output": "project/www"
}
{
"name": "few",
"id": "few.few",
"description": "",
"version": "0.0.0",
"platforms": [
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]"
],
"configurations_mixins": {
"toto": {
"cordova": {
"whitelist": [
{
"type": "access-origin",
"origin": [
"http://en.lichess.org"
]
}
]
}
}
},
"configurations": {
"ios": {
"default": {
"id": "few.few.init",
"product_name": "few_init",
"product_file_name": "few_init"
},
"dev": {
"id": "few.few.dev",
"product_name": "few_dev",
"product_file_name": "few_dev"
},
"stage": {
"id": "few.few.stage",
"product_name": "few_stage",
"product_file_name": "few_stage",
"release": true
},
"prod": {
"id": "few.few.prod",
"product_name": "few_prod",
"product_file_name": "few_prod",
"release": true
}
},
"android": {
"default": {
"id": "few.few.init",
"product_name": "few_init",
"product_file_name": "few_init"
},
"dev": {
"id": "few.few.dev",
"product_name": "few_dev",
"product_file_name": "few_dev",
"extend": "toto"
},
"stage": {
"id": "few.few.stage",
"product_name": "few_stage",
"product_file_name": "few_stage",
"release": true,
"cordova": {
"whitelist": [
{
"type": "allow-intent",
"origin": [
"market:test"
]
}
]
}
},
"prod": {
"id": "few.few.prod",
"product_name": "few_prod",
"product_file_name": "few_prod",
"release": true
}
},
"browser": {
"default": {
"id": "few.few.init",
"product_name": "few_init",
"product_file_name": "few_init"
},
"dev": {
"id": "few.few.dev",
"product_name": "few_dev",
"product_file_name": "few_dev"
},
"stage": {
"id": "few.few.stage",
"product_name": "few_stage",
"product_file_name": "few_stage",
"release": true
},
"prod": {
"id": "few.few.prod",
"product_name": "few_prod",
"product_file_name": "few_prod",
"release": true
}
},
"firefoxos": {
"default": {
"id": "few.few.init",
"product_name": "few_init",
"product_file_name": "few_init"
},
"dev": {
"id": "few.few.dev",
"product_name": "few_dev",
"product_file_name": "few_dev"
},
"stage": {
"id": "few.few.stage",
"product_name": "few_stage",
"product_file_name": "few_stage",
"release": true
},
"prod": {
"id": "few.few.prod",
"product_name": "few_prod",
"product_file_name": "few_prod",
"release": true
}
}
},
"cordova": {
"preferences": {
"DisallowOverscroll": true,
"EnableViewportScale": false,
"KeyboardDisplayRequiresUserAction": false,
"ShowSplashScreenSpinner": false,
"SplashScreen": "screen",
"BackgroundColor": "0xffffffff",
"AutoHideSplashScreen": false,
"KeepRunning": true,
"Orientation": "portrait"
},
"whitelist": {
"shared": [
{
"type": "access-origin",
"origin": [
"*"
]
}
]
}
},
"author": {
"name": "Paul Panserrieu",
"email": "[email protected]",
"href": "http://42loops.com"
},
"check": {
"ios": "./project/bin/check_ios.js",
"android": "./project/bin/check_android.js",
"browser": "./project/bin/check_browser.js",
"firefoxos": "./project/bin/check_firefoxos.js"
},
"plugins": {
"cordova-plugin-splashscreen": "[email protected]",
"cordova-plugin-whitelist": "[email protected]"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment