Skip to content

Bundles : Publishing

Wolfgang Baird edited this page Sep 30, 2019 · 3 revisions

Publishing a bundle

  • Head over to the MacForge plugin repository
  • Fork the project
  • Add your compiled and zipped plugin to the bundles folder
  • Edit packages.plist to include your submission
    • Every package uses this format : example
Dict:
    key: bundleID
        Dict:
            key: apps
            key: author
            key: compat
            key: contact
            key: date
            key: description
            key: donate
            key: filename (required)
            key: homepage
            key: name (required)
            key: package (required)
            key: price
            key: size
            key: target
            key-array: targets
                Dict:
                    key: BundleIdentifier
            key: version (required)
            key: webpage