Skip to content

Commit

Permalink
update package.swift for CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisabhash committed Apr 16, 2024
1 parent 15024ec commit 2bc1bb7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2bc1bb7

Please sign in to comment.