mirror of
https://github.com/lampaa/com.lampa.startapp.git
synced 2026-05-20 00:01:31 +08:00
sending ios support
This commit is contained in:
+14
@@ -24,4 +24,18 @@
|
||||
<source-file src="src/android/startApp.java" target-dir="src/org/apache/cordova/startapp" />
|
||||
</platform>
|
||||
|
||||
|
||||
<platform name="ios">
|
||||
|
||||
<config-file target="config.xml" parent="/*">
|
||||
<feature name="startApp">
|
||||
<param name="ios-package" value="startApp"/>
|
||||
</feature>
|
||||
</config-file>
|
||||
|
||||
<header-file src="src/ios/startApp.h"/>
|
||||
<source-file src="src/ios/startApp.m"/>
|
||||
</platform>
|
||||
|
||||
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user