builder.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "excludeScenes": [],
  3. "orientation": {
  4. "landscapeLeft": true,
  5. "landscapeRight": false,
  6. "portrait": false,
  7. "upsideDown": false
  8. },
  9. "packageName": "org.cocos2d.helloworld",
  10. "startScene": "2d2f792f-a40c-49bb-a189-ed176a246e49",
  11. "title": "guandan",
  12. "webOrientation": "auto",
  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": "362a727f-9133-42",
  22. "zipCompressJs": true,
  23. "fb-instant-games": {},
  24. "android": {
  25. "packageName": "com.fqsf.guandan",
  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": "http://192.168.56.1:7456/preview-android-instant/",
  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. "includeAnySDK": false
  60. }