Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoMazzo committed Apr 7, 2024
1 parent e0918a1 commit 155ac3b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/Client.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/BrunoMazzo/UIUnitTest.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.0.0;
branch = main;
kind = branch;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"originHash" : "486a9183cf57ca3adcb12f4b4540d6c05112140469fc2e1f22f1f262e64f2227",
"pins" : [
{
"identity" : "swift-argument-parser",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser",
"state" : {
"revision" : "46989693916f56d1186bd59ac15124caef896560",
"version" : "1.3.1"
}
},
{
"identity" : "uiunittest",
"kind" : "remoteSourceControl",
"location" : "https://github.com/BrunoMazzo/UIUnitTest.git",
"state" : {
"branch" : "main",
"revision" : "e0918a1cafaa56ba79a8a65606c382acf5d607fd"
}
}
],
"version" : 3
}

0 comments on commit 155ac3b

Please sign in to comment.