문제

I am using Mac 10.8 and Xcode 4.4.1 . I have installed command line tools for Xcode 4.4.1 and Auxilium tools for xcode 4.4.1 (Package Maker ). I have put the PackageMaker.app into applications folder. I am looking for command line tool for Package Maker. I have searched through web and found some commands.

/Developer/usr/bin/packagemaker --verbose --doc [project].pmdoc --out [project].pkg mkdir -p dmg

But I am unable to find the “/Developer/usr/bin/packagemaker” location in my machine. Is there anything I missed to configure for this? I am installing Mac Port also. Please update me is there any option from Mac Port also. Please help me to solve this issue.

도움이 되었습니까?

해결책

The PackageMaker command line tool is inside the app. Right click PackageMaker.app and choose Show Package Contents.

The full path to PackageMaker if you installed PackageMaker.app to Applications would be:

/Applications/PackageMaker.app/Contents/MacOS/PackageMaker

다른 팁

While the man pages haven't been updated (please file a radar on that) the new utilities are /usr/bin/pkgbuild and /usr/sbin/pkgutil.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top