3

Mac OS 的“productbuild”手册页讨论了一个分发文件:

 --distribution dist-path
             Use the distribution file at dist-path to define the presentation, choices and packages to
             be installed by the product. Each of the package names referenced in the given distribution
             file must be found in a path specified with the --package-path flag.

但是我在任何地方都找不到有关分发文件中内容的信息。里面装的是什么东西?有它的参考页面吗?

4

1 回答 1

4

当然,它的记录不足,但是那里有一些信息:

我还建议检查现有软件包中的分发文件。您可以使用以下方法扩展平面包:

pkgutil --expand Foo.pkg destination_folder
于 2012-03-20T10:19:14.597 回答