Skip to content

Instantly share code, notes, and snippets.

@krisrak
Created April 20, 2016 19:00
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 krisrak/20049ca8157468588f7aa207f024d594 to your computer and use it in GitHub Desktop.
Save krisrak/20049ca8157468588f7aa207f024d594 to your computer and use it in GitHub Desktop.
.xdk file template for Intel XDK project
{
"project": {
"projectSettingsVersion": "3.0.0",
"creationData": {
"projectTypeName": "com.intel.xdk.projecttype.jsapp",
"projectGuid": "00000000-0000-0000-0000-000000000000",
"lastModifiedDate": 1451606400000,
"creationDate": 1451606400000
},
"XDK-app-designer": "false",
"sourceDirectory": "www",
"startFile": "index.html",
"cordovaPluginsDirectory": "plugins",
"cordovaPlugins": [
{
"id": "cordova-plugin-device",
"originType": "cordova.io",
"version": "?",
"selectedState": "Included"
},
{
"id": "cordova-plugin-splashscreen",
"originType": "cordova.io",
"version": "?",
"selectedState": "Included"
},
{
"id": "cordova-plugin-statusbar",
"originType": "cordova.io",
"version": "?",
"selectedState": "Included"
}
],
"buildConfigurations": {
"Android": {
"platform_": "android",
"runtime_": "Crosswalk with Cordova 3.x",
"name_": "Android",
"cordovaCLIVersion_": "?",
"crosswalkVersion_": "?",
"preferences_": {
"android-minSdkVersion": "14",
"android-targetSdkVersion": "19",
"android-installLocation": "auto",
"Fullscreen": true,
"Orientation": "Default",
"android-signed": true
},
"isActive_": true,
"appName_": "appname",
"appID_": "com.companyname.appname",
"appAccess_": {
"mode": "whitelist",
"network": ["*"],
"navigation": [],
"properties": {}
},
"icons_": [],
"splashes_": [],
"addlPermissions_": "",
"excludedLibraries_": "",
"certificateId_": "",
"addlPermissions_": "ACCESS_COARSE_LOCATION;ACCESS_FINE_LOCATION;CAMERA;VIBRATE",
"appVersion_": "0.0.1",
"appVersionCode_": "1"
},
"iOS": {
"platform_": "ios",
"runtime_": "Cordova 3.x",
"name_": "iOS",
"cordovaCLIVersion_": "?",
"preferences_": {
"ios-target": "8",
"ios-configuration": "adhoc",
"Fullscreen": true,
"Orientation": "Default"
},
"isActive_": true,
"appName_": "appname",
"appID_": "com.companyname.appname",
"appAccess_": {
"mode": "legacy",
"network": ["*"],
"navigation": [],
"properties": {}
},
"icons_": [],
"splashes_": [],
"addlPermissions_": "",
"excludedLibraries_": "",
"certificateId_": "",
"appVersion_": "0.0.1",
"appVersionCode_": "1"
},
"Windows8": {
"platform_": "windows8",
"runtime_": "Cordova 3.x",
"name_": "Windows8",
"cordovaCLIVersion_": "?",
"preferences_": {
"windows-publisher-display-name": "",
"windows-publisher-id": "",
"Fullscreen": true,
"Orientation": "Default"
},
"isActive_": true,
"appName_": "appname",
"appID_": "com.companyname.appname",
"appAccess_": {
"mode": "legacy",
"network": ["*"],
"navigation": [],
"properties": {}
},
"icons_": [],
"splashes_": [],
"addlPermissions_": "",
"excludedLibraries_": "",
"certificateId_": "",
"appVersion_": "0.0.0.1",
"appVersionCode_": "1"
},
"WebApp": {
"platform_": "webapp",
"runtime_": "W3C",
"name_": "WebApp",
"preferences_": {},
"isActive_": false,
"appName_": "appname",
"appID_": "com.companyname.appname",
"appVersion_": "0.0.1"
},
"Chrome": {
"platform_": "chromeos",
"runtime_": "W3C on Chrome OS",
"name_": "Chrome",
"preferences_": {},
"isActive_": false,
"appName_": "appname",
"appID_": "com.companyname.appname",
"appVersion_": "0.0.1"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment