Update mac application icon from Phoenix to Firestorm

master
Cinders 2013-07-11 09:44:34 -06:00
parent fd0d386c51
commit 047e68e2cf
17 changed files with 5 additions and 5 deletions

View File

@ -1520,7 +1520,7 @@ if (DARWIN)
# Add resource files to the project.
set(viewer_RESOURCE_FILES
phoenix_icon.icns
firestorm_icon.icns
macview.r
gpu_table.txt
Info-Firestorm.plist
@ -2249,8 +2249,8 @@ if (DARWIN)
${VIEWER_BINARY_NAME}
PROPERTIES
OUTPUT_NAME "${product}"
MACOSX_BUNDLE_INFO_STRING "Second Life Viewer"
MACOSX_BUNDLE_ICON_FILE "phoenix_icon.icns"
MACOSX_BUNDLE_INFO_STRING "Firestorm Viewer"
MACOSX_BUNDLE_ICON_FILE "firestorm_icon.icns"
MACOSX_BUNDLE_GUI_IDENTIFIER "com.firestorm.indra.viewer" #<FS:TM>
MACOSX_BUNDLE_LONG_VERSION_STRING "${VIEWER_CHANNEL} ${VIEWER_SHORT_VERSION}.${VIEWER_VERSION_REVISION}"
MACOSX_BUNDLE_BUNDLE_NAME "Firestorm"

View File

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Firestorm</string>
<key>CFBundleIconFile</key>
<string>phoenix_icon.icns</string>
<string>firestorm_icon.icns</string>
<key>CFBundleIdentifier</key>
<string>com.firestorm.indra.viewer</string>
<key>CFBundleInfoDictionaryVersion</key>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -801,7 +801,7 @@ class DarwinManifest(ViewerManifest):
icon_path = self.icon_path()
if self.prefix(src=icon_path, dst="") :
self.path("phoenix_icon.icns")
self.path("firestorm_icon.icns")
self.end_prefix(icon_path)
self.path("Firestorm.nib")