简体   繁体   中英

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

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM