在 Firefox 中实现 about:config 等配置设置最流行的方法是什么?

发布于 2024-07-19 10:44:29 字数 260 浏览 3 评论 0原文

我想在 Firefox 中实现/使用现有的跨平台配置设置工具,例如 about:config 。 它必须能够在 Windows 和 Mac 上运行。 人们是否有推荐的库或设计模式?

另外,如果我要使用一个库,它必须“像啤酒一样免费”,并且不能是 GPL 许可证。 apache 许可证就可以了。

Windows端使用C++/MFC,Mac端使用Objective-C。 必须在两个平台上读取配置文件,但它们不必共享相同的库。

I would like to implement/use-existing a cross platform configuration settings tool like about:config in Firefox. It would have to work on Windows and Mac. Are there any libraries or design patterns out there that people recommend?

Also, if I were to use a library, it would have to be "free as in beer" and couldn't be a GPL license. The apache license would be ok.

The Windows side uses C++/MFC and the Mac side uses Objective-C. The configuration file would have to be read on both platforms, but they don't have to share the same library.

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

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

发布评论

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

评论(1

邮友 2024-07-26 10:44:29

属性文件/ini 文件。

Properties files/ini files.

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