diff options
Diffstat (limited to 'Info.plist')
-rw-r--r-- | Info.plist | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Info.plist b/Info.plist new file mode 100644 index 0000000..6a6654d --- /dev/null +++ b/Info.plist @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>NSAppTransportSecurity</key> + <dict> + <key>NSAllowsArbitraryLoads</key> + <true/> + </dict> +</dict> +</plist> |