Skip to content

Commit

Permalink
chore: fix Carthage submodule structure and SPM xcodeproj structure
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidharris authored and freak4pc committed Mar 25, 2021
1 parent 241c62e commit 98ae6d9
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ Carthage/Build

.build/
Packages/
.swiftpm/
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "Carthage/Checkouts/RxSwift"]
path = Carthage/Checkouts/RxSwift
url = https://github.com/ReactiveX/RxSwift.git
path = Carthage/Checkouts/RxSwift
1 change: 1 addition & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github "ReactiveX/RxSwift" "6.0.0"
1 change: 1 addition & 0 deletions Carthage/Checkouts/RxSwift
Submodule RxSwift added at c8742e
16 changes: 16 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"object": {
"pins": [
{
"package": "RxSwift",
"repositoryURL": "https://github.com/ReactiveX/RxSwift.git",
"state": {
"branch": null,
"revision": "c8742ed97fc2f0c015a5ea5eddefb064cd7532d2",
"version": "6.0.0"
}
}
]
},
"version": 1
}
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.0
// swift-tools-version:5.1

import PackageDescription

Expand Down
4 changes: 2 additions & 2 deletions RxDataSources.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1010,8 +1010,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/ReactiveX/RxSwift";
requirement = {
branch = rxswift6;
kind = branch;
kind = upToNextMajorVersion;
minimumVersion = 6.0.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "RxSwift",
"repositoryURL": "https://github.com/ReactiveX/RxSwift",
"state": {
"branch": "rxswift6",
"revision": "4e5f359d1313fa6fac816ab309431c214d706faa",
"version": null
"branch": null,
"revision": "c8742ed97fc2f0c015a5ea5eddefb064cd7532d2",
"version": "6.0.0"
}
}
]
Expand Down

0 comments on commit 98ae6d9

Please sign in to comment.