Skip to content

Commit 7df740b

Browse files
committed
fix: drop macOS target to 14
1 parent 46bc418 commit 7df740b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
name: "WrkstrmNetworking",
2121
platforms: [
2222
.iOS(.v16),
23-
.macOS(.v15),
23+
.macOS(.v14),
2424
.macCatalyst(.v15),
2525
.tvOS(.v16),
2626
.visionOS(.v1),
@@ -37,8 +37,8 @@ let package = Package(
3737
from: "3.0.0"),
3838
localOrRemote(
3939
name: "common-log",
40-
path: "../../../common/domain/system/common-log",
41-
url: "https://github.com/wrkstrm/common-log.git",
40+
path: "../../../../../../../swift-universal/public/spm/universal/domain/system/common-log",
41+
url: "https://github.com/swift-universal/common-log.git",
4242
from: "3.0.0"),
4343
localOrRemote(
4444
name: "wrkstrm-main",

0 commit comments

Comments
 (0)