Update OneTimePassword dependency

This commit is contained in:
Mingshen Sun 2021-12-27 17:19:48 -08:00
parent aad23582f9
commit 08ce198334
2 changed files with 4 additions and 4 deletions

View file

@ -2813,8 +2813,8 @@
isa = XCRemoteSwiftPackageReference; isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/mssun/OneTimePassword"; repositoryURL = "https://github.com/mssun/OneTimePassword";
requirement = { requirement = {
branch = passforios; kind = revision;
kind = branch; revision = 8d59e4abba762d0f1e9aed161081f7b3fe21daa0;
}; };
}; };
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */

View file

@ -41,8 +41,8 @@
"package": "OneTimePassword", "package": "OneTimePassword",
"repositoryURL": "https://github.com/mssun/OneTimePassword", "repositoryURL": "https://github.com/mssun/OneTimePassword",
"state": { "state": {
"branch": "passforios", "branch": null,
"revision": "cad8872ed9f506bfba6f2ad51673f267602f0879", "revision": "8d59e4abba762d0f1e9aed161081f7b3fe21daa0",
"version": null "version": null
} }
}, },