From 2bc1bb73ab92602c4ba9e53eba692607dc8cdda4 Mon Sep 17 00:00:00 2001 From: Abhash Kumar Singh Date: Tue, 16 Apr 2024 16:38:11 -0700 Subject: [PATCH] update package.swift for CI build --- .../xcshareddata/swiftpm/Package.resolved | 9 +++++++++ Package.resolved | 9 +++++++++ Package.swift | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/HostApp/HostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/HostApp/HostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index f995aa6a..d2b91b16 100644 --- a/HostApp/HostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/HostApp/HostApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,14 @@ { "pins" : [ + { + "identity" : "amplify-swift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/aws-amplify/amplify-swift", + "state" : { + "branch" : "no-light-implementation", + "revision" : "19c7af19dfa1aa1ca49d63a82605ee0f367b9f64" + } + }, { "identity" : "amplify-swift-utils-notifications", "kind" : "remoteSourceControl", diff --git a/Package.resolved b/Package.resolved index f995aa6a..d2b91b16 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,14 @@ { "pins" : [ + { + "identity" : "amplify-swift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/aws-amplify/amplify-swift", + "state" : { + "branch" : "no-light-implementation", + "revision" : "19c7af19dfa1aa1ca49d63a82605ee0f367b9f64" + } + }, { "identity" : "amplify-swift-utils-notifications", "kind" : "remoteSourceControl", diff --git a/Package.swift b/Package.swift index c0064735..87c66390 100644 --- a/Package.swift +++ b/Package.swift @@ -14,7 +14,7 @@ let package = Package( ], dependencies: [ // TODO: Change this before merge to main - .package(path: "../amplify-swift") + .package(url: "https://github.com/aws-amplify/amplify-swift", branch: "no-light-implementation") ], targets: [ .target(