Skip to content

Commit

Permalink
Revert "Switch back to use official segment analytics-ios version"
Browse files Browse the repository at this point in the history
This reverts commit 9953281.
  • Loading branch information
jacao committed Feb 13, 2024
1 parent 9953281 commit 9d88044
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 19 deletions.
43 changes: 26 additions & 17 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,47 +3,47 @@
"pins": [
{
"package": "abseil",
"repositoryURL": "https://github.com/firebase/abseil-cpp-SwiftPM.git",
"repositoryURL": "https://github.com/google/abseil-cpp-binary.git",
"state": {
"branch": null,
"revision": "583de9bd60f66b40e78d08599cc92036c2e7e4e1",
"version": "0.20220203.2"
"revision": "bfc0b6f81adc06ce5121eb23f628473638d67c5c",
"version": "1.2022062300.0"
}
},
{
"package": "Segment",
"repositoryURL": "https://github.com/segmentio/analytics-ios.git",
"repositoryURL": "https://github.com/MyUNiDAYS/analytics-ios.git",
"state": {
"branch": null,
"revision": "187faa897c826fe0954124da116db3318242f7c3",
"version": "4.1.4"
"revision": "508ec32e151eae684240a2ed908b99d0a158c687",
"version": null
}
},
{
"package": "BoringSSL-GRPC",
"repositoryURL": "https://github.com/firebase/boringssl-SwiftPM.git",
"package": "AppCheck",
"repositoryURL": "https://github.com/google/app-check.git",
"state": {
"branch": null,
"revision": "dd3eda2b05a3f459fc3073695ad1b28659066eab",
"version": "0.9.1"
"revision": "5746b2d35c91c50581590ed97abe4c06b5037274",
"version": "10.18.0"
}
},
{
"package": "Firebase",
"repositoryURL": "https://github.com/firebase/firebase-ios-sdk.git",
"state": {
"branch": null,
"revision": "c24031ad9410c746c49deddc739fdf311a386fc7",
"version": "10.2.0"
"revision": "d9bcd141c3e4ad48a9500e6faeebb073f43cbcbd",
"version": "10.19.0"
}
},
{
"package": "GoogleAppMeasurement",
"repositoryURL": "https://github.com/google/GoogleAppMeasurement.git",
"state": {
"branch": null,
"revision": "71eb6700dd53a851473c48d392f00a3ab26699a6",
"version": "10.1.0"
"revision": "6b332152355c372ace9966d8ee76ed191f97025e",
"version": "10.17.0"
}
},
{
Expand All @@ -66,11 +66,11 @@
},
{
"package": "gRPC",
"repositoryURL": "https://github.com/grpc/grpc-ios.git",
"repositoryURL": "https://github.com/google/grpc-binary.git",
"state": {
"branch": null,
"revision": "8440b914756e0d26d4f4d054a1c1581daedfc5b6",
"version": "1.44.3-grpc"
"revision": "a673bc2937fbe886dd1f99c401b01b6d977a9c98",
"version": "1.49.1"
}
},
{
Expand All @@ -82,6 +82,15 @@
"version": "3.0.0"
}
},
{
"package": "InteropForGoogle",
"repositoryURL": "https://github.com/google/interop-ios-for-google-sdks.git",
"state": {
"branch": null,
"revision": "2d12673670417654f08f5f90fdd62926dc3a2648",
"version": "100.0.0"
}
},
{
"package": "leveldb",
"repositoryURL": "https://github.com/firebase/leveldb.git",
Expand Down
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ let package = Package(
dependencies: [
.package(
name: "Segment",
url: "https://github.com/segmentio/analytics-ios.git",
.exact("4.1.4")
url: "https://github.com/MyUNiDAYS/analytics-ios",
// Use hash instead of branch
.revision("508ec32e151eae684240a2ed908b99d0a158c687")
),
.package(
name: "Firebase",
Expand Down

0 comments on commit 9d88044

Please sign in to comment.