Skip to content

Commit

Permalink
Cleanup Package manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
q231950 committed Jun 29, 2022
1 parent 5f5938c commit 249210f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// swift-tools-version:5.1
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

Expand All @@ -9,18 +8,13 @@ let package = Package(
.iOS(.v13)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "Rorschach",
targets: ["Rorschach"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
],
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: "Rorschach",
dependencies: []),
Expand Down

0 comments on commit 249210f

Please sign in to comment.