Skip to content

Commit

Permalink
Simplify the package… temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobSyndeo committed Apr 18, 2023
1 parent 4a8ea0a commit a5ba997
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/1024jp/GzipSwift", from: "5.1.1"),
.package(url: "https://github.com/vapor/vapor", .upToNextMajor(from: "4.0.0")),
// .package(url: "https://github.com/vapor/vapor", .upToNextMajor(from: "4.0.0")),
// .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/themomax/swift-docc-plugin", branch: "add-extended-types-flag")
// .package(url: "https://github.com/themomax/swift-docc-plugin", branch: "add-extended-types-flag")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand All @@ -35,12 +35,12 @@ let package = Package(
dependencies: [.product(name: "Gzip", package: "GzipSwift")]
// swiftSettings: [.unsafeFlags(["-emit-extension-block-symbols"])]
),
.testTarget(
name: "EtherTests",
dependencies: ["Ether",
.product(name: "Vapor", package: "vapor"),
],
resources: [.copy("Resources/你好.jpeg")
]),
// .testTarget(
// name: "EtherTests",
// dependencies: ["Ether",
// .product(name: "Vapor", package: "vapor"),
// ],
// resources: [.copy("Resources/你好.jpeg")
// ]),
]
)

0 comments on commit a5ba997

Please sign in to comment.