Opened 14 years ago

Last modified 13 years ago

#25994 closed enhancement

GitX variant suggestion — at Initial Version

Reported by: markph0204@… Owned by: macports-tickets@…
Priority: Low Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: GitX

Description

Request to add a variant, applying this patch if the variant is chosen. This patch will disable the association with folder names ending in .git to be automatically opened with the GitX application. Apparently, this is the only known workaround that works and must be done at build time. Please see this GitX issue as reference: http://gitx.lighthouseapp.com/projects/17830/tickets/15-disable-finder-integration

--- a/Info.plist +++ b/Info.plist @@ -11,7 +11,7 @@

<dict>

<key>CFBundleTypeExtensions</key> <array>

  • <string>git</string>

+ <string></string>

<string></string>

</array> <key>CFBundleTypeIconFile</key>

--

Change History (0)

Note: See TracTickets for help on using tickets.