diff --git a/Package.swift b/Package.swift index 5ebe613..139f173 100644 --- a/Package.swift +++ b/Package.swift @@ -8,13 +8,10 @@ let package = Package( platforms: [ .macOS(.v10_15), ], - dependencies: [ - // Dependencies declare other packages that this package depends on. - // .package(url: /* package url */, from: "1.0.0"), + products: [ + .executable(name: "owowgenerate-ios", targets: ["owowgenerate-ios"]) ], targets: [ - // Targets are the basic building blocks of a package. A target can define a module or a test suite. - // Targets can depend on other targets in this package, and on products in packages which this package depends on. .target( name: "owowgenerate-ios", dependencies: []),