Skip to content

Commit

Permalink
Resolves a bug wherein iPhone 5 (Retina 4") won't properly be detecte…
Browse files Browse the repository at this point in the history
…d when the App Delegate fires because the Default-568h@2x.png file is missing. Therefore, you get the iPhone 5 letter boxing effect instead of fullscreen mode.
  • Loading branch information
TST-sdavis committed Feb 8, 2013
1 parent 4e670f6 commit 5dc5d66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added Default-568h@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions JASidePanels.xcodeproj/project.pbxproj
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
5C49572716C555F700250332 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 5C49572616C555F700250332 /* Default-568h@2x.png */; };
95322A731517AEF40069C8D7 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 95322A701517AEEB0069C8D7 /* QuartzCore.framework */; };
9561ACB2151286EE005889C6 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9561ACB1151286EE005889C6 /* UIKit.framework */; };
9561ACB4151286EE005889C6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9561ACB3151286EE005889C6 /* Foundation.framework */; };
Expand All @@ -23,6 +24,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
5C49572616C555F700250332 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
95322A701517AEEB0069C8D7 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
9561ACAD151286EE005889C6 /* JASidePanels.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JASidePanels.app; sourceTree = BUILT_PRODUCTS_DIR; };
9561ACB1151286EE005889C6 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -66,6 +68,7 @@
9561ACA2151286EE005889C6 = {
isa = PBXGroup;
children = (
5C49572616C555F700250332 /* Default-568h@2x.png */,
9561ACB7151286EE005889C6 /* JASidePanels */,
9561ACB0151286EE005889C6 /* Frameworks */,
9561ACAE151286EE005889C6 /* Products */,
Expand Down Expand Up @@ -192,6 +195,7 @@
buildActionMask = 2147483647;
files = (
9561ACBC151286EE005889C6 /* InfoPlist.strings in Resources */,
5C49572716C555F700250332 /* Default-568h@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down

0 comments on commit 5dc5d66

Please sign in to comment.