cocos-awesome/settings/builder.json
2020-04-03 00:58:36 +08:00

44 lines
1018 B
JSON
Executable File

{
"excludeScenes": [],
"orientation": {
"landscapeLeft": true,
"landscapeRight": true,
"portrait": false,
"upsideDown": false
},
"packageName": "org.cocos2d.helloworld",
"startScene": "2d2f792f-a40c-49bb-a189-ed176a246e49",
"title": "hello_world",
"webOrientation": "landscape",
"includeSDKBox": false,
"inlineSpriteFrames": true,
"inlineSpriteFrames_native": true,
"mergeStartScene": true,
"optimizeHotUpdate": false,
"md5Cache": true,
"encryptJs": true,
"xxteaKey": "836ed475-2f76-41",
"zipCompressJs": true,
"fb-instant-games": {},
"android": {
"packageName": "org.cocos2d.helloworld"
},
"ios": {
"packageName": "org.cocos2d.helloworld"
},
"mac": {
"packageName": "org.cocos2d.helloworld"
},
"win32": {},
"android-instant": {
"REMOTE_SERVER_ROOT": "",
"host": "",
"packageName": "org.cocos2d.helloworld",
"pathPattern": "",
"recordPath": "",
"scheme": "https",
"skipRecord": false
},
"appBundle": false
}