Skip to content

Commit

Permalink
update to swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evermeer committed Jan 17, 2019
1 parent 147ace4 commit b1f512b
Show file tree
Hide file tree
Showing 249 changed files with 9,977 additions and 6,157 deletions.
8 changes: 4 additions & 4 deletions Demo/Demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
7FC775DE1E211D70003D436E /* MoyaRxViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FC775DD1E211D70003D436E /* MoyaRxViewController.swift */; };
7FC775E01E211F34003D436E /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FC775DF1E211F34003D436E /* BaseViewController.swift */; };
8D04635AFFA1A664FE1E4309 /* Pods_44Demo5.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C68491FBE0DB12F9562176A /* Pods_44Demo5.framework */; };
E2777E31B8D1805B52475D7A /* Pods_Demo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F085545331D285A743E7F1A /* Pods_Demo.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -65,7 +64,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
E2777E31B8D1805B52475D7A /* Pods_Demo.framework in Frameworks */,
8D04635AFFA1A664FE1E4309 /* Pods_44Demo5.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -263,6 +261,7 @@
"${BUILT_PRODUCTS_DIR}/Realm-iOS/Realm.framework",
"${BUILT_PRODUCTS_DIR}/RealmSwift-iOS/RealmSwift.framework",
"${BUILT_PRODUCTS_DIR}/Result-iOS/Result.framework",
"${BUILT_PRODUCTS_DIR}/RxAtomic-iOS/RxAtomic.framework",
"${BUILT_PRODUCTS_DIR}/RxSwift-iOS/RxSwift.framework",
"${BUILT_PRODUCTS_DIR}/XMLDictionary-iOS/XMLDictionary.framework",
);
Expand All @@ -275,6 +274,7 @@
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Realm.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RealmSwift.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Result.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxAtomic.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/XMLDictionary.framework",
);
Expand Down Expand Up @@ -386,7 +386,7 @@
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = nl.evict.4Demo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
};
name = Release;
};
Expand Down Expand Up @@ -452,7 +452,7 @@
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = nl.evict.4Demo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 4.0;
SWIFT_VERSION = 4.2;
};
name = Debug;
};
Expand Down
4 changes: 2 additions & 2 deletions EVReflection.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EVReflection"
s.version = "5.7.0"
s.version = "5.9.0"
s.summary = "Reflection based object mapping. (Dictionary, CKRecord, NSManagedObject, Realm, JSON, XML, Alamofire, Moya, RxSwift, ReactiveSwift)"

s.description = <<-EOS
Expand All @@ -17,7 +17,7 @@ EOS
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }

s.source = { :git => "https://github.com/evermeer/EVReflection.git", :tag => s.version }
s.default_subspec = "Core"
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,37 +30,5 @@
breakpointStackSelectionBehavior = "1">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Source/Realm/RealmOptionalEVCustomReflectable.swift"
timestampString = "557384403.3057491"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "18"
endingLineNumber = "18"
landmarkName = "constructWith(value:)"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "UnitTests/RealmTests/RealmTests.swift"
timestampString = "561650803.013646"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "106"
endingLineNumber = "106"
landmarkName = "testRealmSmokeTest()"
landmarkType = "7">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
80 changes: 42 additions & 38 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,60 +1,62 @@
PODS:
- Alamofire (4.7.3)
- EVReflection/Alamofire (5.7.0):
- Alamofire (4.8.1)
- EVReflection/Alamofire (5.8.0):
- Alamofire
- EVReflection/Core
- EVReflection/AlamofireXML (5.7.0):
- EVReflection/AlamofireXML (5.8.0):
- EVReflection/Alamofire
- EVReflection/XML
- EVReflection/CloudKit (5.7.0):
- EVReflection/CloudKit (5.8.0):
- EVReflection/Core
- EVReflection/Core (5.7.0)
- EVReflection/CoreData (5.7.0):
- EVReflection/Core (5.8.0)
- EVReflection/CoreData (5.8.0):
- EVReflection/Core
- EVReflection/Moya (5.7.0):
- EVReflection/Moya (5.8.0):
- EVReflection/Alamofire
- Moya
- EVReflection/MoyaReactiveSwift (5.7.0):
- EVReflection/MoyaReactiveSwift (5.8.0):
- EVReflection/Moya
- Moya/ReactiveSwift
- EVReflection/MoyaReactiveSwiftXML (5.7.0):
- EVReflection/MoyaReactiveSwiftXML (5.8.0):
- EVReflection/MoyaReactiveSwift
- EVReflection/MoyaXML
- EVReflection/MoyaRxSwift (5.7.0):
- EVReflection/MoyaRxSwift (5.8.0):
- EVReflection/Moya
- Moya/RxSwift
- EVReflection/MoyaRxSwiftXML (5.7.0):
- EVReflection/MoyaRxSwiftXML (5.8.0):
- EVReflection/MoyaRxSwift
- EVReflection/MoyaXML
- EVReflection/MoyaXML (5.7.0):
- EVReflection/MoyaXML (5.8.0):
- EVReflection/AlamofireXML
- EVReflection/Moya
- EVReflection/Realm (5.7.0):
- EVReflection/Realm (5.8.0):
- EVReflection/Core
- RealmSwift
- EVReflection/XML (5.7.0):
- EVReflection/XML (5.8.0):
- EVReflection/Core
- XMLDictionary
- Moya (11.0.2):
- Moya/Core (= 11.0.2)
- Moya/Core (11.0.2):
- Moya (12.0.1):
- Moya/Core (= 12.0.1)
- Moya/Core (12.0.1):
- Alamofire (~> 4.1)
- Result (~> 3.0)
- Moya/ReactiveSwift (11.0.2):
- Result (~> 4.0)
- Moya/ReactiveSwift (12.0.1):
- Moya/Core
- ReactiveSwift (~> 3.0)
- Moya/RxSwift (11.0.2):
- ReactiveSwift (~> 4.0)
- Moya/RxSwift (12.0.1):
- Moya/Core
- RxSwift (~> 4.0)
- ReactiveSwift (3.1.0):
- Result (~> 3.2)
- Realm (3.11.0):
- Realm/Headers (= 3.11.0)
- Realm/Headers (3.11.0)
- RealmSwift (3.11.0):
- Realm (= 3.11.0)
- Result (3.2.4)
- RxSwift (4.3.1)
- ReactiveSwift (4.0.0):
- Result (~> 4.0)
- Realm (3.13.1):
- Realm/Headers (= 3.13.1)
- Realm/Headers (3.13.1)
- RealmSwift (3.13.1):
- Realm (= 3.13.1)
- Result (4.1.0)
- RxAtomic (4.4.0)
- RxSwift (4.4.0):
- RxAtomic (~> 4.4)
- XMLDictionary (1.4.1)

DEPENDENCIES:
Expand All @@ -73,6 +75,7 @@ SPEC REPOS:
- Realm
- RealmSwift
- Result
- RxAtomic
- RxSwift
- XMLDictionary

Expand All @@ -81,14 +84,15 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
EVReflection: 1869f6c353437fa64c3f975beb124d5e90e80181
Moya: a725035953bc1c0eb1be505ab903984501d82440
ReactiveSwift: 5b26d2e988fe0eed2daf48c4054d1de74db50184
Realm: 92f09a102692b96a9a10e9617f214f15c5ab85fc
RealmSwift: 5f0481cd658bb751c509314b964a35eaa264d2cf
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
RxSwift: fe0fd770a43acdb7d0a53da411c9b892e69bb6e4
Alamofire: 16ce2c353fb72865124ddae8a57c5942388f4f11
EVReflection: bd84ca5ff98d2479966df23d41787b08137b3f8d
Moya: cf730b3cd9e005401ef37a85143aa141a12fd38f
ReactiveSwift: a2bb9ace428a109e9c0209615645d9d286c8c433
Realm: 50071da38fe079e0735e47c9f2eae738c68c5996
RealmSwift: 8a1e6a02b7a08cd17a31e3115143fb69fe5f3fb9
Result: bd966fac789cc6c1563440b348ab2598cc24d5c7
RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f
RxSwift: 5976ecd04fc2fefd648827c23de5e11157faa973
XMLDictionary: fa07b6ff422b3a91d47a5de9bc82e3fc04fbd167

PODFILE CHECKSUM: e4a7466c5b38806b825e545608a3a6a3c5846e37
Expand Down
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.

11 changes: 6 additions & 5 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.

10 changes: 6 additions & 4 deletions 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.

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

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

23 changes: 9 additions & 14 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.

0 comments on commit b1f512b

Please sign in to comment.