From 2b6e8f4c83e12d5534d7c21a0882a9f4c1e3cb1d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 15 Aug 2014 00:46:01 -0700 Subject: OSX installer improvements. * Use new pkgbuild, productbuild instead of deprecated PackageMaker. * Removed scripts, which are no longer needed. * Added distribution.xml. --- osx/osx-resources/InstallationCheck | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 osx/osx-resources/InstallationCheck (limited to 'osx/osx-resources/InstallationCheck') diff --git a/osx/osx-resources/InstallationCheck b/osx/osx-resources/InstallationCheck deleted file mode 100755 index 2bd691f5c..000000000 --- a/osx/osx-resources/InstallationCheck +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -cputype=`/usr/sbin/sysctl -n hw.cputype` -sixtyfourbit=`/usr/sbin/sysctl -n hw.cpu64bit_capable` - -if [ "x$cputype" != "x7" ] # x86 -then - exit 112 -fi - -if [ "x$sixtyfourbit" != "x1" ] # 64 bit -then - exit 113 -fi - -- cgit v1.2.3