mirror of
https://github.com/blanking003/cx-cocos.git
synced 2025-01-14 06:51:37 +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
|
||
|
}
|
||
|
}
|
||
|
}
|