Packages를 사용하여 맥용 앱 인스톨러 만들기
Tech 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.
'Tech' 카테고리의 다른 글
Objective-C에서의 메세지 포워딩 순서 (0) | 2015.01.23 |
---|---|
맥에 nvm을 사용하여 node.js를 설치하는 방법 (0) | 2015.01.16 |
앱스토어 프리뷰 동영상 만들기 (0) | 2014.10.30 |
OS X Yosemite 설치후 개발관련 설정 (0) | 2014.10.18 |
무료 음원 (0) | 2014.10.02 |