I have an Ant script that turns my Java application into a nice Mac Bundle package using JarBundler . The problem is, how do I now turn this into a .pkg file for distribution?
I am looking at using the packagemaker command-line tool (located in / Developer / usr / bin / packagemaker), but it has a number of disadvantages:
How do other people produce the .pkg file with their script construct?
thank
I use scripts to automatically update parts of a PackageMaker file. It was more convenient for me to store old format files .pmprojrather than switch to a more recent package format.
.pmproj
I use the following to create a package from pmdocand a DMG containing a package in OS X 10.6:
pmdoc
/Developer/usr/bin/packagemaker --verbose --doc [project].pmdoc --out [project].pkg mkdir -p dmg cp -pR [project].pkg dmg hdiutil create dmg/[Project]-r$SVN_REVISION.dmg -volname "[Project]" -fs HFS+ -srcfolder dmg
packagemaker --resources, . (10.3 , , 10.4 ), , , (, (, ReadMe, ). (Rtf | html) . (Jpg | gif | pdf | tif)), .lproj, . , ( 10.5 10.4-), , , packagemaker.
--resources
Source: https://habr.com/ru/post/1776467/More articles:Initializing a 2D array with a dynamic number of rows and a fixed number of columns. C ++ - c ++Quality Assurance for Legacy Code - refactoringSVN: create a folder for old versions - svnGoofy jquery code consolidation - javascript2 LEFT JOINS count in the query - mysqlIEnumerable unwanted "!" notes in php html messages - phpDownload the problem with authentication token and Html.AntiforgeryToken (the plugin does not send cookies) - asp.net-mvcmodule-specific routes in Zend Framework without specifying a module name in the route - zend-frameworksave excel data to couchDB - jsonAll Articles