From 806f65fb8609a5d67564b5d5f36c10f280217025 Mon Sep 17 00:00:00 2001 From: James Ellis Date: Wed, 4 Jan 2023 09:40:42 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Appcues=20depende?= =?UTF-8?q?ncy=20version=20to=20be=20a=20minimum=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/SegmentDestinationExample/SegmentDestinationExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Examples/SegmentDestinationExample/SegmentDestinationExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 4757d2b..288f667 100644 --- a/Examples/SegmentDestinationExample/SegmentDestinationExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Examples/SegmentDestinationExample/SegmentDestinationExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -15,8 +15,8 @@ "repositoryURL": "https://github.com/appcues/appcues-ios-sdk.git", "state": { "branch": null, - "revision": "818c49e4ad24be61c4848b9728608d45fd46f30e", - "version": "1.1.0" + "revision": "b48f76bfd23e54ece628203a906afee261617f6a", + "version": "1.2.0" } }, { diff --git a/Package.swift b/Package.swift index c9fa822..a3b7d46 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), .package(name: "Segment", url: "https://github.com/segmentio/analytics-swift.git" , from: "1.0.0"), - .package(name: "Appcues" , url: "https://github.com/appcues/appcues-ios-sdk.git", from: "1.1.0"), + .package(name: "Appcues" , url: "https://github.com/appcues/appcues-ios-sdk.git", from: "1.2.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.