insanehunter / XCode4_beginning_of_line

Xcode plugin to make HOME key jump to the first non-whitespace line of code
168 stars 21 forks source link

Updated the Info.plist for Xcode [REDACTED] support. #3

Closed kreeger closed 11 years ago

kreeger commented 11 years ago

Your work on this project, @insanehunter, has kept me from pulling out my hair over the past two years, so imagine my sadness (and partial hair loss) when I discovered it wouldn't work at all in the latest Xcode [REDACTED] preview v3 that was released this past Monday!

Evidently all that's usually needed is a modification to the Info.plist file to add support for specific Xcode version UUIDs — I've done so in this pull request.

If you'd like to merge this into master (or if you'd like to open a separate branch for Xcode 5 support; this should be backwards compatible, though), that would be amazing. And like I mentioned earlier: thank you for your work on this project. It solves a major inconvenience for me!

insanehunter commented 11 years ago

Oh that's astounding! How did you find these magic lines?

I had the same problem, but my solution was to put my plugin inside the Xcode<Redacted>.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/ directory and to hope for some clever guy to find a better way.

My sincere appreciation!

insanehunter commented 11 years ago

And I confirm, it works in 4.6.3 as well.

kreeger commented 11 years ago

Gotta admit, I found it through an issue I opened with the Alcatraz project (mneorr/Alcatraz#62), which itself was closed through the help of a similar issue with XVim (JugglerShu/XVim#404). Thrilled that I can help!