osx - Using productbuild for mac os x app with additional tools and files -


The packagemaker I used the script using the packagemaker for my project allows to specify all files I need to install from the root, so the structure was followed in my root:

  Applications My Application.app Library Preferences MyCompanyName some.xml another.xml tmp default.p12 usr Local bin somool  

i.e. its following attribute

  1. Some configuration files predefined for all users, Global Preferences (some .xml, other xml)
  2. Some command line tools / Usr / local / bin
  3. Uses the main app certificate as a user in the program and there is a default certificate that will be moved to the right place in the postflights.

How do productbild Along with that? possible?

You want the original tool that packaging is pkgbuild, not productive. Pkgbuild will allow you to specify a root directory, which will be expanded to '/' on the installation, therefore, you can use it for all those that you discuss in your question (although by adding something to the installer / tmp a bit Strange - I suggest getting certified in your post type list).


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -