Skip to content

Commit

Permalink
Add application icon (CFBundleIconFile)
Browse files Browse the repository at this point in the history
Closes #1.
  • Loading branch information
sferik committed May 4, 2011
1 parent 9d01599 commit 4fd99d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file added Hubcap.icns
Binary file not shown.
4 changes: 4 additions & 0 deletions Hubcap.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
0380853B1372020D00991945 /* Hubcap.icns in Resources */ = {isa = PBXBuildFile; fileRef = 0380853A1372020D00991945 /* Hubcap.icns */; };
03A7CECA1371DF1500AD365C /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03A7CEC91371DF1500AD365C /* Cocoa.framework */; };
03A7CECC1371DF1500AD365C /* MacRuby.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 03A7CECB1371DF1500AD365C /* MacRuby.framework */; };
03A7CED31371DF1500AD365C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 03A7CED11371DF1500AD365C /* InfoPlist.strings */; };
Expand All @@ -18,6 +19,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
0380853A1372020D00991945 /* Hubcap.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Hubcap.icns; sourceTree = "<group>"; };
03A7CEC51371DF1500AD365C /* Hubcap.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Hubcap.app; sourceTree = BUILT_PRODUCTS_DIR; };
03A7CEC91371DF1500AD365C /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
03A7CECB1371DF1500AD365C /* MacRuby.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MacRuby.framework; path = System/Library/Frameworks/MacRuby.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -47,6 +49,7 @@
03A7CEBA1371DF1400AD365C = {
isa = PBXGroup;
children = (
0380853A1372020D00991945 /* Hubcap.icns */,
03A7CECE1371DF1500AD365C /* Hubcap */,
03A7CEC81371DF1500AD365C /* Frameworks */,
03A7CEC61371DF1500AD365C /* Products */,
Expand Down Expand Up @@ -177,6 +180,7 @@
03A7CEDA1371DF1500AD365C /* MainMenu.xib in Resources */,
03A7CEDD1371DF1500AD365C /* rb_main.rb in Resources */,
03A7CEDF1371DF1500AD365C /* AppDelegate.rb in Resources */,
0380853B1372020D00991945 /* Hubcap.icns in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
2 changes: 1 addition & 1 deletion Hubcap/Hubcap-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<string>Hubcap.icns</string>
<key>CFBundleIdentifier</key>
<string>Hubcap.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand Down

0 comments on commit 4fd99d6

Please sign in to comment.