JM_KA/settings/builder.json

56 lines
1.2 KiB
JSON
Raw Normal View History

2021-12-27 01:08:45 +00:00
{
"excludeScenes": [],
"orientation": {
2021-12-28 11:51:27 +00:00
"landscapeLeft": true,
"landscapeRight": true,
2022-01-01 16:31:40 +00:00
"portrait": true,
"upsideDown": true
2021-12-27 01:08:45 +00:00
},
2021-12-28 11:51:27 +00:00
"packageName": "org.cocos2d.helloworld",
"startScene": "2d2f792f-a40c-49bb-a189-ed176a246e49",
2022-01-01 16:31:40 +00:00
"title": "JMKA",
"webOrientation": "auto",
"inlineSpriteFrames": true,
"inlineSpriteFrames_native": true,
"mainCompressionType": "default",
"mainIsRemote": false,
"optimizeHotUpdate": false,
2022-08-26 09:05:09 +00:00
"md5Cache": false,
2022-01-01 16:31:40 +00:00
"nativeMd5Cache": false,
"encryptJs": true,
"xxteaKey": "e32c167b-561b-4d",
"zipCompressJs": true,
"fb-instant-games": {},
"android": {
"REMOTE_SERVER_ROOT": "",
2022-08-26 09:05:09 +00:00
"packageName": "org.jianmiau.jmka"
2022-01-01 16:31:40 +00:00
},
"ios": {
"REMOTE_SERVER_ROOT": "",
"ios_enable_jit": true,
"packageName": "org.jianmiau.jmka"
},
"mac": {
"REMOTE_SERVER_ROOT": "",
"height": 720,
"packageName": "org.cocos2d.demo",
"width": 1280
},
"win32": {
"REMOTE_SERVER_ROOT": "",
"height": 720,
"width": 1280
},
"android-instant": {
"REMOTE_SERVER_ROOT": "",
"host": "",
"packageName": "org.cocos2d.demo",
"pathPattern": "",
"recordPath": "",
"scheme": "https",
"skipRecord": false
},
"appBundle": false,
"agreements": {}
}