Skip to content

Commit c0adf7a

Browse files
authored
Update JSCRuntime.cpp
1 parent 84833e1 commit c0adf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactCommon/jsc/JSCRuntime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ class JSCRuntime : public jsi::Runtime {
303303
#define _JSC_NO_ARRAY_BUFFERS
304304
#endif
305305
// [macOS
306-
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 164000
306+
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 160400
307307
#define _JSC_HAS_INSPECTABLE
308308
#endif
309309
// macOS]

0 commit comments

Comments
 (0)