Tech
Packages를 사용하여 맥용 앱 인스톨러 만들기
hmhv
2015. 1. 16. 00:08
맥용 앱스토어에 올리기 않고 그냥 배포하기 위한 인스톨러를 만들기..
Packages 라는 무료 앱으로 GUI로 쉽게 가능함..
http://s.sudre.free.fr/Software/Packages/about.html
Creating a package
This documents shows how to create a package to install the TextEdit
application in the /Applications
folder.
Creating a new project
1 | Open the Packages application. |
2 | Choose File > New Project… |
3 | Select the Raw Package project template and click Next. |
4 | Type MyPackage in the Project name text field and click Finish. |
Adding files to be installed
1 | Select the Payload pane. |
2 | Select the Applications line. |
3 | Click the + button in the Payload pane. |
4 | Go the /Applications folder. |
5 | Select the TextEdit application and click Add… |
6 | Click Add. |
Building the package
1 | Choose File > Save. |
2 | Choose Build > Build. |
The MyPackage.pkg package will be built in the build
folder at the same level that the project document.