From 4ca8f2703f47703c6ea9fa54041377627627930c Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 4 Oct 2022 13:00:09 +0100 Subject: [PATCH 1/5] changelog.d: Upgrade MatrixSDK version ([v0.24.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.24.0)). --- Podfile | 2 +- changelog.d/x-nolink-0.change | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/x-nolink-0.change diff --git a/Podfile b/Podfile index ff30fcb7b..e74068a7e 100644 --- a/Podfile +++ b/Podfile @@ -16,7 +16,7 @@ use_frameworks! # - `{ :specHash => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for MatrixSDK repo. Used by Fastfile during CI # # Warning: our internal tooling depends on the name of this variable name, so be sure not to change it -$matrixSDKVersion = '= 0.23.19' +$matrixSDKVersion = '= 0.24.0' # $matrixSDKVersion = :local # $matrixSDKVersion = { :branch => 'develop'} # $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } } diff --git a/changelog.d/x-nolink-0.change b/changelog.d/x-nolink-0.change new file mode 100644 index 000000000..b3dc15eeb --- /dev/null +++ b/changelog.d/x-nolink-0.change @@ -0,0 +1 @@ +Upgrade MatrixSDK version ([v0.24.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.24.0)). \ No newline at end of file From fc0ee8c00bc957cba501ea1868f42fe49ea09d87 Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 4 Oct 2022 13:00:09 +0100 Subject: [PATCH 2/5] version++ --- CHANGES.md | 33 +++++++++++++++++++++++++++++++++ changelog.d/6580.bugfix | 1 - changelog.d/6693.wip | 1 - changelog.d/6717.bugfix | 1 - changelog.d/6723.bugfix | 1 - changelog.d/6742.change | 1 - changelog.d/6748.bugfix | 1 - changelog.d/6749.bugfix | 1 - changelog.d/6753.wip | 1 - changelog.d/6755.bugfix | 1 - changelog.d/6770.wip | 1 - changelog.d/6778.bugfix | 1 - changelog.d/6781.change | 1 - changelog.d/6787.change | 1 - changelog.d/pr-6757.build | 1 - changelog.d/pr-6766.change | 1 - changelog.d/pr-6780.change | 1 - changelog.d/pr-6788.change | 1 - changelog.d/x-nolink-0.change | 1 - 19 files changed, 33 insertions(+), 18 deletions(-) delete mode 100644 changelog.d/6580.bugfix delete mode 100644 changelog.d/6693.wip delete mode 100644 changelog.d/6717.bugfix delete mode 100644 changelog.d/6723.bugfix delete mode 100644 changelog.d/6742.change delete mode 100644 changelog.d/6748.bugfix delete mode 100644 changelog.d/6749.bugfix delete mode 100644 changelog.d/6753.wip delete mode 100644 changelog.d/6755.bugfix delete mode 100644 changelog.d/6770.wip delete mode 100644 changelog.d/6778.bugfix delete mode 100644 changelog.d/6781.change delete mode 100644 changelog.d/6787.change delete mode 100644 changelog.d/pr-6757.build delete mode 100644 changelog.d/pr-6766.change delete mode 100644 changelog.d/pr-6780.change delete mode 100644 changelog.d/pr-6788.change delete mode 100644 changelog.d/x-nolink-0.change diff --git a/CHANGES.md b/CHANGES.md index 9e42b90fc..427842bc0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,36 @@ +## Changes in 1.9.8 (2022-10-04) + +🙌 Improvements + +- UserSessions: Extended device information (PSG-772). ([#6766](https://github.com/vector-im/element-ios/pull/6766)) +- Settings: Add labs flags for new session manager (PSG-792, PSG-799). ([#6780](https://github.com/vector-im/element-ios/pull/6780)) +- User session details: Include browser version for web sessions (PSG-761). ([#6788](https://github.com/vector-im/element-ios/pull/6788)) +- Upgrade MatrixSDK version ([v0.24.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.24.0)). +- Include concrete device model in user agent (PSG-754) ([#6742](https://github.com/vector-im/element-ios/issues/6742)) +- CryptoV2: Manual device verification ([#6781](https://github.com/vector-im/element-ios/issues/6781)) +- User sessions: Add support for MSC3881 ([#6787](https://github.com/vector-im/element-ios/issues/6787)) + +🐛 Bugfixes + +- Voiceover: Add labels to User Menu and My Spaces buttons on the All Chats view. ([#6580](https://github.com/vector-im/element-ios/issues/6580)) +- Media: Avoid redundant reloads on media viewer. ([#6717](https://github.com/vector-im/element-ios/issues/6717)) +- Pass country code into MSISDN requests ([#6723](https://github.com/vector-im/element-ios/issues/6723)) +- Fix render of links with both characters requiring percent encoding and markdown-like syntax ([#6748](https://github.com/vector-im/element-ios/issues/6748)) +- Fix crash when scrolling chat list ([#6749](https://github.com/vector-im/element-ios/issues/6749)) +- App Layout: Unable to send message after filtering for room ([#6755](https://github.com/vector-im/element-ios/issues/6755)) +- Fix code block background colour ([#6778](https://github.com/vector-im/element-ios/issues/6778)) + +🧱 Build + +- Fix crash when scrolling chat list ([#6757](https://github.com/vector-im/element-ios/pull/6757)) + +🚧 In development 🚧 + +- Device manager: User session details screen. ([#6693](https://github.com/vector-im/element-ios/issues/6693)) +- Device manager: Session overview screen. ([#6753](https://github.com/vector-im/element-ios/issues/6753)) +- Device Manager: Link current session to session overview. ([#6770](https://github.com/vector-im/element-ios/issues/6770)) + + ## Changes in 1.9.7 (2022-09-28) 🙌 Improvements diff --git a/changelog.d/6580.bugfix b/changelog.d/6580.bugfix deleted file mode 100644 index 1ca94a1df..000000000 --- a/changelog.d/6580.bugfix +++ /dev/null @@ -1 +0,0 @@ -Voiceover: Add labels to User Menu and My Spaces buttons on the All Chats view. diff --git a/changelog.d/6693.wip b/changelog.d/6693.wip deleted file mode 100644 index a50a16691..000000000 --- a/changelog.d/6693.wip +++ /dev/null @@ -1 +0,0 @@ -Device manager: User session details screen. diff --git a/changelog.d/6717.bugfix b/changelog.d/6717.bugfix deleted file mode 100644 index c3cc45ae3..000000000 --- a/changelog.d/6717.bugfix +++ /dev/null @@ -1 +0,0 @@ -Media: Avoid redundant reloads on media viewer. diff --git a/changelog.d/6723.bugfix b/changelog.d/6723.bugfix deleted file mode 100644 index 228ff2f47..000000000 --- a/changelog.d/6723.bugfix +++ /dev/null @@ -1 +0,0 @@ -Pass country code into MSISDN requests diff --git a/changelog.d/6742.change b/changelog.d/6742.change deleted file mode 100644 index 38aab166a..000000000 --- a/changelog.d/6742.change +++ /dev/null @@ -1 +0,0 @@ -Include concrete device model in user agent (PSG-754) diff --git a/changelog.d/6748.bugfix b/changelog.d/6748.bugfix deleted file mode 100644 index 0c9d08465..000000000 --- a/changelog.d/6748.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix render of links with both characters requiring percent encoding and markdown-like syntax diff --git a/changelog.d/6749.bugfix b/changelog.d/6749.bugfix deleted file mode 100644 index e84ee6f0c..000000000 --- a/changelog.d/6749.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix crash when scrolling chat list diff --git a/changelog.d/6753.wip b/changelog.d/6753.wip deleted file mode 100644 index a96560d05..000000000 --- a/changelog.d/6753.wip +++ /dev/null @@ -1 +0,0 @@ -Device manager: Session overview screen. diff --git a/changelog.d/6755.bugfix b/changelog.d/6755.bugfix deleted file mode 100644 index 3e1d8ee1d..000000000 --- a/changelog.d/6755.bugfix +++ /dev/null @@ -1 +0,0 @@ -App Layout: Unable to send message after filtering for room \ No newline at end of file diff --git a/changelog.d/6770.wip b/changelog.d/6770.wip deleted file mode 100644 index 89911c57c..000000000 --- a/changelog.d/6770.wip +++ /dev/null @@ -1 +0,0 @@ -Device Manager: Link current session to session overview. diff --git a/changelog.d/6778.bugfix b/changelog.d/6778.bugfix deleted file mode 100644 index 9721d8cff..000000000 --- a/changelog.d/6778.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix code block background colour diff --git a/changelog.d/6781.change b/changelog.d/6781.change deleted file mode 100644 index 7ff78b730..000000000 --- a/changelog.d/6781.change +++ /dev/null @@ -1 +0,0 @@ -CryptoV2: Manual device verification diff --git a/changelog.d/6787.change b/changelog.d/6787.change deleted file mode 100644 index b4defa9d7..000000000 --- a/changelog.d/6787.change +++ /dev/null @@ -1 +0,0 @@ -User sessions: Add support for MSC3881 diff --git a/changelog.d/pr-6757.build b/changelog.d/pr-6757.build deleted file mode 100644 index e84ee6f0c..000000000 --- a/changelog.d/pr-6757.build +++ /dev/null @@ -1 +0,0 @@ -Fix crash when scrolling chat list diff --git a/changelog.d/pr-6766.change b/changelog.d/pr-6766.change deleted file mode 100644 index 3f5ff2693..000000000 --- a/changelog.d/pr-6766.change +++ /dev/null @@ -1 +0,0 @@ -UserSessions: Extended device information (PSG-772). diff --git a/changelog.d/pr-6780.change b/changelog.d/pr-6780.change deleted file mode 100644 index a50689634..000000000 --- a/changelog.d/pr-6780.change +++ /dev/null @@ -1 +0,0 @@ -Settings: Add labs flags for new session manager (PSG-792, PSG-799). diff --git a/changelog.d/pr-6788.change b/changelog.d/pr-6788.change deleted file mode 100644 index 99f00337f..000000000 --- a/changelog.d/pr-6788.change +++ /dev/null @@ -1 +0,0 @@ -User session details: Include browser version for web sessions (PSG-761). diff --git a/changelog.d/x-nolink-0.change b/changelog.d/x-nolink-0.change deleted file mode 100644 index b3dc15eeb..000000000 --- a/changelog.d/x-nolink-0.change +++ /dev/null @@ -1 +0,0 @@ -Upgrade MatrixSDK version ([v0.24.0](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.24.0)). \ No newline at end of file From 1fb580edeaf330c7f34edf75d94582de7b4190d9 Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 4 Oct 2022 14:55:51 +0100 Subject: [PATCH 3/5] Fix missing toolbar in AllChatsViewController. The empty artwork view was obscuring it. --- CHANGES.md | 1 + Riot/Modules/Common/Recents/RecentsViewController.h | 6 ++++++ Riot/Modules/Common/Recents/RecentsViewController.m | 3 ++- Riot/Modules/Home/AllChats/AllChatsViewController.swift | 1 + 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 427842bc0..db410ce33 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,7 @@ - Fix render of links with both characters requiring percent encoding and markdown-like syntax ([#6748](https://github.com/vector-im/element-ios/issues/6748)) - Fix crash when scrolling chat list ([#6749](https://github.com/vector-im/element-ios/issues/6749)) - App Layout: Unable to send message after filtering for room ([#6755](https://github.com/vector-im/element-ios/issues/6755)) +- App Layout: Fix missing toolbar for users with no rooms. ([#6796](https://github.com/vector-im/element-ios/pull/6796)) - Fix code block background colour ([#6778](https://github.com/vector-im/element-ios/issues/6778)) 🧱 Build diff --git a/Riot/Modules/Common/Recents/RecentsViewController.h b/Riot/Modules/Common/Recents/RecentsViewController.h index 09a9ee572..9a9c60ece 100644 --- a/Riot/Modules/Common/Recents/RecentsViewController.h +++ b/Riot/Modules/Common/Recents/RecentsViewController.h @@ -93,6 +93,12 @@ FOUNDATION_EXPORT NSString *const RecentsViewControllerDataReadyNotification; */ @property (nonatomic, weak) RootTabEmptyView *emptyView; +/** + The bottom anchor used to layout `emptyView` in the absence of a FAB. + If this value is `nil` the empty view will be anchored to the bottom of its superview. + */ +@property (nonatomic, weak) NSLayoutYAxisAnchor *emptyViewBottomAnchor; + /** The screen timer used for analytics if they've been enabled. The default value is nil. */ diff --git a/Riot/Modules/Common/Recents/RecentsViewController.m b/Riot/Modules/Common/Recents/RecentsViewController.m index c06a6f18a..0a86bd3c0 100644 --- a/Riot/Modules/Common/Recents/RecentsViewController.m +++ b/Riot/Modules/Common/Recents/RecentsViewController.m @@ -2226,7 +2226,8 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro [self.view addSubview:emptyView]; } - emptyViewBottomConstraint = [emptyView.bottomAnchor constraintEqualToAnchor:emptyView.superview.bottomAnchor]; + NSLayoutYAxisAnchor *bottomAnchor = self.emptyViewBottomAnchor ?: emptyView.superview.bottomAnchor; + emptyViewBottomConstraint = [emptyView.bottomAnchor constraintEqualToAnchor:bottomAnchor constant:-1]; // 1pt spacing for UIToolbar's divider. emptyView.translatesAutoresizingMaskIntoConstraints = NO; diff --git a/Riot/Modules/Home/AllChats/AllChatsViewController.swift b/Riot/Modules/Home/AllChats/AllChatsViewController.swift index b2cbc8ce8..1b26bfe81 100644 --- a/Riot/Modules/Home/AllChats/AllChatsViewController.swift +++ b/Riot/Modules/Home/AllChats/AllChatsViewController.swift @@ -127,6 +127,7 @@ class AllChatsViewController: HomeViewController { recentsTableView.contentInsetAdjustmentBehavior = .automatic toolbarHeight = toolbar.frame.height + emptyViewBottomAnchor = toolbar.topAnchor updateUI() From ce3810ecadf15fd8ca778f7bbfbe22a4bce49a58 Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 4 Oct 2022 15:54:57 +0100 Subject: [PATCH 4/5] Fix navigation bars inside of VectorHostingController. --- CHANGES.md | 1 + .../Common/SwiftUI/VectorHostingController.swift | 16 ++++++++-------- .../Coordinator/AnalyticsPromptCoordinator.swift | 3 ++- .../OnboardingCelebrationCoordinator.swift | 1 + .../OnboardingCongratulationsCoordinator.swift | 1 + .../OnboardingSplashScreenCoordinator.swift | 1 + 6 files changed, 14 insertions(+), 9 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 427842bc0..7091d0f36 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,6 +19,7 @@ - Fix crash when scrolling chat list ([#6749](https://github.com/vector-im/element-ios/issues/6749)) - App Layout: Unable to send message after filtering for room ([#6755](https://github.com/vector-im/element-ios/issues/6755)) - Fix code block background colour ([#6778](https://github.com/vector-im/element-ios/issues/6778)) +- Fix navigation bars visibility on iOS 16. ([#6799](https://github.com/vector-im/element-ios/pull/6799)) 🧱 Build diff --git a/Riot/Modules/Common/SwiftUI/VectorHostingController.swift b/Riot/Modules/Common/SwiftUI/VectorHostingController.swift index 9b6860fb7..98faba5c0 100644 --- a/Riot/Modules/Common/SwiftUI/VectorHostingController.swift +++ b/Riot/Modules/Common/SwiftUI/VectorHostingController.swift @@ -73,14 +73,6 @@ class VectorHostingController: UIHostingController { bottomSheetPreferences?.setup(viewController: self) } - override func viewWillAppear(_ animated: Bool) { - super.viewWillAppear(animated) - - if isNavigationBarHidden { - self.navigationController?.isNavigationBarHidden = true - } - } - override func viewDidAppear(_ animated: Bool) { super.viewDidAppear(animated) @@ -93,6 +85,14 @@ class VectorHostingController: UIHostingController { } } + override func viewWillLayoutSubviews() { + super.viewWillLayoutSubviews() + + if let navigationController = navigationController, navigationController.isNavigationBarHidden != isNavigationBarHidden { + navigationController.isNavigationBarHidden = isNavigationBarHidden + } + } + override func viewDidLayoutSubviews() { super.viewDidLayoutSubviews() diff --git a/RiotSwiftUI/Modules/AnalyticsPrompt/Coordinator/AnalyticsPromptCoordinator.swift b/RiotSwiftUI/Modules/AnalyticsPrompt/Coordinator/AnalyticsPromptCoordinator.swift index fb79b8df8..b4d9daf80 100644 --- a/RiotSwiftUI/Modules/AnalyticsPrompt/Coordinator/AnalyticsPromptCoordinator.swift +++ b/RiotSwiftUI/Modules/AnalyticsPrompt/Coordinator/AnalyticsPromptCoordinator.swift @@ -27,7 +27,7 @@ final class AnalyticsPromptCoordinator: Coordinator, Presentable { // MARK: Private private let parameters: AnalyticsPromptCoordinatorParameters - private let analyticsPromptHostingController: UIViewController + private let analyticsPromptHostingController: VectorHostingController private var _analyticsPromptViewModel: Any? fileprivate var analyticsPromptViewModel: AnalyticsPromptViewModel { @@ -59,6 +59,7 @@ final class AnalyticsPromptCoordinator: Coordinator, Presentable { let view = AnalyticsPrompt(viewModel: viewModel.context) _analyticsPromptViewModel = viewModel analyticsPromptHostingController = VectorHostingController(rootView: view) + analyticsPromptHostingController.isNavigationBarHidden = true } // MARK: - Public diff --git a/RiotSwiftUI/Modules/Onboarding/Celebration/Coordinator/OnboardingCelebrationCoordinator.swift b/RiotSwiftUI/Modules/Onboarding/Celebration/Coordinator/OnboardingCelebrationCoordinator.swift index 9f0ea9273..9db9439df 100644 --- a/RiotSwiftUI/Modules/Onboarding/Celebration/Coordinator/OnboardingCelebrationCoordinator.swift +++ b/RiotSwiftUI/Modules/Onboarding/Celebration/Coordinator/OnboardingCelebrationCoordinator.swift @@ -45,6 +45,7 @@ final class OnboardingCelebrationCoordinator: Coordinator, Presentable { onboardingCelebrationViewModel = viewModel onboardingCelebrationHostingController = VectorHostingController(rootView: view) onboardingCelebrationHostingController.enableNavigationBarScrollEdgeAppearance = true + onboardingCelebrationHostingController.isNavigationBarHidden = true } // MARK: - Public diff --git a/RiotSwiftUI/Modules/Onboarding/Congratulations/Coordinator/OnboardingCongratulationsCoordinator.swift b/RiotSwiftUI/Modules/Onboarding/Congratulations/Coordinator/OnboardingCongratulationsCoordinator.swift index 57cd09d5c..d2f23340e 100644 --- a/RiotSwiftUI/Modules/Onboarding/Congratulations/Coordinator/OnboardingCongratulationsCoordinator.swift +++ b/RiotSwiftUI/Modules/Onboarding/Congratulations/Coordinator/OnboardingCongratulationsCoordinator.swift @@ -58,6 +58,7 @@ final class OnboardingCongratulationsCoordinator: Coordinator, Presentable { onboardingCongratulationsViewModel = viewModel onboardingCongratulationsHostingController = VectorHostingController(rootView: view) onboardingCongratulationsHostingController.statusBarStyle = .lightContent + onboardingCongratulationsHostingController.isNavigationBarHidden = true } // MARK: - Public diff --git a/RiotSwiftUI/Modules/Onboarding/SplashScreen/Coordinator/OnboardingSplashScreenCoordinator.swift b/RiotSwiftUI/Modules/Onboarding/SplashScreen/Coordinator/OnboardingSplashScreenCoordinator.swift index 27c4b3dbc..669ac19cb 100644 --- a/RiotSwiftUI/Modules/Onboarding/SplashScreen/Coordinator/OnboardingSplashScreenCoordinator.swift +++ b/RiotSwiftUI/Modules/Onboarding/SplashScreen/Coordinator/OnboardingSplashScreenCoordinator.swift @@ -46,6 +46,7 @@ final class OnboardingSplashScreenCoordinator: OnboardingSplashScreenCoordinator onboardingSplashScreenViewModel = viewModel onboardingSplashScreenHostingController = VectorHostingController(rootView: view) onboardingSplashScreenHostingController.vc_removeBackTitle() + onboardingSplashScreenHostingController.isNavigationBarHidden = true indicatorPresenter = UserIndicatorTypePresenter(presentingViewController: onboardingSplashScreenHostingController) } From 75128346af0f60a0bc710b86b32a9a9f98f42546 Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 4 Oct 2022 18:12:10 +0100 Subject: [PATCH 5/5] finish version++ --- Podfile.lock | 18 +++++++++--------- .../xcshareddata/xcschemes/Riot.xcscheme | 12 +++++++++++- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index 0b53f1a91..0f0faf7a8 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -56,9 +56,9 @@ PODS: - LoggerAPI (1.9.200): - Logging (~> 1.1) - Logging (1.4.0) - - MatrixSDK (0.23.19): - - MatrixSDK/Core (= 0.23.19) - - MatrixSDK/Core (0.23.19): + - MatrixSDK (0.24.0): + - MatrixSDK/Core (= 0.24.0) + - MatrixSDK/Core (0.24.0): - AFNetworking (~> 4.0.0) - GZIP (~> 1.3.0) - libbase58 (~> 0.1.4) @@ -66,9 +66,9 @@ PODS: - OLMKit (~> 3.2.5) - Realm (= 10.27.0) - SwiftyBeaver (= 1.9.5) - - MatrixSDK/CryptoSDK (0.23.19): + - MatrixSDK/CryptoSDK (0.24.0): - MatrixSDKCrypto (= 0.1.0) - - MatrixSDK/JingleCallStack (0.23.19): + - MatrixSDK/JingleCallStack (0.24.0): - JitsiMeetSDK (= 5.0.2) - MatrixSDK/Core - MatrixSDKCrypto (0.1.0) @@ -123,8 +123,8 @@ DEPENDENCIES: - KeychainAccess (~> 4.2.2) - KTCenterFlowLayout (~> 1.3.1) - libPhoneNumber-iOS (~> 0.9.13) - - MatrixSDK (= 0.23.19) - - MatrixSDK/JingleCallStack (= 0.23.19) + - MatrixSDK (= 0.24.0) + - MatrixSDK/JingleCallStack (= 0.24.0) - OLMKit - PostHog (~> 1.4.4) - ReadMoreTextView (~> 3.0.1) @@ -221,7 +221,7 @@ SPEC CHECKSUMS: libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75 LoggerAPI: ad9c4a6f1e32f518fdb43a1347ac14d765ab5e3d Logging: beeb016c9c80cf77042d62e83495816847ef108b - MatrixSDK: a60a00635006c539dce654253e8f0544ea996111 + MatrixSDK: 196ae670143c5169ca9d02ff4d4a87f1e4dd8f08 MatrixSDKCrypto: 4b9146d5ef484550341be056a164c6930038028e OLMKit: da115f16582e47626616874e20f7bb92222c7a51 PostHog: 4b6321b521569092d4ef3a02238d9435dbaeb99f @@ -241,6 +241,6 @@ SPEC CHECKSUMS: zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb -PODFILE CHECKSUM: 400334cf1580361b831a632dcc025f2029e56b6e +PODFILE CHECKSUM: f8957c6eb2617c1f8a9174c1c5eac5f2bd67a599 COCOAPODS: 1.11.2 diff --git a/Riot.xcodeproj/xcshareddata/xcschemes/Riot.xcscheme b/Riot.xcodeproj/xcshareddata/xcschemes/Riot.xcscheme index 6eba9ae71..012a5a109 100644 --- a/Riot.xcodeproj/xcshareddata/xcschemes/Riot.xcscheme +++ b/Riot.xcodeproj/xcshareddata/xcschemes/Riot.xcscheme @@ -29,7 +29,8 @@ selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES" disableMainThreadChecker = "YES" - onlyGenerateCoverageForSpecifiedTargets = "NO"> + codeCoverageEnabled = "YES" + onlyGenerateCoverageForSpecifiedTargets = "YES"> + + + +