Repository: cordova-ios
Updated Branches:
  refs/heads/master 5dff3fae8 -> d08cf362c


CB-7632 - [iOS 8] Add launch image definitions to Info.plist


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/d08cf362
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/d08cf362
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/d08cf362

Branch: refs/heads/master
Commit: d08cf362cc0268141f351151a818d3ff49c83a1b
Parents: 5dff3fa
Author: Shazron Abdullah <shaz...@apache.org>
Authored: Fri Sep 26 11:07:15 2014 -0700
Committer: Shazron Abdullah <shaz...@apache.org>
Committed: Fri Sep 26 11:07:15 2014 -0700

----------------------------------------------------------------------
 .../project/__CLI__.xcodeproj/project.pbxproj   |  12 +++
 .../__NON-CLI__.xcodeproj/project.pbxproj       |  14 ++-
 .../Resources/splash/Default-667h.png           | Bin 0 -> 57532 bytes
 .../Resources/splash/Default-736h.png           | Bin 0 -> 80929 bytes
 .../Resources/splash/Default-Landscape-736h.png | Bin 0 -> 79491 bytes
 .../__PROJECT_NAME__-Info.plist                 | 103 +++++++++++++++++++
 6 files changed, 128 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d08cf362/bin/templates/project/__CLI__.xcodeproj/project.pbxproj
----------------------------------------------------------------------
diff --git a/bin/templates/project/__CLI__.xcodeproj/project.pbxproj 
b/bin/templates/project/__CLI__.xcodeproj/project.pbxproj
index cf949d0..f74b45d 100755
--- a/bin/templates/project/__CLI__.xcodeproj/project.pbxproj
+++ b/bin/templates/project/__CLI__.xcodeproj/project.pbxproj
@@ -25,6 +25,9 @@
                308D05381370CCF300D202BF /* icon.png in Resources */ = {isa = 
PBXBuildFile; fileRef = 308D052F1370CCF300D202BF /* icon.png */; };
                308D05391370CCF300D202BF /* i...@2x.png in Resources */ = {isa 
= PBXBuildFile; fileRef = 308D05301370CCF300D202BF /* i...@2x.png */; };
                30A0434814DC770100060A13 /* Localizable.strings in Resources */ 
