Commit graph

11 commits

Author SHA1 Message Date
Joey Hess
e88e3ba85b standalone linux app nearly ready
also made several fixes that apply to the OSX app
2012-09-28 19:08:13 -04:00
Joey Hess
dc12ad3c10 remove quoting, need to parse file as words 2012-09-28 11:52:02 -04:00
Joey Hess
9c4a23cab1 install a git-annex-shell shim script when the standalone OSX app runs
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.
2012-09-26 17:23:45 -04:00
Joey Hess
3da78cc241 make the standalone OSX app automatically install itself when run 2012-09-26 16:50:04 -04:00
Joey Hess
525045fd12 fix from Jimmy 2012-09-25 12:07:51 -04:00
Joey Hess
bd05228bb8 switch to DYLD_FALLBACK_LIBRARY_PATH 2012-09-25 11:58:36 -04:00
Joey Hess
bbe1f86325 remove old file 2012-09-25 10:36:34 -04:00
Joey Hess
74fb57d1c4 preserve library directories
Should avoid overwriting libraries when there are multiple versions of
a library used by different programs.
2012-09-25 10:27:21 -04:00
Joey Hess
37dff15ade add osxapp target
Not fully tested.
2012-09-24 19:42:45 -04:00
Joey Hess
4baaab02cf install Jimmy's .app on OS X
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.
2012-09-23 11:42:44 -04:00
Jimmy Tang
f61719e7d0 First attempt at creating a small .app launcher for OSX
The icons need to be resized and redone, the shell script in the MacOS
directory assumes that git-annex is in the runtime path.
2012-09-23 10:33:37 +01:00