How to make a .pkg that the Mac Installer will simply install (copy) files from?

随声附和 提交于 2019-12-21 11:39:09

问题


My goal is to create a .pkg that will simply instruct the Mac Installer to simply install files, like fonts, from the .pkg to a directory when run. I've tried using Xcode, but it seems more application oriented.

How do I configure Xcode with a generic document so I can Build and Archive, then Share using the Organizer to create the .pkg?

The Copy Files Target appears to be in use only at build time, so that doesn't seem to be much help.


回答1:


You should use the PackageMaker application, not Xcode. You can find it under /Developer/Applications/Utilities.



来源:https://stackoverflow.com/questions/4588283/how-to-make-a-pkg-that-the-mac-installer-will-simply-install-copy-files-from

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!