cordova-plugin-enable-bitcode
Version:
Enable bitcode in iOS build settings
17 lines (14 loc) • 603 B
text/xml
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-enable-bitcode"
version="1.3.2" >
<name>EnableBitcode</name>
<description>Cordova plugin to enable bitcode in iOS build settings</description>
<license>MIT</license>
<keywords>cordova,phonegap,bitcode,plugin</keywords>
<repo>https://github.com/teknepal/cordova-plugin-enable-bitcode</repo>
<platform name="ios">
<hook type="after_plugin_add" src="src/disable-bitcode.js" />
<hook type="after_platform_add" src="src/disable-bitcode.js" />
</platform>
</plugin>