Skip to content

Commit d0b4d46

Browse files
committed
wip
1 parent e4afc40 commit d0b4d46

File tree

6 files changed

+2108
-2624
lines changed

6 files changed

+2108
-2624
lines changed

FlowCrypt.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3947,7 +3947,7 @@
39473947
repositoryURL = "https://github.com/realm/realm-cocoa";
39483948
requirement = {
39493949
kind = upToNextMajorVersion;
3950-
minimumVersion = 20.0.3;
3950+
minimumVersion = 20.0.4;
39513951
};
39523952
};
39533953
952687412A8A21060005694B /* XCRemoteSwiftPackageReference "LetterAvatarKit" */ = {

FlowCrypt.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appium/config/wdio.live.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config.capabilities = [
1111
hostname: '127.0.0.1',
1212
'appium:automationName': 'XCUITest',
1313
'appium:deviceName': 'iPhone 17',
14-
'appium:platformVersion': '26.1',
14+
'appium:platformVersion': '26.2',
1515
'appium:app': join(process.cwd(), './FlowCrypt.app'),
1616
},
1717
];

appium/config/wdio.mock.conf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ config.capabilities = [
2121
args: ['--mock-fes-api', '--mock-attester-api', '--mock-gmail-api'],
2222
},
2323
'appium:deviceName': 'iPhone 17',
24-
'appium:platformVersion': '26.1',
24+
'appium:platformVersion': '26.2',
2525
'appium:orientation': 'PORTRAIT',
2626
'appium:app': join(process.cwd(), './FlowCrypt.app'),
2727
'appium:simulatorStartupTimeout': 600000,

0 commit comments

Comments
 (0)