builder.json 1.3 KB

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