Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 36551f5

Browse files
committed
Disable Xcode 15.3 user script sandboxing
It conflicts with how our SwiftLint setup works. Sandboxing scripts sounds like a safe option, but in the context of this project we can afford to bypass the setting at least for the moment.
1 parent bd3c6c1 commit 36551f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WordPressKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3585,7 +3585,7 @@
35853585
DEBUG_INFORMATION_FORMAT = dwarf;
35863586
ENABLE_STRICT_OBJC_MSGSEND = YES;
35873587
ENABLE_TESTABILITY = YES;
3588-
ENABLE_USER_SCRIPT_SANDBOXING = YES;
3588+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
35893589
GCC_C_LANGUAGE_STANDARD = gnu99;
35903590
GCC_DYNAMIC_NO_PIC = NO;
35913591
GCC_NO_COMMON_BLOCKS = YES;
@@ -3649,7 +3649,7 @@
36493649
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
36503650
ENABLE_NS_ASSERTIONS = NO;
36513651
ENABLE_STRICT_OBJC_MSGSEND = YES;
3652-
ENABLE_USER_SCRIPT_SANDBOXING = YES;
3652+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
36533653
GCC_C_LANGUAGE_STANDARD = gnu99;
36543654
GCC_NO_COMMON_BLOCKS = YES;
36553655
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -3825,7 +3825,7 @@
38253825
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
38263826
ENABLE_NS_ASSERTIONS = NO;
38273827
ENABLE_STRICT_OBJC_MSGSEND = YES;
3828-
ENABLE_USER_SCRIPT_SANDBOXING = YES;
3828+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
38293829
GCC_C_LANGUAGE_STANDARD = gnu99;
38303830
GCC_NO_COMMON_BLOCKS = YES;
38313831
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
@@ -3942,7 +3942,7 @@
39423942
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
39433943
ENABLE_NS_ASSERTIONS = NO;
39443944
ENABLE_STRICT_OBJC_MSGSEND = YES;
3945-
ENABLE_USER_SCRIPT_SANDBOXING = YES;
3945+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
39463946
GCC_C_LANGUAGE_STANDARD = gnu99;
39473947
GCC_NO_COMMON_BLOCKS = YES;
39483948
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;

0 commit comments

Comments
 (0)