Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Added an app icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
snej committed Oct 6, 2011
1 parent 8f7d1db commit b1da440
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 5 deletions.
18 changes: 17 additions & 1 deletion App/Info.plist
Expand Up @@ -9,7 +9,23 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFiles</key>
<array/>
<array>
<string>Icon.png</string>
<string>Icon@2x.png</string>
</array>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>Icon.png</string>
<string>Icon@2x.png</string>
</array>
<key>UIPrerenderedIcon</key>
<false/>
</dict>
</dict>
<key>CFBundleIdentifier</key>
<string>com.example.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand Down
Binary file added Resources/Icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Icon@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 20 additions & 4 deletions Worker Bee.xcodeproj/project.pbxproj
Expand Up @@ -9,6 +9,8 @@
/* Begin PBXBuildFile section */
27A07488143CCDCD0043BEB6 /* BeeCouchTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A07487143CCDCD0043BEB6 /* BeeCouchTest.m */; };
27A0748C143CDE6B0043BEB6 /* CreateDocsTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27A0748B143CDE6B0043BEB6 /* CreateDocsTest.m */; };
27A37423143E5E85005A577D /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 27A37421143E5E85005A577D /* Icon.png */; };
27A37424143E5E85005A577D /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 27A37422143E5E85005A577D /* Icon@2x.png */; };
27B28FA614314FB800B86F18 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27B28FA514314FB800B86F18 /* UIKit.framework */; };
27B28FA814314FB800B86F18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27B28FA714314FB800B86F18 /* Foundation.framework */; };
27B28FAA14314FB800B86F18 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27B28FA914314FB800B86F18 /* CoreGraphics.framework */; };
Expand Down Expand Up @@ -37,6 +39,8 @@
27A07487143CCDCD0043BEB6 /* BeeCouchTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeeCouchTest.m; sourceTree = "<group>"; };
27A0748A143CDE6B0043BEB6 /* CreateDocsTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CreateDocsTest.h; sourceTree = "<group>"; };
27A0748B143CDE6B0043BEB6 /* CreateDocsTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CreateDocsTest.m; sourceTree = "<group>"; };
27A37421143E5E85005A577D /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
27A37422143E5E85005A577D /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
27B28FA114314FB800B86F18 /* Worker Bee.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Worker Bee.app"; sourceTree = BUILT_PRODUCTS_DIR; };
27B28FA514314FB800B86F18 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
27B28FA714314FB800B86F18 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -66,8 +70,8 @@
27CB6573143BAA2E00EEA1F2 /* BeeTestController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeeTestController.h; sourceTree = "<group>"; };
27CB6574143BAA2E00EEA1F2 /* BeeTestController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeeTestController.m; sourceTree = "<group>"; };
27CB6575143BAA2F00EEA1F2 /* BeeTestController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = BeeTestController.xib; sourceTree = "<group>"; };
27DB17F1143BB3A800EBA619 /* little_pluses.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = little_pluses.png; sourceTree = "<group>"; };
27DB17F4143BD36A00EBA619 /* double_lined.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = double_lined.png; sourceTree = "<group>"; };
27DB17F1143BB3A800EBA619 /* little_pluses.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = little_pluses.png; path = ../App/little_pluses.png; sourceTree = "<group>"; };
27DB17F4143BD36A00EBA619 /* double_lined.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = double_lined.png; path = ../App/double_lined.png; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -89,12 +93,24 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
27A37420143E5E85005A577D /* Resources */ = {
isa = PBXGroup;
children = (
27A37421143E5E85005A577D /* Icon.png */,
27A37422143E5E85005A577D /* Icon@2x.png */,
27DB17F4143BD36A00EBA619 /* double_lined.png */,
27DB17F1143BB3A800EBA619 /* little_pluses.png */,
);
path = Resources;
sourceTree = "<group>";
};
27B28F9614314FB800B86F18 = {
isa = PBXGroup;
children = (
27B290061432368E00B86F18 /* README.md */,
27B28FAB14314FB800B86F18 /* App */,
27CB656E143B9EC500EEA1F2 /* Tests */,
27A37420143E5E85005A577D /* Resources */,
27B28FA414314FB800B86F18 /* Frameworks */,
27B28FA214314FB800B86F18 /* Products */,
);
Expand Down Expand Up @@ -140,8 +156,6 @@
27CB6569143B9B7E00EEA1F2 /* BeeTest.m */,
27A07486143CCDCD0043BEB6 /* BeeCouchTest.h */,
27A07487143CCDCD0043BEB6 /* BeeCouchTest.m */,
27DB17F4143BD36A00EBA619 /* double_lined.png */,
27DB17F1143BB3A800EBA619 /* little_pluses.png */,
27B28FAC14314FB800B86F18 /* Supporting Files */,
);
path = App;
Expand Down Expand Up @@ -228,6 +242,8 @@
27CB6577143BAA2F00EEA1F2 /* BeeTestController.xib in Resources */,
27DB17F2143BB3A800EBA619 /* little_pluses.png in Resources */,
27DB17F5143BD36A00EBA619 /* double_lined.png in Resources */,
27A37423143E5E85005A577D /* Icon.png in Resources */,
27A37424143E5E85005A577D /* Icon@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit b1da440

Please sign in to comment.