soffes / SyntaxKit

TextMate-style syntax highlighting
MIT License
472 stars 65 forks source link

Update to Swift 4.1 #24

Closed iosdevzone closed 6 years ago

iosdevzone commented 6 years ago

Updated to Swift 4.1. Compiles with no errors or warnings on Xcode 9.3 (9E145). All tests passing. In addition to source changes the project has been updated to recommended settings.

I noticed the dependency on X.framework is missing from the podspec, but my podspec knowledge is a bit rusty so I did not try to fix this.

iosdevzone commented 6 years ago

OK, this may not be ready for prime time yet. I hooked it up to an text editor today and things to not look right. I think some more testing is in order. Please hold off on merging it for the moment.

iosdevzone commented 6 years ago

Well, that's embarrassing! I guess I should have read through the other PRs. I turns out that #18 addresses all the issues I was having and more. So, closing this PR.