Skip to content

Commit 84ca6d0

Browse files
committed
asconfig.json
1 parent 0f61067 commit 84ca6d0

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

asconfig.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"config": "air",
3+
"compilerOptions": {
4+
"define": [
5+
{
6+
"name": "CONFIG::USE_ANALYTICS",
7+
"value": false
8+
},
9+
{
10+
"name": "CONFIG::ANALYTICS_TRACKING_ID",
11+
"value": "\"fake\""
12+
}
13+
],
14+
"library-path": [
15+
"libraries",
16+
"${flexlib}/themes/MetalWorksDesktopTheme/MetalWorksDesktopTheme.swc"
17+
],
18+
"output": "output/FeathersSDKManager.swf"
19+
},
20+
"files": [
21+
"source/FeathersSDKManager.mxml"
22+
],
23+
"application": "source/FeathersSDKManager-app.xml",
24+
"airOptions": {
25+
"files": [
26+
{
27+
"file": "assets/icons/icon16.png",
28+
"path": "icon16.png"
29+
},
30+
{
31+
"file": "assets/icons/icon32.png",
32+
"path": "icon32.png"
33+
},
34+
{
35+
"file": "assets/icons/icon48.png",
36+
"path": "icon48.png"
37+
},
38+
{
39+
"file": "assets/icons/icon128.png",
40+
"path": "icon128.png"
41+
},
42+
{
43+
"file": "assets/icons/icon512.png",
44+
"path": "icon512.png"
45+
}
46+
],
47+
"output": "output/FeathersSDKManager.air",
48+
"mac": {
49+
"signingOptions": {
50+
"storetype": "pkcs12",
51+
"keystore": "signing/bowlerhatllc_20150625.p12"
52+
},
53+
"output": "output/FeathersSDKManager.app"
54+
},
55+
"windows": {
56+
"signingOptions": {
57+
"storetype": "pkcs12",
58+
"keystore": "signing/bowlerhatllc_20150625.p12"
59+
},
60+
"output": "output/FeathersSDKManager"
61+
}
62+
}
63+
}

0 commit comments

Comments
 (0)