Skip to content

Commit 3e303f2

Browse files
Update cmab dependency
1 parent d26d776 commit 3e303f2

4 files changed

Lines changed: 14 additions & 9 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies {
6969
implementation 'org.slf4j:slf4j-api:2.0.7'
7070

7171
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.1.0"
72-
implementation "com.optimizely.ab:android-sdk:5.0.1"
72+
implementation "com.optimizely.ab:android-sdk:5.1.0"
7373
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
7474
implementation ('com.google.guava:guava:19.0') {
7575
exclude group:'com.google.guava', module:'listenablefuture'

example/ios/Runner.xcodeproj/project.pbxproj

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

99
/* Begin PBXBuildFile section */
@@ -68,7 +68,6 @@
6868
8E60C66DA76D705E5A9DCACA /* Pods-Runner.release.xcconfig */,
6969
3D86A8B550CB0FBA7A8F2A03 /* Pods-Runner.profile.xcconfig */,
7070
);
71-
name = Pods;
7271
path = Pods;
7372
sourceTree = "<group>";
7473
};
@@ -156,7 +155,7 @@
156155
97C146E61CF9000F007C117D /* Project object */ = {
157156
isa = PBXProject;
158157
attributes = {
159-
LastUpgradeCheck = 1300;
158+
LastUpgradeCheck = 1510;
160159
ORGANIZATIONNAME = "";
161160
TargetAttributes = {
162161
97C146ED1CF9000F007C117D = {
@@ -200,10 +199,12 @@
200199
/* Begin PBXShellScriptBuildPhase section */
201200
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
202201
isa = PBXShellScriptBuildPhase;
202+
alwaysOutOfDate = 1;
203203
buildActionMask = 2147483647;
204204
files = (
205205
);
206206
inputPaths = (
207+
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
207208
);
208209
name = "Thin Binary";
209210
outputPaths = (
@@ -231,6 +232,7 @@
231232
};
232233
9740EEB61CF901F6004384FC /* Run Script */ = {
233234
isa = PBXShellScriptBuildPhase;
235+
alwaysOutOfDate = 1;
234236
buildActionMask = 2147483647;
235237
files = (
236238
);
@@ -356,7 +358,7 @@
356358
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
357359
CLANG_ENABLE_MODULES = YES;
358360
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
359-
DEVELOPMENT_TEAM = 6CHVYYTX7N;
361+
DEVELOPMENT_TEAM = BDMC9C2X5M;
360362
ENABLE_BITCODE = NO;
361363
INFOPLIST_FILE = Runner/Info.plist;
362364
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
@@ -486,7 +488,7 @@
486488
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
487489
CLANG_ENABLE_MODULES = YES;
488490
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
489-
DEVELOPMENT_TEAM = 6CHVYYTX7N;
491+
DEVELOPMENT_TEAM = BDMC9C2X5M;
490492
ENABLE_BITCODE = NO;
491493
INFOPLIST_FILE = Runner/Info.plist;
492494
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
@@ -510,7 +512,7 @@
510512
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
511513
CLANG_ENABLE_MODULES = YES;
512514
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
513-
DEVELOPMENT_TEAM = 6CHVYYTX7N;
515+
DEVELOPMENT_TEAM = BDMC9C2X5M;
514516
ENABLE_BITCODE = NO;
515517
INFOPLIST_FILE = Runner/Info.plist;
516518
IPHONEOS_DEPLOYMENT_TARGET = 10.0;

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1300"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -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
@@ -43,11 +44,13 @@
4344
buildConfiguration = "Debug"
4445
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4546
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
47+
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
4648
launchStyle = "0"
4749
useCustomWorkingDirectory = "NO"
4850
ignoresPersistentStateOnLaunch = "NO"
4951
debugDocumentVersioning = "YES"
5052
debugServiceExtension = "internal"
53+
enableGPUValidationMode = "1"
5154
allowLocationSimulation = "YES">
5255
<BuildableProductRunnable
5356
runnableDebuggingMode = "0">

ios/optimizely_flutter_sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.source = { :path => '.' }
1414
s.source_files = 'Classes/**/*'
1515
s.dependency 'Flutter'
16-
s.dependency 'OptimizelySwiftSDK', '5.1.1'
16+
s.dependency 'OptimizelySwiftSDK', '5.2.0'
1717
s.platform = :ios, '10.0'
1818
# Flutter.framework does not contain a i386 slice.
1919
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }

0 commit comments

Comments
 (0)