UNPKG

cordova-plugin-rscscheme

Version:

Cordova / PhoneGap Plugin to work arround Apple's iOS9 requirement that URL Schemes be declared and submitted to Apple (via Info.plist file).

35 lines (34 loc) 1.21 kB
<?xml version='1.0' encoding='UTF-8'?> <plugin id="cordova-plugin-rscscheme" version="0.0.14" xmlns="http://apache.org/cordova/ns/plugins/1.0"> <name>cordova-plugin-rscscheme</name> <author>RSC Dennis</author> <description> Cordova / PhoneGap Plugin to work arround Apple's iOS9 requirement that URL Schemes be declared and submitted to Apple (via Info.plist file). </description> <keywords>RSC</keywords> <license>MIT</license> <engines> <engine name="cordova" version=">=3.0.0"/> </engines> <platform name="ios"> <config-file target="*-Info.plist" parent="LSApplicationQueriesSchemes"> <array> <string>touchstockrsc</string> <string>rob-ip-cmd</string> <string>epassbook</string> <string>metrotaipeiapp</string> <string>itms-apps</string> <string>line</string> <string>comgooglecalendar</string> <string>comgooglemaps-x-callback</string> <string>comgooglemaps</string> <string>kkbox</string> </array> </config-file> <config-file target="*-Info.plist" parent="CFBundleURLTypes"> <array> <key>ITSAppUsesNonExemptEncryption</key><false/> </array> </config-file> </platform> </plugin>