-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathasconfig.json
More file actions
46 lines (46 loc) · 893 Bytes
/
asconfig.json
File metadata and controls
46 lines (46 loc) · 893 Bytes
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
{
"config": "air",
"compilerOptions": {
"output": "bin-debug/Bootmapper.swf",
"accessible": true,
"source-path": [
"src"
]
},
"files": [
"src/Bootmapper.mxml"
],
"application": "src/Bootmapper-app.xml",
"copySourcePathAssets": false,
"additionalOptions": "-locale=en_US,ko_KR -allow-source-path-overlap=true -source-path=locale/{locale}",
"airOptions": {
"windows": {
"output": "bin-release/Bootmapper",
"signingOptions": {
"storetype": "pkcs12",
"keystore": "keystore/bootmapper_newcert.p12"
}
},
"mac": {
"output": "bin-release/Bootmapper.app",
"signingOptions": {
"storetype": "pkcs12",
"keystore": "keystore/bootmapper_newcert.p12"
}
},
"files": [
{
"file": "src/icons/",
"path": "icons/"
},
{
"file": "src/bin/",
"path": "bin/"
},
{
"file": "src/json/",
"path": "json/"
}
]
}
}