Skip to content

Commit

Permalink
ios7 launch images
Browse files Browse the repository at this point in the history
  • Loading branch information
ghewgill committed Oct 8, 2013
1 parent f67873f commit cfc5b0d
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 0 deletions.
66 changes: 66 additions & 0 deletions Puzzles-Info.plist
Expand Up @@ -31,6 +31,72 @@
<string>1.1.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchImages</key>
<array>
<dict>
<key>UILaunchImageMinimumOSVersion</key>
<string>7.0</string>
<key>UILaunchImageName</key>
<string>ios7Default</string>
<key>UILaunchImageOrientation</key>
<string>Portrait</string>
<key>UILaunchImageSize</key>
<string>{320, 568}</string>
</dict>
<dict>
<key>UILaunchImageMinimumOSVersion</key>
<string>7.0</string>
<key>UILaunchImageName</key>
<string>ios7Default</string>
<key>UILaunchImageOrientation</key>
<string>Portrait</string>
<key>UILaunchImageSize</key>
<string>{320, 480}</string>
</dict>
</array>
<key>UILaunchImages~ipad</key>
<array>
<dict>
<key>UILaunchImageMinimumOSVersion</key>
<string>7.0</string>
<key>UILaunchImageName</key>
<string>ios7Default-Landscape</string>
<key>UILaunchImageOrientation</key>
<string>Landscape</string>
<key>UILaunchImageSize</key>
<string>{768, 1024}</string>
</dict>
<dict>
<key>UILaunchImageMinimumOSVersion</key>
<string>7.0</string>
<key>UILaunchImageName</key>
<string>ios7Default-Portrait</string>
<key>UILaunchImageOrientation</key>
<string>Portrait</string>
<key>UILaunchImageSize</key>
<string>{768, 1024}</string>
</dict>
<dict>
<key>UILaunchImageMinimumOSVersion</key>
<string>7.0</string>
<key>UILaunchImageName</key>
<string>ios7Default</string>
<key>UILaunchImageOrientation</key>
<string>Portrait</string>
<key>UILaunchImageSize</key>
<string>{320, 568}</string>
</dict>
<dict>
<key>UILaunchImageMinimumOSVersion</key>
<string>7.0</string>
<key>UILaunchImageName</key>
<string>ios7Default</string>
<key>UILaunchImageOrientation</key>
<string>Portrait</string>
<key>UILaunchImageSize</key>
<string>{320, 480}</string>
</dict>
</array>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIRequiredDeviceCapabilities</key>
Expand Down
24 changes: 24 additions & 0 deletions Puzzles.xcodeproj/project.pbxproj
Expand Up @@ -216,6 +216,12 @@
3782E85A16FDAA610040B261 /* Icon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3782E85616FDAA610040B261 /* Icon@2x.png */; };
3782E85D16FE488F0040B261 /* svnversion.c in Sources */ = {isa = PBXBuildFile; fileRef = 3782E85C16FE488F0040B261 /* svnversion.c */; };
3782E85F16FEBFA20040B261 /* inprogress@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 3782E85E16FEBFA20040B261 /* inprogress@2x.png */; };
37BB83051803C1810065C058 /* ios7Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 37BB82FF1803C1810065C058 /* ios7Default-568h@2x.png */; };
37BB83061803C1810065C058 /* ios7Default-Landscape.png in Resources */ = {isa = PBXBuildFile; fileRef = 37BB83001803C1810065C058 /* ios7Default-Landscape.png */; };
37BB83071803C1810065C058 /* ios7Default-Landscape@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 37BB83011803C1810065C058 /* ios7Default-Landscape@2x.png */; };
37BB83081803C1810065C058 /* ios7Default-Portrait.png in Resources */ = {isa = PBXBuildFile; fileRef = 37BB83021803C1810065C058 /* ios7Default-Portrait.png */; };
37BB83091803C1810065C058 /* ios7Default-Portrait@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 37BB83031803C1810065C058 /* ios7Default-Portrait@2x.png */; };
37BB830A1803C1810065C058 /* ios7Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 37BB83041803C1810065C058 /* ios7Default@2x.png */; };
37DDFDB316F45C53007B6287 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37DDFDB216F45C53007B6287 /* CoreText.framework */; };
37DDFDB516F58765007B6287 /* style.css in Resources */ = {isa = PBXBuildFile; fileRef = 37DDFDB416F58765007B6287 /* style.css */; };
37DDFDB716F5A879007B6287 /* help.html in Resources */ = {isa = PBXBuildFile; fileRef = 37DDFDB616F5A879007B6287 /* help.html */; };
Expand Down Expand Up @@ -469,6 +475,12 @@
3782E85616FDAA610040B261 /* Icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Icon@2x.png"; sourceTree = SOURCE_ROOT; };
3782E85C16FE488F0040B261 /* svnversion.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svnversion.c; sourceTree = "<group>"; };
3782E85E16FEBFA20040B261 /* inprogress@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "inprogress@2x.png"; sourceTree = SOURCE_ROOT; };
37BB82FF1803C1810065C058 /* ios7Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ios7Default-568h@2x.png"; sourceTree = SOURCE_ROOT; };
37BB83001803C1810065C058 /* ios7Default-Landscape.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ios7Default-Landscape.png"; sourceTree = SOURCE_ROOT; };
37BB83011803C1810065C058 /* ios7Default-Landscape@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ios7Default-Landscape@2x.png"; sourceTree = SOURCE_ROOT; };
37BB83021803C1810065C058 /* ios7Default-Portrait.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ios7Default-Portrait.png"; sourceTree = SOURCE_ROOT; };
37BB83031803C1810065C058 /* ios7Default-Portrait@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ios7Default-Portrait@2x.png"; sourceTree = SOURCE_ROOT; };
37BB83041803C1810065C058 /* ios7Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ios7Default@2x.png"; sourceTree = SOURCE_ROOT; };
37DDFDB216F45C53007B6287 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
37DDFDB416F58765007B6287 /* style.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = style.css; sourceTree = "<group>"; };
37DDFDB616F5A879007B6287 /* help.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = help.html; sourceTree = "<group>"; };
Expand Down Expand Up @@ -566,6 +578,12 @@
37DDFDB916F70606007B6287 /* Default-Landscape@2x.png */,
37DDFDBA16F70606007B6287 /* Default-Portrait.png */,
37DDFDBB16F70606007B6287 /* Default-Portrait@2x.png */,
37BB82FF1803C1810065C058 /* ios7Default-568h@2x.png */,
37BB83001803C1810065C058 /* ios7Default-Landscape.png */,
37BB83011803C1810065C058 /* ios7Default-Landscape@2x.png */,
37BB83021803C1810065C058 /* ios7Default-Portrait.png */,
37BB83031803C1810065C058 /* ios7Default-Portrait@2x.png */,
37BB83041803C1810065C058 /* ios7Default@2x.png */,
37DDFDC016F78FE2007B6287 /* inprogress.png */,
3782E85E16FEBFA20040B261 /* inprogress@2x.png */,
3782E85316FDAA610040B261 /* Icon-72.png */,
Expand Down Expand Up @@ -868,6 +886,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
37BB83081803C1810065C058 /* ios7Default-Portrait.png in Resources */,
3701DC1316E730ED00896D7D /* InfoPlist.strings in Resources */,
3701DC1B16E730ED00896D7D /* Default.png in Resources */,
3701DC1D16E730ED00896D7D /* Default@2x.png in Resources */,
Expand Down Expand Up @@ -936,6 +955,7 @@
3701DD7E16F3997400896D7D /* pegs.html in Resources */,
3701DD7F16F3997400896D7D /* range.html in Resources */,
3701DD8016F3997400896D7D /* rectangles.html in Resources */,
37BB83091803C1810065C058 /* ios7Default-Portrait@2x.png in Resources */,
3701DD8116F3997400896D7D /* samegame.html in Resources */,
3701DD8216F3997400896D7D /* signpost.html in Resources */,
3701DD8316F3997400896D7D /* singles.html in Resources */,
Expand Down Expand Up @@ -972,6 +992,7 @@
3782E82A16FD637E0040B261 /* inertia-96d24@2x.png in Resources */,
3782E82B16FD637E0040B261 /* keen-96d24@2x.png in Resources */,
3782E82C16FD637E0040B261 /* lightup-96d24@2x.png in Resources */,
37BB83071803C1810065C058 /* ios7Default-Landscape@2x.png in Resources */,
3782E82D16FD637E0040B261 /* loopy-96d24@2x.png in Resources */,
3782E82E16FD637E0040B261 /* magnets-96d24@2x.png in Resources */,
3782E82F16FD637E0040B261 /* map-96d24@2x.png in Resources */,
Expand All @@ -993,13 +1014,16 @@
3782E84D16FD63AF0040B261 /* towers-96d24@2x.png in Resources */,
3782E84E16FD63AF0040B261 /* twiddle-96d24@2x.png in Resources */,
3782E84F16FD63AF0040B261 /* undead-96d24@2x.png in Resources */,
37BB83051803C1810065C058 /* ios7Default-568h@2x.png in Resources */,
3782E85016FD63AF0040B261 /* unequal-96d24@2x.png in Resources */,
3782E85116FD63AF0040B261 /* unruly-96d24@2x.png in Resources */,
3782E85216FD63AF0040B261 /* untangle-96d24@2x.png in Resources */,
3782E85716FDAA610040B261 /* Icon-72.png in Resources */,
3782E85816FDAA610040B261 /* Icon-72@2x.png in Resources */,
3782E85916FDAA610040B261 /* Icon.png in Resources */,
37BB830A1803C1810065C058 /* ios7Default@2x.png in Resources */,
3782E85A16FDAA610040B261 /* Icon@2x.png in Resources */,
37BB83061803C1810065C058 /* ios7Default-Landscape.png in Resources */,
3782E85F16FEBFA20040B261 /* inprogress@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Binary file added ios7Default-568h@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 ios7Default-Landscape.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 ios7Default-Landscape@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 ios7Default-Portrait.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 ios7Default-Portrait@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 ios7Default@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 cfc5b0d

Please sign in to comment.