Skip to content

Commit 6415c11

Browse files
Updated iOS version and compatibility matrix for the Suite (#11642)
* Updated iOS version and compatibility matrix for the Suite * Update ios-sdk.md
1 parent b500e82 commit 6415c11

File tree

2 files changed

+5
-4
lines changed
  • docs/feature-management-experimentation/20-sdks-and-infrastructure

2 files changed

+5
-4
lines changed

docs/feature-management-experimentation/20-sdks-and-infrastructure/client-side-sdks/ios-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ You can import the SDK in your project by using Swift Package Manager. This can
3636
You can also import the SDK into your Xcode project using CocoaPods, adding it in your **Podfile**.
3737

3838
```swift title="Podfile"
39-
pod 'Split', '~> 3.3.3'
39+
pod 'Split', '~> 3.4.0'
4040
```
4141

4242
#### Carthage
4343

4444
This is another option to import the SDK. Just add it in your **Cartfile**.
4545

4646
```swift title="Cartfile"
47-
github "splitio/ios-client" 3.3.3
47+
github "splitio/ios-client" 3.4.0
4848
```
4949

5050
Once added, follow the steps provided in the [Carthage Readme](https://github.com/Carthage/Carthage/blob/master/README.md#if-youre-building-for-ios-tvos-or-watchos).

docs/feature-management-experimentation/20-sdks-and-infrastructure/client-side-suites/ios-suite.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Set up FME in your code base with the following two steps:
1919

2020
Add the Harness FME SDK, RUM agent, and Suite into your project using Swift Package Manager by adding the following package dependencies:
2121

22-
- [iOS SDK] (https://github.com/splitio/ios-client), latest version `3.3.3`
22+
- [iOS SDK] (https://github.com/splitio/ios-client), latest version `3.4.0`
2323
- [iOS RUM](https://github.com/splitio/ios-rum), latest version `0.4.0`
24-
- [iOS Suite](https://github.com/splitio/ios-suite), latest version `2.2.3`
24+
- [iOS Suite](https://github.com/splitio/ios-suite), latest version `2.3.0`
2525

2626
:::info[Important!]
2727
When not using the last version of the SDK Suite, it is important to take into account the compatibility matrix below.
@@ -40,6 +40,7 @@ When not using the last version of the SDK Suite, it is important to take into a
4040
| 2.2.1 | 3.3.1 | 0.4.0 |
4141
| 2.2.2 | 3.3.2 | 0.4.0 |
4242
| 2.2.3 | 3.3.3 | 0.4.0 |
43+
| 2.3.0 | 3.4.0 | 0.4.0 |
4344

4445
Then import the Suite in your code.
4546

0 commit comments

Comments
 (0)