Skip to content

Commit afb16da

Browse files
committed
Update
1 parent 07150cb commit afb16da

File tree

7 files changed

+58
-64
lines changed

7 files changed

+58
-64
lines changed

splitio_ios/example/ios/Podfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,13 @@ target 'Runner' do
3232
use_modular_headers!
3333

3434
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
35-
36-
pod 'Split', :git => 'https://github.com/splitio/ios-client.git', :branch => 'SDKS-9073_baseline' # TODO: remove; development only
3735
end
3836

3937
target 'SplitTests' do
4038
use_frameworks!
4139
use_modular_headers!
4240

4341
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
44-
45-
pod 'Split', :git => 'https://github.com/splitio/ios-client.git', :branch => 'SDKS-9073_baseline' # TODO: remove; development only
4642
end
4743

4844
post_install do |installer|
Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,29 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Split (3.1.0)
3+
- Split (3.3.2)
44
- splitio_ios (0.7.0):
55
- Flutter
6-
- Split
6+
- Split (~> 3.3.0)
77

88
DEPENDENCIES:
99
- Flutter (from `Flutter`)
10-
- Split (from `https://github.com/splitio/ios-client.git`, branch `SDKS-9073_baseline`)
1110
- splitio_ios (from `.symlinks/plugins/splitio_ios/ios`)
1211

12+
SPEC REPOS:
13+
trunk:
14+
- Split
15+
1316
EXTERNAL SOURCES:
1417
Flutter:
1518
:path: Flutter
16-
Split:
17-
:branch: SDKS-9073_baseline
18-
:git: https://github.com/splitio/ios-client.git
1919
splitio_ios:
2020
:path: ".symlinks/plugins/splitio_ios/ios"
2121

22-
CHECKOUT OPTIONS:
23-
Split:
24-
:commit: 708427ff99d24e2f2ae6e5a672ee23efebafba06
25-
:git: https://github.com/splitio/ios-client.git
26-
2722
SPEC CHECKSUMS:
2823
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
29-
Split: 17f15abcc74b39c3a8d670f59e787163626ad6b5
30-
splitio_ios: 00bf48283a9e3f9497a973d9b5cafc5d414dd427
24+
Split: 0d4962a6c15180e1857c1a3753e1ae9c91a6150b
25+
splitio_ios: 15fa0961b91d75f2055567694edcabbeb7881d0a
3126

32-
PODFILE CHECKSUM: 3e7633332e3580ada5ac333ff9c0b05e8c0b7972
27+
PODFILE CHECKSUM: aed42fc5c94ade572556b7ed357c5c57f1bd83a2
3328

34-
COCOAPODS: 1.15.0
29+
COCOAPODS: 1.16.2

splitio_ios/example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
2930
shouldUseLaunchSchemeArgsEnv = "YES">
3031
<MacroExpansion>
3132
<BuildableReference
@@ -53,11 +54,13 @@
5354
buildConfiguration = "Debug"
5455
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5556
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
57+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
5658
launchStyle = "0"
5759
useCustomWorkingDirectory = "NO"
5860
ignoresPersistentStateOnLaunch = "NO"
5961
debugDocumentVersioning = "YES"
6062
debugServiceExtension = "internal"
63+
enableGPUValidationMode = "1"
6164
allowLocationSimulation = "YES">
6265
<BuildableProductRunnable
6366
runnableDebuggingMode = "0">

splitio_ios/example/ios/Runner/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import UIKit
22
import Flutter
33

