Skip to content

Commit 0bd41d3

Browse files
committed
Add API package
1 parent cf07c2c commit 0bd41d3

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

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

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

Packages/Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ let package = Package(
3232
// Shared
3333
.library(name: "Models", targets: ["Models"]),
3434
.library(name: "SharedUI", targets: ["SharedUI"]),
35-
.library(name: "TCAExtensions", targets: ["TCAExtensions"])
35+
.library(name: "TCAExtensions", targets: ["TCAExtensions"]),
3636
],
3737
dependencies: [
38-
.package(path: "../../PDAPI"),
38+
.package(url: "https://github.com/SubvertDev/PDAPI_SPM.git", from: "0.1.0"),
3939
.package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", from: "1.15.2"),
4040
.package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", from: "5.3.0"),
4141
.package(url: "https://github.com/hyperoslo/Cache.git", from: "7.3.0"),
@@ -204,7 +204,7 @@ let package = Package(
204204
"ParsingClient",
205205
"CacheClient",
206206
.product(name: "ComposableArchitecture", package: "swift-composable-architecture"),
207-
.product(name: "PDAPI", package: "PDAPI")
207+
.product(name: "PDAPI_SPM", package: "PDAPI_SPM")
208208
]
209209
),
210210
.target(

0 commit comments

Comments
 (0)