diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in index c772436df7..a06fac092f 100644 --- a/cmake/modules/MacOSXBundleInfo.plist.in +++ b/cmake/modules/MacOSXBundleInfo.plist.in @@ -45,25 +45,5 @@ NSHighResolutionCapable - NSAppTransportSecurity - - NSExceptionDomains - - ${MACOSX_BUNDLE_BACKTRACE_DOMAIN_NAME} - - NSExceptionRequiresForwardSecrecy - - - NSIncludesSubdomains - - - NSTemporaryExceptionAllowsInsecureHTTPLoads - - - NSTemporaryExceptionMinimumTLSVersion - TLSv1.2 - - - diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index f79c2c0d6f..ea30909a08 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -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}")