Skip to content

fix(mac): correct Finder service method name to openInGittyup#965

Merged
Murmele merged 1 commit into
Murmele:masterfrom
ryancabanas:fix/open-via-finder
May 18, 2026
Merged

fix(mac): correct Finder service method name to openInGittyup#965
Murmele merged 1 commit into
Murmele:masterfrom
ryancabanas:fix/open-via-finder

Conversation

@ryancabanas
Copy link
Copy Markdown
Contributor

  • The @implementation block referenced openInGitAhead (the legacy GitAhead method name) while the @interface declared openInGittyup, causing the "Open in Gittyup" Finder service to never be registered. Consequently, couldn't use "Services > Open in Gittyup" to open a repo from a Finder window.

  • Also add ObjC language block to .clang-format so clang-format accepts .mm files without error.

- The @implementation block referenced openInGitAhead (the legacy
  GitAhead method name) while the @interface declared openInGittyup,
  causing the "Open in Gittyup" Finder service to never be registered.
  Consequently, couldn't use "Services > Open in Gittyup" to open a
  repo from a Finder window.

- Also add ObjC language block to .clang-format so clang-format
  accepts .mm files without error.
@Murmele Murmele merged commit cb67e61 into Murmele:master May 18, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants