Skip to content

Commit

Permalink
Add app icon (CocoaConf logo for now) and tweak display name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pospesel committed Jun 29, 2012
1 parent 60f37e7 commit eaed00f
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 1 deletion.
19 changes: 18 additions & 1 deletion Demo/MPFlipViewController-Info.plist
Expand Up @@ -5,9 +5,24 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<string>Flip Controller</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIcons</key>
<dict>
<key>CFBundlePrimaryIcon</key>
<dict>
<key>CFBundleIconFiles</key>
<array>
<string>Icon.png</string>
<string>Icon@2x.png</string>
<string>Icon-72.png</string>
<string>Icon-72@2x.png</string>
</array>
<key>UIPrerenderedIcon</key>
<true/>
</dict>
</dict>
<key>CFBundleIdentifier</key>
<string>com.markpospesel.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -28,6 +43,8 @@
<string>MainStoryboard_iPhone</string>
<key>UIMainStoryboardFile~ipad</key>
<string>MainStoryboard_iPad</string>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
Expand Down
Binary file added Icon-72.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 Icon-72@2x.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 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 Icon@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions MPFlipViewController.xcodeproj/project.pbxproj
Expand Up @@ -28,6 +28,10 @@
4D09C3D4157E16DB000CFE0F /* MPFlipTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D09C3CE157E16DB000CFE0F /* MPFlipTransition.m */; };
4D09C3D5157E16DB000CFE0F /* MPTransition.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D09C3CF157E16DB000CFE0F /* MPTransition.m */; };
4D09C3D9157E38ED000CFE0F /* ContentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4D09C3D8157E38ED000CFE0F /* ContentViewController.m */; };
4D16417215989D76004FD2DC /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D16417115989D76004FD2DC /* Icon.png */; };
4D16417515989D7B004FD2DC /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D16417415989D7B004FD2DC /* Icon@2x.png */; };
4D16417715989D84004FD2DC /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D16417615989D84004FD2DC /* Icon-72.png */; };
4D16417915989D88004FD2DC /* Icon-72@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D16417815989D88004FD2DC /* Icon-72@2x.png */; };
4D8A25CD1595CFC000789655 /* Pattern - Aged Paper.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D8A25CA1595CFC000789655 /* Pattern - Aged Paper.png */; };
4D8A25CE1595CFC000789655 /* Pattern - Apple Wood.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D8A25CB1595CFC000789655 /* Pattern - Apple Wood.png */; };
4D8A25CF1595CFC000789655 /* Pattern - Corkboard.png in Resources */ = {isa = PBXBuildFile; fileRef = 4D8A25CC1595CFC000789655 /* Pattern - Corkboard.png */; };
Expand Down Expand Up @@ -69,6 +73,10 @@
4D09C3D3157E16DB000CFE0F /* MPTransitionEnumerations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPTransitionEnumerations.h; sourceTree = "<group>"; };
4D09C3D7157E38ED000CFE0F /* ContentViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContentViewController.h; sourceTree = "<group>"; };
4D09C3D8157E38ED000CFE0F /* ContentViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContentViewController.m; sourceTree = "<group>"; };
4D16417115989D76004FD2DC /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Icon.png; sourceTree = "<group>"; };
4D16417415989D7B004FD2DC /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = "<group>"; };
4D16417615989D84004FD2DC /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72.png"; sourceTree = "<group>"; };
4D16417815989D88004FD2DC /* Icon-72@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon-72@2x.png"; sourceTree = "<group>"; };
4D8A25CA1595CFC000789655 /* Pattern - Aged Paper.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Pattern - Aged Paper.png"; sourceTree = "<group>"; };
4D8A25CB1595CFC000789655 /* Pattern - Apple Wood.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Pattern - Apple Wood.png"; sourceTree = "<group>"; };
4D8A25CC1595CFC000789655 /* Pattern - Corkboard.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Pattern - Corkboard.png"; sourceTree = "<group>"; };
Expand All @@ -92,6 +100,10 @@
4D09C372157CC025000CFE0F = {
isa = PBXGroup;
children = (
4D16417815989D88004FD2DC /* Icon-72@2x.png */,
4D16417615989D84004FD2DC /* Icon-72.png */,
4D16417415989D7B004FD2DC /* Icon@2x.png */,
4D16417115989D76004FD2DC /* Icon.png */,
4D09C3AA157CC496000CFE0F /* README.md */,
4D09C3A9157CC496000CFE0F /* Source Code License.rtf */,
4D09C387157CC025000CFE0F /* Demo */,
Expand Down Expand Up @@ -244,6 +256,10 @@
4D8A25CD1595CFC000789655 /* Pattern - Aged Paper.png in Resources */,
4D8A25CE1595CFC000789655 /* Pattern - Apple Wood.png in Resources */,
4D8A25CF1595CFC000789655 /* Pattern - Corkboard.png in Resources */,
4D16417215989D76004FD2DC /* Icon.png in Resources */,
4D16417515989D7B004FD2DC /* Icon@2x.png in Resources */,
4D16417715989D84004FD2DC /* Icon-72.png in Resources */,
4D16417915989D88004FD2DC /* Icon-72@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit eaed00f

Please sign in to comment.