ios update plugin spec

This commit is contained in:
Evan Moore 2019-04-05 11:46:29 -04:00
parent 09fa6d0fc7
commit f4fb7813d9

View File

@ -6,7 +6,7 @@
<js-module name="ZebraPrinter" src="www/ZebraPrinter.js">
<clobbers target="cordova.plugins.zebraPrinter" />
</js-module>
<platform name="ios">
<platform name="ios" SwiftVersion="5">
<config-file target="config.xml" parent="/*">
<feature name="ZebraPrinter">
<param name="ios-package" value="ZebraPrinterPlugin" />
@ -44,11 +44,6 @@
<header-file src="src/ios/ZebraPrinter-Bridging-Header.h" />
<!-- Plugin Source -->
<source-file src="src/ios/ZebraPrinterPlugin.swift" />
<edit-config file="*-Info.plist" mode="merge" target="UISupportedExternalAccessoryProtocols">
<array>
<string>com.zebra.rawport</string>
</array>
</edit-config>
</platform>
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">