johnno1962 / GitDiff

Highlights deltas against git repo in Xcode
MIT License
891 stars 54 forks source link

Xcode 8 Support #61

Closed yzhong52 closed 7 years ago

yzhong52 commented 7 years ago

As far as I know, you need to publish a standalone app in order for it to works in Xcode 8. Do you have an plan of doing that?

johnno1962 commented 7 years ago

I’m afraid that’s not possible as it needs low level acces to Xcode internals. You need to “unsign” Xcode if you want to load GitDiff.

yzhong52 commented 7 years ago

Hey @johnno1962, thanks for the reply. That's a bit unfortunate, I like the tool!

sobri909 commented 7 years ago

@yzhong52 You can still safely use GitDiff with Xcode 8. Unsigning / resigning Xcode is not a security risk, and does not block you from submitting builds to the App Store.