Disable ATS

This commit is contained in:
Cameron Gutman 2023-10-16 18:13:13 -05:00
parent 8a7fa7e559
commit 63e3fa6609

View file

@ -33,6 +33,11 @@
<true/> <true/>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.games</string> <string>public.app-category.games</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>VERSION</string> <string>VERSION</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>