forked from punkice3407/ObjectBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
asconfig.json
46 lines (44 loc) · 979 Bytes
/
asconfig.json
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
{
"compilerOptions": {
"output": "bin-debug/ObjectBuilder.swf",
"source-path": [
"src"
],
"library-path": [
"libs"
]
},
"files": [
"src/ObjectBuilder.mxml"
],
"application": "src/ObjectBuilder-app.xml",
"additionalOptions": "-locale=en_US,es_ES,pt_BR\r\n-source-path=locale/{locale}\r\n-allow-source-path-overlap=true\r\n-swf-version=40\r\n",
"airOptions": {
"output": "bin",
"files": [
{
"file": "assets/icon",
"path": "icon"
},
{
"file": "src/firstRun/versions.xml",
"path": "versions.xml"
},
{
"file": "src/firstRun/sprites.xml",
"path": "sprites.xml"
}
],
"signingOptions": {
"keystore": "object_builder.p12",
"storetype": "pkcs12"
}
},
"config": "air",
"workers": [
{
"file": "src/ObjectBuilderWorker.as",
"output": "workerswfs/ObjectBuilderWorker.swf"
}
]
}