forked from git109/Smoothies
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
763 additions
and
4 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 */ | ||
|
@@ -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 */ | ||
|
@@ -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>"; | ||
|
@@ -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; | ||
}; | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 */; }; | ||
|
@@ -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>"; }; | ||
|
@@ -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>"; | ||
|
@@ -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; | ||
}; | ||
|