Making macOS Installer Packages which are Developer ID ready

前端 未结 5 1346
孤街浪徒
孤街浪徒 2020-11-22 08:46

Note: This is for OS X Installer packages only, packages for submission to the Mac App Store follow different rules.

Because of Mountain Lion\'s Gatekeeper I finally

5条回答
  •  余生分开走
    2020-11-22 09:25

    FYI for those that are trying to create a package installer for a bundle or plugin, it's easy:

    pkgbuild --component "Color Lists.colorPicker" --install-location ~/Library/ColorPickers ColorLists.pkg
    

提交回复
热议问题