mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
MESSENGER-5958 remove FLEX debugging
This commit is contained in:
10
Podfile
10
Podfile
@@ -105,8 +105,6 @@ abstract_target 'RiotPods' do
|
||||
pod 'SideMenu', '~> 6.5'
|
||||
pod 'DSWaveformImage', '~> 6.1.1'
|
||||
|
||||
pod 'FLEX', '~> 4.5.0', :configurations => ['Debug'], :inhibit_warnings => true
|
||||
|
||||
target 'RiotTests' do
|
||||
inherit! :search_paths
|
||||
end
|
||||
@@ -132,8 +130,6 @@ abstract_target 'RiotPods' do
|
||||
pod 'SwiftJWT', '~> 3.6.200'
|
||||
pod 'SideMenu', '~> 6.5'
|
||||
pod 'DSWaveformImage', '~> 6.1.1'
|
||||
|
||||
pod 'FLEX', '~> 4.5.0', :configurations => ['Debug']
|
||||
end
|
||||
|
||||
target "BuM-Beta" do
|
||||
@@ -152,8 +148,6 @@ abstract_target 'RiotPods' do
|
||||
pod 'SwiftJWT', '~> 3.6.200'
|
||||
pod 'SideMenu', '~> 6.5'
|
||||
pod 'DSWaveformImage', '~> 6.1.1'
|
||||
|
||||
pod 'FLEX', '~> 4.5.0', :configurations => ['Debug']
|
||||
end
|
||||
|
||||
target "BuM-Open" do
|
||||
@@ -172,8 +166,6 @@ abstract_target 'RiotPods' do
|
||||
pod 'SwiftJWT', '~> 3.6.200'
|
||||
pod 'SideMenu', '~> 6.5'
|
||||
pod 'DSWaveformImage', '~> 6.1.1'
|
||||
|
||||
pod 'FLEX', '~> 4.5.0', :configurations => ['Debug']
|
||||
end
|
||||
|
||||
target "BuM-BWI-MDM" do
|
||||
@@ -192,8 +184,6 @@ abstract_target 'RiotPods' do
|
||||
pod 'SwiftJWT', '~> 3.6.200'
|
||||
pod 'SideMenu', '~> 6.5'
|
||||
pod 'DSWaveformImage', '~> 6.1.1'
|
||||
|
||||
pod 'FLEX', '~> 4.5.0', :configurations => ['Debug']
|
||||
end
|
||||
|
||||
target "RiotSwiftUI" do
|
||||
|
||||
@@ -22,10 +22,6 @@ import MatrixSDK
|
||||
import CommonKit
|
||||
import UIKit
|
||||
|
||||
#if DEBUG
|
||||
import FLEX
|
||||
#endif
|
||||
|
||||
/// The AppCoordinator is responsible of screen navigation and data injection at root application level. It decides
|
||||
/// if authentication or home screen should be shown and inject data needed for these flows, it changes the navigation
|
||||
/// stack on deep link, displays global warning.
|
||||
@@ -235,9 +231,7 @@ final class AppCoordinator: NSObject, AppCoordinatorType {
|
||||
}
|
||||
|
||||
@objc private func showFlexDebugger() {
|
||||
#if DEBUG
|
||||
FLEXManager.shared.showExplorer()
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
fileprivate func navigate(to destination: AppNavigatorDestination) {
|
||||
|
||||
Reference in New Issue
Block a user