Remove osx-intel from installbuilder platforms

osx-intel provides a fallback to the standard 32bit runtime for OS X < 10.6, but our minimum required version is 10.10.
This commit is contained in:
Roland Rossgotterer
2018-12-11 16:54:57 +01:00
committed by Klaus Basan
parent 74e084c6e8
commit e7966c3b0b

View File

@@ -268,7 +268,7 @@ it and relaunch the uninstaller.</text>
<osxApplicationBundleIcon>../images/swiftinstaller.icns</osxApplicationBundleIcon>
<osxApplicationBundleIdentifier>org.swift-project.macinstaller</osxApplicationBundleIdentifier>
<!-- Create 64bit installers -->
<osxPlatforms>osx-intel osx-x86_64</osxPlatforms>
<osxPlatforms>osx-x86_64</osxPlatforms>
<osxUninstallerApplicationBundleIcon>../images/swiftinstaller.icns</osxUninstallerApplicationBundleIcon>
<outputDirectory>.</outputDirectory>
<productDisplayIcon>${installdir}/share/icons/swiftinstaller.ico</productDisplayIcon>