Skip to content

Commit

Permalink
[sdk33] Version iOS code for SDK33 (#4249)
Browse files Browse the repository at this point in the history
# Why

Step of #4154 

# How

`gulp ios-add-version --abi 33.0.0`

# Test Plan

Versioning script passes, project builds and `native-component-list` for SDK33 launches as expected.
  • Loading branch information
tsapeta committed May 21, 2019
1 parent 40c15eb commit 5b2f50c
Show file tree
Hide file tree
Showing 3,515 changed files with 218,475 additions and 16,178 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
@@ -1 +1 @@
{"sdkVersions":["31.0.0","32.0.0"]}
{"sdkVersions":["31.0.0","32.0.0","33.0.0"]}
10 changes: 7 additions & 3 deletions ios/Exponent.xcodeproj/project.pbxproj

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

1 change: 1 addition & 0 deletions ios/Exponent/Supporting/EXSDKVersions.plist
Expand Up @@ -6,6 +6,7 @@
<array>
<string>31.0.0</string>
<string>32.0.0</string>
<string>33.0.0</string>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/Exponent/Supporting/sdkVersions.json
@@ -1 +1 @@
{"sdkVersions":["31.0.0","32.0.0"]}
{"sdkVersions":["31.0.0","32.0.0","33.0.0"]}

0 comments on commit 5b2f50c

Please sign in to comment.