builder.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "title": "StarRacingClient",
  3. "packageName": "org.cocos2d.demo",
  4. "startScene": "81c823be-4006-4bb5-969d-4f19390ec157",
  5. "excludeScenes": [],
  6. "orientation": {
  7. "landscapeLeft": true,
  8. "landscapeRight": true,
  9. "portrait": false,
  10. "upsideDown": false
  11. },
  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": "47655e26-9305-47",
  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. "packageName": "org.cocos2d.demo"
  31. },
  32. "mac": {
  33. "REMOTE_SERVER_ROOT": "",
  34. "height": 720,
  35. "packageName": "org.cocos2d.demo",
  36. "width": 1280
  37. },
  38. "win32": {
  39. "REMOTE_SERVER_ROOT": "",
  40. "height": 720,
  41. "width": 1280
  42. },
  43. "android-instant": {
  44. "REMOTE_SERVER_ROOT": "",
  45. "host": "",
  46. "packageName": "org.cocos2d.demo",
  47. "pathPattern": "",
  48. "recordPath": "",
  49. "scheme": "https",
  50. "skipRecord": false
  51. },
  52. "appBundle": false
  53. }