Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create mechanism to create universal binary packgages #43

Closed
GoogleCodeExporter opened this issue Apr 2, 2015 · 2 comments
Closed

Create mechanism to create universal binary packgages #43

GoogleCodeExporter opened this issue Apr 2, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Fixed in 
http://github.com/alblue/mac-zfs/commit/b0e2b19cb182037eb5c552950a98a13c486ab543

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

  • Changed state: Verified
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant