You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Optimizely Swift SDK Changelog
2
2
3
3
## 3.1.0-beta
4
-
May 28, 2019
4
+
May 30, 2019
5
5
6
-
This the initial release of the Swift SDK. It is a pure Swift implementation take complete advantage of language features and performance. It supports objective-C as well through objective-c only API. It uses Swift 4.2 but we will be upgrading to 5.0 soon.
6
+
This is the initial release of the Swift SDK. It is a pure Swift implementation which takes complete advantage of language features and performance. It supports Objective-C applications as well. It uses Swift 4.2 but we will be upgrading to 5.0 soon.
7
7
8
8
This modernized version of the SDK is meant to replace the Objective-C SDK.
9
9
@@ -15,4 +15,3 @@ This modernized version of the SDK is meant to replace the Objective-C SDK.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Optimizely Rollouts is free feature flags for development teams. Easily roll out
15
15
16
16
### Using the SDK
17
17
18
-
See the [Mobile developer documentation](https://developers.optimizely.com/x/solutions/sdks/reference/index.html?language=swift&platform=mobile) or [OTT developer documentation](https://developers.optimizely.com/x/solutions/sdks/reference/index.html?language=swift&platform=ott) to learn how to set
18
+
See the [Mobile developer documentation](https://docs.developers.optimizely.com/full-stack/docs/implement-the-ios-sdk-310-beta) or [OTT developer documentation](https://docs.developers.optimizely.com/full-stack/docs/implement-the-ios-sdk-310-beta) to learn how to set
19
19
up an Optimizely X project and start using the SDK.
20
20
21
21
### Requirements
@@ -25,10 +25,10 @@ up an Optimizely X project and start using the SDK.
25
25
26
26
Please note below that _\<platform\>_ is used to represent the platform on which you are building your app. Currently, we support ```iOS``` and ```tvOS``` platforms.
0 commit comments