mirror of
https://github.com/silkimen/cordova-plugin-advanced-http.git
synced 2026-05-31 00:00:07 +08:00
#2 iOS doesn't compile because of a missing framework
This commit is contained in:
+2
-1
@@ -2,7 +2,7 @@
|
||||
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
id="com.synconset.cordovaHTTP"
|
||||
version="0.1.3">
|
||||
version="0.1.4">
|
||||
|
||||
<name>SSL Pinning</name>
|
||||
|
||||
@@ -66,6 +66,7 @@
|
||||
<header-file src="src/ios/AFNetworking/AFURLSessionManager.h" />
|
||||
<source-file src="src/ios/AFNetworking/AFURLSessionManager.m" />
|
||||
|
||||
<framework src="SystemConfiguration.framework" />
|
||||
<framework src="Security.framework" />
|
||||
</platform>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user