|
21 | 21 | A272B5E41730A86400F10F6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A272B5C51730A86300F10F6B /* Foundation.framework */; };
|
22 | 22 | A272B5EC1730A86400F10F6B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = A272B5EA1730A86400F10F6B /* InfoPlist.strings */; };
|
23 | 23 | A272B5EF1730A86400F10F6B /* SkylogTests.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B5EE1730A86400F10F6B /* SkylogTests.m */; };
|
| 24 | + A272B60A1730AF1700F10F6B /* FirstTopViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B5FB1730AF1700F10F6B /* FirstTopViewController.m */; }; |
| 25 | + A272B60B1730AF1700F10F6B /* InitialSlidingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B5FD1730AF1700F10F6B /* InitialSlidingViewController.m */; }; |
| 26 | + A272B60C1730AF1700F10F6B /* MenuViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B5FF1730AF1700F10F6B /* MenuViewController.m */; }; |
| 27 | + A272B60D1730AF1700F10F6B /* NavigationTopViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6011730AF1700F10F6B /* NavigationTopViewController.m */; }; |
| 28 | + A272B60E1730AF1700F10F6B /* SampleTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6031730AF1700F10F6B /* SampleTableViewController.m */; }; |
| 29 | + A272B60F1730AF1700F10F6B /* SecondTopViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6051730AF1700F10F6B /* SecondTopViewController.m */; }; |
| 30 | + A272B6101730AF1700F10F6B /* ThirdTopViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6071730AF1700F10F6B /* ThirdTopViewController.m */; }; |
| 31 | + A272B6111730AF1700F10F6B /* UnderRightViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6091730AF1700F10F6B /* UnderRightViewController.m */; }; |
| 32 | + A272B6161730AF3C00F10F6B /* ECSlidingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6131730AF3C00F10F6B /* ECSlidingViewController.m */; }; |
| 33 | + A272B6171730AF3C00F10F6B /* UIImage+ImageWithUIView.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6151730AF3C00F10F6B /* UIImage+ImageWithUIView.m */; }; |
| 34 | + A272B61A1730AF8600F10F6B /* iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A272B6191730AF8600F10F6B /* iPhone.storyboard */; }; |
| 35 | + A272B61C1731D8F700F10F6B /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = A272B61B1731D8F700F10F6B /* Default.png */; }; |
| 36 | + A272B61E1731D90100F10F6B /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A272B61D1731D90100F10F6B /* Default@2x.png */; }; |
| 37 | + A272B6201731D90800F10F6B /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A272B61F1731D90800F10F6B /* Default-568h@2x.png */; }; |
| 38 | + A272B6231732288900F10F6B /* FourthTopViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B6221732288900F10F6B /* FourthTopViewController.m */; }; |
| 39 | + A272B626173228D000F10F6B /* FifthTopViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A272B625173228CF00F10F6B /* FifthTopViewController.m */; }; |
24 | 40 | /* End PBXBuildFile section */
|
25 | 41 |
|
26 | 42 | /* Begin PBXContainerItemProxy section */
|
|
53 | 69 | A272B5EB1730A86400F10F6B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
54 | 70 | A272B5ED1730A86400F10F6B /* SkylogTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SkylogTests.h; sourceTree = "<group>"; };
|
55 | 71 | A272B5EE1730A86400F10F6B /* SkylogTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SkylogTests.m; sourceTree = "<group>"; };
|
| 72 | + A272B5FA1730AF1700F10F6B /* FirstTopViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FirstTopViewController.h; sourceTree = "<group>"; }; |
| 73 | + A272B5FB1730AF1700F10F6B /* FirstTopViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FirstTopViewController.m; sourceTree = "<group>"; }; |
| 74 | + A272B5FC1730AF1700F10F6B /* InitialSlidingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InitialSlidingViewController.h; sourceTree = "<group>"; }; |
| 75 | + A272B5FD1730AF1700F10F6B /* InitialSlidingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InitialSlidingViewController.m; sourceTree = "<group>"; }; |
| 76 | + A272B5FE1730AF1700F10F6B /* MenuViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MenuViewController.h; sourceTree = "<group>"; }; |
| 77 | + A272B5FF1730AF1700F10F6B /* MenuViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MenuViewController.m; sourceTree = "<group>"; }; |
| 78 | + A272B6001730AF1700F10F6B /* NavigationTopViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NavigationTopViewController.h; sourceTree = "<group>"; }; |
| 79 | + A272B6011730AF1700F10F6B /* NavigationTopViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NavigationTopViewController.m; sourceTree = "<group>"; }; |
| 80 | + A272B6021730AF1700F10F6B /* SampleTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SampleTableViewController.h; sourceTree = "<group>"; }; |
| 81 | + A272B6031730AF1700F10F6B /* SampleTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SampleTableViewController.m; sourceTree = "<group>"; }; |
| 82 | + A272B6041730AF1700F10F6B /* SecondTopViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SecondTopViewController.h; sourceTree = "<group>"; }; |
| 83 | + A272B6051730AF1700F10F6B /* SecondTopViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SecondTopViewController.m; sourceTree = "<group>"; }; |
| 84 | + A272B6061730AF1700F10F6B /* ThirdTopViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ThirdTopViewController.h; sourceTree = "<group>"; }; |
| 85 | + A272B6071730AF1700F10F6B /* ThirdTopViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ThirdTopViewController.m; sourceTree = "<group>"; }; |
| 86 | + A272B6081730AF1700F10F6B /* UnderRightViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UnderRightViewController.h; sourceTree = "<group>"; }; |
| 87 | + A272B6091730AF1700F10F6B /* UnderRightViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UnderRightViewController.m; sourceTree = "<group>"; }; |
| 88 | + A272B6121730AF3C00F10F6B /* ECSlidingViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ECSlidingViewController.h; sourceTree = "<group>"; }; |
| 89 | + A272B6131730AF3C00F10F6B /* ECSlidingViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ECSlidingViewController.m; sourceTree = "<group>"; }; |
| 90 | + A272B6141730AF3C00F10F6B /* UIImage+ImageWithUIView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+ImageWithUIView.h"; sourceTree = "<group>"; }; |
| 91 | + A272B6151730AF3C00F10F6B /* UIImage+ImageWithUIView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+ImageWithUIView.m"; sourceTree = "<group>"; }; |
| 92 | + A272B6191730AF8600F10F6B /* iPhone.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = iPhone.storyboard; sourceTree = "<group>"; }; |
| 93 | + A272B61B1731D8F700F10F6B /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; }; |
| 94 | + A272B61D1731D90100F10F6B /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; }; |
| 95 | + A272B61F1731D90800F10F6B /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; }; |
| 96 | + A272B6211732288900F10F6B /* FourthTopViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FourthTopViewController.h; sourceTree = "<group>"; }; |
| 97 | + A272B6221732288900F10F6B /* FourthTopViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FourthTopViewController.m; sourceTree = "<group>"; }; |
| 98 | + A272B624173228CF00F10F6B /* FifthTopViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FifthTopViewController.h; sourceTree = "<group>"; }; |
| 99 | + A272B625173228CF00F10F6B /* FifthTopViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FifthTopViewController.m; sourceTree = "<group>"; }; |
56 | 100 | /* End PBXFileReference section */
|
57 | 101 |
|
58 | 102 | /* Begin PBXFrameworksBuildPhase section */
|
|
82 | 126 | A272B5B71730A86300F10F6B = {
|
83 | 127 | isa = PBXGroup;
|
84 | 128 | children = (
|
| 129 | + A272B61F1731D90800F10F6B /* Default-568h@2x.png */, |
| 130 | + A272B61D1731D90100F10F6B /* Default@2x.png */, |
| 131 | + A272B61B1731D8F700F10F6B /* Default.png */, |
85 | 132 | A272B5C91730A86300F10F6B /* Skylog */,
|
86 | 133 | A272B5E71730A86400F10F6B /* SkylogTests */,
|
87 | 134 | A272B5C21730A86300F10F6B /* Frameworks */,
|
|
112 | 159 | A272B5C91730A86300F10F6B /* Skylog */ = {
|
113 | 160 | isa = PBXGroup;
|
114 | 161 | children = (
|
| 162 | + A272B6191730AF8600F10F6B /* iPhone.storyboard */, |
| 163 | + A272B5F91730AEF300F10F6B /* Vendors */, |
| 164 | + A272B5F81730AEEC00F10F6B /* Controllers */, |
115 | 165 | A272B5D21730A86300F10F6B /* AppDelegate.h */,
|
116 | 166 | A272B5D31730A86300F10F6B /* AppDelegate.m */,
|
117 | 167 | A272B5CA1730A86300F10F6B /* Supporting Files */,
|
|
152 | 202 | name = "Supporting Files";
|
153 | 203 | sourceTree = "<group>";
|
154 | 204 | };
|
| 205 | + A272B5F81730AEEC00F10F6B /* Controllers */ = { |
| 206 | + isa = PBXGroup; |
| 207 | + children = ( |
| 208 | + A272B5FA1730AF1700F10F6B /* FirstTopViewController.h */, |
| 209 | + A272B5FB1730AF1700F10F6B /* FirstTopViewController.m */, |
| 210 | + A272B5FC1730AF1700F10F6B /* InitialSlidingViewController.h */, |
| 211 | + A272B5FD1730AF1700F10F6B /* InitialSlidingViewController.m */, |
| 212 | + A272B5FE1730AF1700F10F6B /* MenuViewController.h */, |
| 213 | + A272B5FF1730AF1700F10F6B /* MenuViewController.m */, |
| 214 | + A272B6001730AF1700F10F6B /* NavigationTopViewController.h */, |
| 215 | + A272B6011730AF1700F10F6B /* NavigationTopViewController.m */, |
| 216 | + A272B6021730AF1700F10F6B /* SampleTableViewController.h */, |
| 217 | + A272B6031730AF1700F10F6B /* SampleTableViewController.m */, |
| 218 | + A272B6041730AF1700F10F6B /* SecondTopViewController.h */, |
| 219 | + A272B6051730AF1700F10F6B /* SecondTopViewController.m */, |
| 220 | + A272B6061730AF1700F10F6B /* ThirdTopViewController.h */, |
| 221 | + A272B6071730AF1700F10F6B /* ThirdTopViewController.m */, |
| 222 | + A272B6081730AF1700F10F6B /* UnderRightViewController.h */, |
| 223 | + A272B6091730AF1700F10F6B /* UnderRightViewController.m */, |
| 224 | + A272B6211732288900F10F6B /* FourthTopViewController.h */, |
| 225 | + A272B6221732288900F10F6B /* FourthTopViewController.m */, |
| 226 | + A272B624173228CF00F10F6B /* FifthTopViewController.h */, |
| 227 | + A272B625173228CF00F10F6B /* FifthTopViewController.m */, |
| 228 | + ); |
| 229 | + name = Controllers; |
| 230 | + sourceTree = "<group>"; |
| 231 | + }; |
| 232 | + A272B5F91730AEF300F10F6B /* Vendors */ = { |
| 233 | + isa = PBXGroup; |
| 234 | + children = ( |
| 235 | + A272B6181730AF4300F10F6B /* ECSlidingViewController */, |
| 236 | + ); |
| 237 | + name = Vendors; |
| 238 | + sourceTree = "<group>"; |
| 239 | + }; |
| 240 | + A272B6181730AF4300F10F6B /* ECSlidingViewController */ = { |
| 241 | + isa = PBXGroup; |
| 242 | + children = ( |
| 243 | + A272B6121730AF3C00F10F6B /* ECSlidingViewController.h */, |
| 244 | + A272B6131730AF3C00F10F6B /* ECSlidingViewController.m */, |
| 245 | + A272B6141730AF3C00F10F6B /* UIImage+ImageWithUIView.h */, |
| 246 | + A272B6151730AF3C00F10F6B /* UIImage+ImageWithUIView.m */, |
| 247 | + ); |
| 248 | + name = ECSlidingViewController; |
| 249 | + sourceTree = "<group>"; |
| 250 | + }; |
155 | 251 | /* End PBXGroup section */
|
156 | 252 |
|
157 | 253 | /* Begin PBXNativeTarget section */
|
|
227 | 323 | A272B5D61730A86300F10F6B /* Default.png in Resources */,
|
228 | 324 | A272B5D81730A86300F10F6B /* Default@2x.png in Resources */,
|
229 | 325 | A272B5DA1730A86300F10F6B /* Default-568h@2x.png in Resources */,
|
| 326 | + A272B61A1730AF8600F10F6B /* iPhone.storyboard in Resources */, |
| 327 | + A272B61C1731D8F700F10F6B /* Default.png in Resources */, |
| 328 | + A272B61E1731D90100F10F6B /* Default@2x.png in Resources */, |
| 329 | + A272B6201731D90800F10F6B /* Default-568h@2x.png in Resources */, |
230 | 330 | );
|
231 | 331 | runOnlyForDeploymentPostprocessing = 0;
|
232 | 332 | };
|
|
263 | 363 | files = (
|
264 | 364 | A272B5D01730A86300F10F6B /* main.m in Sources */,
|
265 | 365 | A272B5D41730A86300F10F6B /* AppDelegate.m in Sources */,
|
| 366 | + A272B60A1730AF1700F10F6B /* FirstTopViewController.m in Sources */, |
| 367 | + A272B60B1730AF1700F10F6B /* InitialSlidingViewController.m in Sources */, |
| 368 | + A272B60C1730AF1700F10F6B /* MenuViewController.m in Sources */, |
| 369 | + A272B60D1730AF1700F10F6B /* NavigationTopViewController.m in Sources */, |
| 370 | + A272B60E1730AF1700F10F6B /* SampleTableViewController.m in Sources */, |
| 371 | + A272B60F1730AF1700F10F6B /* SecondTopViewController.m in Sources */, |
| 372 | + A272B6101730AF1700F10F6B /* ThirdTopViewController.m in Sources */, |
| 373 | + A272B6111730AF1700F10F6B /* UnderRightViewController.m in Sources */, |
| 374 | + A272B6161730AF3C00F10F6B /* ECSlidingViewController.m in Sources */, |
| 375 | + A272B6171730AF3C00F10F6B /* UIImage+ImageWithUIView.m in Sources */, |
| 376 | + A272B6231732288900F10F6B /* FourthTopViewController.m in Sources */, |
| 377 | + A272B626173228D000F10F6B /* FifthTopViewController.m in Sources */, |
266 | 378 | );
|
267 | 379 | runOnlyForDeploymentPostprocessing = 0;
|
268 | 380 | };
|
|
437 | 549 | A272B5F41730A86400F10F6B /* Release */,
|
438 | 550 | );
|
439 | 551 | defaultConfigurationIsVisible = 0;
|
| 552 | + defaultConfigurationName = Release; |
440 | 553 | };
|
441 | 554 | A272B5F51730A86400F10F6B /* Build configuration list for PBXNativeTarget "SkylogTests" */ = {
|
442 | 555 | isa = XCConfigurationList;
|
|
445 | 558 | A272B5F71730A86400F10F6B /* Release */,
|
446 | 559 | );
|
447 | 560 | defaultConfigurationIsVisible = 0;
|
| 561 | + defaultConfigurationName = Release; |
448 | 562 | };
|
449 | 563 | /* End XCConfigurationList section */
|
450 | 564 | };
|
|
0 commit comments