Skip to content

Commit c2b1599

Browse files
authoredJul 16, 2023
Merge pull request #86 from 87kangsw/release/2.2.0
Release - 2.2.0
2 parents dad6a2c + 51ffa1c commit c2b1599

File tree

74 files changed

+834
-5560
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+834
-5560
lines changed
 

‎BuildScripts/FirebaseCrashlytics.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
${PODS_ROOT}/FirebaseCrashlytics/run
1+
${BUILD_DIR%/Build/*}/SourcePackages/checkouts/firebase-ios-sdk/Crashlytics/run

‎GitTime/Sources/CompositionRoot.swift

+3-6
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@
77

88
import UIKit
99

10-
import Bagel
1110
import Firebase
1211
import Kingfisher
13-
import Pure
1412
import RxCocoa
1513
import RxDataSources
14+
import RxMoya
1615
import RxOptional
1716
import RxSwift
1817
import SwiftyBeaver
1918
import Toaster
20-
import URLNavigator
19+
import SnapKit
2120

2221
let log = SwiftyBeaver.self
2322

@@ -139,9 +138,7 @@ final class CompositionRoot {
139138
let console = ConsoleDestination()
140139
console.minLevel = .verbose
141140
log.addDestination(console)
142-
143-
// Bagel
144-
Bagel.start()
141+
145142
#endif
146143
}
147144

0 commit comments

Comments
 (0)
Please sign in to comment.