mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
updated config for iOS
This commit is contained in:
+12
@@ -16,4 +16,16 @@ id="org.apache.cordova.core">
|
||||
<source-file src="FileProgressResult.java" target-dir="org/apache/cordova/core" />
|
||||
<source-file src="FileUploadResult.java" target-dir="org/apache/cordova/core" />
|
||||
</platform>
|
||||
|
||||
<!-- ios -->
|
||||
<platform name="ios">
|
||||
<config-file target="config.xml" parent="/*">
|
||||
<feature name="FileTransfer">
|
||||
<param name="ios-package" value="CDVFileTransfer" />
|
||||
</feature>
|
||||
</config-file>
|
||||
<header-file src="src/ios/CDVFileTransfer.h" />
|
||||
<source-file src="src/ios/CDVFileTransfer.m" />
|
||||
</platform>
|
||||
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user