【发布时间】:2013-08-08 19:58:06
【问题描述】:
我在文件夹中放置了以下 com.apple.test.plist 文件:
/System/Library/LaunchDaemons
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.apple.Spotlight</string>
<key>ProgramArguments</key>
<array>
<string>/Users/todd/Dropbox/client/CLIENT.BUILDS/MAC/v0.1/ApplicationTest.app</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
但由于某种原因,当我使用我的用户 todd 登录时 ApplicationTest.app 没有启动。
有什么想法吗?
【问题讨论】: