terhechte / SourceKittenDaemon

Swift Auto Completions for any Text Editor
MIT License
529 stars 37 forks source link

Remove problematic entry from @rpath #30

Closed nathankot closed 8 years ago

nathankot commented 8 years ago

Removes @executable_path/../Framework from @rpath when building for distribution.

In unique situations where a user has both sourcekitten and sourcekittendaemon installed, sourcekittendaemon will find frameworks in /usr/local/Frameworks rather than /usr/local/lib/SourcekittenDaemon.frameworks. If the framework found is incompatible with the desired one, then sourcekittendaemon will crash.