mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-04 05:51:31 +00:00
Unit tests for APK version parsing & fix typo in parser
This commit is contained in:
@ -12,14 +12,21 @@ let package = Package(
|
||||
targets: [
|
||||
.target(
|
||||
name: "darwin-apk",
|
||||
path: "Sources/apk"),
|
||||
path: "Sources/apk",
|
||||
),
|
||||
.testTarget(
|
||||
name: "darwin-apk-tests",
|
||||
dependencies: [
|
||||
"darwin-apk",
|
||||
],
|
||||
),
|
||||
.executableTarget(
|
||||
name: "dpk",
|
||||
dependencies: [
|
||||
"darwin-apk",
|
||||
.product(name: "ArgumentParser", package: "swift-argument-parser"),
|
||||
],
|
||||
path: "Sources/dpk-cli"
|
||||
path: "Sources/dpk-cli",
|
||||
),
|
||||
]
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user