= {isa = PBXBuildFile; fileRef = 30A0434314DC770100060A13 /* 
Localizable.strings */; };
+               30B4F30019D5E07200D9F7D8 /* Default-667h.png in Resources */ = 
{isa = PBXBuildFile; fileRef = 30B4F2FD19D5E07200D9F7D8 /* Default-667h.png */; 
};
+               30B4F30119D5E07200D9F7D8 /* Default-736h.png in Resources */ = 
{isa = PBXBuildFile; fileRef = 30B4F2FE19D5E07200D9F7D8 /* Default-736h.png */; 
};
+               30B4F30219D5E07200D9F7D8 /* Default-Landscape-736h.png in 
Resources */ = {isa = PBXBuildFile; fileRef = 30B4F2FF19D5E07200D9F7D8 /* 
Default-Landscape-736h.png */; };
                30FC414916E50CA1004E6F35 /* icon...@2x.png in Resources */ = 
{isa = PBXBuildFile; fileRef = 30FC414816E50CA1004E6F35 /* icon...@2x.png */; };
                5B1594DD16A7569C00FEF299 /* AssetsLibrary.framework in 
Frameworks */ = {isa = PBXBuildFile; fileRef = 5B1594DC16A7569C00FEF299 /* 
AssetsLibrary.framework */; };
                7E7966DE1810823500FA85AD /* icon-40.png in Resources */ = {isa 
= PBXBuildFile; fileRef = 7E7966D41810823500FA85AD /* icon-40.png */; };
@@ -82,6 +85,9 @@
                308D05301370CCF300D202BF /* i...@2x.png */ = {isa = 
PBXFileReference; lastKnownFileType = image.png; path = "i...@2x.png"; 
sourceTree = "<group>"; };
                30A0434414DC770100060A13 /* de */ = {isa = PBXFileReference; 
lastKnownFileType = text.plist.strings; name = de; path = Localizable.strings; 
sourceTree = "<group>"; };
                30A0434714DC770100060A13 /* se */ = {isa = PBXFileReference; 
lastKnownFileType = text.plist.strings; name = se; path = Localizable.strings; 
sourceTree = "<group>"; };
+               30B4F2FD19D5E07200D9F7D8 /* Default-667h.png */ = {isa = 
PBXFileReference; lastKnownFileType = image.png; path = "Default-667h.png"; 
sourceTree = "<group>"; };
+               30B4F2FE19D5E07200D9F7D8 /* Default-736h.png */ = {isa = 
PBXFileReference; lastKnownFileType = image.png; path = "Default-736h.png"; 
sourceTree = "<group>"; };
+               30B4F2FF19D5E07200D9F7D8 /* Default-Landscape-736h.png */ = 
{isa = PBXFileReference; lastKnownFileType = image.png; path = 
"Default-Landscape-736h.png"; sourceTree = "<group>"; };
                30FC414816E50CA1004E6F35 /* icon...@2x.png */ = {isa = 
PBXFileReference; lastKnownFileType = image.png; path = "icon...@2x.png"; 
sourceTree = "<group>"; };
                32CA4F630368D1EE00C91783 /* __PROJECT_NAME__-Prefix.pch */ = 
{isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; 
path = "__PROJECT_NAME__-Prefix.pch"; sourceTree = "<group>"; };
                5B1594DC16A7569C00FEF299 /* AssetsLibrary.framework */ = {isa = 
PBXFileReference; lastKnownFileType = wrapper.framework; name = 
AssetsLibrary.framework; path = 
System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; };
@@ -248,6 +254,9 @@
                308D05311370CCF300D202BF /* splash */ = {
                        isa = PBXGroup;
                        children = (
+                               30B4F2FD19D5E07200D9F7D8 /* Default-667h.png */,
+                               30B4F2FE19D5E07200D9F7D8 /* Default-736h.png */,
+                               30B4F2FF19D5E07200D9F7D8 /* 
Default-Landscape-736h.png */,
                                D4A0D8751607E02300AEF8BB /* 
Default-568h@2x~iphone.png */,
                                3088BBB7154F3926009F9C59 /* 
Default-Landscape@2x~ipad.png */,
                                3088BBB8154F3926009F9C59 /* 
Default-Landscape~ipad.png */,
@@ -361,6 +370,7 @@
                                7E7966E41810823500FA85AD /* icon-76.png in 
Resources */,
                                7E7966DF1810823500FA85AD /* icon...@2x.png in 
Resources */,
                                308D05371370CCF300D202BF /* icon-72.png in 
Resources */,
+                               30B4F30119D5E07200D9F7D8 /* Default-736h.png in 
Resources */,
                                308D05381370CCF300D202BF /* icon.png in 
Resources */,
                                308D05391370CCF300D202BF /* i...@2x.png in 
Resources */,
                                1F766FE113BBADB100FB74C0 /* Localizable.strings 
in Resources */,
@@ -374,11 +384,13 @@
                                3088BBBF154F3926009F9C59 /* 
Default-Portrait@2x~ipad.png in Resources */,
                                7E7966E71810823500FA85AD /* icon-sm...@2x.png 
in Resources */,
                                3088BBC0154F3926009F9C59 /* 
Default-Portrait~ipad.png in Resources */,
+                               30B4F30019D5E07200D9F7D8 /* Default-667h.png in 
Resources */,
                                7E7966DE1810823500FA85AD /* icon-40.png in 
Resources */,
                                3088BBC1154F3926009F9C59 /* 
Default@2x~iphone.png in Resources */,
                                7E7966E21810823500FA85AD /* icon-60.png in 
Resources */,
                                3088BBC2154F3926009F9C59 /* Default~iphone.png 
in Resources */,
                                D4A0D8761607E02300AEF8BB /* 
Default-568h@2x~iphone.png in Resources */,
+                               30B4F30219D5E07200D9F7D8 /* 
Default-Landscape-736h.png in Resources */,
                                7E7966E11810823500FA85AD /* icon...@2x.png in 
Resources */,
                                7E7966E51810823500FA85AD /* icon...@2x.png in 
Resources */,
                                30FC414916E50CA1004E6F35 /* icon...@2x.png in 
Resources */,

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d08cf362/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj
----------------------------------------------------------------------
diff --git a/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj 
b/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj
index afc446c..58699a6 100755
--- a/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj
+++ b/bin/templates/project/__NON-CLI__.xcodeproj/project.pbxproj
@@ -25,6 +25,9 @@
                308D05381370CCF300D202BF /* icon.png in Resources */ = {isa = 
PBXBuildFile; fileRef = 308D052F1370CCF300D202BF /* icon.png */; };
                308D05391370CCF300D202BF /* i...@2x.png in Resources */ = {isa 
= PBXBuildFile; fileRef = 308D05301370CCF300D202BF /* i...@2x.png */; };
                30A0434814DC770100060A13 /* Localizable.strings in Resources */ 
= {isa = PBXBuildFile; fileRef = 30A0434314DC770100060A13 /* 
Localizable.strings */; };
+               30B4F30719D5E08600D9F7D8 /* Default-667h.png in Resources */ = 
{isa = PBXBuildFile; fileRef = 30B4F30419D5E08600D9F7D8 /* Default-667h.png */; 
};
+               30B4F30819D5E08600D9F7D8 /* Default-736h.png in Resources */ = 
{isa = PBXBuildFile; fileRef = 30B4F30519D5E08600D9F7D8 /* Default-736h.png */; 
};
+               30B4F30919D5E08600D9F7D8 /* Default-Landscape-736h.png in 
Resources */ = {isa = PBXBuildFile; fileRef = 30B4F30619D5E08600D9F7D8 /* 
Default-Landscape-736h.png */; };
                30FC414916E50CA1004E6F35 /* icon...@2x.png in Resources */ = 
{isa = PBXBuildFile; fileRef = 30FC414816E50CA1004E6F35 /* icon...@2x.png */; };
                5B1594DD16A7569C00FEF299 /* AssetsLibrary.framework in 
Frameworks */ = {isa = PBXBuildFile; fileRef = 5B1594DC16A7569C00FEF299 /* 
AssetsLibrary.framework */; };
                7E7966DE1810823500FA85AD /* icon-40.png in Resources */ = {isa 
= PBXBuildFile; fileRef = 7E7966D41810823500FA85AD /* icon-40.png */; };
@@ -82,6 +85,9 @@
                308D05301370CCF300D202BF /* i...@2x.png */ = {isa = 
PBXFileReference; lastKnownFileType = image.png; path = "i...@2x.png"; 
sourceTree = "<group>"; };
                30A0434414DC770100060A13 /* de */ = {isa = PBXFileReference; 
lastKnownFileType = text.plist.strings; name = de; path = Localizable.strings; 
sourceTree = "<group>"; };
                30A0434714DC770100060A13 /* se */ = {isa = PBXFileReference; 
lastKnownFileType = text.plist.strings; name = se; path = Localizable.strings; 
sourceTree = "<group>"; };
+               30B4F30419D5E08600D9F7D8 /* Default-667h.png */ = {isa = 
PBXFileReference; lastKnownFileType = image.png; path = "Default-667h.png"; 
sourceTree = "<group>"; };
+               30B4F30519D5E08600D9F7D8 /* Default-736h.png */ = {isa = 
PBXFileReference; lastKnownFileType = image.png; path = "Default-736h.png"; 
sourceTree = "<group>"; };
+               30B4F30619D5E08600D9F7D8 /* Default-Landscape-736h.png */ = 
{isa = PBXFileReference; lastKnownFileType = image.png; path = 
"Default-Landscape-736h.png"; sourceTree = "<group>"; };
                30FC414816E50CA1004E6F35 /* icon...@2x.png */ = {isa = 
PBXFileReference; lastKnownFileType = image.png; path = "icon...@2x.png"; 
sourceTree = "<group>"; };
                32CA4F630368D1EE00C91783 /* __PROJECT_NAME__-Prefix.pch */ = 
{isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; 
path = "__PROJECT_NAME__-Prefix.pch"; sourceTree = "<group>"; };
                5B1594DC16A7569C00FEF299 /* AssetsLibrary.framework */ = {isa = 
PBXFileReference; lastKnownFileType = wrapper.framework; name = 
AssetsLibrary.framework; path = 
System/Library/Frameworks/AssetsLibrary.framework; sourceTree = SDKROOT; };
@@ -243,6 +249,9 @@
                308D05311370CCF300D202BF /* splash */ = {
                        isa = PBXGroup;
                        children = (
+                               30B4F30419D5E08600D9F7D8 /* Default-667h.png */,
+                               30B4F30519D5E08600D9F7D8 /* Default-736h.png */,
+                               30B4F30619D5E08600D9F7D8 /* 
Default-Landscape-736h.png */,
                                D4A0D8751607E02300AEF8BB /* 
Default-568h@2x~iphone.png */,
                                3088BBB7154F3926009F9C59 /* 
Default-Landscape@2x~ipad.png */,
                                3088BBB8154F3926009F9C59 /* 
Default-Landscape~ipad.png */,
@@ -347,6 +356,7 @@
                                7E7966E41810823500FA85AD /* icon-76.png in 
Resources */,
                                7E7966DF1810823500FA85AD /* icon...@2x.png in 
Resources */,
                                308D05371370CCF300D202BF /* icon-72.png in 
Resources */,
+                               30B4F30819D5E08600D9F7D8 /* Default-736h.png in 
Resources */,
                                308D05381370CCF300D202BF /* icon.png in 
Resources */,
                                308D05391370CCF300D202BF /* i...@2x.png in 
Resources */,
                                1F766FE113BBADB100FB74C0 /* Localizable.strings 
in Resources */,
@@ -360,11 +370,13 @@
                                3088BBBF154F3926009F9C59 /* 
Default-Portrait@2x~ipad.png in Resources */,
                                7E7966E71810823500FA85AD /* icon-sm...@2x.png 
in Resources */,
                                3088BBC0154F3926009F9C59 /* 
Default-Portrait~ipad.png in Resources */,
+                               30B4F30719D5E08600D9F7D8 /* Default-667h.png in 
Resources */,
                                7E7966DE1810823500FA85AD /* icon-40.png in 
Resources */,
                                3088BBC1154F3926009F9C59 /* 
Default@2x~iphone.png in Resources */,
                                7E7966E21810823500FA85AD /* icon-60.png in 
Resources */,
                                3088BBC2154F3926009F9C59 /* Default~iphone.png 
in Resources */,
                                D4A0D8761607E02300AEF8BB /* 
Default-568h@2x~iphone.png in Resources */,
+                               30B4F30919D5E08600D9F7D8 /* 
Default-Landscape-736h.png in Resources */,
                                7E7966E11810823500FA85AD /* icon...@2x.png in 
Resources */,
                                7E7966E51810823500FA85AD /* icon...@2x.png in 
Resources */,
                                30FC414916E50CA1004E6F35 /* icon...@2x.png in 
Resources */,
@@ -387,7 +399,7 @@
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
                        shellScript = "cordova/lib/copy-www-build-step.sh";
-            showEnvVarsInLog = 0;
+                       showEnvVarsInLog = 0;
                };
 /* End PBXShellScriptBuildPhase section */
 

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d08cf362/bin/templates/project/__PROJECT_NAME__/Resources/splash/Default-667h.png
----------------------------------------------------------------------
diff --git 
a/bin/templates/project/__PROJECT_NAME__/Resources/splash/Default-667h.png 
b/bin/templates/project/__PROJECT_NAME__/Resources/splash/Default-667h.png
new file mode 100644
index 0000000..d9bcf61
Binary files /dev/null and 
b/bin/templates/project/__PROJECT_NAME__/Resources/splash/Default-667h.png 
differ

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d08cf362/bin/templates/project/__PROJECT_NAME__/Resources/splash/Default-736h.png
----------------------------------------------------------------------
diff --git 
a/bin/templates/project/__PROJECT_NAME__/Resources/splash/Default-736h.png 
b/bin/templates/project/__PROJECT_NAME__/Resources/splash/Default-736h.png
new file mode 100644
index 0000000..1fcef22
Binary files /dev/null and 
b/bin/templates/project/__PROJECT_NAME__/Resources/splash/Default-736h.png 
differ

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d08cf362/bin/templates/project/__PROJECT_NAME__/Resources/splash/Default-Landscape-736h.png
----------------------------------------------------------------------
diff --git 
a/bin/templates/project/__PROJECT_NAME__/Resources/splash/Default-Landscape-736h.png
 
b/bin/templates/project/__PROJECT_NAME__/Resources/splash/Default-Landscape-736h.png
new file mode 100644
index 0000000..eae0792
Binary files /dev/null and 
b/bin/templates/project/__PROJECT_NAME__/Resources/splash/Default-Landscape-736h.png
 differ

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/d08cf362/bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist
----------------------------------------------------------------------
diff --git a/bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist 
b/bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist
index fa0ebc0..c4059b7 100644
--- a/bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist
+++ b/bin/templates/project/__PROJECT_NAME__/__PROJECT_NAME__-Info.plist
@@ -99,5 +99,108 @@
                <string>UIInterfaceOrientationPortraitUpsideDown</string>
                <string>UIInterfaceOrientationLandscapeRight</string>
        </array>
+    <key>UILaunchImages</key>
+        <array>
+            <dict>
+                <key>UILaunchImageMinimumOSVersion</key>
+                <string>8.0</string>
+                <key>UILaunchImageName</key>
+                <string>Default</string>
+                <key>UILaunchImageOrientation</key>
+                <string>Portrait</string>
+                <key>UILaunchImageSize</key>
+                <string>{320, 480}</string>
+            </dict>
+            <dict>
+                <key>UILaunchImageMinimumOSVersion</key>
+                <string>8.0</string>
+                <key>UILaunchImageName</key>
+                <string>Default</string>
+                <key>UILaunchImageOrientation</key>
+                <string>Landscape</string>
+                <key>UILaunchImageSize</key>
+                <string>{320, 480}</string>
+            </dict>
+            <dict>
+                <key>UILaunchImageMinimumOSVersion</key>
+                <string>8.0</string>
+                <key>UILaunchImageName</key>
+                <string>Default-568h</string>
+                <key>UILaunchImageOrientation</key>
+                <string>Portrait</string>
+                <key>UILaunchImageSize</key>
+                <string>{320, 568}</string>
+            </dict>
+            <dict>
+                <key>UILaunchImageMinimumOSVersion</key>
+                <string>8.0</string>
+                <key>UILaunchImageName</key>
+                <string>Default-568h</string>
+                <key>UILaunchImageOrientation</key>
+                <string>Landscape</string>
+                <key>UILaunchImageSize</key>
+                <string>{320, 568}</string>
+            </dict>
+            <dict>
+                <key>UILaunchImageMinimumOSVersion</key>
+                <string>8.0</string>
+                <key>UILaunchImageName</key>
+                <string>Default-667h</string>
+                <key>UILaunchImageOrientation</key>
+                <string>Portrait</string>
+                <key>UILaunchImageSize</key>
+                <string>{375, 667}</string>
+            </dict>
+            <dict>
+                <key>UILaunchImageMinimumOSVersion</key>
+                <string>8.0</string>
+                <key>UILaunchImageName</key>
+                <string>Default-667h</string>
+                <key>UILaunchImageOrientation</key>
+                <string>Landscape</string>
+                <key>UILaunchImageSize</key>
+                <string>{375, 667}</string>
+            </dict>
+            <dict>
+                <key>UILaunchImageMinimumOSVersion</key>
+                <string>8.0</string>
+                <key>UILaunchImageName</key>
+                <string>Default-736h</string>
+                <key>UILaunchImageOrientation</key>
+                <string>Portrait</string>
+                <key>UILaunchImageSize</key>
+                <string>{414, 736}</string>
+            </dict>
+            <dict>
+                <key>UILaunchImageMinimumOSVersion</key>
+                <string>8.0</string>
+                <key>UILaunchImageName</key>
+                <string>Default-Landscape-736h</string>
+                <key>UILaunchImageOrientation</key>
+                <string>Landscape</string>
+                <key>UILaunchImageSize</key>
+                <string>{414, 736}</string>
+            </dict>
+            <dict>
+                <key>UILaunchImageMinimumOSVersion</key>
+                <string>8.0</string>
+                <key>UILaunchImageName</key>
+                <string>Default-Portrait</string>
+                <key>UILaunchImageOrientation</key>
+                <string>Portrait</string>
+                <key>UILaunchImageSize</key>
+                <string>{768, 1024}</string>
+            </dict>
+            <dict>
+                <key>UILaunchImageMinimumOSVersion</key>
+                <string>8.0</string>
+                <key>UILaunchImageName</key>
+                <string>Default-Landscape</string>
+                <key>UILaunchImageOrientation</key>
+                <string>Landscape</string>
+                <key>UILaunchImageSize</key>
+                <string>{768, 1024}</string>
+            </dict>
+        </array>    
 </dict>
 </plist>

Reply via email to