-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathplugin.xml
More file actions
24 lines (20 loc) · 777 Bytes
/
plugin.xml
File metadata and controls
24 lines (20 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android"
id="sk.kcorp.cordova.ios-security"
version="0.3.0">
<name>IOS Security</name>
<description>IOS Security</description>
<license>Apache 2.0</license>
<keywords>cordova,device</keywords>
<repo>https://github.com/robertklein/cordova-ios-security.git</repo>
<platform name="ios">
<config-file target="*-Info.plist" parent="NSAppTransportSecurity">
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</config-file>
</platform>
</plugin>