summaryrefslogtreecommitdiff
path: root/ui-macos/git-annex.app
Commit message (Collapse)AuthorAge
* moveGravatar Joey Hess2012-10-01
|
* standalone linux app nearly readyGravatar Joey Hess2012-09-28
| | | | also made several fixes that apply to the OSX app
* remove quoting, need to parse file as wordsGravatar Joey Hess2012-09-28
|
* install a git-annex-shell shim script when the standalone OSX app runsGravatar Joey Hess2012-09-26
| | | | | | | I put it in ~/.ssh/ because there's no reliable way to get it into PATH, and OSX ssh doesn't even honor user's PATH by default. authorized_keys generators will need to check if it's there. Not done yet.
* make the standalone OSX app automatically install itself when runGravatar Joey Hess2012-09-26
|
* fix from JimmyGravatar Joey Hess2012-09-25
|
* switch to DYLD_FALLBACK_LIBRARY_PATHGravatar Joey Hess2012-09-25
|
* remove old fileGravatar Joey Hess2012-09-25
|
* preserve library directoriesGravatar Joey Hess2012-09-25
| | | | | Should avoid overwriting libraries when there are multiple versions of a library used by different programs.
* add osxapp targetGravatar Joey Hess2012-09-24
| | | | Not fully tested.
* install Jimmy's .app on OS XGravatar Joey Hess2012-09-23
| | | | | | | I'm guessing that ~/Desktop/git-annex.app will be visiable. For the system-wide installation, I don't know where to put it, though somewhere in /Library seems likely.
* fix copyrightGravatar Joey Hess2012-09-23
|
* First attempt at creating a small .app launcher for OSXGravatar Jimmy Tang2012-09-23
The icons need to be resized and redone, the shell script in the MacOS directory assumes that git-annex is in the runtime path.