ios.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. {
  2. "prepare_queue": {
  3. "installed": [],
  4. "uninstalled": []
  5. },
  6. "config_munge": {
  7. "files": {
  8. "*-Info.plist": {
  9. "parents": {
  10. "CFBundleURLTypes": [
  11. {
  12. "xml": "<array><dict><key>CFBundleURLSchemes</key><array><string>app</string></array></dict></array>",
  13. "count": 1
  14. },
  15. {
  16. "xml": "<array><dict><key>CFBundleURLName</key><string>weixin</string><key>CFBundleURLSchemes</key><array><string>wx1bb4342986c22b28</string></array></dict></array>",
  17. "count": 1
  18. }
  19. ],
  20. "LSApplicationQueriesSchemes": [
  21. {
  22. "xml": "<array><string>weixin</string><string>wechat</string><string>weixinULAPI</string></array>",
  23. "count": 1
  24. }
  25. ],
  26. "NSAppTransportSecurity": [
  27. {
  28. "xml": "<dict><key>NSAllowsArbitraryLoads</key><true /></dict>",
  29. "count": 1
  30. }
  31. ],
  32. "UIBackgroundModes": [
  33. {
  34. "xml": "<array><string>remote-notification</string></array>",
  35. "count": 1
  36. }
  37. ]
  38. }
  39. },
  40. "config.xml": {
  41. "parents": {
  42. "/*": [
  43. {
  44. "xml": "<feature name=\"Device\"><param name=\"ios-package\" value=\"CDVDevice\" /></feature>",
  45. "count": 1
  46. },
  47. {
  48. "xml": "<feature name=\"Wechat\"><param name=\"ios-package\" value=\"CDVWechat\" /><param name=\"onload\" value=\"true\" /></feature>",
  49. "count": 1
  50. },
  51. {
  52. "xml": "<preference name=\"WECHATAPPID\" value=\"wx1bb4342986c22b28\" />",
  53. "count": 1
  54. },
  55. {
  56. "xml": "<preference name=\"UNIVERSALLINK\" value=\"https://www.shotshock.shop/ios/\" />",
  57. "count": 1
  58. },
  59. {
  60. "xml": "<feature name=\"JPushPlugin\"><param name=\"ios-package\" value=\"JPushPlugin\" /></feature>",
  61. "count": 1
  62. },
  63. {
  64. "xml": "<feature name=\"StatusBar\"><param name=\"ios-package\" value=\"CDVStatusBar\" /><param name=\"onload\" value=\"true\" /></feature>",
  65. "count": 1
  66. },
  67. {
  68. "xml": "<preference name=\"StatusBarOverlaysWebView\" value=\"true\" />",
  69. "count": 1
  70. },
  71. {
  72. "xml": "<preference name=\"StatusBarStyle\" value=\"lightcontent\" />",
  73. "count": 1
  74. }
  75. ],
  76. "/widget": []
  77. }
  78. },
  79. "*-Debug.plist": {
  80. "parents": {
  81. "aps-environment": [
  82. {
  83. "xml": "<string>development</string>",
  84. "count": 1
  85. }
  86. ]
  87. }
  88. },
  89. "*-Release.plist": {
  90. "parents": {
  91. "aps-environment": [
  92. {
  93. "xml": "<string>production</string>",
  94. "count": 1
  95. }
  96. ]
  97. }
  98. },
  99. "*JPushConfig.plist": {
  100. "parents": {
  101. "Appkey": [
  102. {
  103. "xml": "<string>ab09fb9a832156e9c500ee68</string>",
  104. "count": 1
  105. }
  106. ]
  107. }
  108. }
  109. }
  110. },
  111. "installed_plugins": {
  112. "cordova-plugin-customurlscheme": {
  113. "URL_SCHEME": "app",
  114. "PACKAGE_NAME": "com.shotshock.twong"
  115. },
  116. "cordova-plugin-device": {
  117. "PACKAGE_NAME": "com.shotshock.twong"
  118. },
  119. "cordova-plugin-jcore": {
  120. "PACKAGE_NAME": "com.shotshock.twong"
  121. },
  122. "cordova-plugin-wechat": {
  123. "WECHATAPPID": "wx1bb4342986c22b28",
  124. "UNIVERSALLINK": "https://www.shotshock.shop/ios/",
  125. "PACKAGE_NAME": "com.shotshock.twong"
  126. },
  127. "cordova-plugin-whitelist": {
  128. "PACKAGE_NAME": "com.shotshock.twong"
  129. },
  130. "jpush-phonegap-plugin": {
  131. "APP_KEY": "ab09fb9a832156e9c500ee68",
  132. "CHANNEL": "developer-default",
  133. "PACKAGE_NAME": "com.shotshock.twong"
  134. },
  135. "cordova-plugin-fullscreen": {
  136. "PACKAGE_NAME": "com.shotshock.twong"
  137. },
  138. "cordova-plugin-statusbar": {
  139. "PACKAGE_NAME": "com.shotshock.twong"
  140. }
  141. },
  142. "dependent_plugins": {},
  143. "modules": [
  144. {
  145. "id": "cordova-plugin-customurlscheme.LaunchMyApp",
  146. "file": "plugins/cordova-plugin-customurlscheme/www/ios/LaunchMyApp.js",
  147. "pluginId": "cordova-plugin-customurlscheme",
  148. "clobbers": [
  149. "window.plugins.launchmyapp"
  150. ]
  151. },
  152. {
  153. "id": "cordova-plugin-device.device",
  154. "file": "plugins/cordova-plugin-device/www/device.js",
  155. "pluginId": "cordova-plugin-device",
  156. "clobbers": [
  157. "device"
  158. ]
  159. },
  160. {
  161. "id": "cordova-plugin-wechat.Wechat",
  162. "file": "plugins/cordova-plugin-wechat/www/wechat.js",
  163. "pluginId": "cordova-plugin-wechat",
  164. "clobbers": [
  165. "Wechat"
  166. ]
  167. },
  168. {
  169. "id": "jpush-phonegap-plugin.JPushPlugin",
  170. "file": "plugins/jpush-phonegap-plugin/www/JPushPlugin.js",
  171. "pluginId": "jpush-phonegap-plugin",
  172. "clobbers": [
  173. "JPush"
  174. ]
  175. },
  176. {
  177. "id": "cordova-plugin-fullscreen.AndroidFullScreen",
  178. "file": "plugins/cordova-plugin-fullscreen/www/AndroidFullScreen.js",
  179. "pluginId": "cordova-plugin-fullscreen",
  180. "clobbers": [
  181. "AndroidFullScreen"
  182. ]
  183. },
  184. {
  185. "id": "cordova-plugin-statusbar.statusbar",
  186. "file": "plugins/cordova-plugin-statusbar/www/statusbar.js",
  187. "pluginId": "cordova-plugin-statusbar",
  188. "clobbers": [
  189. "window.StatusBar"
  190. ]
  191. }
  192. ],
  193. "plugin_metadata": {
  194. "cordova-plugin-customurlscheme": "5.0.2",
  195. "cordova-plugin-device": "2.0.3",
  196. "cordova-plugin-jcore": "1.3.3",
  197. "cordova-plugin-wechat": "3.0.0",
  198. "cordova-plugin-whitelist": "1.3.4",
  199. "jpush-phonegap-plugin": "3.7.6",
  200. "cordova-plugin-fullscreen": "1.3.0",
  201. "cordova-plugin-statusbar": "2.4.3"
  202. }
  203. }