Update ObjectiveGit to version 0.17-passforios (#545)

This commit is contained in:
Danny Moesch 2022-02-05 20:01:39 +01:00 committed by GitHub
parent 71260f52aa
commit 2e951497ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -2826,7 +2826,7 @@
isa = XCRemoteSwiftPackageReference; isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SimplyDanny/objective-git-swift-package"; repositoryURL = "https://github.com/SimplyDanny/objective-git-swift-package";
requirement = { requirement = {
branch = "0.16-passforios"; branch = "0.17-passforios";
kind = branch; kind = branch;
}; };
}; };

View file

@ -32,8 +32,8 @@
"package": "ObjectiveGit", "package": "ObjectiveGit",
"repositoryURL": "https://github.com/SimplyDanny/objective-git-swift-package", "repositoryURL": "https://github.com/SimplyDanny/objective-git-swift-package",
"state": { "state": {
"branch": "0.16-passforios", "branch": "0.17-passforios",
"revision": "01c4fe0c410f51484119c087f9bb4a6d3837543b", "revision": "553f09c836b4f90e447e0fe26633acc11c37cece",
"version": null "version": null
} }
}, },