|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 14040349233F887300D0BC12 /* SQTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 14040347233F887200D0BC12 /* SQTabBarController.m */; }; |
| 11 | + 1404034A233F887300D0BC12 /* SQTabbarControllerAnimatedTransitioning.m in Sources */ = {isa = PBXBuildFile; fileRef = 14040348233F887200D0BC12 /* SQTabbarControllerAnimatedTransitioning.m */; }; |
| 12 | + 14233205233F923700D4FA3B /* SQConnectionModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 14233204233F923700D4FA3B /* SQConnectionModel.m */; }; |
10 | 13 | 142787F3233CB4AB0000FEBB /* SQTimeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 142787F2233CB4AB0000FEBB /* SQTimeViewController.m */; };
|
11 | 14 | 142787F6233CBC1F0000FEBB /* SQEnergyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 142787F5233CBC1F0000FEBB /* SQEnergyViewController.m */; };
|
12 | 15 | 142787FC233CBC980000FEBB /* SQH1TitleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 142787FB233CBC980000FEBB /* SQH1TitleViewController.m */; };
|
|
38 | 41 | /* End PBXBuildFile section */
|
39 | 42 |
|
40 | 43 | /* Begin PBXFileReference section */
|
| 44 | + 14040345233F887200D0BC12 /* SQTabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQTabBarController.h; sourceTree = "<group>"; }; |
| 45 | + 14040346233F887200D0BC12 /* SQTabbarControllerAnimatedTransitioning.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SQTabbarControllerAnimatedTransitioning.h; sourceTree = "<group>"; }; |
| 46 | + 14040347233F887200D0BC12 /* SQTabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SQTabBarController.m; sourceTree = "<group>"; }; |
| 47 | + 14040348233F887200D0BC12 /* SQTabbarControllerAnimatedTransitioning.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SQTabbarControllerAnimatedTransitioning.m; sourceTree = "<group>"; }; |
| 48 | + 14233203233F923700D4FA3B /* SQConnectionModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SQConnectionModel.h; sourceTree = "<group>"; }; |
| 49 | + 14233204233F923700D4FA3B /* SQConnectionModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SQConnectionModel.m; sourceTree = "<group>"; }; |
41 | 50 | 142787F1233CB4AB0000FEBB /* SQTimeViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SQTimeViewController.h; sourceTree = "<group>"; };
|
42 | 51 | 142787F2233CB4AB0000FEBB /* SQTimeViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SQTimeViewController.m; sourceTree = "<group>"; };
|
43 | 52 | 142787F4233CBC1F0000FEBB /* SQEnergyViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SQEnergyViewController.h; sourceTree = "<group>"; };
|
|
102 | 111 | /* End PBXFrameworksBuildPhase section */
|
103 | 112 |
|
104 | 113 | /* Begin PBXGroup section */
|
| 114 | + 14233206233F923C00D4FA3B /* Model */ = { |
| 115 | + isa = PBXGroup; |
| 116 | + children = ( |
| 117 | + 14233203233F923700D4FA3B /* SQConnectionModel.h */, |
| 118 | + 14233204233F923700D4FA3B /* SQConnectionModel.m */, |
| 119 | + ); |
| 120 | + path = Model; |
| 121 | + sourceTree = "<group>"; |
| 122 | + }; |
105 | 123 | 14D633B123376549004FD86A /* Tools */ = {
|
106 | 124 | isa = PBXGroup;
|
107 | 125 | children = (
|
|
139 | 157 | 14E97DC92335014B004FC20D /* SceneDelegate.m */,
|
140 | 158 | 14DC37E52337509E00867A92 /* SQNavigationController.h */,
|
141 | 159 | 14DC37E62337509E00867A92 /* SQNavigationController.m */,
|
| 160 | + 14040345233F887200D0BC12 /* SQTabBarController.h */, |
| 161 | + 14040347233F887200D0BC12 /* SQTabBarController.m */, |
| 162 | + 14040346233F887200D0BC12 /* SQTabbarControllerAnimatedTransitioning.h */, |
| 163 | + 14040348233F887200D0BC12 /* SQTabbarControllerAnimatedTransitioning.m */, |
142 | 164 | 142787FA233CBC980000FEBB /* SQH1TitleViewController.h */,
|
143 | 165 | 142787FB233CBC980000FEBB /* SQH1TitleViewController.m */,
|
144 | 166 | );
|
|
201 | 223 | 14DC37D123374F7700867A92 /* Main */,
|
202 | 224 | 14DC37D023374F6E00867A92 /* Coms */,
|
203 | 225 | 14D633B123376549004FD86A /* Tools */,
|
| 226 | + 14233206233F923C00D4FA3B /* Model */, |
204 | 227 | 14DC37E423374FC300867A92 /* UI */,
|
205 | 228 | 14DC37D423374FA500867A92 /* SQExtension */,
|
206 | 229 | 14E97DCE2335014B004FC20D /* Main.storyboard */,
|
|
340 | 363 | 14E97DD32335014B004FC20D /* SQManagement.xcdatamodeld in Sources */,
|
341 | 364 | 14DC37CC23374CFB00867A92 /* SQH1TitleView.m in Sources */,
|
342 | 365 | 149AC8982339F7D4009C88AB /* SQSearchInputView.m in Sources */,
|
| 366 | + 14040349233F887300D0BC12 /* SQTabBarController.m in Sources */, |
343 | 367 | 14D633B0233763FF004FD86A /* SQAuthorizationManager.m in Sources */,
|
| 368 | + 14233205233F923700D4FA3B /* SQConnectionModel.m in Sources */, |
344 | 369 | 142787F6233CBC1F0000FEBB /* SQEnergyViewController.m in Sources */,
|
345 | 370 | 142787F3233CB4AB0000FEBB /* SQTimeViewController.m in Sources */,
|
346 | 371 | 149AC8882339BEE6009C88AB /* SQProfileHeaderView.m in Sources */,
|
347 | 372 | 14DC37E023374FA500867A92 /* NSObject+SQExtension.m in Sources */,
|
| 373 | + 1404034A233F887300D0BC12 /* SQTabbarControllerAnimatedTransitioning.m in Sources */, |
348 | 374 | 14DC37CF23374DC600867A92 /* SQConnectionsViewController.m in Sources */,
|
349 | 375 | 149AC8852339B92F009C88AB /* SQAddConnectionViewController.m in Sources */,
|
350 | 376 | 14E97DCA2335014B004FC20D /* SceneDelegate.m in Sources */,
|
|
0 commit comments