Add launcher plugin for iOS
This commit is contained in:
parent
c378e6afd5
commit
a42af1fe83
2 changed files with 3 additions and 11 deletions
|
|
@ -87,6 +87,9 @@ if [ ! -d $PROJECT ]; then
|
||||||
|
|
||||||
cordova plugin add org.apache.cordova.statusbar
|
cordova plugin add org.apache.cordova.statusbar
|
||||||
checkOK
|
checkOK
|
||||||
|
|
||||||
|
cordova plugin add https://github.com/EddyVerbruggen/LaunchMyApp-PhoneGap-Plugin.git --variable URL_SCHEME=bitcoin
|
||||||
|
checkOK
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "${OpenColor}${Green}* Generating copay bundle...${CloseColor}"
|
echo "${OpenColor}${Green}* Generating copay bundle...${CloseColor}"
|
||||||
|
|
|
||||||
|
|
@ -60,17 +60,6 @@
|
||||||
<string>0.6.2</string>
|
<string>0.6.2</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<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>
|
<key>CFBundleVersion</key>
|
||||||
<string>0.6.2</string>
|
<string>0.6.2</string>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue