Updates and fixes
This commit is contained in:
+15
-5
@@ -1,4 +1,4 @@
|
||||
// swift-tools-version:5.9
|
||||
// swift-tools-version:6.1.0
|
||||
|
||||
//
|
||||
// Package.swift
|
||||
@@ -16,19 +16,29 @@ let package = Package(
|
||||
.library(
|
||||
name: "HRW",
|
||||
targets: ["HRW"]
|
||||
)
|
||||
),
|
||||
],
|
||||
dependencies: [
|
||||
.package(path: "/Users/isaacpaul/Projects/swift-projects/GenHTML5")
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
name: "HRW",
|
||||
dependencies: [
|
||||
]
|
||||
dependencies: [ ]
|
||||
),
|
||||
.testTarget(
|
||||
name: "HRWTests",
|
||||
dependencies: ["HRW"]
|
||||
dependencies: [
|
||||
"HRW"],
|
||||
sources: ["example.html"],
|
||||
plugins: [.plugin(name: "BindingPlugin", package: "genhtml5")]
|
||||
)
|
||||
]
|
||||
)
|
||||
/*
|
||||
|
||||
Showing All Messages
|
||||
product 'BindingGenerator' required by package 'hrw' target 'HRWTests' not found. Did you mean ''?
|
||||
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user