如何制作SIMBL基础插件包文件?
我创建了一个基于 SIMBL 的插件,该插件在 safari 上运行,但我无法通过包生成器制作我的插件的包文件, 接下来我正在做的步骤。 1:在Package make中设置我的插件包文件路径“library/Application Support/SIMBL/Plugins”。 2:完成包装。
尝试安装 pkg 文件,它完全安装成功并将我的插件放在目标位置。
但是当我打开 Safari 时,我的插件没有出现。
当我编译我的代码并运行插件时,Safari 就会出现。
请帮助我如何制作包文件?
谢谢 阿米特·古普塔
I have created a SIMBL based plugin which runs on safari but i am not able to make package file of my plugin through package maker,
Following step i am doing.
1: in Package make set the my plugin bundle file path "library/Application Support/SIMBL/Plugins".
2: Finish the pkg.
Try to install pkg file and it installs success fully and place my plugin in the target location.
But when i open the Safari my plugin does not come.
And when i compile my code and run plugin comes on safari.
Please help how can i make the package file?
Thanks
Amit Gupta
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下我的软件包安装程序(安装 SIMBL 并将 Dictionary.app 插件复制到 .../SIMBL/Plugins 文件夹中的软件包),它可能会解决您的问题。来源位于 https://github.com/pooriaazimi/BetterDictionary (
Installer.pmdoc< /code> 在安装程序文件夹中)。
Take a look at my package installer (a bundle that installs SIMBL and copies a Dictionary.app plugin into .../SIMBL/Plugins folder), that might solve you problem. The source is at https://github.com/pooriaazimi/BetterDictionary (
Installer.pmdoc
in the Installer folder).