ios.json 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  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. "xml": "<array><dict><key>CFBundleURLName</key><string>alipay</string><key>CFBundleURLSchemes</key><array><string>ali2021001196660263</string></array></dict></array>",
  21. "count": 1
  22. }
  23. ],
  24. "LSApplicationQueriesSchemes": [
  25. {
  26. "xml": "<array><string>weixin</string><string>wechat</string><string>weixinULAPI</string></array>",
  27. "count": 1
  28. }
  29. ],
  30. "NSAppTransportSecurity": [
  31. {
  32. "xml": "<dict><key>NSAllowsArbitraryLoads</key><true /></dict>",
  33. "count": 1
  34. }
  35. ],
  36. "UIBackgroundModes": [
  37. {
  38. "xml": "<array><string>remote-notification</string></array>",
  39. "count": 1
  40. }
  41. ]
  42. }
  43. },
  44. "config.xml": {
  45. "parents": {
  46. "/*": [
  47. {
  48. "xml": "<feature name=\"Device\"><param name=\"ios-package\" value=\"CDVDevice\" /></feature>",
  49. "count": 1
  50. },
  51. {
  52. "xml": "<feature name=\"Wechat\"><param name=\"ios-package\" value=\"CDVWechat\" /><param name=\"onload\" value=\"true\" /></feature>",
  53. "count": 1
  54. },
  55. {
  56. "xml": "<preference name=\"WECHATAPPID\" value=\"wx1bb4342986c22b28\" />",
  57. "count": 1
  58. },
  59. {
  60. "xml": "<preference name=\"UNIVERSALLINK\" value=\"https://www.shotshock.shop/ios/\" />",
  61. "count": 1
  62. },
  63. {
  64. "xml": "<feature name=\"JPushPlugin\"><param name=\"ios-package\" value=\"JPushPlugin\" /></feature>",
  65. "count": 1
  66. },
  67. {
  68. "xml": "<feature name=\"StatusBar\"><param name=\"ios-package\" value=\"CDVStatusBar\" /><param name=\"onload\" value=\"true\" /></feature>",
  69. "count": 1
  70. },
  71. {
  72. "xml": "<preference name=\"StatusBarOverlaysWebView\" value=\"true\" />",
  73. "count": 1
  74. },
  75. {
  76. "xml": "<preference name=\"StatusBarStyle\" value=\"lightcontent\" />",
  77. "count": 1
  78. },
  79. {
  80. "xml": "<feature name=\"InAppBrowser\"><param name=\"ios-package\" value=\"CDVWKInAppBrowser\" /><param name=\"onload\" value=\"true\" /></feature>",
  81. "count": 1
  82. },
  83. {
  84. "xml": "<feature name=\"AppVersion\"><param name=\"ios-package\" value=\"AppVersion\" /></feature>",
  85. "count": 1
  86. },
  87. {
  88. "xml": "<feature name=\"alipay\"><param name=\"ios-package\" value=\"alipay\" /></feature>",
  89. "count": 1
  90. },
  91. {
  92. "xml": "<preference name=\"alipayid\" value=\"2021001196660263\" />",
  93. "count": 1
  94. },
  95. {
  96. "xml": "<feature name=\"Keyboard\"><param name=\"ios-package\" onload=\"true\" value=\"IonicKeyboard\" /></feature>",
  97. "count": 1
  98. }
  99. ],
  100. "/widget": []
  101. }
  102. },
  103. "*-Debug.plist": {
  104. "parents": {
  105. "aps-environment": [
  106. {
  107. "xml": "<string>development</string>",
  108. "count": 1
  109. }
  110. ]
  111. }
  112. },
  113. "*-Release.plist": {
  114. "parents": {
  115. "aps-environment": [
  116. {
  117. "xml": "<string>production</string>",
  118. "count": 1
  119. }
  120. ]
  121. }
  122. },
  123. "*JPushConfig.plist": {
  124. "parents": {
  125. "Appkey": [
  126. {
  127. "xml": "<string>ab09fb9a832156e9c500ee68</string>",
  128. "count": 1
  129. }
  130. ]
  131. }
  132. }
  133. }
  134. },
  135. "installed_plugins": {
  136. "cordova-plugin-customurlscheme": {
  137. "URL_SCHEME": "app",
  138. "PACKAGE_NAME": "com.shotshock.twong"
  139. },
  140. "cordova-plugin-device": {
  141. "PACKAGE_NAME": "com.shotshock.twong"
  142. },
  143. "cordova-plugin-jcore": {
  144. "PACKAGE_NAME": "com.shotshock.twong"
  145. },
  146. "cordova-plugin-wechat": {
  147. "WECHATAPPID": "wx1bb4342986c22b28",
  148. "UNIVERSALLINK": "https://www.shotshock.shop/ios/",
  149. "PACKAGE_NAME": "com.shotshock.twong"
  150. },
  151. "cordova-plugin-whitelist": {
  152. "PACKAGE_NAME": "com.shotshock.twong"
  153. },
  154. "jpush-phonegap-plugin": {
  155. "APP_KEY": "ab09fb9a832156e9c500ee68",
  156. "CHANNEL": "developer-default",
  157. "PACKAGE_NAME": "com.shotshock.twong"
  158. },
  159. "cordova-plugin-fullscreen": {
  160. "PACKAGE_NAME": "com.shotshock.twong"
  161. },
  162. "cordova-plugin-statusbar": {
  163. "PACKAGE_NAME": "com.shotshock.twong"
  164. },
  165. "cordova-plugin-inappbrowser": {
  166. "PACKAGE_NAME": "com.shotshock.twong"
  167. },
  168. "cordova-plugin-app-version": {
  169. "PACKAGE_NAME": "com.shotshock.twong"
  170. },
  171. "cordova-plugin-alipay-v2": {
  172. "APP_ID": "2021001196660263",
  173. "PACKAGE_NAME": "com.shotshock.twong"
  174. },
  175. "ionic-plugin-keyboard": {
  176. "PACKAGE_NAME": "com.shotshock.twong"
  177. }
  178. },
  179. "dependent_plugins": {},
  180. "modules": [
  181. {
  182. "id": "cordova-plugin-customurlscheme.LaunchMyApp",
  183. "file": "plugins/cordova-plugin-customurlscheme/www/ios/LaunchMyApp.js",
  184. "pluginId": "cordova-plugin-customurlscheme",
  185. "clobbers": [
  186. "window.plugins.launchmyapp"
  187. ]
  188. },
  189. {
  190. "id": "cordova-plugin-device.device",
  191. "file": "plugins/cordova-plugin-device/www/device.js",
  192. "pluginId": "cordova-plugin-device",
  193. "clobbers": [
  194. "device"
  195. ]
  196. },
  197. {
  198. "id": "cordova-plugin-wechat.Wechat",
  199. "file": "plugins/cordova-plugin-wechat/www/wechat.js",
  200. "pluginId": "cordova-plugin-wechat",
  201. "clobbers": [
  202. "Wechat"
  203. ]
  204. },
  205. {
  206. "id": "jpush-phonegap-plugin.JPushPlugin",
  207. "file": "plugins/jpush-phonegap-plugin/www/JPushPlugin.js",
  208. "pluginId": "jpush-phonegap-plugin",
  209. "clobbers": [
  210. "JPush"
  211. ]
  212. },
  213. {
  214. "id": "cordova-plugin-fullscreen.AndroidFullScreen",
  215. "file": "plugins/cordova-plugin-fullscreen/www/AndroidFullScreen.js",
  216. "pluginId": "cordova-plugin-fullscreen",
  217. "clobbers": [
  218. "AndroidFullScreen"
  219. ]
  220. },
  221. {
  222. "id": "cordova-plugin-statusbar.statusbar",
  223. "file": "plugins/cordova-plugin-statusbar/www/statusbar.js",
  224. "pluginId": "cordova-plugin-statusbar",
  225. "clobbers": [
  226. "window.StatusBar"
  227. ]
  228. },
  229. {
  230. "id": "cordova-plugin-inappbrowser.inappbrowser",
  231. "file": "plugins/cordova-plugin-inappbrowser/www/inappbrowser.js",
  232. "pluginId": "cordova-plugin-inappbrowser",
  233. "clobbers": [
  234. "cordova.InAppBrowser.open"
  235. ]
  236. },
  237. {
  238. "id": "cordova-plugin-app-version.AppVersionPlugin",
  239. "file": "plugins/cordova-plugin-app-version/www/AppVersionPlugin.js",
  240. "pluginId": "cordova-plugin-app-version",
  241. "clobbers": [
  242. "cordova.getAppVersion"
  243. ]
  244. },
  245. {
  246. "id": "cordova-plugin-alipay-v2.alipay",
  247. "file": "plugins/cordova-plugin-alipay-v2/www/alipay.js",
  248. "pluginId": "cordova-plugin-alipay-v2",
  249. "clobbers": [
  250. "cordova.plugins.alipay"
  251. ]
  252. },
  253. {
  254. "id": "ionic-plugin-keyboard.keyboard",
  255. "file": "plugins/ionic-plugin-keyboard/www/ios/keyboard.js",
  256. "pluginId": "ionic-plugin-keyboard",
  257. "clobbers": [
  258. "cordova.plugins.Keyboard"
  259. ],
  260. "runs": true
  261. }
  262. ],
  263. "plugin_metadata": {
  264. "cordova-plugin-customurlscheme": "5.0.2",
  265. "cordova-plugin-device": "2.0.3",
  266. "cordova-plugin-jcore": "1.3.3",
  267. "cordova-plugin-wechat": "3.0.0",
  268. "cordova-plugin-whitelist": "1.3.4",
  269. "jpush-phonegap-plugin": "3.7.6",
  270. "cordova-plugin-fullscreen": "1.3.0",
  271. "cordova-plugin-statusbar": "2.4.3",
  272. "cordova-plugin-inappbrowser": "4.0.0",
  273. "cordova-plugin-app-version": "0.1.9",
  274. "cordova-plugin-alipay-v2": "2.0.0",
  275. "ionic-plugin-keyboard": "2.2.1"
  276. }
  277. }