mirror of
https://github.com/blanking003/cx-cocos.git
synced 2024-12-26 11:49:01 +00:00
32 lines
637 B
JSON
32 lines
637 B
JSON
{
|
|
"options": {
|
|
"ios": {
|
|
"polyfills": {
|
|
"asyncFunctions": false
|
|
},
|
|
"encrypted": false,
|
|
"xxteaKey": "daQAcUmotNh4cSQ3",
|
|
"compressZip": false,
|
|
"makeAfterBuild": false
|
|
},
|
|
"mac": {
|
|
"polyfills": {
|
|
"asyncFunctions": false
|
|
},
|
|
"encrypted": false,
|
|
"xxteaKey": "daQAcUmotNh4cSQ3",
|
|
"compressZip": false,
|
|
"makeAfterBuild": false
|
|
},
|
|
"android": {
|
|
"polyfills": {
|
|
"asyncFunctions": true
|
|
},
|
|
"encrypted": false,
|
|
"xxteaKey": "daQAcUmotNh4cSQ3",
|
|
"compressZip": false,
|
|
"makeAfterBuild": false
|
|
}
|
|
}
|
|
}
|