mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-31 09:55:53 +00:00
Require LibFido2Swift to be 0.1.4 at least
- This has the new functionality for checking if a device is attached.
This commit is contained in:
parent
2dc1bcdcbb
commit
3d9cf73fc1
2 changed files with 3 additions and 3 deletions
|
|
@ -1493,7 +1493,7 @@
|
|||
repositoryURL = "https://github.com/kinoroy/LibFido2Swift.git";
|
||||
requirement = {
|
||||
kind = upToNextMinorVersion;
|
||||
minimumVersion = 0.1.3;
|
||||
minimumVersion = 0.1.4;
|
||||
};
|
||||
};
|
||||
CA9FF86B25951C6E00E47BAF /* XCRemoteSwiftPackageReference "data" */ = {
|
||||
|
|
|
|||
|
|
@ -78,8 +78,8 @@
|
|||
"repositoryURL": "https://github.com/kinoroy/LibFido2Swift.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "ba96f1390db486b667c22bed2fe95579e047af88",
|
||||
"version": "0.1.3"
|
||||
"revision": "94d496d6f850dcbb3e8c4a27cd7eeabfad9f14e3",
|
||||
"version": "0.1.4"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue