Lin-Xcode5
Lin-Xcode5 copied to clipboard
A Localization Manager for Xcode 5
Not working in XCode 7. No menu, no function.
support Xcode 6.2
tried with both 5 and 6 build tools. any ideas? thanx in advance
Hi It is not working on Swift, I tried with: `NSLocalizedString("", comment: "")` and nothing happens.
Added the UUID of Xcode 6.0.1 (6A317).
After disable in Xcode 6, the Lin plugin disappear and I can't see it even though reinstall it. Reinstall using Alcatraz, crash Xcode.
- Add custom detector like `XXLocalizedString(key)`; - Select `Localizable.strings` ad default when add new key/value;
First,press "@" at one method body and xcode will show you all things match this character,then select one but not string.Xcode will remember what you select before. Second,delete the code...
Hi :) I have started to look into how to support comments, which also can be edited from the plug-in. But my first iteration was a simplification of the regular...