Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ghost opened this issue May 31, 2014 · 0 comments
Open

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

ghost opened this issue May 31, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented May 31, 2014

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.

@ghost ghost added the enhancement label May 31, 2014
pixelspark referenced this issue in pixelspark/mbtablegrid Mar 14, 2015
pixelspark referenced this issue in pixelspark/mbtablegrid Mar 14, 2015
pixelspark referenced this issue in pixelspark/mbtablegrid Mar 14, 2015
* commit 'd792ac5ad1c5c06060a3ab522744f2c7a7beaa44': (55 commits)
  #42: column sizing fixes
  #25: copy/paste support
  #41: auto-complete cell content enhancement
  #33: quick view button tweaks
  Typo fix
  #41: auto-complete cell content enhancement WIP
  #40: fill drawing enhancements
  #33: quick view & fill dot only visible on hover
  #39: footer narrow window issue fix
  #34: moving columns fix
  #38: deprecated drag method fix
  #35: formatter exception fix
  #32: footer scroll view syncing fix
  #32: scroll view syncing fixes
  Changed minimum column width to 30 pts.
  #30: column width resizing fix
  #9 & #10: summary row completed
  #11: fill click tweak
  #11: fill now adds & removes rows when dragging beyond the size of the table
  Fixed crash if multiple cells are selected and you start typing.
  ...

Conflicts:
	MBTableGrid.m
	MBTableGrid.xcodeproj/project.pbxproj
	MBTableGridContentView.m
	MBTableGridHeaderCell.m
	MBTableGridHeaderView.m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants