Gestalt check for OS version is failing on Intel Macs
Gestalt check for OS version is failing on Intel Macs
- Subject: Gestalt check for OS version is failing on Intel Macs
- From: Mark Krenek <email@hidden>
- Date: Fri, 20 Jan 2006 11:15:08 -0600
I'm using a gestalt requirement key in my installer to check for
10.3.8 or later. This has worked fine until 10.4.4 on Intel Macs. On
these new Intel Macs, the Installer fails the Gestalt check. 10.4.4
on PPC Macs work just fine. Anyone have any ideas?
<key>IFRequirementDicts</key>
<array>
<dict>
<key>LabelKey</key>
<string>OS Version</string>
<key>Level</key>
<string>requires</string>
<key>MessageKey</key>
<string>messagekey0</string>
<key>SpecArgument</key>
<string>sysv</string>
<key>SpecType</key>
<string>gestalt</string>
<key>TestObject</key>
<string>4152</string>
<key>TestOperator</key>
<string>>=</string>
<key>TitleKey</key>
<string>titlekey0</string>
</dict>
</array>
_______________________________________________
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