开发者

How to make installer set up of Cocoa project?

开发者 https://www.devze.com 2022-12-30 23:10 出处:网络
I have make one application Cocoa 开发者_Go百科using XCode. Now I want to make setup file of project. So other user can install this project directly in his system.In short, the polite way is to build

I have make one application Cocoa 开发者_Go百科using XCode. Now I want to make setup file of project. So other user can install this project directly in his system.


In short, the polite way is to build your app with the Release Configuration, put it into a Disk image with Disk Utility or zip it up, then put it on a server and have people download it.

If you want a longer and more detailed answer, read Apple's Software Distribution Guide.

0

精彩评论

暂无评论...
验证码 换一张
取 消