fix for codesign issues with libfido2swift

This commit is contained in:
Matt Kiazyk 2025-09-19 19:19:48 -05:00
parent 4776af75ee
commit f9262d9a05
2 changed files with 6 additions and 6 deletions

View file

@ -1517,10 +1517,10 @@
/* Begin XCRemoteSwiftPackageReference section */
33027E282CA8BB5800CB387C /* XCRemoteSwiftPackageReference "LibFido2Swift" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/kinoroy/LibFido2Swift.git";
repositoryURL = "https://github.com/kinoroy/LibFido2Swift";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 0.1.4;
branch = main;
kind = branch;
};
};
CAA858CB25A3D8BC00ACF8C0 /* XCRemoteSwiftPackageReference "ErrorHandling" */ = {

View file

@ -66,11 +66,11 @@
},
{
"package": "LibFido2Swift",
"repositoryURL": "https://github.com/kinoroy/LibFido2Swift.git",
"repositoryURL": "https://github.com/kinoroy/LibFido2Swift",
"state": {
"branch": null,
"branch": "main",
"revision": "94d496d6f850dcbb3e8c4a27cd7eeabfad9f14e3",
"version": "0.1.4"
"version": null
}
},
{