Skip to content

Commit

Permalink
[ios] Add versioned iOS code for SDK35
Browse files Browse the repository at this point in the history
  • Loading branch information
tsapeta committed Sep 11, 2019
1 parent 83a17a3 commit 1844c78
Show file tree
Hide file tree
Showing 3,634 changed files with 213,160 additions and 2,127 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion ExpoKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Pod::Spec.new do |s|
s.name = "ExpoKit"
s.version = "34.0.0"
s.version = "35.0.0"
s.summary = 'ExpoKit'
s.description = 'ExpoKit allows native projects to integrate with the Expo SDK.'
s.homepage = 'http://docs.expo.io'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<array>
<string>33.0.0</string>
<string>34.0.0</string>
<string>35.0.0</string>
</array>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sdkVersions":["33.0.0","34.0.0"]}
{"sdkVersions":["33.0.0","34.0.0","35.0.0"]}
1 change: 1 addition & 0 deletions ios/Exponent/Supporting/EXSDKVersions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<array>
<string>33.0.0</string>
<string>34.0.0</string>
<string>35.0.0</string>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ios/Exponent/Supporting/sdkVersions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"sdkVersions":["33.0.0","34.0.0"]}
{"sdkVersions":["33.0.0","34.0.0","35.0.0"]}
Loading

0 comments on commit 1844c78

Please sign in to comment.