Skip to content

Commit

Permalink
Rename Network to NetworkPlatform fixing private framework collusion …
Browse files Browse the repository at this point in the history
…name
  • Loading branch information
sergdort committed Nov 14, 2017
1 parent c1f8f0c commit c066666
Show file tree
Hide file tree
Showing 334 changed files with 9,642 additions and 6,557 deletions.
230 changes: 179 additions & 51 deletions CleanArchitectureRxSwift.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions CleanArchitectureRxSwift/Application/Application.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation
import Domain
import Network
import NetworkPlatform
import CoreDataPlatform
import RealmPlatform

Expand All @@ -9,12 +9,12 @@ final class Application {

private let coreDataUseCaseProvider: Domain.UseCaseProvider
private let realmUseCaseProvider: Domain.UseCaseProvider
private let networkUseCaseProvider: Network.UseCaseProvider
private let networkUseCaseProvider: NetworkPlatform.UseCaseProvider

private init() {
self.coreDataUseCaseProvider = CoreDataPlatform.UseCaseProvider()
self.realmUseCaseProvider = RealmPlatform.UseCaseProvider()
self.networkUseCaseProvider = Network.UseCaseProvider()
self.networkUseCaseProvider = NetworkPlatform.UseCaseProvider()
}

func configureMainInterface(in window: UIWindow) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

import XCTest
@testable import Network
@testable import NetworkPlatform

class NetworkTests: XCTestCase {

Expand Down
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ target 'Domain' do

end

target 'Network' do
target 'NetworkPlatform' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
rx_swift
Expand All @@ -62,7 +62,7 @@ target 'Network' do
pod 'ObjectMapper'
pod 'AlamofireObjectMapper'

target 'NetworkTests' do
target 'NetworkPlatformTests' do
inherit! :search_paths
test_pods
end
Expand Down
44 changes: 22 additions & 22 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- Alamofire (4.5.0)
- AlamofireObjectMapper (4.1.0):
- Alamofire (4.5.1)
- AlamofireObjectMapper (5.0.0):
- Alamofire (~> 4.1)
- ObjectMapper (~> 2.0)
- Nimble (7.0.1)
- ObjectMapper (2.2.8)
- ObjectMapper (~> 3.0)
- Nimble (7.0.2)
- ObjectMapper (3.1.0)
- QueryKit (0.13.0)
- Realm (2.8.3):
- Realm/Headers (= 2.8.3)
- Realm/Headers (2.8.3)
- RealmSwift (2.8.3):
- Realm (= 2.8.3)
- Realm (2.10.2):
- Realm/Headers (= 2.10.2)
- Realm/Headers (2.10.2)
- RealmSwift (2.10.2):
- Realm (= 2.10.2)
- RxAlamofire (3.0.3):
- RxAlamofire/Core (= 3.0.3)
- RxAlamofire/Core (3.0.3):
Expand All @@ -20,9 +20,9 @@ PODS:
- RxSwift (~> 3.6)
- RxCocoa (3.6.1):
- RxSwift (~> 3.6)
- RxRealm (0.6.0):
- RealmSwift (~> 2.5)
- RxSwift (~> 3.2)
- RxRealm (0.7.2):
- RealmSwift (~> 2)
- RxSwift (~> 3)
- RxSwift (3.6.1)
- RxTest (3.6.1):
- RxSwift (~> 3.6)
Expand All @@ -43,20 +43,20 @@ DEPENDENCIES:
- RxTest (~> 3.0)

SPEC CHECKSUMS:
Alamofire: f28cdffd29de33a7bfa022cbd63ae95a27fae140
AlamofireObjectMapper: 435adc82f5b367679bd9e71c4974a54efd0b2521
Nimble: 657d000e11df8aebe27cdaf9d244de7f30ed87f7
ObjectMapper: 3d571bb5af471c779e1160828cd9ad5c4ef90958
Alamofire: 2d95912bf4c34f164fdfc335872e8c312acaea4a
AlamofireObjectMapper: 5fafc816351cbbc0d486611aaeba7461c0cbad49
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2
ObjectMapper: 20505058f54e5c3ca69e1d6de9897d152a5369a6
QueryKit: 406c42b9b4eb5f8dab380a9e5bd9ef656542d1f4
Realm: 3601ef091c8c499a31101d8563b991e75546cdce
RealmSwift: 8183818515471b01a99abdd2970f8e4fd52b6f4a
Realm: 0ef72b837fb67e9f4b098bac771ddd72c7fdbb69
RealmSwift: 07a9ae0505091eda6b2ee7c190c3786d6e90a7b0
RxAlamofire: 5eb39188c4917ad98127c0ecb4878a61b7517003
RxBlocking: 4f4bd5732e8b952e54ae8a57739bcfb645de12bc
RxCocoa: 84a08739ab186248c7f31ce4ee92d6f8a947d690
RxRealm: 323de579b50b5e0f4a3e087d5925021f976ffaf1
RxRealm: 9cf5c15c5312fc770aaa542a360cffec4916e63a
RxSwift: f9de85ea20cd2f7716ee5409fc13523dc638e4e4
RxTest: 1d00348a7848c91ab5bf5d197d2378aa6b2bb356

PODFILE CHECKSUM: '048e4f9ed7e8f8ff423ddfbcf8b3349cc175b774'
PODFILE CHECKSUM: ad7fe454efdb3b742a7918ebc09510be79b19131

COCOAPODS: 1.2.0
COCOAPODS: 1.3.1
2 changes: 1 addition & 1 deletion Pods/Alamofire/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 15 additions & 10 deletions Pods/Alamofire/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/AFError.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/Alamofire.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/DispatchQueue+Alamofire.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/MultipartFormData.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/NetworkReachabilityManager.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/Notifications.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions Pods/Alamofire/Source/ParameterEncoding.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions Pods/Alamofire/Source/Request.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/Response.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/ResponseSerialization.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/Result.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/ServerTrustPolicy.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pods/Alamofire/Source/SessionDelegate.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c066666

Please sign in to comment.