mikecsh / mbtablegrid

An NSControl subclass which provides a spreadsheet-style table grid
45 stars 17 forks source link

Use @rpath instead of @loader_path/../Frameworks #11

Open ghost opened 10 years ago

ghost commented 10 years ago

The framework target uses @loader_path/../Frameworks in its install name. This works in most cases, but @rpath is a more flexible option since it allows the user of MBTableGrid.framework to choose its location. See Run-Path Dependent Libraries.