builder.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "title": "smart-shoes-build-house",
  3. "packageName": "org.cocos2d.demo",
  4. "startScene": "62d9af49-a895-49a1-b153-0c6e555c93d8",
  5. "excludeScenes": [],
  6. "orientation": {
  7. "landscapeRight": true,
  8. "landscapeLeft": true,
  9. "portrait": false,
  10. "upsideDown": false
  11. },
  12. "webOrientation": "landscape",
  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": "c6c15dd1-b03e-49",
  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. "appBundle": false,
  54. "agreements": {}
  55. }