From d7074958d110d45ac220496bb7f19f8687b5b69f Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Tue, 12 Mar 2019 12:01:24 +0100 Subject: MacGui: don't enable the sandbox by default. --- macosx/HandBrake.xcodeproj/project.pbxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'macosx/HandBrake.xcodeproj') diff --git a/macosx/HandBrake.xcodeproj/project.pbxproj b/macosx/HandBrake.xcodeproj/project.pbxproj index 94e8b427f..3e1ec88f7 100644 --- a/macosx/HandBrake.xcodeproj/project.pbxproj +++ b/macosx/HandBrake.xcodeproj/project.pbxproj @@ -1564,7 +1564,7 @@ enabled = 0; }; com.apple.Sandbox = { - enabled = 1; + enabled = 0; }; }; }; @@ -2351,7 +2351,7 @@ CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES; CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES; CLANG_ENABLE_OBJC_ARC = YES; - CODE_SIGN_ENTITLEMENTS = HandBrake.entitlements; + CODE_SIGN_ENTITLEMENTS = ""; COMBINE_HIDPI_IMAGES = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -2382,7 +2382,7 @@ CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES; CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES; CLANG_ENABLE_OBJC_ARC = YES; - CODE_SIGN_ENTITLEMENTS = HandBrake.entitlements; + CODE_SIGN_ENTITLEMENTS = ""; COMBINE_HIDPI_IMAGES = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", -- cgit v1.2.3