Skip to content

Commit 30029cf

Browse files
committed
re-enables remote SP
1 parent f36023a commit 30029cf

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

Package.resolved

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"object": {
3+
"pins": [
4+
{
5+
"package": "feather-objects",
6+
"repositoryURL": "https://github.com/Rando-Coderissian/feather-objects",
7+
"state": {
8+
"branch": "test-refactor-modules",
9+
"revision": "169386ce3bf664fa768186467e4aec1caaee0fcf",
10+
"version": null
11+
}
12+
}
13+
]
14+
},
15+
"version": 1
16+
}

Package.swift

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ let package = Package(
1010
.library(name: "AnalyticsObjects", targets: ["AnalyticsObjects"]),
1111
],
1212
dependencies: [
13-
.package(path: "../feather-objects"),
14-
// .package(url: "https://github.com/feathercms/feather-objects", .branch("main")),
13+
// .package(path: "../feather-objects"),
14+
.package(url: "https://github.com/Rando-Coderissian/feather-objects", .branch("test-refactor-modules")),
15+
// .package(url: "https://github.com/feathercms/feather-objects", .branch("main")),
1516
],
1617
targets: [
1718
.target(name: "AnalyticsObjects", dependencies: [

0 commit comments

Comments
 (0)