Skip to content

Commit 8c9f600

Browse files
committed
Added 568h@2x default image so the examples work on iPhone5.
1 parent ddf54a7 commit 8c9f600

File tree

8 files changed

+24
-0
lines changed

8 files changed

+24
-0
lines changed

[email protected]

2.98 KB
Loading

FoursExample/FoursExample.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
E22355191600B9D900A3EEFC /* CenterViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E22355171600B9D900A3EEFC /* CenterViewController.xib */; };
2020
E223551D1600B9E900A3EEFC /* SideViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E223551B1600B9E900A3EEFC /* SideViewController.m */; };
2121
E223551E1600B9E900A3EEFC /* SideViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E223551C1600B9E900A3EEFC /* SideViewController.xib */; };
22+
E2DAC33A16E7C0E8002BD487 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E2DAC33916E7C0E8002BD487 /* [email protected] */; };
2223
/* End PBXBuildFile section */
2324

2425
/* Begin PBXFileReference section */
@@ -43,6 +44,7 @@
4344
E223551A1600B9E900A3EEFC /* SideViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SideViewController.h; sourceTree = "<group>"; };
4445
E223551B1600B9E900A3EEFC /* SideViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SideViewController.m; sourceTree = "<group>"; };
4546
E223551C1600B9E900A3EEFC /* SideViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SideViewController.xib; sourceTree = "<group>"; };
47+
E2DAC33916E7C0E8002BD487 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; };
4648
/* End PBXFileReference section */
4749

4850
/* Begin PBXFrameworksBuildPhase section */
@@ -63,6 +65,7 @@
6365
E22354E31600B65E00A3EEFC = {
6466
isa = PBXGroup;
6567
children = (
68+
E2DAC33916E7C0E8002BD487 /* [email protected] */,
6669
E20F7C0C16866367001BF2C3 /* QuartzCore.framework */,
6770
E22354F81600B65E00A3EEFC /* FoursExample */,
6871
E22354F11600B65E00A3EEFC /* Frameworks */,
@@ -190,6 +193,7 @@
190193
E22354FD1600B65E00A3EEFC /* InfoPlist.strings in Resources */,
191194
E22355191600B9D900A3EEFC /* CenterViewController.xib in Resources */,
192195
E223551E1600B9E900A3EEFC /* SideViewController.xib in Resources */,
196+
E2DAC33A16E7C0E8002BD487 /* [email protected] in Resources */,
193197
);
194198
runOnlyForDeploymentPostprocessing = 0;
195199
};

MultiViewDeckExample/MultiViewDeckExample.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
E267169A15569BA100E0C3C0 /* UITableViewCell+AutoDequeue.m in Sources */ = {isa = PBXBuildFile; fileRef = E267169915569BA100E0C3C0 /* UITableViewCell+AutoDequeue.m */; };
2626
E2B01A33155BE2D400E05FB9 /* ModalViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E2B01A31155BE2D300E05FB9 /* ModalViewController.m */; };
2727
E2B01A34155BE2D400E05FB9 /* ModalViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2B01A32155BE2D300E05FB9 /* ModalViewController.xib */; };
28+
E2DAC33C16E7C22D002BD487 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E2DAC33B16E7C22D002BD487 /* [email protected] */; };
2829
/* End PBXBuildFile section */
2930

3031
/* Begin PBXFileReference section */
@@ -57,6 +58,7 @@
5758
E2B01A30155BE2D300E05FB9 /* ModalViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ModalViewController.h; sourceTree = "<group>"; };
5859
E2B01A31155BE2D300E05FB9 /* ModalViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ModalViewController.m; sourceTree = "<group>"; };
5960
E2B01A32155BE2D300E05FB9 /* ModalViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ModalViewController.xib; sourceTree = "<group>"; };
61+
E2DAC33B16E7C22D002BD487 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; };
6062
/* End PBXFileReference section */
6163

6264
/* Begin PBXFrameworksBuildPhase section */
@@ -77,6 +79,7 @@
7779
E26716561556946B00E0C3C0 = {
7880
isa = PBXGroup;
7981
children = (
82+
E2DAC33B16E7C22D002BD487 /* [email protected] */,
8083
E20F7C0A16862161001BF2C3 /* QuartzCore.framework */,
8184
E267166B1556946C00E0C3C0 /* MultiViewDeckExample */,
8285
E26716641556946C00E0C3C0 /* Frameworks */,
@@ -222,6 +225,7 @@
222225
E2671691155699AF00E0C3C0 /* CenterViewController.xib in Resources */,
223226
E267169615569A3800E0C3C0 /* BottomViewController.xib in Resources */,
224227
E2B01A34155BE2D400E05FB9 /* ModalViewController.xib in Resources */,
228+
E2DAC33C16E7C22D002BD487 /* [email protected] in Resources */,
225229
);
226230
runOnlyForDeploymentPostprocessing = 0;
227231
};

