gmzang / maczfs

Automatically exported from code.google.com/p/maczfs
Other
0 stars 0 forks source link

Create mechanism to create universal binary packgages #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We can use xcodebuilder install to generate an install-like builder, but this 
only works for the 
current architecture. Ideally we need to use something like pmdoc to generate 
an installer which 
can work for both architectures and use a mpkg to deliver them concurrently 
whilst installing only 
one. Using something like:

xcodebuild -sdk macosx10.5 DSTROOT=macosx105 install
xcodebuild -sdk macosx10.6 DSTROOT=macosx106 install

will generate two file system paths, which we can then bundle into either a 
flat package or a meta 
package containing two bundles.

Original issue reported on code.google.com by alex.ble...@gmail.com on 10 Mar 2010 at 8:07

GoogleCodeExporter commented 8 years ago

Original comment by alex.ble...@gmail.com on 10 Mar 2010 at 8:08

GoogleCodeExporter commented 8 years ago
Fixed in 
http://github.com/alblue/mac-zfs/commit/b0e2b19cb182037eb5c552950a98a13c486ab543

Original comment by alex.ble...@gmail.com on 17 Jul 2010 at 9:35