Skip to content

Commit 511d053

Browse files
authored
iOS SDK 3.0.0 (#137)
1 parent 1861930 commit 511d053

File tree

8 files changed

+33
-28
lines changed

8 files changed

+33
-28
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
steps:
6161
- uses: actions/checkout@v4
62-
- uses: subosito/flutter-action@v2.1.0
62+
- uses: subosito/flutter-action@v2
6363
with:
6464
channel: 'stable'
6565
- name: Run Build iOS

splitio/example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Split (2.26.1)
4-
- splitio_ios (0.6.0):
3+
- Split (3.0.0)
4+
- splitio_ios (0.7.0):
55
- Flutter
6-
- Split (~> 2.26.1)
6+
- Split (~> 3.0.0)
77

88
DEPENDENCIES:
99
- Flutter (from `Flutter`)
@@ -21,8 +21,8 @@ EXTERNAL SOURCES:
2121

2222
SPEC CHECKSUMS:
2323
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
24-
Split: 15cab642eb8b8bb4f289a2190f7b26e655f99756
25-
splitio_ios: 931b5df7148d0dca9acb31a65505bd619f198fcf
24+
Split: 66424040ad573d052f58269f841e71b34578a916
25+
splitio_ios: e4e3becbe89cae0a2fa9ca03a575c21f23af0d90
2626

2727
PODFILE CHECKSUM: 4e8f8b2be68aeea4c0d5beb6ff1e79fface1d048
2828

splitio/example/pubspec.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -166,23 +166,21 @@ packages:
166166
path: ".."
167167
relative: true
168168
source: path
169-
version: "0.1.10"
169+
version: "0.2.0-rc.1"
170170
splitio_android:
171171
dependency: transitive
172172
description:
173-
name: splitio_android
174-
sha256: b2ebb1ef9c9f1399b5dca7b008dd90f1cdf3c05da4da74154ff0a5489bafd114
175-
url: "https://pub.dev"
176-
source: hosted
177-
version: "0.1.10"
173+
path: "../../splitio_android"
174+
relative: true
175+
source: path
176+
version: "0.2.0-rc.1"
178177
splitio_ios:
179178
dependency: transitive
180179
description:
181-
name: splitio_ios
182-
sha256: bf59562ef13c55b528886f3f9383ec4a5608d9de42e910256ba7fb025b310fa0
183-
url: "https://pub.dev"
184-
source: hosted
185-
version: "0.1.10"
180+
path: "../../splitio_ios"
181+
relative: true
182+
source: path
183+
version: "0.2.0-rc.1"
186184
splitio_platform_interface:
187185
dependency: transitive
188186
description:

splitio/pubspec.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: splitio
2+
publish_to: 'none'
23
description: Official plugin for split.io, the platform for controlled rollouts, which serves features to your users via feature flags to manage your complete customer experience.
3-
version: 0.1.10
4+
version: 0.2.0-rc.1
45
homepage: https://split.io/
56
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio/
67

@@ -19,8 +20,10 @@ flutter:
1920
dependencies:
2021
flutter:
2122
sdk: flutter
22-
splitio_android: ^0.1.10
23-
splitio_ios: ^0.1.10
23+
splitio_android: #^0.2.0-rc.1
24+
path: ../splitio_android
25+
splitio_ios: #^0.2.0-rc.1
26+
path: ../splitio_ios
2427
splitio_platform_interface: ^1.5.0
2528

2629
dev_dependencies:

splitio_ios/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.2.0 (Nov 6, 2024)
2+
* Updated iOS SDK to `3.0.0`
3+
14
# 0.1.10 (Oct 18, 2024)
25
* Updated iOS SDK to `2.26.1`
36

splitio_ios/example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Split (2.26.1)
4-
- splitio_ios (0.6.0):
3+
- Split (3.0.0)
4+
- splitio_ios (0.7.0):
55
- Flutter
6-
- Split (~> 2.26.1)
6+
- Split (~> 3.0.0)
77

88
DEPENDENCIES:
99
- Flutter (from `Flutter`)
@@ -21,8 +21,8 @@ EXTERNAL SOURCES:
2121

2222
SPEC CHECKSUMS:
2323
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
24-
Split: 15cab642eb8b8bb4f289a2190f7b26e655f99756
25-
splitio_ios: 931b5df7148d0dca9acb31a65505bd619f198fcf
24+
Split: 66424040ad573d052f58269f841e71b34578a916
25+
splitio_ios: e4e3becbe89cae0a2fa9ca03a575c21f23af0d90
2626

2727
PODFILE CHECKSUM: aed42fc5c94ade572556b7ed357c5c57f1bd83a2
2828

splitio_ios/ios/splitio_ios.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'splitio_ios'
7-
s.version = '0.6.0'
7+
s.version = '0.7.0'
88
s.summary = 'split.io official Flutter plugin.'
99
s.description = <<-DESC
1010
split.io official Flutter plugin.
@@ -15,7 +15,7 @@ split.io official Flutter plugin.
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'Split', '~> 2.26.1'
18+
s.dependency 'Split', '~> 3.0.0'
1919
s.platform = :ios, '9.0'
2020

2121
# Flutter.framework does not contain a i386 slice.

splitio_ios/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: splitio_ios
2+
publish_to: 'none'
23
description: The official iOS implementation of splitio Flutter plugin.
34
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_ios
4-
version: 0.1.10
5+
version: 0.2.0-rc.1
56

67
environment:
78
sdk: ">=2.16.2 <4.0.0"

0 commit comments

Comments
 (0)