updated to include config for iOS classes
This commit is contained in:
parent
cc14974811
commit
6951b712f9
12
plugin.xml
12
plugin.xml
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="org.apache.cordova.core">
|
id="org.apache.cordova.core.InAppBrowser"
|
||||||
version="0.1.0">
|
version="0.1.0">
|
||||||
<name>InAppBrowser</name>
|
<name>InAppBrowser</name>
|
||||||
|
|
||||||
@ -14,4 +14,14 @@ id="org.apache.cordova.core">
|
|||||||
|
|
||||||
<source-file src="InAppBrowser.java" target-dir="org/apache/cordova/core" />
|
<source-file src="InAppBrowser.java" target-dir="org/apache/cordova/core" />
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
|
<!-- ios -->
|
||||||
|
<platform name="ios">
|
||||||
|
<config-file target="config.xml" parent="plugins">
|
||||||
|
<plugin name="InAppBrowser" value="CDVInAppBrowser" />
|
||||||
|
</config-file>
|
||||||
|
<header-file src="src/ios/CDVInAppBrowser.h" />
|
||||||
|
<source-file src="src/ios/CDVInAppBrowser.m" />
|
||||||
|
</platform>
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user