Add launcher plugin for iOS

This commit is contained in:
Yemel Jardi 2014-10-06 16:26:03 -03:00
parent c378e6afd5
commit a42af1fe83
2 changed files with 3 additions and 11 deletions

View File

@ -87,6 +87,9 @@ if [ ! -d $PROJECT ]; then
cordova plugin add org.apache.cordova.statusbar
checkOK
cordova plugin add https://github.com/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin.git --variable URL_SCHEME=bitcoin
checkOK
fi
echo "${OpenColor}${Green}* Generating copay bundle...${CloseColor}"

View File

@ -60,17 +60,6 @@
<string>0.6.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.bitpay.copay</string>
<key>CFBundleURLSchemes</key>
<array>
<string>bitcoin</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.6.2</string>
<key>LSRequiresIPhoneOS</key>