|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + E0C300D0161A508F0097213B /* IIWrapController.m in Sources */ = {isa = PBXBuildFile; fileRef = E0C300CF161A508F0097213B /* IIWrapController.m */; }; |
10 | 11 | E27E514B15726C9F009D90EB /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E27E514A15726C9F009D90EB /* UIKit.framework */; };
|
11 | 12 | E27E514D15726C9F009D90EB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E27E514C15726C9F009D90EB /* Foundation.framework */; };
|
12 | 13 | E27E514F15726C9F009D90EB /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E27E514E15726C9F009D90EB /* CoreGraphics.framework */; };
|
13 | 14 | E27E515515726C9F009D90EB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = E27E515315726C9F009D90EB /* InfoPlist.strings */; };
|
14 | 15 | E27E515715726C9F009D90EB /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = E27E515615726C9F009D90EB /* main.m */; };
|
15 | 16 | E27E515B15726C9F009D90EB /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = E27E515A15726C9F009D90EB /* AppDelegate.m */; };
|
16 | 17 | E27E516715726CC1009D90EB /* IIViewDeckController.m in Sources */ = {isa = PBXBuildFile; fileRef = E27E516415726CC1009D90EB /* IIViewDeckController.m */; };
|
17 |
| - E27E516815726CC1009D90EB /* WrapController.m in Sources */ = {isa = PBXBuildFile; fileRef = E27E516615726CC1009D90EB /* WrapController.m */; }; |
18 | 18 | E27E517015726FB3009D90EB /* StartViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E27E516E15726FB3009D90EB /* StartViewController.m */; };
|
19 | 19 | E27E517115726FB3009D90EB /* StartViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E27E516F15726FB3009D90EB /* StartViewController.xib */; };
|
20 | 20 | E2CA7FA01576C4D300408061 /* CenterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E2CA7F9E1576C4D300408061 /* CenterViewController.m */; };
|
|
29 | 29 | /* End PBXBuildFile section */
|
30 | 30 |
|
31 | 31 | /* Begin PBXFileReference section */
|
| 32 | + E0C300CE161A508F0097213B /* IIWrapController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IIWrapController.h; sourceTree = "<group>"; }; |
| 33 | + E0C300CF161A508F0097213B /* IIWrapController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IIWrapController.m; sourceTree = "<group>"; }; |
32 | 34 | E27E514615726C9F009D90EB /* NavigationExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NavigationExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
33 | 35 | E27E514A15726C9F009D90EB /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
34 | 36 | E27E514C15726C9F009D90EB /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
41 | 43 | E27E515A15726C9F009D90EB /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
42 | 44 | E27E516315726CC1009D90EB /* IIViewDeckController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IIViewDeckController.h; sourceTree = "<group>"; };
|
43 | 45 | E27E516415726CC1009D90EB /* IIViewDeckController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IIViewDeckController.m; sourceTree = "<group>"; };
|
44 |
| - E27E516515726CC1009D90EB /* WrapController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WrapController.h; sourceTree = "<group>"; }; |
45 |
| - E27E516615726CC1009D90EB /* WrapController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WrapController.m; sourceTree = "<group>"; }; |
46 | 46 | E27E516D15726FB3009D90EB /* StartViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StartViewController.h; sourceTree = "<group>"; };
|
47 | 47 | E27E516E15726FB3009D90EB /* StartViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StartViewController.m; sourceTree = "<group>"; };
|
48 | 48 | E27E516F15726FB3009D90EB /* StartViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = StartViewController.xib; sourceTree = "<group>"; };
|
|
155 | 155 | children = (
|
156 | 156 | E27E516315726CC1009D90EB /* IIViewDeckController.h */,
|
157 | 157 | E27E516415726CC1009D90EB /* IIViewDeckController.m */,
|
158 |
| - E27E516515726CC1009D90EB /* WrapController.h */, |
159 |
| - E27E516615726CC1009D90EB /* WrapController.m */, |
| 158 | + E0C300CE161A508F0097213B /* IIWrapController.h */, |
| 159 | + E0C300CF161A508F0097213B /* IIWrapController.m */, |
160 | 160 | );
|
161 | 161 | name = ViewDeck;
|
162 | 162 | path = ../ViewDeck;
|
|
232 | 232 | E27E515715726C9F009D90EB /* main.m in Sources */,
|
233 | 233 | E27E515B15726C9F009D90EB /* AppDelegate.m in Sources */,
|
234 | 234 | E27E516715726CC1009D90EB /* IIViewDeckController.m in Sources */,
|
235 |
| - E27E516815726CC1009D90EB /* WrapController.m in Sources */, |
236 | 235 | E27E517015726FB3009D90EB /* StartViewController.m in Sources */,
|
237 | 236 | E2CA7FA01576C4D300408061 /* CenterViewController.m in Sources */,
|
238 | 237 | E2CA7FA61576C4E300408061 /* LeftViewController.m in Sources */,
|
239 | 238 | E2CA7FB01576C50B00408061 /* RightViewController.m in Sources */,
|
240 | 239 | E2CA7FB61576CCCE00408061 /* DeeperViewController.m in Sources */,
|
| 240 | + E0C300D0161A508F0097213B /* IIWrapController.m in Sources */, |
241 | 241 | );
|
242 | 242 | runOnlyForDeploymentPostprocessing = 0;
|
243 | 243 | };
|
|
0 commit comments