Guest User

Untitled

a guest
Mar 26th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.96 KB | None | 0 0
  1. NPM version: 5.6.0
  2. Node version: v8.6.0
  3.  
  4. Cordova version: 8.0.0
  5.  
  6. Config.xml file:
  7.  
  8. <?xml version='1.0' encoding='utf-8'?>
  9. <widget android-packageName="us.cogitate.ihapp" id="io.ionic.starter" ios-CFBundleIdentifier="us.Cogitate.IHApp" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
  10. <name>NAME</name>
  11. <description>DESCRIPTION</description>
  12. <author email="someone@gmail.com" href="https://www.someurl.com/">TEAM</author>
  13. <content src="index.html" />
  14. <access origin="*" />
  15. <allow-intent href="http://*/*" />
  16. <allow-intent href="https://*/*" />
  17. <allow-intent href="tel:*" />
  18. <allow-intent href="sms:*" />
  19. <allow-intent href="mailto:*" />
  20. <allow-intent href="geo:*" />
  21. <preference name="ScrollEnabled" value="false" />
  22. <preference name="android-minSdkVersion" value="16" />
  23. <preference name="BackupWebStorage" value="none" />
  24. <preference name="SplashMaintainAspectRatio" value="true" />
  25. <preference name="FadeSplashScreenDuration" value="0" />
  26. <preference name="SplashShowOnlyFirstTime" value="false" />
  27. <preference name="SplashScreen" value="screen" />
  28. <preference name="SplashScreenDelay" value="10000" />
  29. <preference name="ShowSplashScreen" value="true" />
  30. <preference name="android-windowSoftInputMode" value="adjustPan" />
  31. <preference name="loadUrlTimeoutValue" value="700000" />
  32. <preference name="KeyboardAppearanceDark" value="false" />
  33. <preference name="WKPort" value="8534" />
  34. <preference name="WKEnableBackground" value="true" />
  35. <platform name="android">
  36. <allow-intent href="market:*" />
  37. <resource-file src="google-services.json" target="app/google-services.json" />
  38. <icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
  39. <icon density="mdpi" src="resources/android/icon/drawable-mdpi-icon.png" />
  40. <icon density="hdpi" src="resources/android/icon/drawable-hdpi-icon.png" />
  41. <icon density="xhdpi" src="resources/android/icon/drawable-xhdpi-icon.png" />
  42. <icon density="xxhdpi" src="resources/android/icon/drawable-xxhdpi-icon.png" />
  43. <icon density="xxxhdpi" src="resources/android/icon/drawable-xxxhdpi-icon.png" />
  44. <splash density="land-ldpi" src="resources/android/splash/drawable-land-ldpi-screen.png" />
  45. <splash density="land-mdpi" src="resources/android/splash/drawable-land-mdpi-screen.png" />
  46. <splash density="land-hdpi" src="resources/android/splash/drawable-land-hdpi-screen.png" />
  47. <splash density="land-xhdpi" src="resources/android/splash/drawable-land-xhdpi-screen.png" />
  48. <splash density="land-xxhdpi" src="resources/android/splash/drawable-land-xxhdpi-screen.png" />
  49. <splash density="land-xxxhdpi" src="resources/android/splash/drawable-land-xxxhdpi-screen.png" />
  50. <splash density="port-ldpi" src="resources/android/splash/drawable-port-ldpi-screen.png" />
  51. <splash density="port-mdpi" src="resources/android/splash/drawable-port-mdpi-screen.png" />
  52. <splash density="port-hdpi" src="resources/android/splash/drawable-port-hdpi-screen.png" />
  53. <splash density="port-xhdpi" src="resources/android/splash/drawable-port-xhdpi-screen.png" />
  54. <splash density="port-xxhdpi" src="resources/android/splash/drawable-port-xxhdpi-screen.png" />
  55. <splash density="port-xxxhdpi" src="resources/android/splash/drawable-port-xxxhdpi-screen.png" />
  56. </platform>
  57. <platform name="ios">
  58. <allow-intent href="itms:*" />
  59. <allow-intent href="itms-apps:*" />
  60. <icon height="57" src="resources/ios/icon/icon.png" width="57" />
  61. <icon height="114" src="resources/ios/icon/icon@2x.png" width="114" />
  62. <icon height="40" src="resources/ios/icon/icon-40.png" width="40" />
  63. <icon height="80" src="resources/ios/icon/icon-40@2x.png" width="80" />
  64. <icon height="120" src="resources/ios/icon/icon-40@3x.png" width="120" />
  65. <icon height="50" src="resources/ios/icon/icon-50.png" width="50" />
  66. <icon height="100" src="resources/ios/icon/icon-50@2x.png" width="100" />
  67. <icon height="60" src="resources/ios/icon/icon-60.png" width="60" />
  68. <icon height="120" src="resources/ios/icon/icon-60@2x.png" width="120" />
  69. <icon height="180" src="resources/ios/icon/icon-60@3x.png" width="180" />
  70. <icon height="72" src="resources/ios/icon/icon-72.png" width="72" />
  71. <icon height="144" src="resources/ios/icon/icon-72@2x.png" width="144" />
  72. <icon height="76" src="resources/ios/icon/icon-76.png" width="76" />
  73. <icon height="152" src="resources/ios/icon/icon-76@2x.png" width="152" />
  74. <icon height="167" src="resources/ios/icon/icon-83.5@2x.png" width="167" />
  75. <icon height="29" src="resources/ios/icon/icon-small.png" width="29" />
  76. <icon height="58" src="resources/ios/icon/icon-small@2x.png" width="58" />
  77. <icon height="87" src="resources/ios/icon/icon-small@3x.png" width="87" />
  78. <icon height="1024" src="resources/ios/icon/icon-1024.png" width="1024" />
  79. <splash height="1136" src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" />
  80. <splash height="1334" src="resources/ios/splash/Default-667h.png" width="750" />
  81. <splash height="2208" src="resources/ios/splash/Default-736h.png" width="1242" />
  82. <splash height="1242" src="resources/ios/splash/Default-Landscape-736h.png" width="2208" />
  83. <splash height="1536" src="resources/ios/splash/Default-Landscape@2x~ipad.png" width="2048" />
  84. <splash height="2048" src="resources/ios/splash/Default-Landscape@~ipadpro.png" width="2732" />
  85. <splash height="768" src="resources/ios/splash/Default-Landscape~ipad.png" width="1024" />
  86. <splash height="2048" src="resources/ios/splash/Default-Portrait@2x~ipad.png" width="1536" />
  87. <splash height="2732" src="resources/ios/splash/Default-Portrait@~ipadpro.png" width="2048" />
  88. <splash height="1024" src="resources/ios/splash/Default-Portrait~ipad.png" width="768" />
  89. <splash height="960" src="resources/ios/splash/Default@2x~iphone.png" width="640" />
  90. <splash height="480" src="resources/ios/splash/Default~iphone.png" width="320" />
  91. <splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
  92. </platform>
  93. <allow-navigation href="http://192.168.0.5:8100" />
  94. <allow-navigation href="http://192.168.163.2:8100" />
  95. <allow-navigation href="http://192.168.0.116:8100" />
  96. <plugin name="cordova-plugin-device" spec="^1.1.7" />
  97. <plugin name="cordova-plugin-splashscreen" spec="^4.1.0" />
  98. <plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
  99. <plugin name="ionic-plugin-keyboard" spec="^2.2.1" />
  100. <plugin name="phonegap-plugin-barcodescanner" spec="^6.0.8">
  101. <variable name="CAMERA_USAGE_DESCRIPTION" value=" " />
  102. </plugin>
  103. <plugin name="cordova-plugin-android-permissions" spec="^1.0.0" />
  104. <plugin name="cordova-plugin-device-orientation" spec="^1.0.7" />
  105. <plugin name="cordova-plugin-datepicker" spec="^0.9.3" />
  106. <plugin name="cordova-plugin-geolocation" spec="^2.4.3">
  107. <variable name="GEOLOCATION_USAGE_DESCRIPTION" value="To locate you" />
  108. </plugin>
  109. <plugin name="cordova-plugin-compat" spec="^1.2.0" />
  110. <plugin name="cordova-plugin-camera" spec="^2.4.1" />
  111. <plugin name="cordova.plugins.diagnostic" spec="^3.9.2" />
  112. <plugin name="cordova-plugin-screen-orientation" spec="^2.0.2" />
  113. <plugin name="mx.ferreyra.callnumber" spec="0.0.2" />
  114. <plugin name="phonegap-plugin-push" spec="^2.1.3">
  115. <variable name="SENDER_ID" value="102498375814" />
  116. <variable name="FCM_VERSION" value="11.0.1" />
  117. </plugin>
  118. <plugin name="call-number" spec="^1.0.1" />
  119. <plugin name="com-badrit-base64" spec="^0.2.0" />
  120. <plugin name="cordova-plugin-advanced-http" spec="^1.9.1" />
  121. <plugin name="cordova-fabric-plugin" spec="^1.1.10">
  122. <variable name="FABRIC_API_KEY" value="2ea50988cd8be00a7a8dd9191a9e2e4ab2f2f2ea" />
  123. <variable name="FABRIC_API_SECRET" value="73c1d44d4cd13eb315890da569f0b19c6bbbddfd5226f475177cea37f8724890" />
  124. </plugin>
  125. <plugin name="cordova-plugin-browsertab" spec="^0.2.0" />
  126. <plugin name="cordova-plugin-inappbrowser" spec="^2.0.2" />
  127. <plugin name="cordova-plugin-email-composer" spec="^0.8.14" />
  128. <plugin name="com.darktalker.cordova.screenshot" spec="^0.1.6" />
  129. <plugin name="cordova-plugin-globalization" spec="^1.0.9" />
  130. <plugin name="me.tonny.cordova.plugins.multidex" spec="https://github.com/jwall149/cordova-multidex" />
  131. <plugin name="cordova-plugin-statusbar" spec="^2.4.1" />
  132. <plugin name="cordova-plugin-nativegeocoder" spec="^3.1.1" />
  133. <plugin name="cordova-sqlite-storage" spec="^2.2.1" />
  134. <plugin name="cordova-plugin-uniquedeviceid" spec="^1.3.2" />
  135. <plugin name="com.synconset.imagepicker" spec="^2.1.10">
  136. <variable name="PHOTO_LIBRARY_USAGE_DESCRIPTION" value="select multiple images" />
  137. </plugin>
  138. <engine name="android" spec="6.4.0" />
  139. <plugin name="cordova-plugin-googlemaps" spec="^2.2.7">
  140. <variable name="API_KEY_FOR_ANDROID" value="AIzaSyC8IZv0hS7mQsGZPj3S3g4ycSeX88H_f_c" />
  141. <variable name="API_KEY_FOR_IOS" value="AIzaSyC8IZv0hS7mQsGZPj3S3g4ycSeX88H_f_c" />
  142. <variable name="PLAY_SERVICES_VERSION" value="11.8.0" />
  143. <variable name="ANDROID_SUPPORT_V4_VERSION" value="24.1.0" />
  144. <variable name="LOCATION_WHEN_IN_USE_DESCRIPTION" value="This app wants to get your location while this app runs only." />
  145. <variable name="LOCATION_ALWAYS_USAGE_DESCRIPTION" value="This app wants to get your location always, even this app runs in background." />
  146. <variable name="CFBUNDLEDEVELOPMENTREGION" value="English" />
  147. </plugin>
  148. <engine name="ios" spec="~4.5.4" />
  149. <plugin name="cordova-plugin-ionic-webview" spec="git+https://github.com/ghenry22/cordova-plugin-ionic-webview.git#integratedFixes" />
  150. </widget>
  151.  
  152.  
  153. Plugins:
  154.  
  155. call-number,com-badrit-base64,com.darktalker.cordova.screenshot,com.googlemaps.ios,com.synconset.imagepicker,cordova-fabric-plugin,cordova-plugin-add-swift-support,cordova-plugin-advanced-http,cordova-plugin-android-permissions,cordova-plugin-browsertab,cordova-plugin-camera,cordova-plugin-compat,cordova-plugin-datepicker,cordova-plugin-device,cordova-plugin-device-orientation,cordova-plugin-email-composer,cordova-plugin-file,cordova-plugin-geolocation,cordova-plugin-globalization,cordova-plugin-googlemaps,cordova-plugin-inappbrowser,cordova-plugin-ionic-webview,cordova-plugin-nativegeocoder,cordova-plugin-screen-orientation,cordova-plugin-splashscreen,cordova-plugin-statusbar,cordova-plugin-uniquedeviceid,cordova-plugin-whitelist,cordova-sqlite-storage,cordova.plugins.diagnostic,ionic-plugin-keyboard,me.tonny.cordova.plugins.multidex,phonegap-plugin-barcodescanner,phonegap-plugin-push
  156.  
  157. iOS platform:
  158.  
  159. Xcode 9.2
  160. Build version 9C40b
Add Comment
Please, Sign In to add comment