使用 Objective-C 设置系统首选项

发布于 2024-10-24 16:55:25 字数 235 浏览 2 评论 0原文

这可能是微不足道的,但是我在网上找不到任何信息:How can I set any Apple favorites using code?我想为自己创建一个小应用程序,当我单击按钮时设置某些首选项。例如我想关闭蓝牙和 Wi-Fi。据我所知,这些首选项存储在 /Users/fabian/Library/Preferences/com.apple.*.plist 中。

那么:我如何更改这些首选项并确保它们得到应用?

This is probably trivial, however I couldn't find any information online: How can I set any Apple preference using code? I would like to create a little application for myself that sets certain preferences when I click a button. For instance I would like to turn off Bluetooth and Wi-Fi. As far as I know, these preferences are stored in /Users/fabian/Library/Preferences/com.apple.*.plist.

So: how can I change these preferences and make sure they are applied?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒儿 2024-10-31 16:55:25

CoreFoundation CFPreferences API 允许编辑当前应用程序默认域之外的默认值。

请注意,您可能需要管理权限才能编辑许多与网络相关的默认值。

The CoreFoundation CFPreferences API allows for editing of defaults outside of the current application's defaults domain.

Note that you'll likely need administrative privileges to edit many network related defaults.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文