NavigationExample/Default.png

-6.59 KB
Binary file not shown.

NavigationExample/NavigationExample.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
E2CA7FB61576CCCE00408061 /* DeeperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E2CA7FB41576CCCE00408061 /* DeeperViewController.m */; };
2828
E2CA7FB71576CCCE00408061 /* DeeperViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2CA7FB51576CCCE00408061 /* DeeperViewController.xib */; };
2929
E2CA7FBF1576DEFD00408061 /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E2CA7FBE1576DEFD00408061 /* MessageUI.framework */; };
30+
E2DAC32E16E7BF91002BD487 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E2DAC32D16E7BF91002BD487 /* [email protected] */; };
3031
/* End PBXBuildFile section */
3132

3233
/* Begin PBXFileReference section */
@@ -61,6 +62,7 @@
6162
E2CA7FB41576CCCE00408061 /* DeeperViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DeeperViewController.m; sourceTree = "<group>"; };
6263
E2CA7FB51576CCCE00408061 /* DeeperViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = DeeperViewController.xib; sourceTree = "<group>"; };
6364
E2CA7FBE1576DEFD00408061 /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
65+
E2DAC32D16E7BF91002BD487 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; };
6466
/* End PBXFileReference section */
6567

6668
/* Begin PBXFrameworksBuildPhase section */
@@ -82,6 +84,7 @@
8284
E27E513B15726C9F009D90EB = {
8385
isa = PBXGroup;
8486
children = (
87+
E2DAC32D16E7BF91002BD487 /* [email protected] */,
8588
E20F7C0E16866DF6001BF2C3 /* QuartzCore.framework */,
8689
E27E515015726C9F009D90EB /* NavigationExample */,
8790
E27E514915726C9F009D90EB /* Frameworks */,
@@ -223,6 +226,7 @@
223226
E2CA7FA71576C4E300408061 /* LeftViewController.xib in Resources */,
224227
E2CA7FB11576C50B00408061 /* RightViewController.xib in Resources */,
225228
E2CA7FB71576CCCE00408061 /* DeeperViewController.xib in Resources */,
229+
E2DAC32E16E7BF91002BD487 /* [email protected] in Resources */,
226230
);
227231
runOnlyForDeploymentPostprocessing = 0;
228232
};

SizableExample/SizableExample.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
E2B3B6FE14C232BF00FB5956 /* CenterController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2B3B6FC14C232BF00FB5956 /* CenterController.xib */; };
2323
E2B3B70214C232DA00FB5956 /* LeftController.m in Sources */ = {isa = PBXBuildFile; fileRef = E2B3B70014C232DA00FB5956 /* LeftController.m */; };
2424
E2B3B70314C232DA00FB5956 /* LeftController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2B3B70114C232DA00FB5956 /* LeftController.xib */; };
25+
E2DAC33616E7C06E002BD487 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E2DAC33516E7C06E002BD487 /* [email protected] */; };
2526
/* End PBXBuildFile section */
2627

2728
/* Begin PBXFileReference section */
@@ -48,6 +49,7 @@
4849
E2B3B6FF14C232DA00FB5956 /* LeftController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LeftController.h; sourceTree = "<group>"; };
4950
E2B3B70014C232DA00FB5956 /* LeftController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LeftController.m; sourceTree = "<group>"; };
5051
E2B3B70114C232DA00FB5956 /* LeftController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LeftController.xib; sourceTree = "<group>"; };
52+
E2DAC33516E7C06E002BD487 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; };
5153
/* End PBXFileReference section */
5254

5355
/* Begin PBXFrameworksBuildPhase section */
@@ -68,6 +70,7 @@
6870
E2B3B6B614C2249500FB5956 = {
6971
isa = PBXGroup;
7072
children = (
73+
E2DAC33516E7C06E002BD487 /* [email protected] */,
7174
E20F7C1016866E16001BF2C3 /* QuartzCore.framework */,
7275
E2B3B6CB14C2249500FB5956 /* SizableExample */,
7376
E2B3B6C414C2249500FB5956 /* Frameworks */,
@@ -199,6 +202,7 @@
199202
E2B3B6E314C228D900FB5956 /* carbon.png in Resources */,
200203
E2B3B6FE14C232BF00FB5956 /* CenterController.xib in Resources */,
201204
E2B3B70314C232DA00FB5956 /* LeftController.xib in Resources */,
205+
E2DAC33616E7C06E002BD487 /* [email protected] in Resources */,
202206
);
203207
runOnlyForDeploymentPostprocessing = 0;
204208
};

