Enhancement of mobile files generation. Created a dist folder with all compressed files

This commit is contained in:
Gustavo Maximiliano Cortez 2014-11-22 17:36:19 -03:00
commit cdca0fb014
6 changed files with 44 additions and 33 deletions

View file

@ -1,5 +1,8 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.bitpay.copay" version="0.6.4" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" android-versionCode="16">
<widget id="com.bitpay.copay"
version="0.8.2"
android-versionCode="17"
ios-CFBundleVersion="0.8.2">
<name>Copay</name>
<description>
A secure bitcoin wallet for friends and companies.
@ -9,8 +12,12 @@
</author>
<content src="index.html" />
<access origin="*" />
<preference name="DisallowOverscroll" value="true"/>
<preference name="HideKeyboardFormAccessoryBar" value="true"/>
<preference name="SplashScreen" value="copayscreen" />
<preference name="SplashScreenDelay" value="10000" />
<preference name="backgroundColor" value="0x2C3E50" />
<preference name="BackgroundColor" value="0x2C3E50" />
<preference name="StatusBarOverlaysWebView" value="false" />
<preference name="StatusBarBackgroundColor" value="#3C4E60" />
<preference name="StatusBarStyle" value="lightcontent" />
</widget>