Skip to content

Commit

Permalink
[ios] Drop SDK35 on iOS (expo#8941)
Browse files Browse the repository at this point in the history
# Why

Doing this now to decrease build times and reduce codebase size as we already know SDK35 would be dropped with next release.

# How

Ran `et rm-sdk`

# Test Plan

iOS project builds and seems to work as expected.
  • Loading branch information
tsapeta authored Jun 24, 2020
1 parent 1b61af2 commit d49c144
Show file tree
Hide file tree
Showing 3,624 changed files with 3,747 additions and 211,454 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>35.0.0</string>
<string>36.0.0</string>
<string>37.0.0</string>
<string>38.0.0</string>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sdkVersions":["35.0.0","36.0.0","37.0.0","38.0.0"]}
{"sdkVersions":["36.0.0","37.0.0","38.0.0"]}
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>35.0.0</string>
<string>36.0.0</string>
<string>37.0.0</string>
<string>38.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":["35.0.0","36.0.0","37.0.0","38.0.0"]}
{"sdkVersions":["36.0.0","37.0.0","38.0.0"]}
Loading

0 comments on commit d49c144

Please sign in to comment.