Skip to content

Commit

Permalink
added default png for iPhone 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
maddox committed Sep 14, 2012
1 parent bb67408 commit f142cbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Play Cocoa.xcodeproj/project.pbxproj
Expand Up @@ -49,6 +49,7 @@
30EE1BA21538834A00AD9DF2 /* note-pink-down.png in Resources */ = {isa = PBXBuildFile; fileRef = 30EE1BA01538834A00AD9DF2 /* note-pink-down.png */; };
30EE1BA31538834A00AD9DF2 /* note-pink.png in Resources */ = {isa = PBXBuildFile; fileRef = 30EE1BA11538834A00AD9DF2 /* note-pink.png */; };
30FCE81F1538CCA600E70B42 /* PLAQueueDarkAlbumTextField.m in Sources */ = {isa = PBXBuildFile; fileRef = 30FCE81E1538CCA600E70B42 /* PLAQueueDarkAlbumTextField.m */; };
E0146EBD1602EF9E0042C696 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = E0146EBC1602EF9E0042C696 /* Default-568h@2x.png */; };
E032805E153560680077B17B /* PLAItemWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = E032805D153560680077B17B /* PLAItemWindow.m */; };
E0328061153561180077B17B /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E0328060153561180077B17B /* QuartzCore.framework */; };
E051B0A71535569C007DC4F7 /* PLAItemLogInWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = E051B0A51535569C007DC4F7 /* PLAItemLogInWindowController.m */; };
Expand Down Expand Up @@ -243,6 +244,7 @@
30EE1BA11538834A00AD9DF2 /* note-pink.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "note-pink.png"; sourceTree = "<group>"; };
30FCE81D1538CCA600E70B42 /* PLAQueueDarkAlbumTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PLAQueueDarkAlbumTextField.h; sourceTree = "<group>"; };
30FCE81E1538CCA600E70B42 /* PLAQueueDarkAlbumTextField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PLAQueueDarkAlbumTextField.m; sourceTree = "<group>"; };
E0146EBC1602EF9E0042C696 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
E032805C153560680077B17B /* PLAItemWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PLAItemWindow.h; path = Controllers/PLAItemWindow.h; sourceTree = "<group>"; };
E032805D153560680077B17B /* PLAItemWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PLAItemWindow.m; path = Controllers/PLAItemWindow.m; sourceTree = "<group>"; };
E0328060153561180077B17B /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -890,6 +892,7 @@
children = (
E058E21F15332C4C0079B226 /* Default.png */,
E058E22015332C4C0079B226 /* Default@2x.png */,
E0146EBC1602EF9E0042C696 /* Default-568h@2x.png */,
E058E22115332C4C0079B226 /* icon-72.png */,
E072471B15408F7600F64C2B /* icon-72@2x.png */,
E058E22215332C4C0079B226 /* icon.png */,
Expand Down Expand Up @@ -1023,6 +1026,7 @@
E0761BBE153F977500CB3E2F /* OpenSans-Italic.ttf in Resources */,
E06844A1153F9C1E009C6B3F /* OpenSans-Regular.ttf in Resources */,
E072471C15408F7600F64C2B /* icon-72@2x.png in Resources */,
E0146EBD1602EF9E0042C696 /* Default-568h@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file added Play iOS/images/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.

0 comments on commit f142cbb

Please sign in to comment.