Skip to content

Commit

Permalink
Lowered app security settings to be able to make http requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbergmann committed Feb 11, 2016
1 parent 2df01d7 commit fd6a332
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,14 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2483</string>
<string>2487</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.education</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion buildnumber
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2483
2487

0 comments on commit fd6a332

Please sign in to comment.