Search code examples
pluginsplistmacos-carboncore-foundation

Plug-in types key value (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?

enter image description here


Solution

  • The documentation says:

    Used for static registration. Its value should be a dictionary whose keys are type UUIDs and whose values are arrays of factory UUIDs.

    So yes, each value in the types dictionary should be an array of UUIDs that are keys in the factory interfaces dictionary.