We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ccb15 commit dad28e9Copy full SHA for dad28e9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nativescript-unit-test-runner",
3
- "version": "0.1.4",
+ "version": "0.2.0",
4
"description": "NativeScript unit test runner component.",
5
"main": "app.js",
6
"scripts": {
@@ -15,5 +15,7 @@
15
"devDependencies": {
16
"grunt": "^0.4.5",
17
"grunt-ts": "^5.0.1"
18
+ },
19
+ "nativescript": {
20
}
21
platforms/ios/Info.plist
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>NSAppTransportSecurity</key>
+ <dict>
7
+ <key>NSAllowsArbitraryLoads</key>
8
+ <true/>
9
+ </dict>
10
+</dict>
11
+</plist>
0 commit comments