Skip to content

Commit

Permalink
config formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycast committed Feb 5, 2024
1 parent 6895d9a commit 2453f00
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 70 deletions.
24 changes: 12 additions & 12 deletions asconfig.hybrid.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"extends": "asconfig.release.json",
"compilerOptions": {
"output": "bin/release/air.swf",
"define": [
{
"name": "R3::VERSION_PREFIX",
"value": "\"0.0.8+\""
}
],
"swf-version": 26,
"target-player": "26.0"
}
"extends": "asconfig.release.json",
"compilerOptions": {
"output": "bin/release/air.swf",
"define": [
{
"name": "R3::VERSION_PREFIX",
"value": "\"0.0.8+\""
}
],
"swf-version": 26,
"target-player": "26.0"
}
}
116 changes: 58 additions & 58 deletions asconfig.release.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
{
"extends": "asconfig.json",
"compilerOptions": {
"verbose-stacktraces": false,
"advanced-telemetry": false,
"optimize": true,
"output": "bin/release/R3Air.swf",
"define": [
{
"name": "CONFIG::debug",
"value": false
},
{
"name": "CONFIG::release",
"value": true
},
{
"name": "CONFIG::timeStamp",
"value": "\"#{DATESTAMP}#\""
},
{
"name": "R3::HASH_STRING",
"value": "\"hash:#{SCORE_SAVE_SALT}#\""
},
{
"name": "R3::VERSION",
"value": "\"#{VERSION}#\""
},
{
"name": "R3::VERSION_SUFFIX",
"value": "\"\""
}
],
"debug": false,
"omit-trace-statements": true,
// Overrides left here for alternate builds.
"swf-version": 43,
"target-player": "32.0"
},
"airOptions": {
"windows": {
"target": "bundle",
"output": "dist/R3Release",
"signingOptions": {
"storetype": "pkcs12",
"keystore": "certs/air-cert.p12",
"tsa": "http://timestamp.digicert.com"
}
},
"mac": {
"target": "bundle",
"output": "dist/r3Release.app",
"signingOptions": {
"storetype": "pkcs12",
"keystore": "certs/air-cert.p12",
"tsa": "http://timestamp.digicert.com"
}
}
}
"extends": "asconfig.json",
"compilerOptions": {
"verbose-stacktraces": false,
"advanced-telemetry": false,
"optimize": true,
"output": "bin/release/R3Air.swf",
"define": [
{
"name": "CONFIG::debug",
"value": false
},
{
"name": "CONFIG::release",
"value": true
},
{
"name": "CONFIG::timeStamp",
"value": "\"#{DATESTAMP}#\""
},
{
"name": "R3::HASH_STRING",
"value": "\"hash:#{SCORE_SAVE_SALT}#\""
},
{
"name": "R3::VERSION",
"value": "\"#{VERSION}#\""
},
{
"name": "R3::VERSION_SUFFIX",
"value": "\"\""
}
],
"debug": false,
"omit-trace-statements": true,
// Overrides left here for alternate builds.
"swf-version": 43,
"target-player": "32.0"
},
"airOptions": {
"windows": {
"target": "bundle",
"output": "dist/R3Release",
"signingOptions": {
"storetype": "pkcs12",
"keystore": "certs/air-cert.p12",
"tsa": "http://timestamp.digicert.com"
}
},
"mac": {
"target": "bundle",
"output": "dist/r3Release.app",
"signingOptions": {
"storetype": "pkcs12",
"keystore": "certs/air-cert.p12",
"tsa": "http://timestamp.digicert.com"
}
}
}
}

0 comments on commit 2453f00

Please sign in to comment.