插件类型键值 (UUID)
插件的 plist 文件中的插件类型键值是什么?它是另一个 UUID 还是与插件工厂接口键或项目 0 值中使用的 UUID 相关?或者它的默认值?
what is plugin-in types key value in plist file of plugin. it is another UUID or related to UUID used in plug-in factory interfaces key or item 0 value? or its default value?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
文档说:
所以是的,类型字典中的每个值都应该是 UUID 数组,这些 UUID 是工厂接口字典中的键。
The documentation says:
So yes, each value in the types dictionary should be an array of UUIDs that are keys in the factory interfaces dictionary.