Building launchd.plist inside Core Foundation / Cocoa
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com User-agent: Thunderbird 2.0.0.16 (Macintosh/20080707) -- Andrew White _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Before I spend too much effort writing my own, is there an API to build a launchd.plist file from inside CoreFoundation or Cocoa? Or even just a list of the key strings as symbolic constants? Obviously, I can create it manually by building a dictionary and then calling [NSDictionary writeToFile: ...], but I'm trying to avoid reinventing (or rewriting?) the wheel. :) This email sent to site_archiver@lists.apple.com
participants (1)
-
Andrew White