cordova-ios-delete-resourcespecification
Version:
IOS Delete ResourceSpecification Plugin
19 lines (17 loc) • 773 B
text/xml
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-ios-delete-resourcespecification"
version="0.0.2">
<name>IOS Delete ResourceSpecification</name>
<description>IOS Delete ResourceSpecification Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,device</keywords>
<repo>https://github.com/mohsinjk/cordova-ios-delete-resourcespecification.git</repo>
<platform name="ios">
<config-file target="*-Info.plist" parent="CFBundleResourceSpecification">
<string>ABC</string>
</config-file>
</platform>
</plugin>