builder.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "title": "BeatMouse",
  3. "packageName": "org.cocos2d.demo",
  4. "startScene": "a0c19945-fbba-43ae-98d2-535782ba3441",
  5. "excludeScenes": [],
  6. "includeSDKBox": false,
  7. "orientation": {
  8. "landscapeLeft": true,
  9. "landscapeRight": true,
  10. "portrait": false,
  11. "upsideDown": false
  12. },
  13. "webOrientation": "portrait",
  14. "inlineSpriteFrames": true,
  15. "inlineSpriteFrames_native": true,
  16. "mergeStartScene": false,
  17. "optimizeHotUpdate": false,
  18. "md5Cache": true,
  19. "encryptJs": true,
  20. "xxteaKey": "e2b5101b-36ad-49",
  21. "zipCompressJs": true,
  22. "fb-instant-games": {},
  23. "android": {
  24. "REMOTE_SERVER_ROOT": "",
  25. "packageName": "org.cocos2d.demo"
  26. },
  27. "ios": {
  28. "REMOTE_SERVER_ROOT": "",
  29. "packageName": "org.cocos2d.demo"
  30. },
  31. "mac": {
  32. "REMOTE_SERVER_ROOT": "",
  33. "height": 720,
  34. "packageName": "org.cocos2d.demo",
  35. "width": 1280
  36. },
  37. "win32": {
  38. "REMOTE_SERVER_ROOT": "",
  39. "height": 720,
  40. "width": 1280
  41. },
  42. "android-instant": {
  43. "REMOTE_SERVER_ROOT": "",
  44. "host": "",
  45. "packageName": "org.cocos2d.demo",
  46. "pathPattern": "",
  47. "recordPath": "",
  48. "scheme": "https",
  49. "skipRecord": false
  50. },
  51. "appBundle": false,
  52. "mainCompressionType": "merge_all_json",
  53. "mainIsRemote": false,
  54. "nativeMd5Cache": true
  55. }