Skip to content

Commit cacdf07

Browse files
committed
Another Package file change
Trying to use this library from another project.
1 parent 5138ad8 commit cacdf07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Package.swift

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ let package = Package(
88
platforms: [.iOS(.v15), .macOS(.v12)],
99
products: [
1010
.library(
11-
name: "iOS-Common-Libraries",
11+
name: "iOSCommonLibraries",
1212
targets: ["iOS-Common-Libraries"]),
1313
],
1414
dependencies: [
1515
// Dependencies declare other packages that this package depends on.
1616
// .package(url: /* package url */, from: "1.0.0"),
1717
],
1818
targets: [
19-
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
20-
// Targets can depend on other targets in this package, and on products in packages this package depends on.
2119
.target(
2220
name: "iOS-Common-Libraries",
2321
dependencies: []),

0 commit comments

Comments
 (0)