Skip to content

Commit 9867ff6

Browse files
authored
0.1.3 rc.1 (#70)
1 parent 511b83f commit 9867ff6

File tree

14 files changed

+52
-37
lines changed

14 files changed

+52
-37
lines changed

splitio/CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
## 0.1.2+2 (Dec 7, 2022)
1+
# 0.1.3-rc.1 (May 18, 2023)
2+
3+
# 0.1.2+2 (Dec 7, 2022)
24

35
Added consumer ProGuard rules for Android.
46

5-
## 0.1.2+1 (Sep 14, 2022)
7+
# 0.1.2+1 (Sep 14, 2022)
68

79
Added exports for models.
810

9-
## 0.1.2 (Sep 13, 2022)
11+
# 0.1.2 (Sep 13, 2022)
1012

1113
* Migrated to federated structure.
1214
* Added support for Impression Listener.
@@ -15,11 +17,11 @@ Added exports for models.
1517
* Added support for manager methods.
1618
* Added support for linking native factory.
1719

18-
## 0.1.1 (Aug 19, 2022)
20+
# 0.1.1 (Aug 19, 2022)
1921

2022
Minor fixes.
2123

22-
## 0.1.0 (Aug 3, 2022)
24+
# 0.1.0 (Aug 3, 2022)
2325

2426
Initial release.
2527

splitio/example/ios/Flutter/AppFrameworkInfo.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
<key>CFBundleVersion</key>
2222
<string>1.0</string>
2323
<key>MinimumOSVersion</key>
24-
<string>9.0</string>
24+
<string>11.0</string>
2525
</dict>
2626
</plist>

splitio/example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
platform :ios, '9.0'
2+
platform :ios, '11.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

splitio/example/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- Split (2.15.0)
4-
- splitio_ios (0.1.0):
3+
- Split (2.20.1)
4+
- splitio_ios (0.2.0):
55
- Flutter
6-
- Split (~> 2.15.0)
6+
- Split (~> 2.20.1)
77

88
DEPENDENCIES:
99
- Flutter (from `Flutter`)
@@ -20,10 +20,10 @@ EXTERNAL SOURCES:
2020
:path: ".symlinks/plugins/splitio_ios/ios"
2121

2222
SPEC CHECKSUMS:
23-
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
24-
Split: d103c6afa47b5d1eac21e066c6bc09c879b21798
25-
splitio_ios: 665651004a4984a415386b1eed4ae315b50bc069
23+
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
24+
Split: afbdfda76fe2c90bd449564eed2d83de00c0ff69
25+
splitio_ios: e6d3dfe108ba894129a6b249d8914e3c44f0ffc4
2626

27-
PODFILE CHECKSUM: a75497545d4391e2d394c3668e20cfb1c2bbd4aa
27+
PODFILE CHECKSUM: 7368163408c647b7eb699d0d788ba6718e18fb8d
2828

2929
COCOAPODS: 1.11.3

splitio/example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 51;
6+
objectVersion = 54;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -230,10 +230,12 @@
230230
};
231231
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
232232
isa = PBXShellScriptBuildPhase;
233+
alwaysOutOfDate = 1;
233234
buildActionMask = 2147483647;
234235
files = (
235236
);
236237
inputPaths = (
238+
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
237239
);
238240
name = "Thin Binary";
239241
outputPaths = (
@@ -261,6 +263,7 @@
261263
};
262264
9740EEB61CF901F6004384FC /* Run Script */ = {
263265
isa = PBXShellScriptBuildPhase;
266+
alwaysOutOfDate = 1;
264267
buildActionMask = 2147483647;
265268
files = (
266269
);
@@ -348,7 +351,7 @@
348351
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
349352
GCC_WARN_UNUSED_FUNCTION = YES;
350353
GCC_WARN_UNUSED_VARIABLE = YES;
351-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
354+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
352355
MTL_ENABLE_DEBUG_INFO = NO;
353356
SDKROOT = iphoneos;
354357
SUPPORTED_PLATFORMS = iphoneos;
@@ -425,7 +428,7 @@
425428
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
426429
GCC_WARN_UNUSED_FUNCTION = YES;
427430
GCC_WARN_UNUSED_VARIABLE = YES;
428-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
431+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
429432
MTL_ENABLE_DEBUG_INFO = YES;
430433
ONLY_ACTIVE_ARCH = YES;
431434
SDKROOT = iphoneos;
@@ -474,7 +477,7 @@
474477
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
475478
GCC_WARN_UNUSED_FUNCTION = YES;
476479
GCC_WARN_UNUSED_VARIABLE = YES;
477-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
480+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
478481
MTL_ENABLE_DEBUG_INFO = NO;
479482
SDKROOT = iphoneos;
480483
SUPPORTED_PLATFORMS = iphoneos;

splitio/example/ios/Runner/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,9 @@
4343
</array>
4444
<key>UIViewControllerBasedStatusBarAppearance</key>
4545
<false/>
46+
<key>CADisableMinimumFrameDurationOnPhone</key>
47+
<true/>
48+
<key>UIApplicationSupportsIndirectInputEvents</key>
49+
<true/>
4650
</dict>
4751
</plist>

splitio/pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: splitio
22
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.2+2
3+
version: 0.1.3-rc.1
44
homepage: https://split.io/
55
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio/
66

77
environment:
8-
sdk: ">=2.16.2 <3.0.0"
8+
sdk: ">=2.16.2 <4.0.0"
99
flutter: ">=2.5.0"
1010

1111
flutter:
@@ -19,12 +19,12 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
splitio_android: ^0.1.2+1
23-
splitio_ios: ^0.1.2
24-
splitio_platform_interface: ^1.0.0
22+
splitio_android: ^0.1.3-rc.1
23+
splitio_ios: ^0.1.3-rc.1
24+
splitio_platform_interface: ^1.1.0-rc.1
2525

2626
dev_dependencies:
2727
flutter_test:
2828
sdk: flutter
2929
flutter_lints: ^1.0.0
30-
plugin_platform_interface: ^2.1.2
30+
plugin_platform_interface: ^2.1.4

splitio/test/splitio_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ void main() {
3636
Splitio('api-key', 'matching-key',
3737
bucketingKey: 'bucketing-key',
3838
configuration:
39-
SplitConfiguration(enableDebug: true, streamingEnabled: false));
39+
SplitConfiguration(logLevel: SplitLogLevel.debug, streamingEnabled: false));
4040
expect(_platform.methodName, 'init');
4141
expect(_platform.methodArguments, {
4242
'apiKey': 'api-key',
4343
'matchingKey': 'matching-key',
4444
'bucketingKey': 'bucketing-key',
45-
'sdkConfiguration': {'enableDebug': true, 'streamingEnabled': false},
45+
'sdkConfiguration': {'logLevel': 'debug', 'streamingEnabled': false},
4646
});
4747
});
4848
});

splitio_android/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## 0.1.2+1 (Dec 7, 2022)
1+
# 0.1.3-rc.1 (May 18, 2023)
2+
3+
# 0.1.2+1 (Dec 7, 2022)
24

35
Added Consumer ProGuard rules.
46

5-
## 0.1.2 (Aug 13, 2022)
7+
# 0.1.2 (Aug 13, 2022)
68

79
Splits from `splitio` as federated implementation.

splitio_android/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: splitio_android
22
description: The official Android implementation of splitio Flutter plugin.
33
repository: https://github.com/splitio/flutter-sdk-plugin/tree/main/splitio_android
4-
version: 0.1.2+1
4+
version: 0.1.3-rc.1
55

66
environment:
7-
sdk: ">=2.16.2 <3.0.0"
7+
sdk: ">=2.16.2 <4.0.0"
88
flutter: ">=2.5.0"
99

1010
flutter:
@@ -19,7 +19,7 @@ flutter:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
splitio_platform_interface: ^1.0.0
22+
splitio_platform_interface: ^1.1.0-rc.1
2323

2424
dev_dependencies:
2525
flutter_test:

0 commit comments

Comments
 (0)