TabbedExample/TabbedExample.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
E20D4B7014DB5FE2007A33CB /* FifthViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E20D4B6E14DB5FE2007A33CB /* FifthViewController.xib */; };
3434
E20D4B7214DB61CB007A33CB /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E20D4B7114DB61CA007A33CB /* MapKit.framework */; };
3535
E20F7C1316866E6F001BF2C3 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E20F7C1216866E6F001BF2C3 /* QuartzCore.framework */; };
36+
E2DAC33816E7C0D5002BD487 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E2DAC33716E7C0D5002BD487 /* [email protected] */; };
3637
E2F8EF59155BFE680094948B /* contacts.png in Resources */ = {isa = PBXBuildFile; fileRef = E2F8EF58155BFE680094948B /* contacts.png */; };
3738
/* End PBXBuildFile section */
3839

@@ -75,6 +76,7 @@
7576
E20D4B6E14DB5FE2007A33CB /* FifthViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = FifthViewController.xib; sourceTree = "<group>"; };
7677
E20D4B7114DB61CA007A33CB /* MapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MapKit.framework; path = System/Library/Frameworks/MapKit.framework; sourceTree = SDKROOT; };
7778
E20F7C1216866E6F001BF2C3 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
79+
E2DAC33716E7C0D5002BD487 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "../[email protected]"; sourceTree = "<group>"; };
7880
E2F8EF58155BFE680094948B /* contacts.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = contacts.png; sourceTree = "<group>"; };
7981
/* End PBXFileReference section */
8082

@@ -97,6 +99,7 @@
9799
E20D4B1B14DB53B1007A33CB = {
98100
isa = PBXGroup;
99101
children = (
102+
E2DAC33716E7C0D5002BD487 /* [email protected] */,
100103
E20F7C1216866E6F001BF2C3 /* QuartzCore.framework */,
101104
E20D4B7114DB61CA007A33CB /* MapKit.framework */,
102105
E20D4B3014DB53B1007A33CB /* TabbedExample */,
@@ -251,6 +254,7 @@
251254
E20D4B6B14DB5FCC007A33CB /* FourthViewController.xib in Resources */,
252255
E20D4B7014DB5FE2007A33CB /* FifthViewController.xib in Resources */,
253256
E2F8EF59155BFE680094948B /* contacts.png in Resources */,
257+
E2DAC33816E7C0D5002BD487 /* [email protected] in Resources */,
254258
);
255259
runOnlyForDeploymentPostprocessing = 0;
256260
};

ViewDeckExample.xcodeproj/project.pbxproj

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
E2955F9914B7D678003DDB4E /* NestViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2955F9714B7D678003DDB4E /* NestViewController.xib */; };
2727
E2B01A28155B385600E05FB9 /* PushedViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E2B01A26155B385600E05FB9 /* PushedViewController.m */; };
2828
E2B01A29155B385600E05FB9 /* PushedViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2B01A27155B385600E05FB9 /* PushedViewController.xib */; };
29+
E2DAC33216E7BFB8002BD487 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = E2DAC32F16E7BFB8002BD487 /* [email protected] */; };
2930
EA82B9FE167CFB670028F389 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EA82B9FD167CFB670028F389 /* QuartzCore.framework */; };
3031
/* End PBXBuildFile section */
3132

@@ -60,6 +61,7 @@
6061
E2B01A25155B385600E05FB9 /* PushedViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PushedViewController.h; sourceTree = "<group>"; };
6162
E2B01A26155B385600E05FB9 /* PushedViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PushedViewController.m; sourceTree = "<group>"; };
6263
E2B01A27155B385600E05FB9 /* PushedViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PushedViewController.xib; sourceTree = "<group>"; };
64+
E2DAC32F16E7BFB8002BD487 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
6365
EA82B9FD167CFB670028F389 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
6466
/* End PBXFileReference section */
6567

@@ -81,6 +83,7 @@
8183
E240A99C148AB3770077282A = {
8284
isa = PBXGroup;
8385
children = (
86+
E2DAC32F16E7BFB8002BD487 /* [email protected] */,
8487
E240A9B1148AB3770077282A /* ViewDeckExample */,
8588
E240A9AA148AB3770077282A /* Frameworks */,
8689
E240A9A8148AB3770077282A /* Products */,
@@ -229,6 +232,7 @@
229232
E240A9EC148C51E00077282A /* bg.jpg in Resources */,
230233
E2955F9914B7D678003DDB4E /* NestViewController.xib in Resources */,
231234
E2B01A29155B385600E05FB9 /* PushedViewController.xib in Resources */,
235+
E2DAC33216E7BFB8002BD487 /* [email protected] in Resources */,
232236
);
233237
runOnlyForDeploymentPostprocessing = 0;
234238
};

0 commit comments

Comments
 (0)