From 85f56e2aa7936ee1aff4c64d574a03d39d1b1456 Mon Sep 17 00:00:00 2001 From: Clement Date: Tue, 10 Jul 2018 17:41:07 -0700 Subject: [PATCH] Remove Mac domain exception --- cmake/modules/MacOSXBundleInfo.plist.in | 20 -------------------- interface/CMakeLists.txt | 2 -- 2 files changed, 22 deletions(-) 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}")