Xcode extension that check spelling in swift files
- Clone this repository.
- Open
SpellCheckerXcode.xcodeproj
in Xcode 9.2 or later - Configure signing with your own developer ID on all targets
- Quit Xcode.
- Open a terminal, change to the directory where you cloned and run
xcodebuild -scheme SpellCheckerXcode install DSTROOT=~
to compile the extension. - Run
~/Applications/SpellCheckerXcode.app
and quit. - Go to System Preferences -> Extensions -> Xcode Source Editor and enable the extension.
- Open Xcode and the extension should be found in Editor -> Spelling.
Victor M