Skip to content

Commit

Permalink
Merge pull request #158 from kishikawakatsumi/example
Browse files Browse the repository at this point in the history
Update an example app
  • Loading branch information
kishikawakatsumi authored Nov 12, 2024
2 parents fcdfa62 + aa16fa8 commit eb0af32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Examples/FileBrowser/FileBrowser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/kishikawakatsumi/SMBClient.git";
requirement = {
branch = switchtree;
branch = main;
kind = branch;
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/kishikawakatsumi/SMBClient.git",
"state" : {
"branch" : "switchtree",
"revision" : "3534f14f951bb2ffe6353e065dc8e9cd576fc017"
"branch" : "main",
"revision" : "fcdfa622401586a32b11a66817ac9c898b6ac3e7"
}
}
],
Expand Down

0 comments on commit eb0af32

Please sign in to comment.