larsxschneider / ShowInGitHub

Xcode plugin to open the GitHub page of the commit of the currently selected line in the editor window.
BSD 2-Clause "Simplified" License
239 stars 36 forks source link

support Xcode 5 #10

Closed payliu closed 10 years ago

payliu commented 10 years ago

add DVTPlugInCompatibilityUUIDs

payliu commented 10 years ago

hi @larsxschneider,

I already upgrade my Xcode to 5 in my pc, this can support Xcode 5, but I'm not sure if it is compatible to Xcode 4.

larsxschneider commented 10 years ago

Hi,

I still have Xcode 4 and I will try it. Where did you get these UUIDs from?

larsxschneider commented 10 years ago

thanks!

payliu commented 10 years ago

Hi @larsxschneider,

No problem, you are welcome, and ...

UUID is from current Xcode 5 version.

$ defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID

37B30044-3B14-46BA-ABAA-F01000C27B63

I saw some solution as below,

  1. Xcode-4-Fixins use build script to read and write this UUID into plist file. see
  2. XcodeColor use different configure file for command line
  3. Create new Repo for Xcode 5
  4. Add those UUID directly