From abc961fb1e5a9058f84587404b0b97321ffdcece Mon Sep 17 00:00:00 2001 From: Alan Charles <50601149+alanjcharles@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:02:26 -0600 Subject: [PATCH] chore: update fb sdk to 17.0 (#8) --- .../xcshareddata/swiftpm/Package.resolved | 14 +++++++------- Package.swift | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Example/BasicExample/BasicExample.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Example/BasicExample/BasicExample.xcworkspace/xcshareddata/swiftpm/Package.resolved index 6850fa8..dc9ea50 100644 --- a/Example/BasicExample/BasicExample.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Example/BasicExample/BasicExample.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "repositoryURL": "https://github.com/segmentio/analytics-swift", "state": { "branch": null, - "revision": "51f56b972de8daee251f18fd2c91fa3a33c8d77e", - "version": "1.5.2" + "revision": "7eeb2abf8452153af056baae5369679589f10936", + "version": "1.5.9" } }, { @@ -15,8 +15,8 @@ "repositoryURL": "https://github.com/facebook/facebook-ios-sdk", "state": { "branch": null, - "revision": "3fe31c168903759de1c5752d12856c5c437c6862", - "version": "16.3.1" + "revision": "09eb5b0cb74127a360e0bc74a2d75ec1fd351e48", + "version": "17.0.0" } }, { @@ -30,11 +30,11 @@ }, { "package": "Sovran", - "repositoryURL": "https://github.com/segmentio/Sovran-Swift.git", + "repositoryURL": "https://github.com/segmentio/sovran-swift.git", "state": { "branch": null, - "revision": "64f3b5150c282a34af4578188dce2fd597e600e3", - "version": "1.1.0" + "revision": "a342b905f6baa64499cabdf61ccc185ec476b7b2", + "version": "1.1.1" } } ] diff --git a/Package.swift b/Package.swift index 8e79830..6275e28 100644 --- a/Package.swift +++ b/Package.swift @@ -22,7 +22,7 @@ let package = Package( .package( name: "Segment", url: "https://github.com/segmentio/analytics-swift.git", - from: "1.1.2" + from: "1.5.9" ), .package( name: "Facebook",