git-annex/doc/design/assistant/OSX.mdwn

18 lines
693 B
Text
Raw Normal View History

2012-08-30 17:47:00 +00:00
Misc OSX porting things:
2012-09-23 17:47:25 +00:00
* autostart the assistant on OSX, using launchd **done**
* icon to start webapp **done**
2012-08-30 17:47:00 +00:00
* Use OSX's "network reachability functionality" to detect when on a network
<http://developer.apple.com/library/mac/#documentation/Networking/Conceptual/SystemConfigFrameworks/SC_Intro/SC_Intro.html#//apple_ref/doc/uid/TP40001065>
2012-09-21 23:43:15 +00:00
Gripes:
* The assistant has to wait a second when a new file is created,
to work around some bad behavior when pasting a file into the annex.
[[details|bugs/pasting_into_annex_on_OSX]]. That's one more second
before the file is synced out.
2012-11-26 17:35:43 +00:00
Bugs:
2012-12-27 19:48:37 +00:00
[[!inline pages="tagged(design/assistant/OSX) && !link(bugs/done)" show=0 archive=yes]]