Skip to content

Commit 03d66fd

Browse files
author
Tom Wilson
committed
add iPhone 6 and iPhone 6 Plus launch images
1 parent 2c0a75d commit 03d66fd

File tree

4 files changed

+37
-9
lines changed

4 files changed

+37
-9
lines changed

Info.plist

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,26 @@
4141
<string>Legacy-Default</string>
4242
<key>UILaunchImages</key>
4343
<array>
44+
<dict>
45+
<key>UILaunchImageMinimumOSVersion</key>
46+
<string>7.0</string>
47+
<key>UILaunchImageName</key>
48+
<string>Modern-Default-736h</string>
49+
<key>UILaunchImageSize</key>
50+
<string>{414, 736}</string>
51+
<key>UILaunchImageOrientation</key>
52+
<string>Portrait</string>
53+
</dict>
54+
<dict>
55+
<key>UILaunchImageMinimumOSVersion</key>
56+
<string>7.0</string>
57+
<key>UILaunchImageName</key>
58+
<string>Modern-Default-667h</string>
59+
<key>UILaunchImageSize</key>
60+
<string>{375, 667}</string>
61+
<key>UILaunchImageOrientation</key>
62+
<string>Portrait</string>
63+
</dict>
4464
<dict>
4565
<key>UILaunchImageMinimumOSVersion</key>
4666
<string>7.0</string>
5.58 KB
Loading
11.7 KB
Loading

newsyc.xcodeproj/project.pbxproj

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@
180180
7DDFA3B31401A92400B8E69B /* HNSession+Following.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DDFA3B21401A92400B8E69B /* HNSession+Following.m */; };
181181
7DFFDF0B13325FF20082F55A /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DFFDF0A13325FF20082F55A /* CoreText.framework */; };
182182
CBFCE7AD1398712F007A5DDD /* SearchController.m in Sources */ = {isa = PBXBuildFile; fileRef = CBFCE7AB1398712F007A5DDD /* SearchController.m */; };
183+
E2F91C3319CD453600BDCA7A /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E2F91C3119CD453600BDCA7A /* [email protected] */; };
184+
E2F91C3419CD453600BDCA7A /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E2F91C3219CD453600BDCA7A /* [email protected] */; };
183185
FA5F796B134CE04F002EEBCA /* InstapaperLoginController.m in Sources */ = {isa = PBXBuildFile; fileRef = FA5F796A134CE04F002EEBCA /* InstapaperLoginController.m */; };
184186
FA85248E1357BA73004E5A72 /* NSArray+Strings.m in Sources */ = {isa = PBXBuildFile; fileRef = FA85248D1357BA73004E5A72 /* NSArray+Strings.m */; };
185187
/* End PBXBuildFile section */
@@ -449,6 +451,8 @@
449451
7DFFDF0A13325FF20082F55A /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
450452
CBFCE7AA1398712F007A5DDD /* SearchController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchController.h; sourceTree = "<group>"; };
451453
CBFCE7AB1398712F007A5DDD /* SearchController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchController.m; sourceTree = "<group>"; };
454+
E2F91C3119CD453600BDCA7A /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
455+
E2F91C3219CD453600BDCA7A /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
452456
FA5F7969134CE04F002EEBCA /* InstapaperLoginController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InstapaperLoginController.h; sourceTree = "<group>"; };
453457
FA5F796A134CE04F002EEBCA /* InstapaperLoginController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InstapaperLoginController.m; sourceTree = "<group>"; };
454458
FA85248C1357BA73004E5A72 /* NSArray+Strings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+Strings.h"; sourceTree = "<group>"; };
@@ -589,14 +593,6 @@
589593
18B7E6BA1849752600D30E4E /* Launch Images */ = {
590594
isa = PBXGroup;
591595
children = (
592-
18B7E72C18497DCA00D30E4E /* Modern-Default-568h.png */,
593-
18B7E72D18497DCA00D30E4E /* [email protected] */,
594-
18B7E72E18497DCA00D30E4E /* Modern-Default-Landscape.png */,
595-
18B7E72F18497DCA00D30E4E /* [email protected] */,
596-
18B7E73018497DCA00D30E4E /* Modern-Default-Portrait.png */,
597-
18B7E73118497DCA00D30E4E /* [email protected] */,
598-
18B7E73218497DCA00D30E4E /* Modern-Default.png */,
599-
18B7E73318497DCA00D30E4E /* [email protected] */,
600596
18B7E73418497DCA00D30E4E /* Legacy-Default-568h.png */,
601597
18B7E73518497DCA00D30E4E /* [email protected] */,
602598
18B7E73618497DCA00D30E4E /* Legacy-Default-Landscape.png */,
@@ -605,6 +601,16 @@
605601
18B7E73918497DCA00D30E4E /* [email protected] */,
606602
18B7E73A18497DCA00D30E4E /* Legacy-Default.png */,
607603
18B7E73B18497DCA00D30E4E /* [email protected] */,
604+
18B7E72C18497DCA00D30E4E /* Modern-Default-568h.png */,
605+
18B7E72D18497DCA00D30E4E /* [email protected] */,
606+
E2F91C3119CD453600BDCA7A /* [email protected] */,
607+
E2F91C3219CD453600BDCA7A /* [email protected] */,
608+
18B7E72E18497DCA00D30E4E /* Modern-Default-Landscape.png */,
609+
18B7E72F18497DCA00D30E4E /* [email protected] */,
610+
18B7E73018497DCA00D30E4E /* Modern-Default-Portrait.png */,
611+
18B7E73118497DCA00D30E4E /* [email protected] */,
612+
18B7E73218497DCA00D30E4E /* Modern-Default.png */,
613+
18B7E73318497DCA00D30E4E /* [email protected] */,
608614
);
609615
name = "Launch Images";
610616
path = "Resources/Launch Images";
@@ -944,7 +950,7 @@
944950
LastUpgradeCheck = 0500;
945951
TargetAttributes = {
946952
7D1F988C1320CF720059EBBB = {
947-
DevelopmentTeam = 6LV823278R;
953+
DevelopmentTeam = 7N35LZ72J7;
948954
};
949955
};
950956
};
@@ -1047,6 +1053,7 @@
10471053
18B7E70B1849752600D30E4E /* readability.png in Resources */,
10481054
18B7E7061849752600D30E4E /* openinsafari~ipad.png in Resources */,
10491055
18B7E7051849752600D30E4E /* openinsafari@2x~ipad.png in Resources */,
1056+
E2F91C3419CD453600BDCA7A /* [email protected] in Resources */,
10501057
18B7E7011849752600D30E4E /* [email protected] in Resources */,
10511058
18B7E6E71849752600D30E4E /* [email protected] in Resources */,
10521059
18B7E70D1849752600D30E4E /* refresh.png in Resources */,
@@ -1081,6 +1088,7 @@
10811088
18B7E7091849752600D30E4E /* [email protected] in Resources */,
10821089
18B7E70F1849752600D30E4E /* [email protected] in Resources */,
10831090
18B7E7131849752600D30E4E /* toolbar-expanded.png in Resources */,
1091+
E2F91C3319CD453600BDCA7A /* [email protected] in Resources */,
10841092
18B7E7101849752600D30E4E /* reply.png in Resources */,
10851093
18257DAB1867BCD100874CCE /* [email protected] in Resources */,
10861094
18B7E6F91849752600D30E4E /* [email protected] in Resources */,

0 commit comments

Comments
 (0)