2016-10-06 00:18:29 -04:00
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
|
|
|
|
<widget id="com.bitpay.*BUNDLENAME*"
|
|
|
|
|
version="*VERSION*"
|
|
|
|
|
android-versionCode="*ANDROIDVERSION*"
|
|
|
|
|
ios-CFBundleVersion="*VERSION*">
|
|
|
|
|
<name>*USERVISIBLENAME*</name>
|
|
|
|
|
<description>
|
|
|
|
|
*PURPOSELINE*
|
|
|
|
|
</description>
|
|
|
|
|
<author email="support@bitpay.com" href="*URL*">
|
|
|
|
|
BitPay Inc.
|
|
|
|
|
</author>
|
|
|
|
|
<content src="index.html" />
|
|
|
|
|
<access origin="*" />
|
|
|
|
|
<preference name="AndroidPersistentFileLocation" value="Internal" />
|
|
|
|
|
<preference name="iosPersistentFileLocation" value="Library" />
|
|
|
|
|
<preference name="DisallowOverscroll" value="true"/>
|
|
|
|
|
<preference name="HideKeyboardFormAccessoryBar" value="true"/>
|
|
|
|
|
<preference name="SplashScreen" value="copayscreen" />
|
|
|
|
|
<preference name="ShowSplashScreenSpinner" value="false" />
|
|
|
|
|
<preference name="AutoHideSplashScreen" value="false" />
|
|
|
|
|
<preference name="FadeSplashScreen" value="true" />
|
2016-10-06 19:41:50 -04:00
|
|
|
<preference name="FadeSplashScreenDuration" value=".3" />
|
|
|
|
|
<preference name="KeyboardDisplayRequiresUserAction" value="false" />
|
2016-10-06 00:18:29 -04:00
|
|
|
<preference name="StatusBarOverlaysWebView" value="true" />
|
|
|
|
|
<preference name="StatusBarBackgroundColor" value="#1e3186" />
|
|
|
|
|
<preference name="StatusBarStyle" value="lightcontent" />
|
|
|
|
|
<preference name="BackupWebStorage" value="none"/>
|
|
|
|
|
<preference name="windows-target-version" value="8.1"/>
|
|
|
|
|
<preference name="Orientation" value="default" />
|
|
|
|
|
|
|
|
|
|
<!-- Plugins -->
|
2016-10-06 16:03:18 -04:00
|
|
|
<plugin name="cordova-plugin-device" spec="~1.1.3"/>
|
2016-10-06 00:18:29 -04:00
|
|
|
<plugin name="cordova-plugin-globalization" spec="~1.0.4" />
|
|
|
|
|
<plugin name="cordova.plugins.diagnostic" spec="~3.2.1" />
|
|
|
|
|
<plugin name="cordova-plugin-splashscreen" spec="~4.0.0" />
|
|
|
|
|
<plugin name="cordova-plugin-statusbar" spec="~2.2.0" />
|
|
|
|
|
<plugin name="cordova-plugin-inappbrowser" spec="~1.5.0" />
|
|
|
|
|
<plugin name="cordova-plugin-x-toast" spec="~2.5.2" />
|
|
|
|
|
<plugin name="com.verso.cordova.clipboard" spec="https://github.com/VersoSolutions/CordovaClipboard" />
|
|
|
|
|
<plugin name="cordova-plugin-x-socialsharing" spec="https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git" />
|
|
|
|
|
<plugin name="cordova-plugin-spinner-dialog" spec="~1.3.1" />
|
|
|
|
|
<plugin name="cordova-plugin-dialogs" spec="~1.3.0" />
|
|
|
|
|
<plugin name="cordova-plugin-network-information" spec="~1.3.0" />
|
|
|
|
|
<plugin name="cordova-plugin-console" spec="~1.0.4" />
|
|
|
|
|
<plugin name="cordova-plugin-uniquedeviceid" spec="~1.3.2" />
|
|
|
|
|
<plugin name="cordova-plugin-file" spec="~4.3.0" />
|
|
|
|
|
<plugin name="cordova-plugin-touch-id" spec="~3.2.0" />
|
|
|
|
|
<plugin name="cordova-plugin-transport-security" spec="~0.1.2" />
|
|
|
|
|
<plugin name="cordova-ios-requires-fullscreen" spec="~0.0.2" />
|
|
|
|
|
<plugin name="cordova-plugin-android-fingerprint-auth" spec="~0.2.0" />
|
|
|
|
|
<plugin name="cordova-plugin-screen-orientation" spec="~1.4.2" />
|
|
|
|
|
<plugin name="ionic-plugin-keyboard" spec="~2.2.1" />
|
|
|
|
|
<plugin name="cordova-plugin-whitelist" spec="~1.3.0" />
|
|
|
|
|
<plugin name="cordova-plugin-wkwebview-engine" spec="https://github.com/driftyco/cordova-plugin-wkwebview-engine.git" />
|
|
|
|
|
<plugin name="cordova-plugin-qrscanner" spec="~2.4.0" />
|
|
|
|
|
<plugin name="cordova-plugin-customurlscheme" spec="~4.2.0">
|
|
|
|
|
<variable name="URL_SCHEME" value="UNUSED" />
|
|
|
|
|
</plugin>
|
2016-10-06 10:51:22 -03:00
|
|
|
<plugin name="phonegap-plugin-push" spec="1.8.2" />
|
2016-10-06 00:18:29 -04:00
|
|
|
|
|
|
|
|
<!-- Supported Platforms -->
|
|
|
|
|
<engine name="ios" spec="~4.2.1" />
|
|
|
|
|
<engine name="android" spec="~5.2.2" />
|
|
|
|
|
|
|
|
|
|
<!-- Platform Specific Settings -->
|
|
|
|
|
<platform name="ios">
|
|
|
|
|
<!-- <hook type="after_prepare" src="util/hooks/ios/add-custom-urls-to-plist.js" />
|
|
|
|
|
<hook type="after_prepare" src="util/hooks/ios/add-uistatusbarhidden-to-plist.js" /> -->
|
2016-10-07 04:28:32 -04:00
|
|
|
|
|
|
|
|
<!-- <icon src="resources/bitpay/ios/icon-60@3x.png" width="180" height="180" />
|
|
|
|
|
<icon src="resources/bitpay/ios/icon-60.png" width="60" height="60" />
|
|
|
|
|
<icon src="resources/bitpay/ios/icon-60@2x.png" width="120" height="120" />
|
|
|
|
|
<icon src="resources/bitpay/ios/icon-76.png" width="76" height="76" />
|
|
|
|
|
<icon src="resources/bitpay/ios/icon-76@2x.png" width="152" height="152" />
|
|
|
|
|
<icon src="resources/bitpay/ios/icon-40.png" width="40" height="40" />
|
|
|
|
|
<icon src="resources/bitpay/ios/icon-40@2x.png" width="80" height="80" />
|
|
|
|
|
<icon src="resources/bitpay/ios/icon.png" width="57" height="57" />
|
|
|
|
|
<icon src="resources/bitpay/ios/icon@2x.png" width="114" height="114" />
|
|
|
|
|
<icon src="resources/bitpay/ios/icon-72.png" width="72" height="72" />
|
|
|
|
|
<icon src="resources/bitpay/ios/icon-72@2x.png" width="144" height="144" />
|
|
|
|
|
<icon src="resources/bitpay/ios/icon-small.png" width="29" height="29" />
|
|
|
|
|
<icon src="resources/bitpay/ios/icon-small@2x.png" width="58" height="58" />
|
|
|
|
|
<icon src="resources/bitpay/ios/icon-50.png" width="50" height="50" />
|
|
|
|
|
<icon src="resources/bitpay/ios/icon-50@2x.png" width="100" height="100" /> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<splash src="resources/bitpay/ios/splash/Default~iphone.png" width="320" height="480"/>
|
|
|
|
|
<splash src="resources/bitpay/ios/splash/Default@2x~iphone.png" width="640" height="960"/>
|
|
|
|
|
<splash src="resources/bitpay/ios/splash/Default-Portrait~ipad.png" width="768" height="1024"/>
|
|
|
|
|
<splash src="resources/bitpay/ios/splash/Default-Portrait@2x~ipad.png" width="1536" height="2048"/>
|
|
|
|
|
<splash src="resources/bitpay/ios/splash/Default-Landscape~ipad.png" width="1024" height="768"/>
|
|
|
|
|
<splash src="resources/bitpay/ios/splash/Default-Landscape@2x~ipad.png" width="2048" height="1536"/>
|
|
|
|
|
<splash src="resources/bitpay/ios/splash/Default-568h@2x~iphone.png" width="640" height="1136"/>
|
|
|
|
|
<splash src="resources/bitpay/ios/splash/Default-667h.png" width="750" height="1334"/>
|
|
|
|
|
<splash src="resources/bitpay/ios/splash/Default-736h.png" width="1242" height="2208"/>
|
|
|
|
|
<splash src="resources/bitpay/ios/splash/Default-Landscape-736h.png" width="2208" height="1242"/>
|
2016-10-06 00:18:29 -04:00
|
|
|
</platform>
|
|
|
|
|
|
|
|
|
|
<platform name="android">
|
|
|
|
|
<hook type="after_prepare" src="util/hooks/android/add-custom-urls-to-android-manifest.js" />
|
|
|
|
|
<hook type="after_prepare" src="util/hooks/android/prohibit-cloud-backups-in-android-manifest.js" />
|
2016-10-07 04:28:32 -04:00
|
|
|
|
|
|
|
|
<!-- <icon src="resources/bitpay/android/icons/ldpi.png" density="ldpi" />
|
|
|
|
|
<icon src="resources/bitpay/android/icons/mdpi.png" density="mdpi" />
|
|
|
|
|
<icon src="resources/bitpay/android/icons/hdpi.png" density="hdpi" />
|
|
|
|
|
<icon src="resources/bitpay/android/icons/xhdpi.png" density="xhdpi" />
|
|
|
|
|
<icon src="resources/bitpay/android/icons/xxhdpi.png" density="xxhdpi" />
|
|
|
|
|
<icon src="resources/bitpay/android/icons/xxxhdpi.png" density="xxxhdpi" /> -->
|
|
|
|
|
|
|
|
|
|
<splash src="resources/bitpay/android/splash/drawable-land-hdpi-screen.png" density="land-hdpi"/>
|
|
|
|
|
<splash src="resources/bitpay/android/splash/drawable-land-ldpi-screen.png" density="land-ldpi"/>
|
|
|
|
|
<splash src="resources/bitpay/android/splash/drawable-land-mdpi-screen.png" density="land-mdpi"/>
|
|
|
|
|
<splash src="resources/bitpay/android/splash/drawable-land-xhdpi-screen.png" density="land-xhdpi"/>
|
|
|
|
|
<splash src="resources/bitpay/android/splash/drawable-land-xxhdpi-screen.png" density="land-xxhdpi"/>
|
|
|
|
|
<splash src="resources/bitpay/android/splash/drawable-land-xxxhdpi-screen.png" density="land-xxxhdpi"/>
|
|
|
|
|
|
|
|
|
|
<splash src="resources/bitpay/android/splash/drawable-port-hdpi-screen.png" density="port-hdpi"/>
|
|
|
|
|
<splash src="resources/bitpay/android/splash/drawable-port-ldpi-screen.png" density="port-ldpi"/>
|
|
|
|
|
<splash src="resources/bitpay/android/splash/drawable-port-mdpi-screen.png" density="port-mdpi"/>
|
|
|
|
|
<splash src="resources/bitpay/android/splash/drawable-port-xhdpi-screen.png" density="port-xhdpi"/>
|
|
|
|
|
<splash src="resources/bitpay/android/splash/drawable-port-xxhdpi-screen.png" density="port-xxhdpi"/>
|
|
|
|
|
<splash src="resources/bitpay/android/splash/drawable-port-xxxhdpi-screen.png" density="port-xxxhdpi"/>
|
2016-10-06 00:18:29 -04:00
|
|
|
</platform>
|
|
|
|
|
|
|
|
|
|
<platform name="wp8">
|
|
|
|
|
<plugin name="phonegap-plugin-barcodescanner" spec="https://github.com/jrontend/phonegap-plugin-barcodescanner" />
|
|
|
|
|
</platform>
|
|
|
|
|
|
2016-10-07 04:28:32 -04:00
|
|
|
<platform name="windows">
|
|
|
|
|
<!-- <icon src="resources/bitpay/windows/icons/storelogo.png" target="StoreLogo" />
|
|
|
|
|
<icon src="resources/bitpay/windows/icons/smalllogo.png" target="Square30x30Logo" />
|
|
|
|
|
<icon src="resources/bitpay/windows/icons/Square44x44Logo.png" target="Square44x44Logo" />
|
|
|
|
|
<icon src="resources/bitpay/windows/icons/Square70x70Logo.png" target="Square70x70Logo" />
|
|
|
|
|
<icon src="resources/bitpay/windows/icons/Square71x71Logo.png" target="Square71x71Logo" />
|
|
|
|
|
<icon src="resources/bitpay/windows/icons/Square150x150Logo.png" target="Square150x150Logo" />
|
|
|
|
|
<icon src="resources/bitpay/windows/icons/Square310x310Logo.png" target="Square310x310Logo" />
|
|
|
|
|
<icon src="resources/bitpay/windows/icons/Wide310x150Logo.png" target="Wide310x150Logo" /> -->
|
|
|
|
|
|
|
|
|
|
<splash src="resources/bitpay/windows/splash/splashscreen.png" width="620" height="300"/>
|
|
|
|
|
<splash src="resources/bitpay/windows/splash/splashscreenphone.png" width="1152" height="1920"/>
|
|
|
|
|
</platform>
|
|
|
|
|
|
2016-10-06 00:18:29 -04:00
|
|
|
</widget>
|