Skip to content

Commit

Permalink
Add 512@2x icon
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Aug 1, 2012
1 parent c1728fc commit 2cb6968
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 11 deletions.
7 changes: 6 additions & 1 deletion Mac/Azure/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
<key>CFBundleGetInfoString</key>
<string>${PRODUCT_NAME} version ${XCHAT_AQUA_VERSION}, Copyright 2003-2012 Steve Green.</string>
<key>CFBundleIconFile</key>
<string>xchat512.icns</string>
<string>xchat.icns</string>
<key>CFBundleIconFiles</key>
<array>
<string>xchat512.icns</string>
<string>xchat512@2x.icns</string>
</array>
<key>CFBundleIdentifier</key>
<string>org.3rddev.xchatazure</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand Down
Binary file removed Mac/Resources/xchat.icns
Binary file not shown.
16 changes: 6 additions & 10 deletions XChatAqua.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
0F8EA79C0CFB6CF9001AE9AE /* unlock.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0F8EA7920CFB6CF9001AE9AE /* unlock.tiff */; };
0F8EA79F0CFB6CF9001AE9AE /* X-Chat Aqua.scriptSuite in Resources */ = {isa = PBXBuildFile; fileRef = 0F8EA7950CFB6CF9001AE9AE /* X-Chat Aqua.scriptSuite */; };
0F8EA7A00CFB6CF9001AE9AE /* X-Chat Aqua.scriptTerminology in Resources */ = {isa = PBXBuildFile; fileRef = 0F8EA7960CFB6CF9001AE9AE /* X-Chat Aqua.scriptTerminology */; };
0F8EA7A10CFB6CF9001AE9AE /* xchat.icns in Resources */ = {isa = PBXBuildFile; fileRef = 0F8EA7970CFB6CF9001AE9AE /* xchat.icns */; };
0F8EA7A30CFB6CF9001AE9AE /* yellow.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0F8EA7990CFB6CF9001AE9AE /* yellow.tiff */; };
0F8F08180E1FE01800359159 /* Tcl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F8F08170E1FE01800359159 /* Tcl.framework */; };
0F8F082A0E1FE06800359159 /* tclplugin.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F8F08280E1FE06800359159 /* tclplugin.c */; };
Expand Down Expand Up @@ -372,7 +371,8 @@
385F8153155167C200689E6E /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 385F766D155148FC00689E6E /* libiconv.dylib */; };
385FCFB515984EFC0058F381 /* RawLogWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 385FCFB415984EFC0058F381 /* RawLogWindow.xib */; };
385FCFB615984EFC0058F381 /* RawLogWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 385FCFB415984EFC0058F381 /* RawLogWindow.xib */; };
3870142915AA8F630046FA0E /* xchat512.icns in Resources */ = {isa = PBXBuildFile; fileRef = 3870142815AA8F630046FA0E /* xchat512.icns */; };
38701AD015C99AE400FB3EAC /* xchat.icns in Resources */ = {isa = PBXBuildFile; fileRef = 38701ACF15C99AE400FB3EAC /* xchat.icns */; };
38701AD115C99AE400FB3EAC /* xchat.icns in Resources */ = {isa = PBXBuildFile; fileRef = 38701ACF15C99AE400FB3EAC /* xchat.icns */; };
387624FC13C7024F00850913 /* AsciiWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F8EA6250CFB2E0A001AE9AE /* AsciiWindow.m */; };
387624FD13C7024F00850913 /* BanWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F8EA6270CFB2E0A001AE9AE /* BanWindow.m */; };
387624FE13C7024F00850913 /* ChannelWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 0F8EA6290CFB2E0A001AE9AE /* ChannelWindow.m */; };
Expand Down Expand Up @@ -454,7 +454,6 @@
3876255B13C7024F00850913 /* unlock.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0F8EA7920CFB6CF9001AE9AE /* unlock.tiff */; };
3876255D13C7024F00850913 /* X-Chat Aqua.scriptSuite in Resources */ = {isa = PBXBuildFile; fileRef = 0F8EA7950CFB6CF9001AE9AE /* X-Chat Aqua.scriptSuite */; };
3876255E13C7024F00850913 /* X-Chat Aqua.scriptTerminology in Resources */ = {isa = PBXBuildFile; fileRef = 0F8EA7960CFB6CF9001AE9AE /* X-Chat Aqua.scriptTerminology */; };
3876255F13C7024F00850913 /* xchat.icns in Resources */ = {isa = PBXBuildFile; fileRef = 0F8EA7970CFB6CF9001AE9AE /* xchat.icns */; };
3876256113C7024F00850913 /* yellow.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 0F8EA7990CFB6CF9001AE9AE /* yellow.tiff */; };
3876256213C7024F00850913 /* Changes in Resources */ = {isa = PBXBuildFile; fileRef = 0F7065530E1FA32E00FEA21C /* Changes */; };
3876256513C7024F00850913 /* ViewerWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = D4FBD93D12E449D5003EA441 /* ViewerWindow.xib */; };
Expand Down Expand Up @@ -1057,7 +1056,6 @@
0F8EA7920CFB6CF9001AE9AE /* unlock.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = unlock.tiff; path = Resources/unlock.tiff; sourceTree = "<group>"; };
0F8EA7950CFB6CF9001AE9AE /* X-Chat Aqua.scriptSuite */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.scriptSuite; path = "X-Chat Aqua.scriptSuite"; sourceTree = "<group>"; };
0F8EA7960CFB6CF9001AE9AE /* X-Chat Aqua.scriptTerminology */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.scriptTerminology; path = "X-Chat Aqua.scriptTerminology"; sourceTree = "<group>"; };
0F8EA7970CFB6CF9001AE9AE /* xchat.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = xchat.icns; path = Resources/xchat.icns; sourceTree = "<group>"; };
0F8EA7990CFB6CF9001AE9AE /* yellow.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = yellow.tiff; path = Resources/yellow.tiff; sourceTree = "<group>"; };
0F8F06C10E1FDA5E00359159 /* perl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = perl.c; path = xchat/plugins/perl/perl.c; sourceTree = SOURCE_ROOT; };
0F8F08110E1FE00800359159 /* tcl.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = tcl.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -1388,7 +1386,7 @@
385F7EF715515DCA00689E6E /* localcharset.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = localcharset.h; sourceTree = "<group>"; };
385F814515515FE000689E6E /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
385FCFB415984EFC0058F381 /* RawLogWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = RawLogWindow.xib; sourceTree = "<group>"; };
3870142815AA8F630046FA0E /* xchat512.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = xchat512.icns; path = ../xchat512.icns; sourceTree = "<group>"; };
38701ACF15C99AE400FB3EAC /* xchat.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = xchat.icns; sourceTree = SOURCE_ROOT; };
3876258B13C7024F00850913 /* XChat Azure.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "XChat Azure.app"; sourceTree = BUILT_PRODUCTS_DIR; };
38763F2213DD40D6008C40DB /* perl-lion.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "perl-lion.bundle"; sourceTree = BUILT_PRODUCTS_DIR; };
38763F2313DD45D3008C40DB /* perl-lion-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "perl-lion-Info.plist"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -2802,9 +2800,8 @@
2DEA303D0F87235400D6DC0D /* images */ = {
isa = PBXGroup;
children = (
38701ACF15C99AE400FB3EAC /* xchat.icns */,
0F8EA7920CFB6CF9001AE9AE /* unlock.tiff */,
0F8EA7970CFB6CF9001AE9AE /* xchat.icns */,
3870142815AA8F630046FA0E /* xchat512.icns */,
0F8EA7990CFB6CF9001AE9AE /* yellow.tiff */,
0F8EA7700CFB6C9A001AE9AE /* green.tiff */,
0F8EA7710CFB6C9A001AE9AE /* heart.tif */,
Expand Down Expand Up @@ -3895,7 +3892,6 @@
3876255B13C7024F00850913 /* unlock.tiff in Resources */,
3876255D13C7024F00850913 /* X-Chat Aqua.scriptSuite in Resources */,
3876255E13C7024F00850913 /* X-Chat Aqua.scriptTerminology in Resources */,
3876255F13C7024F00850913 /* xchat.icns in Resources */,
3876256113C7024F00850913 /* yellow.tiff in Resources */,
3876256213C7024F00850913 /* Changes in Resources */,
3876256513C7024F00850913 /* ViewerWindow.xib in Resources */,
Expand Down Expand Up @@ -3926,7 +3922,7 @@
3882282115930240000AB63D /* theme in Resources */,
385FCFB615984EFC0058F381 /* RawLogWindow.xib in Resources */,
38771A4215A7B7DB0046929E /* container-migration.plist in Resources */,
3870142915AA8F630046FA0E /* xchat512.icns in Resources */,
38701AD115C99AE400FB3EAC /* xchat.icns in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -3962,7 +3958,6 @@
0F8EA79C0CFB6CF9001AE9AE /* unlock.tiff in Resources */,
0F8EA79F0CFB6CF9001AE9AE /* X-Chat Aqua.scriptSuite in Resources */,
0F8EA7A00CFB6CF9001AE9AE /* X-Chat Aqua.scriptTerminology in Resources */,
0F8EA7A10CFB6CF9001AE9AE /* xchat.icns in Resources */,
0F8EA7A30CFB6CF9001AE9AE /* yellow.tiff in Resources */,
0F7065540E1FA32E00FEA21C /* Changes in Resources */,
D4FBD93E12E449D5003EA441 /* ViewerWindow.xib in Resources */,
Expand Down Expand Up @@ -3993,6 +3988,7 @@
3882282015930240000AB63D /* theme in Resources */,
385FCFB515984EFC0058F381 /* RawLogWindow.xib in Resources */,
38771A4715A7C0880046929E /* container-migration.plist in Resources */,
38701AD015C99AE400FB3EAC /* xchat.icns in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file added xchat.icns
Binary file not shown.
Binary file added xchat.iconset/icon_128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added xchat.iconset/icon_128x128@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added xchat.iconset/icon_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added xchat.iconset/icon_16x16@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added xchat.iconset/icon_256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added xchat.iconset/icon_256x256@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added xchat.iconset/icon_32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added xchat.iconset/icon_32x32@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added xchat.iconset/icon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added xchat.iconset/icon_512x512@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed xchat512.icns
Binary file not shown.

0 comments on commit 2cb6968

Please sign in to comment.