简体   繁体   English

如何创建Mac OS X应用程序安装程序

[英]How to create Mac OS X app installer

I have a project in XCode (version 4.6.2) which include application and command line utility. 我在XCode(版本4.6.2)中有一个项目,其中包括应用程序和命令行实用程序。 How can I create a installer for that project to test if everything works (eg command line utility is installed in the /usr/local/bin directory and application in the /Applications directory)? 如何为该项目创建安装程序以测试一切是否正常(例如,/ usr / local / bin目录中的命令行实用程序和/ Applications目录中的应用程序)?

When I make a Archive Build from XCode and Distribute then I get a directory which has a proper directories structure and my compiled apps but I don't know how to do now an installer from that files. 当我从XCode和Distribute进行存档构建时,我得到一个具有正确目录结构和我编译的应用程序的目录,但我不知道现在如何从该文件中安装一个安装程序。

use packagemaker (link invalid) ( distribution ). 使用packagemaker(链接无效)分发 )。

packagemaker allows you to package files in a way that makes it easy for end users to install them on their computers. packagemaker允许您以最终用户可以轻松地在其计算机上安装文件的方式打包文件。

Log into your Apple Account and go to https://developer.apple.com/downloads/ 登录您的Apple帐户并转到https://developer.apple.com/downloads/

Under Aug 7, 2012 you find the Auxiliary Tools which contains PackageManager among other tools 在2012年8月7日,您可以找到包含PackageManager和其他工具的辅助工具

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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