We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46bc418 commit 7df740bCopy full SHA for 7df740b
Package.swift
@@ -20,7 +20,7 @@ let package = Package(
20
name: "WrkstrmNetworking",
21
platforms: [
22
.iOS(.v16),
23
- .macOS(.v15),
+ .macOS(.v14),
24
.macCatalyst(.v15),
25
.tvOS(.v16),
26
.visionOS(.v1),
@@ -37,8 +37,8 @@ let package = Package(
37
from: "3.0.0"),
38
localOrRemote(
39
name: "common-log",
40
- path: "../../../common/domain/system/common-log",
41
- url: "https://github.com/wrkstrm/common-log.git",
+ path: "../../../../../../../swift-universal/public/spm/universal/domain/system/common-log",
+ url: "https://github.com/swift-universal/common-log.git",
42
43
44
name: "wrkstrm-main",
0 commit comments