Skip to content

Commit

Permalink
Added icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
hollance committed Apr 17, 2011
1 parent d647751 commit 32562a1
Show file tree
Hide file tree
Showing 19 changed files with 763 additions and 4 deletions.
685 changes: 685 additions & 0 deletions Icon/Icon.svg
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 Version 1/Images/Icon-72.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 Version 1/Images/Icon-Small-50.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 Version 1/Images/Icon-Small.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 Version 1/Images/[email protected]
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 Version 1/Images/Icon.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 Version 1/Images/[email protected]
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 Version 1/Images/iTunesArtwork
Binary file not shown.
13 changes: 11 additions & 2 deletions Version 1/Resources/Smoothies-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIconFiles</key>
<array>
<string>Icon.png</string>
<string>[email protected]</string>
<string>Icon-72.png</string>
<string>Icon-Small-50.png</string>
<string>Icon-Small.png</string>
<string>[email protected]</string>
</array>
<key>CFBundleIdentifier</key>
<string>com.hollance.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -28,11 +37,11 @@
<true/>
<key>NSMainNibFile</key>
<string>MainWindow</string>
<key>UIPrerenderedIcon</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
28 changes: 28 additions & 0 deletions Version 1/Smoothies.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
7B87AFAB134D9330003C8EA4 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B87AFA2134D9330003C8EA4 /* main.m */; };
7B87AFAC134D9330003C8EA4 /* SmoothiesAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B87AFA5134D9330003C8EA4 /* SmoothiesAppDelegate.m */; };
7B87AFAD134D9330003C8EA4 /* SmoothiesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B87AFA7134D9330003C8EA4 /* SmoothiesViewController.m */; };
7BCB7CF4135B1DFD007C504E /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 7BCB7CED135B1DFD007C504E /* Icon-72.png */; };
7BCB7CF5135B1DFD007C504E /* Icon-Small-50.png in Resources */ = {isa = PBXBuildFile; fileRef = 7BCB7CEE135B1DFD007C504E /* Icon-Small-50.png */; };
7BCB7CF6135B1DFD007C504E /* Icon-Small.png in Resources */ = {isa = PBXBuildFile; fileRef = 7BCB7CEF135B1DFD007C504E /* Icon-Small.png */; };
7BCB7CF7135B1DFD007C504E /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 7BCB7CF0135B1DFD007C504E /* [email protected] */; };
7BCB7CF8135B1DFD007C504E /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 7BCB7CF1135B1DFD007C504E /* Icon.png */; };
7BCB7CF9135B1DFD007C504E /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 7BCB7CF2135B1DFD007C504E /* [email protected] */; };
7BCB7CFA135B1DFD007C504E /* iTunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = 7BCB7CF3135B1DFD007C504E /* iTunesArtwork */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -29,6 +36,13 @@
7B87AFA5134D9330003C8EA4 /* SmoothiesAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SmoothiesAppDelegate.m; sourceTree = "<group>"; };
7B87AFA6134D9330003C8EA4 /* SmoothiesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SmoothiesViewController.h; sourceTree = "<group>"; };
7B87AFA7134D9330003C8EA4 /* SmoothiesViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SmoothiesViewController.m; sourceTree = "<group>"; };
7BCB7CED135B1DFD007C504E /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
7BCB7CEE135B1DFD007C504E /* Icon-Small-50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small-50.png"; sourceTree = "<group>"; };
7BCB7CEF135B1DFD007C504E /* Icon-Small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small.png"; sourceTree = "<group>"; };
7BCB7CF0135B1DFD007C504E /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
7BCB7CF1135B1DFD007C504E /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
7BCB7CF2135B1DFD007C504E /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
7BCB7CF3135B1DFD007C504E /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; path = iTunesArtwork; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -77,6 +91,13 @@
7B87AF9C134D9330003C8EA4 /* Images */ = {
isa = PBXGroup;
children = (
7BCB7CED135B1DFD007C504E /* Icon-72.png */,
7BCB7CEE135B1DFD007C504E /* Icon-Small-50.png */,
7BCB7CEF135B1DFD007C504E /* Icon-Small.png */,
7BCB7CF0135B1DFD007C504E /* [email protected] */,
7BCB7CF1135B1DFD007C504E /* Icon.png */,
7BCB7CF2135B1DFD007C504E /* [email protected] */,
7BCB7CF3135B1DFD007C504E /* iTunesArtwork */,
);
path = Images;
sourceTree = "<group>";
Expand Down Expand Up @@ -154,6 +175,13 @@
buildActionMask = 2147483647;
files = (
7B87AFA8134D9330003C8EA4 /* MainWindow.xib in Resources */,
7BCB7CF4135B1DFD007C504E /* Icon-72.png in Resources */,
7BCB7CF5135B1DFD007C504E /* Icon-Small-50.png in Resources */,
7BCB7CF6135B1DFD007C504E /* Icon-Small.png in Resources */,
7BCB7CF7135B1DFD007C504E /* [email protected] in Resources */,
7BCB7CF8135B1DFD007C504E /* Icon.png in Resources */,
7BCB7CF9135B1DFD007C504E /* [email protected] in Resources */,
7BCB7CFA135B1DFD007C504E /* iTunesArtwork in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file added Version 2/Images/Icon-72.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 Version 2/Images/Icon-Small-50.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 Version 2/Images/Icon-Small.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 Version 2/Images/[email protected]
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 Version 2/Images/Icon.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 Version 2/Images/[email protected]
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 Version 2/Images/iTunesArtwork
Binary file not shown.
13 changes: 11 additions & 2 deletions Version 2/Resources/Smoothies-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIconFiles</key>
<array>
<string>Icon.png</string>
<string>[email protected]</string>
<string>Icon-72.png</string>
<string>Icon-Small-50.png</string>
<string>Icon-Small.png</string>
<string>[email protected]</string>
</array>
<key>CFBundleIdentifier</key>
<string>com.hollance.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -28,11 +37,11 @@
<true/>
<key>NSMainNibFile</key>
<string>MainWindow</string>
<key>UIPrerenderedIcon</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
28 changes: 28 additions & 0 deletions Version 2/Smoothies.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
7B87AFAC134D9330003C8EA4 /* SmoothiesAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B87AFA5134D9330003C8EA4 /* SmoothiesAppDelegate.m */; };
7B87AFAD134D9330003C8EA4 /* SmoothiesViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B87AFA7134D9330003C8EA4 /* SmoothiesViewController.m */; };
7BB39523134FB7760067AB46 /* Green Smoothie.png in Resources */ = {isa = PBXBuildFile; fileRef = 7BB39522134FB7760067AB46 /* Green Smoothie.png */; };
7BCB7D0B135B1F49007C504E /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 7BCB7D04135B1F49007C504E /* Icon-72.png */; };
7BCB7D0C135B1F49007C504E /* Icon-Small-50.png in Resources */ = {isa = PBXBuildFile; fileRef = 7BCB7D05135B1F49007C504E /* Icon-Small-50.png */; };
7BCB7D0D135B1F49007C504E /* Icon-Small.png in Resources */ = {isa = PBXBuildFile; fileRef = 7BCB7D06135B1F49007C504E /* Icon-Small.png */; };
7BCB7D0E135B1F49007C504E /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 7BCB7D07135B1F49007C504E /* [email protected] */; };
7BCB7D0F135B1F49007C504E /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 7BCB7D08135B1F49007C504E /* Icon.png */; };
7BCB7D10135B1F49007C504E /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 7BCB7D09135B1F49007C504E /* [email protected] */; };
7BCB7D11135B1F49007C504E /* iTunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = 7BCB7D0A135B1F49007C504E /* iTunesArtwork */; };
7BFCE84F134E4F5900A69993 /* Recipe.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFCE84E134E4F5900A69993 /* Recipe.m */; };
7BFCE853134E5E5000A69993 /* Banana Shake.png in Resources */ = {isa = PBXBuildFile; fileRef = 7BFCE851134E5E5000A69993 /* Banana Shake.png */; };
7BFCE854134E5E5000A69993 /* Raspberry-Blueberry.png in Resources */ = {isa = PBXBuildFile; fileRef = 7BFCE852134E5E5000A69993 /* Raspberry-Blueberry.png */; };
Expand All @@ -34,6 +41,13 @@
7B87AFA6134D9330003C8EA4 /* SmoothiesViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SmoothiesViewController.h; sourceTree = "<group>"; };
7B87AFA7134D9330003C8EA4 /* SmoothiesViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SmoothiesViewController.m; sourceTree = "<group>"; };
7BB39522134FB7760067AB46 /* Green Smoothie.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Green Smoothie.png"; sourceTree = "<group>"; };
7BCB7D04135B1F49007C504E /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
7BCB7D05135B1F49007C504E /* Icon-Small-50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small-50.png"; sourceTree = "<group>"; };
7BCB7D06135B1F49007C504E /* Icon-Small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-Small.png"; sourceTree = "<group>"; };
7BCB7D07135B1F49007C504E /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
7BCB7D08135B1F49007C504E /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
7BCB7D09135B1F49007C504E /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
7BCB7D0A135B1F49007C504E /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; path = iTunesArtwork; sourceTree = "<group>"; };
7BFCE84D134E4F5900A69993 /* Recipe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Recipe.h; sourceTree = "<group>"; };
7BFCE84E134E4F5900A69993 /* Recipe.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Recipe.m; sourceTree = "<group>"; };
7BFCE851134E5E5000A69993 /* Banana Shake.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Banana Shake.png"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -89,6 +103,13 @@
7BFCE851134E5E5000A69993 /* Banana Shake.png */,
7BB39522134FB7760067AB46 /* Green Smoothie.png */,
7BFCE852134E5E5000A69993 /* Raspberry-Blueberry.png */,
7BCB7D04135B1F49007C504E /* Icon-72.png */,
7BCB7D05135B1F49007C504E /* Icon-Small-50.png */,
7BCB7D06135B1F49007C504E /* Icon-Small.png */,
7BCB7D07135B1F49007C504E /* [email protected] */,
7BCB7D08135B1F49007C504E /* Icon.png */,
7BCB7D09135B1F49007C504E /* [email protected] */,
7BCB7D0A135B1F49007C504E /* iTunesArtwork */,
);
path = Images;
sourceTree = "<group>";
Expand Down Expand Up @@ -171,6 +192,13 @@
7BFCE853134E5E5000A69993 /* Banana Shake.png in Resources */,
7BFCE854134E5E5000A69993 /* Raspberry-Blueberry.png in Resources */,
7BB39523134FB7760067AB46 /* Green Smoothie.png in Resources */,
7BCB7D0B135B1F49007C504E /* Icon-72.png in Resources */,
7BCB7D0C135B1F49007C504E /* Icon-Small-50.png in Resources */,
7BCB7D0D135B1F49007C504E /* Icon-Small.png in Resources */,
7BCB7D0E135B1F49007C504E /* [email protected] in Resources */,
7BCB7D0F135B1F49007C504E /* Icon.png in Resources */,
7BCB7D10135B1F49007C504E /* [email protected] in Resources */,
7BCB7D11135B1F49007C504E /* iTunesArtwork in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 32562a1

Please sign in to comment.