Skip to content

Commit

Permalink
[ios] Drop SDK39 on iOS (expo#13380)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsapeta authored Jun 23, 2021
1 parent 962569d commit 598907b
Show file tree
Hide file tree
Showing 2,641 changed files with 16 additions and 281,754 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<dict>
<key>sdkVersions</key>
<array>
<string>39.0.0</string>
<string>40.0.0</string>
<string>41.0.0</string>
<string>42.0.0</string>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sdkVersions":["39.0.0","40.0.0","41.0.0","42.0.0"]}
{"sdkVersions":["40.0.0","41.0.0","42.0.0"]}
3 changes: 1 addition & 2 deletions ios/Exponent.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions ios/Exponent/Kernel/Views/EXAppViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
#if defined(INCLUDES_VERSIONED_CODE) && __has_include(<ABI40_0_0React/ABI40_0_0RCTAppearance.h>)
#import <ABI40_0_0React/ABI40_0_0RCTAppearance.h>
#endif
#if defined(INCLUDES_VERSIONED_CODE) && __has_include(<ABI39_0_0React/ABI39_0_0RCTAppearance.h>)
#import <ABI39_0_0React/ABI39_0_0RCTAppearance.h>
#endif

#define EX_INTERFACE_ORIENTATION_USE_MANIFEST 0

Expand Down Expand Up @@ -655,9 +652,6 @@ - (void)_overrideAppearanceModuleBehaviour
#if defined(INCLUDES_VERSIONED_CODE) && __has_include(<ABI40_0_0React/ABI40_0_0RCTAppearance.h>)
ABI40_0_0RCTOverrideAppearancePreference(appearancePreference);
#endif
#if defined(INCLUDES_VERSIONED_CODE) && __has_include(<ABI39_0_0React/ABI39_0_0RCTAppearance.h>)
ABI39_0_0RCTOverrideAppearancePreference(appearancePreference);
#endif
}

#pragma mark - user interface style
Expand Down
1 change: 0 additions & 1 deletion ios/Exponent/Supporting/EXSDKVersions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<dict>
<key>sdkVersions</key>
<array>
<string>39.0.0</string>
<string>40.0.0</string>
<string>41.0.0</string>
<string>42.0.0</string>
Expand Down
2 changes: 1 addition & 1 deletion ios/Exponent/Supporting/sdkVersions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sdkVersions":["39.0.0","40.0.0","41.0.0","42.0.0"]}
{"sdkVersions":["40.0.0","41.0.0","42.0.0"]}
Loading

0 comments on commit 598907b

Please sign in to comment.