qfish / XAlign

An amazing Xcode Source Editor extension to align regular code. It can align anything in any way you want.
MIT License
2.88k stars 386 forks source link

Not working with XCode 8 #91

Closed BlaineOmega closed 7 years ago

BlaineOmega commented 7 years ago

I have tried installing XAlign all three ways, and tried the troubleshooting, but it doesn't appear to be working with xcode 8. The plugin isn't showing under the editor table and it doesn't work with the shortcut.

reza-khalafi commented 7 years ago

Try this:

XCODEUUID=defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID for f in ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/*; do defaults write "$f/Contents/Info" DVTPlugInCompatibilityUUIDs -array-add $XCODEUUID; done

srikanth-vm commented 7 years ago

@BlaineOmega From Xcode 8 they have stopped supporting plugins in a straight forward way. You can still get it working by modifying UUID. But was hoping to find a Xcode extension. We need to convert plugin to extension.

Lets make xAlign great again !

qfish commented 7 years ago

Coming soon! https://github.com/qfish/XAlign/issues/92

qfish commented 7 years ago

Xcode 8 is supported! Check https://github.com/qfish/XAlign#install-on-xcode-8