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

[WIP] Use xcode-select -p (weak link approach) #529

Closed
wants to merge 3 commits into from

Conversation

norio-nomura
Copy link
Collaborator

Depends on jpsim/SourceKitten#172

By applying this, libclang.dylib and sourcekitd.framework are loaded from active developer directory that can be known by xcode-select -p.

@norio-nomura
Copy link
Collaborator Author

You can run swiftlint using latest libclang.dylib and sourcekitd.framework by
TOOLCHAIN_DIR=/Library/Developer/Toolchains/swift-DEVELOPMENT-SNAPSHOT-2016-02-08-a.xctoolchain swiftlint lint. No rebuildings are needed for that.

@jschmid
Copy link
Contributor

jschmid commented Feb 15, 2016

This would also apparently fix #174 (which I never had time to reopen)

@norio-nomura
Copy link
Collaborator Author

Close this because depending jpsim/SourceKitten#172 has been replaced by jpsim/SourceKitten#176.
I'll open another PR after completion of jpsim/SourceKitten#176.

@norio-nomura norio-nomura deleted the nn-use-xcode-select-p branch February 20, 2016 23:39
@jpsim
Copy link
Collaborator

jpsim commented Feb 21, 2016

Good idea!

@norio-nomura
Copy link
Collaborator Author

Opened PR #555

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

Successfully merging this pull request may close these issues.

3 participants