builder.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "title": "b22_client",
  3. "packageName": "org.cocos2d.demo",
  4. "startScene": "9beb813c-8ef7-43ba-977c-181cff47a8ca",
  5. "excludeScenes": [
  6. "71ce60d8-3088-49b4-9da3-d4b2fad847f0"
  7. ],
  8. "orientation": {
  9. "landscapeRight": true,
  10. "landscapeLeft": true,
  11. "portrait": false,
  12. "upsideDown": false
  13. },
  14. "webOrientation": "landscape",
  15. "inlineSpriteFrames": true,
  16. "inlineSpriteFrames_native": false,
  17. "mainCompressionType": "default",
  18. "mainIsRemote": false,
  19. "optimizeHotUpdate": false,
  20. "md5Cache": true,
  21. "nativeMd5Cache": false,
  22. "encryptJs": false,
  23. "xxteaKey": "8559f86c-d336-4f",
  24. "zipCompressJs": false,
  25. "fb-instant-games": {},
  26. "android": {
  27. "packageName": "com.blackart.b22",
  28. "REMOTE_SERVER_ROOT": ""
  29. },
  30. "ios": {
  31. "packageName": "org.cocos2d.demo",
  32. "REMOTE_SERVER_ROOT": "",
  33. "ios_enable_jit": true
  34. },
  35. "mac": {
  36. "packageName": "org.cocos2d.demo",
  37. "REMOTE_SERVER_ROOT": "",
  38. "width": 1280,
  39. "height": 720
  40. },
  41. "win32": {
  42. "REMOTE_SERVER_ROOT": "",
  43. "width": 1280,
  44. "height": 720
  45. },
  46. "android-instant": {
  47. "packageName": "org.cocos2d.demo",
  48. "REMOTE_SERVER_ROOT": "",
  49. "pathPattern": "",
  50. "scheme": "https",
  51. "host": "",
  52. "skipRecord": false,
  53. "recordPath": ""
  54. },
  55. "openharmony": {
  56. "packageName": "com.cocos.openharmony",
  57. "REMOTE_SERVER_ROOT": ""
  58. },
  59. "appBundle": false,
  60. "agreements": {}
  61. }