Skip to content

Commit c2b1599

Browse files
authored
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 6 deletions
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

GitTime/Sources/Network/AppStoreAPI.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
// Copyright © 2019 KanzDevelop. All rights reserved.
77
//
88

9+
import Foundation
10+
911
import Moya
12+
import RxMoya
1013
import RxSwift
1114

1215
enum AppStoreAPI {

GitTime/Sources/Network/GitHubAPI.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
// Copyright © 2019 KanzDevelop. All rights reserved.
77
//
88

9+
import Foundation
10+
911
import Moya
12+
import RxMoya
1013
import RxSwift
1114

1215
enum GitHubAPI {

GitTime/Sources/Network/GitHubLoginAPI.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
// Copyright © 2019 KanzDevelop. All rights reserved.
77
//
88

9+
import Foundation
10+
911
import Moya
12+
import RxMoya
1013
import RxSwift
1114

1215
enum GitHubLoginAPI {

GitTime/Sources/Network/GitTimeCralwerAPI.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
// Copyright © 2019 KanzDevelop. All rights reserved.
77
//
88

9-
import RxSwift
9+
import Foundation
10+
1011
import Moya
12+
import RxMoya
13+
import RxSwift
1114

1215
enum GitTimeCrawlerAPI {
1316
case trendingRepositories(language: String?, period: String?, spokenLanguage: String?)

GitTime/Sources/Network/GitTimeProvider.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@
66
// Copyright © 2019 KanzDevelop. All rights reserved.
77
//
88

9+
import Foundation
10+
import UIKit
11+
912
import Moya
13+
import RxMoya
1014
import RxSwift
1115
import Toaster
1216

GitTime/Sources/Network/Plugins/AuthPlugin.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
// Copyright © 2019 KanzDevelop. All rights reserved.
77
//
88

9+
import Foundation
10+
911
import Moya
12+
import RxMoya
1013

1114
struct AuthPlugin: PluginType {
1215

GitTime/Sources/Protocols/CellType.swift

Lines changed: 0 additions & 40 deletions
This file was deleted.

GitTime/Sources/Sections/SearchResultsSection.swift

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)