4-
@UIApplicationMain
4+
@main
55
@objc class AppDelegate: FlutterAppDelegate {
66
override func application(
77
_ application: UIApplication,

splitio_ios/example/pubspec.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -5,42 +5,42 @@ packages:
55
dependency: transitive
66
description:
77
name: async
8-
sha256: "947bfcf187f74dbc5e146c9eb9c0f10c9f8b30743e341481c1e2ed3ecc18c20c"
8+
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "2.11.0"
11+
version: "2.13.0"
1212
boolean_selector:
1313
dependency: transitive
1414
description:
1515
name: boolean_selector
16-
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
16+
sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "2.1.1"
19+
version: "2.1.2"
2020
characters:
2121
dependency: transitive
2222
description:
2323
name: characters
24-
sha256: "04a925763edad70e8443c99234dc3328f442e811f1d8fd1a72f1c8ad0f69a605"
24+
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
2525
url: "https://pub.dev"
2626
source: hosted
27-
version: "1.3.0"
27+
version: "1.4.0"
2828
clock:
2929
dependency: transitive
3030
description:
3131
name: clock
32-
sha256: cb6d7f03e1de671e34607e909a7213e31d7752be4fb66a86d29fe1eb14bfb5cf
32+
sha256: fddb70d9b5277016c77a80201021d40a2247104d9f4aa7bab7157b7e3f05b84b
3333
url: "https://pub.dev"
3434
source: hosted
35-
version: "1.1.1"
35+
version: "1.1.2"
3636
collection:
3737
dependency: transitive
3838
description:
3939
name: collection
40-
sha256: ee67cb0715911d28db6bf4af1026078bd6f0128b07a5f66fb2ed94ec6783c09a
40+
sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76"
4141
url: "https://pub.dev"
4242
source: hosted
43-
version: "1.18.0"
43+
version: "1.19.1"
4444
cupertino_icons:
4545
dependency: "direct main"
4646
description:
@@ -53,10 +53,10 @@ packages:
5353
dependency: transitive
5454
description:
5555
name: fake_async
56-
sha256: "511392330127add0b769b75a987850d136345d9227c6b94c96a04cf4a391bf78"
56+
sha256: "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44"
5757
url: "https://pub.dev"
5858
source: hosted
59-
version: "1.3.1"
59+
version: "1.3.3"
6060
flutter:
6161
dependency: "direct main"
6262
description: flutter
@@ -79,18 +79,18 @@ packages:
7979
dependency: transitive
8080
description:
8181
name: leak_tracker
82-
sha256: "7f0df31977cb2c0b88585095d168e689669a2cc9b97c309665e3386f3e9d341a"
82+
sha256: "6bb818ecbdffe216e81182c2f0714a2e62b593f4a4f13098713ff1685dfb6ab0"
8383
url: "https://pub.dev"
8484
source: hosted
85-
version: "10.0.4"
85+
version: "10.0.9"
8686
leak_tracker_flutter_testing:
8787
dependency: transitive
8888
description:
8989
name: leak_tracker_flutter_testing
90-
sha256: "06e98f569d004c1315b991ded39924b21af84cf14cc94791b8aea337d25b57f8"
90+
sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573
9191
url: "https://pub.dev"
9292
source: hosted
93-
version: "3.0.3"
93+
version: "3.0.9"
9494
leak_tracker_testing:
9595
dependency: transitive
9696
description:
@@ -111,34 +111,34 @@ packages:
111111
dependency: transitive
112112
description:
113113
name: matcher
114-
sha256: d2323aa2060500f906aa31a895b4030b6da3ebdcc5619d14ce1aada65cd161cb
114+
sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2
115115
url: "https://pub.dev"
116116
source: hosted
117-
version: "0.12.16+1"
117+
version: "0.12.17"
118118
material_color_utilities:
119119
dependency: transitive
120120
description:
121121
name: material_color_utilities
122-
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
122+
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
123123
url: "https://pub.dev"
124124
source: hosted
125-
version: "0.8.0"
125+
version: "0.11.1"
126126
meta:
127127
dependency: transitive
128128
description:
129129
name: meta
130-
sha256: "7687075e408b093f36e6bbf6c91878cc0d4cd10f409506f7bc996f68220b9136"
130+
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
131131
url: "https://pub.dev"
132132
source: hosted
133-
version: "1.12.0"
133+
version: "1.16.0"
134134
path:
135135
dependency: transitive
136136
description:
137137
name: path
138-
sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af"
138+
sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5"
139139
url: "https://pub.dev"
140140
source: hosted
141-
version: "1.9.0"
141+
version: "1.9.1"
142142
plugin_platform_interface:
143143
dependency: transitive
144144
description:
@@ -151,69 +151,69 @@ packages:
151151
dependency: transitive
152152
description: flutter
153153
source: sdk
154-
version: "0.0.99"
154+
version: "0.0.0"
155155
source_span:
156156
dependency: transitive
157157
description:
158158
name: source_span
159-
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
159+
sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c"
160160
url: "https://pub.dev"
161161
source: hosted
162-
version: "1.10.0"
162+
version: "1.10.1"
163163
splitio_ios:
164164
dependency: "direct main"
165165
description:
166166
path: ".."
167167
relative: true
168168
source: path
169-
version: "0.2.0"
169+
version: "1.0.0-rc.1"
170170
splitio_platform_interface:
171171
dependency: transitive
172172
description:
173173
path: "../../splitio_platform_interface"
174174
relative: true
175175
source: path
176-
version: "1.5.0"
176+
version: "2.0.0-rc.1"
177177
stack_trace:
178178
dependency: transitive
179179
description:
180180
name: stack_trace
181-
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
181+
sha256: "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1"
182182
url: "https://pub.dev"
183183
source: hosted
184-
version: "1.11.1"
184+
version: "1.12.1"
185185
stream_channel:
186186
dependency: transitive
187187
description:
188188
name: stream_channel
189-
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
189+
sha256: "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d"
190190
url: "https://pub.dev"
191191
source: hosted
192-
version: "2.1.2"
192+
version: "2.1.4"
193193
string_scanner:
194194
dependency: transitive
195195
description:
196196
name: string_scanner
197-
sha256: "556692adab6cfa87322a115640c11f13cb77b3f076ddcc5d6ae3c20242bedcde"
197+
sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43"
198198
url: "https://pub.dev"
199199
source: hosted
200-
version: "1.2.0"
200+
version: "1.4.1"
201201
term_glyph:
202202
dependency: transitive
203203
description:
204204
name: term_glyph
205-
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
205+
sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
206206
url: "https://pub.dev"
207207
source: hosted
208-
version: "1.2.1"
208+
version: "1.2.2"
209209
test_api:
210210
dependency: transitive
211211
description:
212212
name: test_api
213-
sha256: "9955ae474176f7ac8ee4e989dadfb411a58c30415bcfb648fa04b2b8a03afa7f"
213+
sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
214214
url: "https://pub.dev"
215215
source: hosted
216-
version: "0.7.0"
216+
version: "0.7.4"
217217
vector_math:
218218
dependency: transitive
219219
description:
@@ -226,10 +226,10 @@ packages:
226226
dependency: transitive
227227
description:
228228
name: vm_service
229-
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
229+
sha256: ddfa8d30d89985b96407efce8acbdd124701f96741f2d981ca860662f1c0dc02
230230
url: "https://pub.dev"
231231
source: hosted
232-
version: "14.2.1"
232+
version: "15.0.0"
233233
sdks:
234-
dart: ">=3.3.0 <4.0.0"
234+
dart: ">=3.7.0-0 <4.0.0"
235235
flutter: ">=3.18.0-18.0.pre.54"

splitio_ios/ios/Classes/Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extension SplitView {
2626
"configs": splitView.configs,
2727
"defaultTreatment": splitView.defaultTreatment,
2828
"sets": splitView.sets,
29-
"impressionsDisabled": splitView.impressionsDisabled,
29+
"impressionsDisabled": false, // TODO
3030
"properties": "" // TODO
3131
]
3232
} else {

splitio_ios/ios/splitio_ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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' # TODO: specify version
18+
s.dependency 'Split', '~> 3.3.0'
1919
s.platform = :ios, '9.0'
2020

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

0 commit comments

Comments
 (0)