-
Notifications
You must be signed in to change notification settings - Fork 0
/
Intelligation.xdk
executable file
·146 lines (146 loc) · 3.93 KB
/
Intelligation.xdk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"project": {
"projectSettingsVersion": "3.0.0",
"creationData": {
"projectTypeName": "com.intel.xdk.projecttype.iotapp",
"src": "https://appcenter.html5tools-software.intel.com/api/v2.0/redirect/projectrenderers/release-2015-ww25/iotapp/templates-blank-iot/sample.zip",
"projectGuid": "a2e0e27f-49e6-4a01-944c-49347f6a79e4",
"lastModifiedDate": 1465973593750,
"creationDate": 1438080124905
},
"sourceDirectory": "",
"cordovaPluginsDirectory": "plugins",
"gameAssetDirectory": "asset",
"gameMetadata": {},
"startFile": "main.js",
"projectTags": [],
"projectFiles": {},
"projectDirectories": {
"xdk": {
"settings": {
"project": {
"XDK-generated": "true"
}
}
}
},
"libraries": [],
"cordovaPlugins": [],
"serviceMethods": [],
"buildConfigurations": {
"Android": {
"platform_": "android",
"runtime_": "Cordova 3.x",
"name_": "Android",
"preferences_": {
"android-minSdkVersion": "10",
"android-targetSdkVersion": "19",
"android-installLocation": "auto"
},
"isActive_": true,
"appName_": "Intelligation",
"appID_": "not.yet.specified",
"appAccess_": {
"mode": "legacy",
"network": [
"*"
],
"intents": [],
"navigation": []
},
"icons_": [],
"splashes_": [],
"addlPermissions_": "",
"excludedLibraries_": "",
"certificateId_": "",
"appVersion_": "0.0.1",
"appVersionCode_": "1",
"crosswalkVersion_": "11",
"cordovaCLIVersion_": "4.1.2"
},
"Android-Crosswalk": {
"platform_": "android",
"runtime_": "Crosswalk with Cordova 3.x",
"name_": "Android-Crosswalk",
"preferences_": {
"android-minSdkVersion": "14",
"android-targetSdkVersion": "19",
"android-installLocation": "auto"
},
"isActive_": true,
"appName_": "Intelligation",
"appID_": "not.yet.specified",
"appAccess_": {
"mode": "legacy",
"network": [
"*"
],
"intents": [],
"navigation": []
},
"icons_": [],
"splashes_": [],
"addlPermissions_": "",
"excludedLibraries_": "",
"certificateId_": "",
"appVersion_": "0.0.1",
"appVersionCode_": "1",
"crosswalkVersion_": "11",
"cordovaCLIVersion_": "4.1.2"
},
"iOS": {
"platform_": "ios",
"runtime_": "Cordova 3.x",
"name_": "iOS",
"preferences_": {
"ios-configuration": "adhoc",
"deployment-target": "6"
},
"isActive_": true,
"appName_": "Intelligation",
"appID_": "not.yet.specified",
"appAccess_": {
"mode": "legacy",
"network": [
"*"
],
"intents": [],
"navigation": []
},
"icons_": [],
"splashes_": [],
"addlPermissions_": "",
"excludedLibraries_": "",
"certificateId_": "",
"appVersion_": "0.0.1",
"cordovaCLIVersion_": "4.1.2",
"iosProvs_": []
},
"Windows8": {
"platform_": "windows8",
"runtime_": "Cordova 3.x",
"name_": "Windows8",
"preferences_": {},
"isActive_": true,
"appName_": "Intelligation",
"appID_": "not.yet.specified",
"appAccess_": {
"mode": "legacy",
"network": [
"*"
],
"intents": [],
"navigation": []
},
"icons_": [],
"splashes_": [],
"addlPermissions_": "",
"excludedLibraries_": "",
"certificateId_": "",
"appVersion_": "0.0.0.1",
"cordovaCLIVersion_": "4.1.2"
}
},
"testDirectory": "test"
}
}