mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Remove Mac domain exception
This commit is contained in:
parent
b5252da3f2
commit
85f56e2aa7
2 changed files with 0 additions and 22 deletions
|
@ -45,25 +45,5 @@
|
|||
</array>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSExceptionDomains</key>
|
||||
<dict>
|
||||
<key>${MACOSX_BUNDLE_BACKTRACE_DOMAIN_NAME}</key>
|
||||
<dict>
|
||||
<key>NSExceptionRequiresForwardSecrecy</key>
|
||||
<false/>
|
||||
<!--Include to allow subdomains-->
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<true/>
|
||||
<!--Include to allow HTTP requests-->
|
||||
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
<!--Include to specify minimum TLS version-->
|
||||
<key>NSTemporaryExceptionMinimumTLSVersion</key>
|
||||
<string>TLSv1.2</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -127,8 +127,6 @@ if (APPLE)
|
|||
endif ()
|
||||
endif ()
|
||||
|
||||
set(MACOSX_BUNDLE_BACKTRACE_DOMAIN_NAME highfidelity.sp.backtrace.io)
|
||||
|
||||
# set how the icon shows up in the Info.plist file
|
||||
set(MACOSX_BUNDLE_ICON_FILE "${INTERFACE_ICON_FILENAME}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue