Skip to content

Commit

Permalink
fixed issues with iPhone 5 Retina startscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
NiFa18 committed Jan 21, 2013
1 parent a931522 commit ad302c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Calculator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
2C8EEDA116ADBC2600CDA41D /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 2C8EEDA016ADBC2600CDA41D /* [email protected] */; };
5A3DECEA1556CD4A00865DFF /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A3DECE91556CD4A00865DFF /* UIKit.framework */; };
5A3DECEC1556CD4A00865DFF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A3DECEB1556CD4A00865DFF /* Foundation.framework */; };
5A3DECEE1556CD4A00865DFF /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A3DECED1556CD4A00865DFF /* CoreGraphics.framework */; };
Expand All @@ -19,6 +20,7 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
2C8EEDA016ADBC2600CDA41D /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
5A3DECE51556CD4A00865DFF /* Calculator.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Calculator.app; sourceTree = BUILT_PRODUCTS_DIR; };
5A3DECE91556CD4A00865DFF /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
5A3DECEB1556CD4A00865DFF /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -53,6 +55,7 @@
5A3DECDA1556CD4A00865DFF = {
isa = PBXGroup;
children = (
2C8EEDA016ADBC2600CDA41D /* [email protected] */,
5A3DECEF1556CD4A00865DFF /* Calculator */,
5A3DECE81556CD4A00865DFF /* Frameworks */,
5A3DECE61556CD4A00865DFF /* Products */,
Expand Down Expand Up @@ -156,6 +159,7 @@
files = (
5A3DECF41556CD4A00865DFF /* InfoPlist.strings in Resources */,
5A3DECFD1556CD4A00865DFF /* MainStoryboard.storyboard in Resources */,
2C8EEDA116ADBC2600CDA41D /* [email protected] in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -281,6 +285,7 @@
5A3DED051556CD4A00865DFF /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
Binary file added [email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ad302c5

Please sign in to comment.