From 9d9f84bfa566d053b9a6770b5e18ceceadc9f912 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Wed, 7 Mar 2018 10:56:25 -0800 Subject: [PATCH] .gitignore: asconfig.json --- .gitignore | 3 +- ant_on_air/asconfig.json | 18 ------------ asconfig.json | 63 ---------------------------------------- 3 files changed, 2 insertions(+), 82 deletions(-) delete mode 100644 ant_on_air/asconfig.json delete mode 100644 asconfig.json diff --git a/.gitignore b/.gitignore index 8396aa3..e35ad9e 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,5 @@ archive/ *.lnk bin/ external/ -.vscode/ \ No newline at end of file +.vscode/ +asconfig.json \ No newline at end of file diff --git a/ant_on_air/asconfig.json b/ant_on_air/asconfig.json deleted file mode 100644 index aedcddf..0000000 --- a/ant_on_air/asconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "config": "air", - "type": "lib", - "compilerOptions": { - "source-path": [ - "src", - "external", - "locale/en_US" - ], - "include-sources": [ - "src" - ], - "library-path": [ - "external/libs" - ], - "output": "../libraries/ant_on_air.swc" - } -} \ No newline at end of file diff --git a/asconfig.json b/asconfig.json deleted file mode 100644 index 53ea563..0000000 --- a/asconfig.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "config": "air", - "compilerOptions": { - "define": [ - { - "name": "CONFIG::USE_ANALYTICS", - "value": false - }, - { - "name": "CONFIG::ANALYTICS_TRACKING_ID", - "value": "\"fake\"" - } - ], - "library-path": [ - "libraries", - "${flexlib}/themes/MetalWorksDesktopTheme/MetalWorksDesktopTheme.swc" - ], - "output": "output/FeathersSDKManager.swf" - }, - "files": [ - "source/FeathersSDKManager.mxml" - ], - "application": "source/FeathersSDKManager-app.xml", - "airOptions": { - "files": [ - { - "file": "assets/icons/icon16.png", - "path": "icon16.png" - }, - { - "file": "assets/icons/icon32.png", - "path": "icon32.png" - }, - { - "file": "assets/icons/icon48.png", - "path": "icon48.png" - }, - { - "file": "assets/icons/icon128.png", - "path": "icon128.png" - }, - { - "file": "assets/icons/icon512.png", - "path": "icon512.png" - } - ], - "output": "output/FeathersSDKManager.air", - "mac": { - "signingOptions": { - "storetype": "pkcs12", - "keystore": "signing/bowlerhatllc_20150625.p12" - }, - "output": "output/FeathersSDKManager.app" - }, - "windows": { - "signingOptions": { - "storetype": "pkcs12", - "keystore": "signing/bowlerhatllc_20150625.p12" - }, - "output": "output/FeathersSDKManager" - } - } -} \ No newline at end of file