Skip to content

Commit 5d6cefb

Browse files
vandadnpbobgodwinx
authored andcommitted
1) update RxSwift and RxCocoa versions in the podspec to 6.0.0
2) change directory from RxCoreDateExamples to RxCoreDataExamples (note Date vs Data) 3) ensure there is a Podfile for the examples 4) add the necessary pods to the Podfile for the examples 5) ensure the Examples projects builds and remove all errors
1 parent f33dc80 commit 5d6cefb

66 files changed

Lines changed: 198 additions & 34 deletions

File tree

Some content is hidden

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

RxCoreData.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Pod::Spec.new do |s|
3434
s.exclude_files = 'Sources/*.{plist}', 'Sources/**/*.{plist}'
3535
s.frameworks = 'CoreData'
3636
s.swift_version = '5.0'
37-
s.dependency 'RxSwift', '~> 5.0'
38-
s.dependency 'RxCocoa', '~> 5.0'
37+
s.dependency 'RxSwift', '~> 6.0.0'
38+
s.dependency 'RxCocoa', '~> 6.0.0'
3939
end

RxCoreDateExample/Differentiator.framework/Differentiator renamed to RxCoreDataExample/Differentiator.framework/Differentiator

File renamed without changes.

RxCoreDateExample/Differentiator.framework/Headers/Differentiator-Swift.h renamed to RxCoreDataExample/Differentiator.framework/Headers/Differentiator-Swift.h

File renamed without changes.

RxCoreDateExample/Differentiator.framework/Headers/Differentiator.h renamed to RxCoreDataExample/Differentiator.framework/Headers/Differentiator.h

File renamed without changes.
File renamed without changes.

RxCoreDateExample/Differentiator.framework/Modules/Differentiator.swiftmodule/arm.swiftdoc renamed to RxCoreDataExample/Differentiator.framework/Modules/Differentiator.swiftmodule/arm.swiftdoc

File renamed without changes.

RxCoreDateExample/Differentiator.framework/Modules/Differentiator.swiftmodule/arm.swiftmodule renamed to RxCoreDataExample/Differentiator.framework/Modules/Differentiator.swiftmodule/arm.swiftmodule

File renamed without changes.

RxCoreDateExample/Differentiator.framework/Modules/Differentiator.swiftmodule/arm64.swiftdoc renamed to RxCoreDataExample/Differentiator.framework/Modules/Differentiator.swiftmodule/arm64.swiftdoc

File renamed without changes.

RxCoreDateExample/Differentiator.framework/Modules/Differentiator.swiftmodule/arm64.swiftmodule renamed to RxCoreDataExample/Differentiator.framework/Modules/Differentiator.swiftmodule/arm64.swiftmodule

File renamed without changes.

RxCoreDateExample/Differentiator.framework/Modules/Differentiator.swiftmodule/armv7.swiftdoc renamed to RxCoreDataExample/Differentiator.framework/Modules/Differentiator.swiftmodule/armv7.swiftdoc

File renamed without changes.

0 commit comments

Comments
 (0)