Skip to content

Commit ff267d0

Browse files
Mark Pospeselmpospese
authored andcommitted
[CM-733] Remove package boilerplate
1 parent 573dbdf commit ff267d0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Package.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// swift-tools-version: 5.5
2-
// The swift-tools-version declares the minimum version of Swift required to build this package.
32

43
import PackageDescription
54

@@ -10,19 +9,12 @@ let package = Package(
109
.iOS(.v14)
1110
],
1211
products: [
13-
// Products define the executables and libraries a package produces, and make them visible to other packages.
1412
.library(
1513
name: "YCoreUI",
1614
targets: ["YCoreUI"]
1715
)
1816
],
19-
dependencies: [
20-
// Dependencies declare other packages that this package depends on.
21-
// .package(url: /* package url */, from: "1.0.0"),
22-
],
2317
targets: [
24-
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
25-
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2618
.target(
2719
name: "YCoreUI",
2820
dependencies: []

0 commit comments

Comments
 (0)