mirror of
https://github.com/Amterasu/cocos-vuecli-demo.git
synced 2024-12-26 03:38:45 +00:00
44 lines
991 B
JSON
44 lines
991 B
JSON
|
{
|
||
|
"excludeScenes": [],
|
||
|
"orientation": {
|
||
|
"landscapeLeft": true,
|
||
|
"landscapeRight": true,
|
||
|
"portrait": false,
|
||
|
"upsideDown": false
|
||
|
},
|
||
|
"packageName": "org.cocos2d.helloworld",
|
||
|
"startScene": "2d2f792f-a40c-49bb-a189-ed176a246e49",
|
||
|
"title": "hello_world",
|
||
|
"webOrientation": "auto",
|
||
|
"includeSDKBox": false,
|
||
|
"inlineSpriteFrames": true,
|
||
|
"inlineSpriteFrames_native": true,
|
||
|
"mergeStartScene": false,
|
||
|
"optimizeHotUpdate": false,
|
||
|
"md5Cache": false,
|
||
|
"encryptJs": true,
|
||
|
"xxteaKey": "46b6f4ef-a734-46",
|
||
|
"zipCompressJs": true,
|
||
|
"fb-instant-games": {},
|
||
|
"android": {
|
||
|
"packageName": "org.cocos2d.demo"
|
||
|
},
|
||
|
"ios": {
|
||
|
"packageName": "org.cocos2d.demo"
|
||
|
},
|
||
|
"mac": {
|
||
|
"packageName": "org.cocos2d.demo"
|
||
|
},
|
||
|
"win32": {},
|
||
|
"android-instant": {
|
||
|
"REMOTE_SERVER_ROOT": "",
|
||
|
"host": "",
|
||
|
"packageName": "org.cocos2d.demo",
|
||
|
"pathPattern": "",
|
||
|
"recordPath": "",
|
||
|
"scheme": "https",
|
||
|
"skipRecord": false
|
||
|
},
|
||
|
"appBundle": false
|
||
|
}
|