On Jun 29, 2009, at 10:28 PM, Ghufran Khan wrote:
Hi All,
How do we get title of the package using shell script?
installer -pkginfo -pkg /path/to/pkg
or
installer -pkginfo -pkg /path/to/pkg -plist
Can we modify the title of the package using shell script?
While you're building it, sure:
packagemaker --title pkgtitle
After it's been built, if it's a 10.4 bundle-style package, edit
somepackage.pkg/Contents/Resources/en.lproj/Description.plist
(Rinse and repeat for other languages; other package formats may vary)
-Greg
Thanks in Advance,
Gh