Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support XCode 7.3? #4

Open
Tj3n opened this issue Apr 1, 2016 · 1 comment
Open

Support XCode 7.3? #4

Tj3n opened this issue Apr 1, 2016 · 1 comment

Comments

@Tj3n
Copy link

Tj3n commented Apr 1, 2016

Hi, Im using XCode 7.3 and this doesn't seems like working, my snippet list still the same, may u upgrade it?
Thanks

@CodeEagle
Copy link
Owner

hey using this maybe easier

# Add new UUID of Xcode-beta to plugins
alias xcbplug="find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode-beta.app/Contents/Info DVTPlugInCompatibilityUUID`"

# Add new UUID of Xcode to plugins
alias xcplug="find ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins -name Info.plist -maxdepth 3 | xargs -I{} defaults write {} DVTPlugInCompatibilityUUIDs -array-add `defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID`"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants