ClangFormat-Xcode icon indicating copy to clipboard operation
ClangFormat-Xcode copied to clipboard

build fails if Xcode is not /Applications/Xcode.app

Open stevehartwell opened this issue 11 years ago • 0 comments

The build assumes /Applications/Xcode.app to link against IDE framework(s), which is usually true but not always--Xcode.app is completely self-contained so it works fine if it's renamed or in another location.

You can get the path to the currently running Xcode through various build environment variables.

Thanks for making this very nice plugin!

stevehartwell avatar May 25 '14 19:05 stevehartwell