Re: How to require an Intel processor
site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:in-reply-to:references :mime-version:content-type:message-id:cc:content-transfer-encoding :from:subject:date:to:x-mailer; bh=FNU5FJxPQUkoRTjWC8QXyNtFkhwQIElsmQUUQamiisQ=; b=nN8rDBhNMrkl2EUW88Ifqt4yNB30R2fAAYrE5M2ZDaBz9CUdWpEMwhEknfPK0XfPsj Ge/POCjh1pxQbX6LIFJfTAUZAmC2xCcrNY/dml38/w141qxZdgQLOctQAp0AsSVn1REw nDn1DLGa+xf84cpPXUIvAHYIbTObnK4UHpJDY= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=in-reply-to:references:mime-version:content-type:message-id:cc :content-transfer-encoding:from:subject:date:to:x-mailer; b=QBAzyt30j1OgOEDm1/oHu5LjkVafw7WmnGqE+LK4KaO/SGpkrD/LcbA/hs2bE3VbCt 0usaWlkZiZU8Sm5Uz7dWMTxqdlg00Yoo36I80hmYnZLUx4gHhEvKDqDiXAe1KPhIgqTl 89VHJl7JhK7eIzhZ79vHtG0k0SqMxRLj9KarY= On Jul 29, 2009, at 6:10 PM, Brant Sears wrote: In addition to the gestalt solution, you also have: - sysctl: system.sysctl('hw.cputype') Intel is 7. Hope it can help. _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... 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? - 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"/> This email sent to site_archiver@lists.apple.com
participants (1)
-
Iceberg-Dev