Skip to content

Commit

Permalink
[ios] Remove SDK 46 on iOS (expo#22731)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsapeta authored Jun 5, 2023
1 parent 6943397 commit 6851506
Show file tree
Hide file tree
Showing 3,651 changed files with 2 additions and 458,252 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<dict>
<key>sdkVersions</key>
<array>
<string>46.0.0</string>
<string>47.0.0</string>
<string>48.0.0</string>
</array>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sdkVersions":["46.0.0","47.0.0","48.0.0"]}
{"sdkVersions":["47.0.0","48.0.0"]}
2 changes: 0 additions & 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 @@ -36,9 +36,6 @@
#if defined(INCLUDES_VERSIONED_CODE) && __has_include(<ABI47_0_0React/ABI47_0_0RCTAppearance.h>)
#import <ABI47_0_0React/ABI47_0_0RCTAppearance.h>
#endif
#if defined(INCLUDES_VERSIONED_CODE) && __has_include(<ABI46_0_0React/ABI46_0_0RCTAppearance.h>)
#import <ABI46_0_0React/ABI46_0_0RCTAppearance.h>
#endif

#if defined(EX_DETACHED)
#import "ExpoKit-Swift.h"
Expand Down Expand Up @@ -650,9 +647,6 @@ - (void)_overrideAppearanceModuleBehaviour
#if defined(INCLUDES_VERSIONED_CODE) && __has_include(<ABI47_0_0React/ABI47_0_0RCTAppearance.h>)
ABI47_0_0RCTOverrideAppearancePreference(appearancePreference);
#endif
#if defined(INCLUDES_VERSIONED_CODE) && __has_include(<ABI46_0_0React/ABI46_0_0RCTAppearance.h>)
ABI46_0_0RCTOverrideAppearancePreference(appearancePreference);
#endif

}

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>46.0.0</string>
<string>47.0.0</string>
<string>48.0.0</string>
</array>
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":["46.0.0","47.0.0","48.0.0"]}
{"sdkVersions":["47.0.0","48.0.0"]}
Loading

0 comments on commit 6851506

Please sign in to comment.