Skip to content

Commit cf3e6ce

Browse files
committed
ENABLE_USER_SCRIPT_SANDBOXING to YES
1 parent 957906a commit cf3e6ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ios/IJKMediaPlayer/IJKMediaPlayer.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@
10331033
ENABLE_BITCODE = NO;
10341034
ENABLE_MODULE_VERIFIER = YES;
10351035
ENABLE_STRICT_OBJC_MSGSEND = YES;
1036-
ENABLE_USER_SCRIPT_SANDBOXING = YES;
1036+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
10371037
GCC_NO_COMMON_BLOCKS = YES;
10381038
GCC_PREPROCESSOR_DEFINITIONS = (
10391039
"DEBUG=1",
@@ -1121,7 +1121,7 @@
11211121
ENABLE_MODULE_VERIFIER = YES;
11221122
ENABLE_NS_ASSERTIONS = NO;
11231123
ENABLE_STRICT_OBJC_MSGSEND = YES;
1124-
ENABLE_USER_SCRIPT_SANDBOXING = YES;
1124+
ENABLE_USER_SCRIPT_SANDBOXING = NO;
11251125
GCC_NO_COMMON_BLOCKS = YES;
11261126
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
11271127
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;

0 commit comments

Comments
 (0)