File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -6,31 +6,29 @@ import PackageDescription
66let 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 " ,
You can’t perform that action at this time.
0 commit comments