Xcode
{% include JB/setup %}
XVim
Solarized
cp Solarized\ Dark\ @ArtSabintsev.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes
Settings
Default output
~/Library/Developer/Xcode/DerivedData/cegui-test-hbelnfnfnfsjsabxmdgyqryiiqsi/Build/Products/Debug
Change current project output to project directory
XCode
-> File
-> Project Settings...
-> Advanced...
-> Legacy
Change all project output to project directory
XCode
-> Prefs...
-> Locations
-> Advanced...
-> Legacy
Import 3rd library
Click project name in the Project navigator. Select a target in the main panel.
Build Settings
-> All
-> Search Paths
-> Header Search Paths
-> Add 3rd header paths
Build Settings
-> All
-> Linking
-> Other Linker Flags
-> Add 3rd dylib (one per line)
Build Settings
-> All
-> Search Paths
-> Library Search Paths
-> Add 3rd library paths
Change library to reference location
Click project name in the Project navigator. Select the library to build in the main panel.
Build Settings
-> All
-> Deployment
-> Installation Directory
-> "@executable_path/../Frameworks"