Skip to content

Commit 41ba367

Browse files
committed
Update Package.swift
1 parent acb5253 commit 41ba367

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Package.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,15 @@ let package = Package(
77
name: "openai-async-image-swiftui",
88
platforms: [.macOS(.v12), .iOS(.v15), .watchOS(.v8), .tvOS(.v15)],
99
products: [
10-
// Products define the executables and libraries a package produces, and make them visible to other packages.
1110
.library(
1211
name: "openai-async-image-swiftui",
1312
targets: ["openai-async-image-swiftui"]),
1413
],
1514
dependencies: [
16-
// Dependencies declare other packages that this package depends on.
1715
.package(url: "https://github.com/swiftuiux/async-http-client.git", from: "1.5.0"),
1816
.package(url: "https://github.com/swiftuiux/async-task.git", from: "1.2.8")
1917
],
2018
targets: [
21-
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
22-
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2319
.target(
2420
name: "openai-async-image-swiftui",
2521
dependencies: ["async-http-client", "async-task"]),

0 commit comments

Comments
 (0)