Skip to content

Commit

Permalink
Enable script sandboxing
Browse files Browse the repository at this point in the history
  • Loading branch information
mangerlahn committed Jun 25, 2024
1 parent 8e0ea8a commit 0af3eba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MultiMarkdown.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = MarkdownMacPrefix.h;
GCC_PREPROCESSOR_DEFINITIONS = YY_CTX_LOCAL;
Expand Down Expand Up @@ -368,6 +369,7 @@
CLANG_ENABLE_OBJC_WEAK = YES;
COMBINE_HIDPI_IMAGES = YES;
DEAD_CODE_STRIPPING = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = MarkdownMacPrefix.h;
GCC_PREPROCESSOR_DEFINITIONS = YY_CTX_LOCAL;
Expand Down

0 comments on commit 0af3eba

Please sign in to comment.