MiMo42 / MMTabBarView

A Mac OS X tab bar view that works on 10.9+ with Xcode 9.3+. Pull requests welcomed.
http://mimo42.github.com/MMTabBarView/
243 stars 79 forks source link

Allow MMTabBarView framework to be archived in Xcode 5 and newer #24

Closed nivekkagicom closed 9 years ago

nivekkagicom commented 10 years ago

For frameworks one should leave INSTALL_PATH unchanged and set DYLIB_INSTALL_NAME_BASE to @rpath. This allows a framework to be archived correctly using Xcode 5 and newer while still using @rpath for path resolution.