Skip to content

Commit dad28e9

Browse files
committed
plist for making it work with iOS 9
1 parent 86ccb15 commit dad28e9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-unit-test-runner",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "NativeScript unit test runner component.",
55
"main": "app.js",
66
"scripts": {
@@ -15,5 +15,7 @@
1515
"devDependencies": {
1616
"grunt": "^0.4.5",
1717
"grunt-ts": "^5.0.1"
18+
},
19+
"nativescript": {
1820
}
1921
}

platforms/ios/Info.plist

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>NSAppTransportSecurity</key>
6+
<dict>
7+
<key>NSAllowsArbitraryLoads</key>
8+
<true/>
9+
</dict>
10+
</dict>
11+
</plist>

0 commit comments

Comments
 (0)