Skip to content

Commit 7556fca

Browse files
Example: no user script sandboxing.
1 parent 1d9906b commit 7556fca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Example/NotesExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
DEBUG_INFORMATION_FORMAT = dwarf;
401401
ENABLE_STRICT_OBJC_MSGSEND = YES;
402402
ENABLE_TESTABILITY = YES;
403-
ENABLE_USER_SCRIPT_SANDBOXING = YES;
403+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
404404
GCC_C_LANGUAGE_STANDARD = gnu11;
405405
GCC_DYNAMIC_NO_PIC = NO;
406406
GCC_NO_COMMON_BLOCKS = YES;
@@ -464,7 +464,7 @@
464464
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
465465
ENABLE_NS_ASSERTIONS = NO;
466466
ENABLE_STRICT_OBJC_MSGSEND = YES;
467-
ENABLE_USER_SCRIPT_SANDBOXING = YES;
467+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
468468
GCC_C_LANGUAGE_STANDARD = gnu11;
469469
GCC_NO_COMMON_BLOCKS = YES;
470470
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;

0 commit comments

Comments
 (0)