builder.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "title": "ComposeLoveLive",
  3. "packageName": "org.cocos2d.demo",
  4. "startScene": "9f639243-898e-4085-a718-f3d7485aa3c6",
  5. "excludeScenes": [],
  6. "orientation": {
  7. "landscapeLeft": true,
  8. "landscapeRight": true,
  9. "portrait": false,
  10. "upsideDown": false
  11. },
  12. "webOrientation": "portrait",
  13. "inlineSpriteFrames": true,
  14. "inlineSpriteFrames_native": true,
  15. "mainCompressionType": "default",
  16. "mainIsRemote": false,
  17. "optimizeHotUpdate": false,
  18. "md5Cache": true,
  19. "nativeMd5Cache": true,
  20. "encryptJs": true,
  21. "xxteaKey": "da9a2f61-e9aa-46",
  22. "zipCompressJs": true,
  23. "fb-instant-games": {},
  24. "android": {
  25. "REMOTE_SERVER_ROOT": "",
  26. "packageName": "org.cocos2d.demo"
  27. },
  28. "ios": {
  29. "REMOTE_SERVER_ROOT": "",
  30. "ios_enable_jit": true,
  31. "packageName": "org.cocos2d.demo"
  32. },
  33. "mac": {
  34. "REMOTE_SERVER_ROOT": "",
  35. "height": 720,
  36. "packageName": "org.cocos2d.demo",
  37. "width": 1280
  38. },
  39. "win32": {
  40. "REMOTE_SERVER_ROOT": "",
  41. "height": 720,
  42. "width": 1280
  43. },
  44. "android-instant": {
  45. "REMOTE_SERVER_ROOT": "",
  46. "host": "",
  47. "packageName": "org.cocos2d.demo",
  48. "pathPattern": "",
  49. "recordPath": "",
  50. "scheme": "https",
  51. "skipRecord": false
  52. },
  53. "appBundle": false,
  54. "agreements": {
  55. "20200904180716": false,
  56. "20200904180755": false
  57. }
  58. }