Skip to content

Commit fd6a332

Browse files
committed
Lowered app security settings to be able to make http requests.
1 parent 2df01d7 commit fd6a332

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Info.plist

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,14 @@
4545
</dict>
4646
</array>
4747
<key>CFBundleVersion</key>
48-
<string>2483</string>
48+
<string>2487</string>
4949
<key>LSApplicationCategoryType</key>
5050
<string>public.app-category.education</string>
51+
<key>NSAppTransportSecurity</key>
52+
<dict>
53+
<key>NSAllowsArbitraryLoads</key>
54+
<true/>
55+
</dict>
5156
<key>NSMainNibFile</key>
5257
<string>MainMenu</string>
5358
<key>NSPrincipalClass</key>

buildnumber

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2483
1+
2487

0 commit comments

Comments
 (0)