Skip to content

Commit

Permalink
Changed icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter de Vos committed Aug 14, 2012
1 parent 69086df commit 17e435c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file added Failed.icns
Binary file not shown.
8 changes: 4 additions & 4 deletions Terminal Notifier.xcodeproj/project.pbxproj
Expand Up @@ -14,7 +14,7 @@
5199792C15B1F92B003AFC57 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 5199792B15B1F92B003AFC57 /* AppDelegate.m */; };
5199792F15B1F92B003AFC57 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 5199792D15B1F92B003AFC57 /* MainMenu.xib */; };
5199794215B2F908003AFC57 /* ScriptingBridge.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5199794115B2F908003AFC57 /* ScriptingBridge.framework */; };
5199794C15B302F1003AFC57 /* Terminal.icns in Resources */ = {isa = PBXBuildFile; fileRef = 5199794B15B302F1003AFC57 /* Terminal.icns */; };
6C2D968F15DA398D004F98E0 /* Failed.icns in Resources */ = {isa = PBXBuildFile; fileRef = 6C2D968E15DA398D004F98E0 /* Failed.icns */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -32,7 +32,7 @@
5199792B15B1F92B003AFC57 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
5199792E15B1F92B003AFC57 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
5199794115B2F908003AFC57 /* ScriptingBridge.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ScriptingBridge.framework; path = System/Library/Frameworks/ScriptingBridge.framework; sourceTree = SDKROOT; };
5199794B15B302F1003AFC57 /* Terminal.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Terminal.icns; sourceTree = "<group>"; };
6C2D968E15DA398D004F98E0 /* Failed.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Failed.icns; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -51,7 +51,7 @@
5199790915B1F92B003AFC57 = {
isa = PBXGroup;
children = (
5199794B15B302F1003AFC57 /* Terminal.icns */,
6C2D968E15DA398D004F98E0 /* Failed.icns */,
5199794115B2F908003AFC57 /* ScriptingBridge.framework */,
5199791E15B1F92B003AFC57 /* Terminal Notifier */,
5199791715B1F92B003AFC57 /* Frameworks */,
Expand Down Expand Up @@ -163,7 +163,7 @@
5199792315B1F92B003AFC57 /* InfoPlist.strings in Resources */,
5199792915B1F92B003AFC57 /* Credits.rtf in Resources */,
5199792F15B1F92B003AFC57 /* MainMenu.xib in Resources */,
5199794C15B302F1003AFC57 /* Terminal.icns in Resources */,
6C2D968F15DA398D004F98E0 /* Failed.icns in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
2 changes: 1 addition & 1 deletion Terminal Notifier/Terminal Notifier-Info.plist
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>Terminal</string>
<string>Failed</string>
<key>CFBundleIdentifier</key>
<string>nl.superalloy.oss.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand Down
Binary file removed Terminal.icns
Binary file not shown.

0 comments on commit 17e435c

Please sign in to comment.