Skip to content

Commit

Permalink
Add .git suffix to package dependency URL
Browse files Browse the repository at this point in the history
This is consistent with the URL in Package.swift, and the Git URL that GitHub provides.
  • Loading branch information
mattrubin committed Aug 19, 2024
1 parent c86bf7f commit 9fb9cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OneTimePassword.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@
/* Begin XCRemoteSwiftPackageReference section */
C99262CA29558ABA00C96BDF /* XCRemoteSwiftPackageReference "Base32" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/mattrubin/Base32";
repositoryURL = "https://github.com/mattrubin/Base32.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 1.2.0;
Expand Down

0 comments on commit 9fb9cf7

Please sign in to comment.