Replace more installer dummy icons with swift icons

Summary:
There were still many TODO's in installbuilder project file. This change replaces them with path to swift icons.

Depends on D58

Reviewers: #swift_pilot_client, msutcliffe

Reviewed By: #swift_pilot_client, msutcliffe

Subscribers: jenkins

Differential Revision: https://dev.swift-project.org/D59
This commit is contained in:
Roland Winklmeier
2017-11-03 12:08:28 +01:00
parent 8ee73d18e9
commit be321a3fa5
3 changed files with 5 additions and 5 deletions

BIN
installer/images/swift.icns Normal file

Binary file not shown.

View File

Before

Width:  |  Height:  |  Size: 557 KiB

After

Width:  |  Height:  |  Size: 557 KiB

View File

@@ -130,15 +130,15 @@
<!-- <allowedLanguages>en fr es it de ja nl ru zh_CN no pt_BR</allowedLanguages> --> <!-- <allowedLanguages>en fr es it de ja nl ru zh_CN no pt_BR</allowedLanguages> -->
<enableRollback>0</enableRollback> <enableRollback>0</enableRollback>
<enableTimestamp>1</enableTimestamp> <enableTimestamp>1</enableTimestamp>
<osxApplicationBundleIcon>../images/swift.icns</osxApplicationBundleIcon>
<!-- <osxApplicationBundleIcon>TODO</osxApplicationBundleIcon> <wmImage>../images/logo.png</wmImage>
<wmImage>TODO</wmImage> -->
<osxApplicationBundleIdentifier>org.swift-project.macinstaller</osxApplicationBundleIdentifier> <osxApplicationBundleIdentifier>org.swift-project.macinstaller</osxApplicationBundleIdentifier>
<osxUninstallerApplicationBundleIcon>../images/swift.icns</osxUninstallerApplicationBundleIcon>
<outputDirectory>.</outputDirectory> <outputDirectory>.</outputDirectory>
<productDisplayIcon>../images/icon.ico</productDisplayIcon> <productDisplayIcon>../images/swift.ico</productDisplayIcon>
<saveRelativePaths>1</saveRelativePaths> <saveRelativePaths>1</saveRelativePaths>
<vendor>swift Project</vendor> <vendor>swift Project</vendor>
<windowsExecutableIcon>../images/icon.ico</windowsExecutableIcon> <windowsExecutableIcon>../images/swift.ico</windowsExecutableIcon>
<!-- <windowsResourceOriginalFilename>TODO</windowsResourceOriginalFilename> <!-- <windowsResourceOriginalFilename>TODO</windowsResourceOriginalFilename>
<windowsResourceFileDescription>TODO</windowsResourceFileDescription> <windowsResourceFileDescription>TODO</windowsResourceFileDescription>