builder.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "appKey": "",
  3. "appSecret": "",
  4. "encryptJs": true,
  5. "excludeScenes": [],
  6. "fb-instant-games": {},
  7. "includeAnySDK": false,
  8. "includeSDKBox": false,
  9. "inlineSpriteFrames": true,
  10. "inlineSpriteFrames_native": true,
  11. "jailbreakPlatform": false,
  12. "md5Cache": true,
  13. "mergeStartScene": false,
  14. "oauthLoginServer": "",
  15. "optimizeHotUpdate": false,
  16. "orientation": {
  17. "landscapeLeft": true,
  18. "landscapeRight": true,
  19. "portrait": false,
  20. "upsideDown": false
  21. },
  22. "packageName": "org.cocos2d.openSdkDemo",
  23. "privateKey": "",
  24. "qqplay": {
  25. "REMOTE_SERVER_ROOT": "",
  26. "orientation": "portrait"
  27. },
  28. "renderMode": "2",
  29. "startScene": "04ec3c0e-262d-43be-879a-eda55cac8472",
  30. "title": "BezierCurvePathCreater",
  31. "webOrientation": "auto",
  32. "wechatgame": {
  33. "REMOTE_SERVER_ROOT": "",
  34. "appid": "wx6ac3f5090a6b99c5",
  35. "isSubdomain": false,
  36. "orientation": "portrait",
  37. "subContext": ""
  38. },
  39. "xxteaKey": "a35e4c4b-5227-4c",
  40. "zipCompressJs": true,
  41. "android": {
  42. "packageName": "org.cocos2d.openSdkDemo"
  43. },
  44. "ios": {
  45. "packageName": "org.cocos2d.openSdkDemo"
  46. },
  47. "mac": {
  48. "packageName": "org.cocos2d.openSdkDemo"
  49. },
  50. "win32": {},
  51. "android-instant": {
  52. "REMOTE_SERVER_ROOT": "",
  53. "host": "",
  54. "packageName": "org.cocos2d.openSdkDemo",
  55. "pathPattern": "",
  56. "recordPath": "",
  57. "scheme": "https",
  58. "skipRecord": false
  59. },
  60. "appBundle": false
  61. }