Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在尝试研究如何在登录屏幕上构建应用程序窗口。基本上以 Bootpicker 的工作方式。(参见:http ://www.myosxfreeware.com/wp-content/uploads/2008/01/bootpicker-1.jpg ) Bootpicker 项目已关闭,我一直在花费数小时寻找要研究的源代码。
有人对我需要做些什么来开始编写这样的东西有什么建议吗?
BootPicker 是(大部分)普通的 Mac OS X 应用程序;唯一真正神奇的部分是它使用的 LaunchAgent plist,其中包含一个特殊键:
<key>LimitLoadToSessionType</key> <string>LoginWindow</string>
我相信这就是让它在登录窗口启动所必需的一切。