viniciusmo / extract-localizable-string-plugin-xcode

Xcode plugin for quickly creating localized strings
219 stars 35 forks source link

xCode 6.4 support #16

Closed Lutzifer closed 9 years ago

Lutzifer commented 9 years ago

Does not work for me at the moment in xCode 6.4, no menu entry is visible

chintan1891 commented 9 years ago

Download Source code. Use following command to get GUID of Xcode. defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID On executing above command you will get output somthing like, “E969541F-E6F9-4D25-8158-72DC3545A6C6”

Now add this GUID into Info.plist under "DVTPlugInCompatibilityUUIDs" key. Quit Xcode & restart it. Plugin will work now.

chintan1891 commented 9 years ago

@Lutzifer This branch has Xcode 6.4 support : https://github.com/chintan1891/extract-localizable-string-plugin-xcode

Lutzifer commented 9 years ago

thank you

va3093 commented 9 years ago

Thanks!