Re: How to require an Intel processor
Re: How to require an Intel processor
- Subject: Re: How to require an Intel processor
- From: Iceberg-Dev <email@hidden>
- Date: Wed, 29 Jul 2009 23:24:21 +0200
On Jul 29, 2009, at 6:10 PM, Brant Sears wrote:
I have an app that only supports Intel based Macintoshes. I want to
make an intel processor be a pre-requisite for installation. I
don't see that particular feature listed, although I see things
like number of processors, etc. I would think this would be a
common thing people would want to require.
How should I do this with PackageMaker?
In addition to the gestalt solution, you also have:
- sysctl:
system.sysctl('hw.cputype')
Intel is 7.
- if we are talking about Distribution Scripts, what about using
undocumented features?
<?xml version="1.0" encoding="UTF-8"?>
<installer-script authoringTool="Packages" authoringToolVersion="1.0"
authoringToolBuild="2B3" verifiedSpecVersion="2.0" minSpecVersion="1.0">
<options hostArchitectures="i386"/>
Hope it can help.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden