Skip to content

Commit c6f6614

Browse files
committed
Updated to latest Analytics Live + Substrata.
1 parent f4e3655 commit c6f6614

30 files changed

+73
-77
lines changed

.github/workflows/build.yml

100644100755
File mode changed.

.github/workflows/create_jira.yml

100644100755
File mode changed.

.github/workflows/release.yml

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

.swiftpm/xcode/xcshareddata/xcschemes/segmentcli.xcscheme

100644100755
File mode changed.

CONTRIBUTING.md

100644100755
File mode changed.

LICENSE.md

100644100755
File mode changed.

Makefile

100644100755
File mode changed.

Package.resolved

100644100755
Lines changed: 19 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

100644100755
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ import PackageDescription
66
let package = Package(
77
name: "segmentcli",
88
platforms: [
9-
.macOS(.v10_15)
9+
.macOS(.v11)
1010
],
1111
dependencies: [
1212
.package(url: "https://github.com/jakeheis/SwiftCLI", from: "6.0.0"),
1313
.package(url: "https://github.com/dominicegginton/Spinner", from: "1.1.4"),
1414
.package(url: "https://github.com/mtynior/ColorizeSwift.git", from: "1.5.0"),
15-
.package(url: "https://github.com/segmentio/analytics-swift.git", from: "1.4.7"),
15+
.package(url: "https://github.com/segmentio/analytics-swift.git", from: "1.7.3"),
1616
.package(url: "https://github.com/swiftcsv/SwiftCSV.git", from: "0.6.1"),
1717
.package(url: "https://github.com/AlwaysRightInstitute/Mustache", from: "1.0.0"),
1818
.package(url: "https://github.com/antitypical/Result.git", from: "5.0.0"),
19-
.package(url: "git@github.com:segment-integrations/analytics-swift-live.git", from: "0.2.3"),
20-
.package(url: "git@github.com:segmentio/substrata-swift.git", from: "0.0.2")
19+
.package(url: "https://github.com/segment-integrations/analytics-swift-live.git", from: "3.1.7"),
20+
.package(url: "https://github.com/segmentio/substrata-swift.git", from: "2.1.0")
2121
],
2222
targets: [
2323
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)