I want to make my application installer (.pkg). I didn't find any Apple documentation, but I know it's possible to make.
Thanks!
I want to make my application installer (.pkg). I didn't find any Apple documentation, but I know it's possible to make.
Thanks!
Take a look at PackageMaker. You can find it in 'Auxiliary Tools for Xcode' on apple downloads page. There are lot of tutorials in internet. There also was a doc on apple site, but I can't find it right now. You can also use packagemaker in terminal (thats how I create packages).
Also take a look at this question. You can find some interesting info there.