Skip to content

Commit 431c891

Browse files
whiteblXKwhiteblXK
authored andcommitted
Added configuration project file with compiler options
1 parent cc9fcf7 commit 431c891

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

asconfig.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"compilerOptions": {
3+
"output": "bin-debug/ObjectBuilder.swf",
4+
"source-path": [
5+
"src"
6+
],
7+
"library-path": [
8+
"libs"
9+
]
10+
},
11+
"files": [
12+
"src/ObjectBuilder.mxml"
13+
],
14+
"application": "src/ObjectBuilder-app.xml",
15+
"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",
16+
"airOptions": {
17+
"output": "bin",
18+
19+
"files": [
20+
{
21+
"file": "assets/icon",
22+
"path": "icon"
23+
},
24+
{
25+
"file": "src/firstRun/versions.xml",
26+
"path": "versions.xml"
27+
}
28+
],
29+
30+
"signingOptions": {
31+
"keystore": "object_builder.p12",
32+
"storetype": "pkcs12"
33+
}
34+
},
35+
"config": "air",
36+
"workers": [
37+
{
38+
"file": "src/ObjectBuilderWorker.as",
39+
"output": "workerswfs/ObjectBuilderWorker.swf"
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)