We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02693e4 commit b701096Copy full SHA for b701096
Package.swift.template
@@ -9,7 +9,10 @@ let package = Package(
9
// Products define the executables and libraries a package produces, and make them visible to other packages.
10
.library(
11
name: "libpebblecommon",
12
- targets: ["libpebblecommon-debug", "libpebblecommon-release"])
+ targets: ["libpebblecommon-release"]),
13
+ .library(
14
+ name: "libpebblecommon-debug",
15
+ targets: ["libpebblecommon-debug"])
16
],
17
dependencies: [
18
// Dependencies declare other packages that this package depends on.
@@ -26,4 +29,4 @@ let package = Package(
26
29
checksum: "RELEASE-CHECKSUM"
27
30
)
28
31
]
-)
32
+)
0 commit comments