File: OSX.mdwn

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (13 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
Misc OSX porting things:

* autostart the assistant on OSX, using launchd **done**
* icon to start webapp **done**
* use FSEvents to detect file changes (better than kqueue) **done**
* 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>
* Switch from gpg to <https://gpgtools.org/>. According to a user,
  this is better because it can show a dialog window for password prompts.

Bugs:

[[!inline pages="tagged(design/assistant/OSX) and !link(bugs/done)" show=0 archive=yes]]