Skip to content

Commit 98ae6d9

Browse files
thedavidharrisfreak4pc
authored andcommitted
chore: fix Carthage submodule structure and SPM xcodeproj structure
1 parent 241c62e commit 98ae6d9

File tree

8 files changed

+26
-7
lines changed

8 files changed

+26
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ Carthage/Build
4949

5050
.build/
5151
Packages/
52+
.swiftpm/

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "Carthage/Checkouts/RxSwift"]
2-
path = Carthage/Checkouts/RxSwift
32
url = https://github.com/ReactiveX/RxSwift.git
3+
path = Carthage/Checkouts/RxSwift

Cartfile.resolved

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "ReactiveX/RxSwift" "6.0.0"

Carthage/Checkouts/RxSwift

Submodule RxSwift added at c8742ed

Package.resolved

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.0
1+
// swift-tools-version:5.1
22

33
import PackageDescription
44

RxDataSources.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,8 +1010,8 @@
10101010
isa = XCRemoteSwiftPackageReference;
10111011
repositoryURL = "https://github.com/ReactiveX/RxSwift";
10121012
requirement = {
1013-
branch = rxswift6;
1014-
kind = branch;
1013+
kind = upToNextMajorVersion;
1014+
minimumVersion = 6.0.0;
10151015
};
10161016
};
10171017
/* End XCRemoteSwiftPackageReference section */

RxDataSources.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)