Skip to content

Commit

Permalink
New icon from @askfrancis and @karisimby. Soooooo nice
Browse files Browse the repository at this point in the history
  • Loading branch information
jm committed Apr 19, 2012
1 parent 1ea0eab commit 01098b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file added 512-Railcar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Railcar.xcodeproj/project.pbxproj
Expand Up @@ -42,6 +42,7 @@
883ADB3715295F11000F55D5 /* RCVersionManagementWindowController.rb in Resources */ = {isa = PBXBuildFile; fileRef = 883ADB3615295F11000F55D5 /* RCVersionManagementWindowController.rb */; };
883ADB3F152A1635000F55D5 /* RCApplicationLaunchWindowController.rb in Resources */ = {isa = PBXBuildFile; fileRef = 883ADB3E152A1635000F55D5 /* RCApplicationLaunchWindowController.rb */; };
883ADB41152A1642000F55D5 /* ApplicationLaunchWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 883ADB40152A1642000F55D5 /* ApplicationLaunchWindow.xib */; };
88436FE5153FC9CC0069C4E0 /* 512-Railcar.png in Resources */ = {isa = PBXBuildFile; fileRef = 88436FE4153FC9CC0069C4E0 /* 512-Railcar.png */; };
884C524F152A865E006B8C90 /* RCApplicationManager.rb in Resources */ = {isa = PBXBuildFile; fileRef = 884C524E152A865E006B8C90 /* RCApplicationManager.rb */; };
884C5251152A8A14006B8C90 /* error.png in Resources */ = {isa = PBXBuildFile; fileRef = 884C5250152A8A14006B8C90 /* error.png */; };
884C5253152A9BE7006B8C90 /* RCApplicationInstance.rb in Resources */ = {isa = PBXBuildFile; fileRef = 884C5252152A9BE7006B8C90 /* RCApplicationInstance.rb */; };
Expand Down Expand Up @@ -112,6 +113,7 @@
883ADB3615295F11000F55D5 /* RCVersionManagementWindowController.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = RCVersionManagementWindowController.rb; sourceTree = "<group>"; };
883ADB3E152A1635000F55D5 /* RCApplicationLaunchWindowController.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = RCApplicationLaunchWindowController.rb; sourceTree = "<group>"; };
883ADB40152A1642000F55D5 /* ApplicationLaunchWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ApplicationLaunchWindow.xib; sourceTree = "<group>"; };
88436FE4153FC9CC0069C4E0 /* 512-Railcar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "512-Railcar.png"; sourceTree = "<group>"; };
884C524E152A865E006B8C90 /* RCApplicationManager.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = RCApplicationManager.rb; sourceTree = "<group>"; };
884C5250152A8A14006B8C90 /* error.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = error.png; sourceTree = "<group>"; };
884C5252152A9BE7006B8C90 /* RCApplicationInstance.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; path = RCApplicationInstance.rb; sourceTree = "<group>"; };
Expand Down Expand Up @@ -260,6 +262,7 @@
886564761525E17800B63502 = {
isa = PBXGroup;
children = (
88436FE4153FC9CC0069C4E0 /* 512-Railcar.png */,
886564A61525E18B00B63502 /* MacRuby.framework */,
8865648C1525E17800B63502 /* Railcar */,
886564841525E17800B63502 /* Frameworks */,
Expand Down Expand Up @@ -489,6 +492,7 @@
889C4E3B153BDCF900E69C0C /* servicesTemplate.png in Resources */,
889C4E3D153BDCFF00E69C0C /* rubyTemplate.png in Resources */,
889C4E3F153BDD0300E69C0C /* packageTemplate.png in Resources */,
88436FE5153FC9CC0069C4E0 /* 512-Railcar.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Railcar/Railcar-Info.plist
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string>railcar-icon-512.png</string>
<string>512-Railcar.png</string>
<key>CFBundleIdentifier</key>
<string>com.arcturo.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand Down

0 comments on commit 01098b5

Please sign in to comment.