summaryrefslogtreecommitdiffstats
path: root/macosx/HandBrake.xcodeproj
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-03-12 12:01:24 +0100
committerDamiano Galassi <[email protected]>2019-03-12 12:01:24 +0100
commitd7074958d110d45ac220496bb7f19f8687b5b69f (patch)
tree5aa46d10a0c661ae951bc3edcd5a24e6a953056e /macosx/HandBrake.xcodeproj
parent4205e150b0b5737ea0fccca6c4dc2b85b2b95ea3 (diff)
MacGui: don't enable the sandbox by default.
Diffstat (limited to 'macosx/HandBrake.xcodeproj')
-rw-r--r--macosx/HandBrake.xcodeproj/project.pbxproj6
1 files changed, 3 insertions, 3 deletions
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)",