Where is PackageMaker located? How can I do the package installer?

I am creating a development tool that needs Git, Heroku, Python, Ruby.

So, I need a package installer to check and install git and toolbelt heroku if they don't exist.

In my guess, I can use the package installer in Xcode.

But I can not find the package installer in / Development / Utility.

Recently, the Xcode Development directory has been moved to the Xcode package, so I checked it, but still I can not find the package manufacturer.

1) Where is the manufacturer of the packages? 2) Can I install heroku and git with Package Maker?

+7
source share
1 answer

PackageMaker was deprecated a few years ago.

  • As a solution, you can try using it by downloading Apple Download ,
  • but I recommend you use the command line utility: productbuild .
  • Or you can use a third-party application: Packages
0
source

All Articles