Browse Source

Xcode 8 fix

Leo Natan 6 years ago
parent
commit
711ba9ec64
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/ios/RNNSwizzles.m

+ 1
- 1
lib/ios/RNNSwizzles.m View File

14
 
14
 
15
 @implementation RNNSwizzles
15
 @implementation RNNSwizzles
16
 
16
 
17
-#if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_11_0
17
+#if __IPHONE_OS_VERSION_MAX_ALLOWED > __IPHONE_10_3
18
 - (id)__swz_initWithEventDispatcher:(id)eventDispatcher
18
 - (id)__swz_initWithEventDispatcher:(id)eventDispatcher
19
 {
19
 {
20
 	id returnValue = __SWZ_initWithEventDispatcher_orig(self, _cmd, eventDispatcher);
20
 	id returnValue = __SWZ_initWithEventDispatcher_orig(self, _cmd, eventDispatcher);