Skip to content

Commit 843bf5f

Browse files
committed
dummy change
1 parent 06b59e6 commit 843bf5f

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Package.swift

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,29 @@ import PackageDescription
66
let package = Package(
77
name: "AnalyticsLive",
88
platforms: [
9-
.macOS("10.15"),
10-
.iOS("13.0"),
11-
.tvOS("13.0"),
12-
//.watchOS("7.1")
9+
.macOS("10.15"),
10+
.iOS("13.0"),
11+
.tvOS("13.0"),
12+
//.watchOS("7.1")
1313
],
1414
products: [
1515
// Products define the executables and libraries a package produces, making them visible to other packages.
1616
.library(
1717
name: "AnalyticsLive",
18-
targets: ["AnalyticsLive"]),
18+
targets: ["AnalyticsLive"])
1919
],
2020
dependencies: [
2121
// Dependencies declare other packages that this package depends on.
2222
.package(url: "https://github.com/segmentio/analytics-swift.git", from: "1.7.2"),
23-
.package(url: "https://github.com/segmentio/substrata-swift.git", from: "2.0.9")
23+
.package(url: "https://github.com/segmentio/substrata-swift.git", from: "2.0.9"),
2424
],
2525
targets: [
26-
// Targets are the basic building blocks of a package, defining a module or a test suite.
27-
// Targets can depend on other targets in this package and products from dependencies.
2826
.target(
2927
name: "AnalyticsLive",
3028
dependencies: [
3129
.product(name: "Segment", package: "analytics-swift"),
3230
.product(name: "Substrata", package: "substrata-swift"),
33-
.product(name: "SubstrataQuickJS", package: "substrata-swift")
31+
.product(name: "SubstrataQuickJS", package: "substrata-swift"),
3432
]),
3533
.testTarget(
3634
name: "AnalyticsLiveTests",

0 commit comments

Comments
 (0)