修复ios编译错误
This commit is contained in:
+2
-1
@@ -57,6 +57,7 @@
|
||||
|
||||
<!-- ios -->
|
||||
<platform name="ios">
|
||||
<pods-config ios-min-version="11.0" use-frameworks="true"/>
|
||||
<config-file target="config.xml" parent="/*">
|
||||
<feature name="ZipArchive">
|
||||
<param name="ios-package" value="ZipArchivePlugin"/>
|
||||
@@ -65,7 +66,7 @@
|
||||
</config-file>
|
||||
|
||||
<!-- <framework src="SSZipArchive" type="podspec" spec="~> 2.2.3" />-->
|
||||
<pod name="SSZipArchive" git="https://github.com/kitolog/ZipArchive" branch="master" />
|
||||
<pod name="SSZipArchive"/>
|
||||
|
||||
<header-file src="src/ios/ZipArchiveAdapter.h"/>
|
||||
<source-file src="src/ios/ZipArchiveAdapter.m"/>
|
||||
|
||||
Reference in New Issue
Block a user