mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
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:
committed by
Klaus Basan
parent
74e084c6e8
commit
e7966c3b0b
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user