builder.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "title": "DoomsdayRescue",
  3. "packageName": "org.cocos2d.demo",
  4. "startScene": "5ae20693-0e37-41ff-86eb-a51722ef491a",
  5. "excludeScenes": [
  6. "bbc04bc7-4a2c-49d6-b003-0aa301a74f0f"
  7. ],
  8. "orientation": {
  9. "landscapeLeft": true,
  10. "landscapeRight": true,
  11. "portrait": false,
  12. "upsideDown": false
  13. },
  14. "webOrientation": "auto",
  15. "inlineSpriteFrames": true,
  16. "inlineSpriteFrames_native": true,
  17. "mainCompressionType": "default",
  18. "mainIsRemote": false,
  19. "optimizeHotUpdate": false,
  20. "md5Cache": true,
  21. "nativeMd5Cache": true,
  22. "encryptJs": true,
  23. "xxteaKey": "86525658-20a3-44",
  24. "zipCompressJs": true,
  25. "fb-instant-games": {},
  26. "android": {
  27. "REMOTE_SERVER_ROOT": "",
  28. "packageName": "com.yx.mrjy"
  29. },
  30. "ios": {
  31. "REMOTE_SERVER_ROOT": "",
  32. "ios_enable_jit": true,
  33. "packageName": "org.cocos2d.demo"
  34. },
  35. "mac": {
  36. "REMOTE_SERVER_ROOT": "",
  37. "height": 720,
  38. "packageName": "org.cocos2d.demo",
  39. "width": 1280
  40. },
  41. "win32": {
  42. "REMOTE_SERVER_ROOT": "",
  43. "height": 720,
  44. "width": 1280
  45. },
  46. "android-instant": {
  47. "REMOTE_SERVER_ROOT": "",
  48. "host": "",
  49. "packageName": "org.cocos2d.demo",
  50. "pathPattern": "",
  51. "recordPath": "",
  52. "scheme": "https",
  53. "skipRecord": false
  54. },
  55. "appBundle": false,
  56. "agreements": {},
  57. "includeSDKBox": false
  58. }