|
13 | 13 | 791CFF481DFBCB1E00121A62 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 791CFF461DFBCB1E00121A62 /* Main.storyboard */; };
|
14 | 14 | 791CFF4A1DFBCB1E00121A62 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 791CFF491DFBCB1E00121A62 /* Assets.xcassets */; };
|
15 | 15 | 791CFF4D1DFBCB1E00121A62 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 791CFF4B1DFBCB1E00121A62 /* LaunchScreen.storyboard */; };
|
| 16 | + 799567B6217F0F7F00B93760 /* HomeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 799567B5217F0F7F00B93760 /* HomeViewController.m */; }; |
| 17 | + 799567B9217F109200B93760 /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 799567B8217F109200B93760 /* LoginViewController.m */; }; |
16 | 18 | B9B84A5302B9AC08C5569ECE /* libPods-MainProject.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C9519F3DA8B7559B24F09783 /* libPods-MainProject.a */; };
|
17 | 19 | /* End PBXBuildFile section */
|
18 | 20 |
|
|
28 | 30 | 791CFF491DFBCB1E00121A62 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
29 | 31 | 791CFF4C1DFBCB1E00121A62 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
30 | 32 | 791CFF4E1DFBCB1E00121A62 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
| 33 | + 799567B4217F0F7F00B93760 /* HomeViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HomeViewController.h; sourceTree = "<group>"; }; |
| 34 | + 799567B5217F0F7F00B93760 /* HomeViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HomeViewController.m; sourceTree = "<group>"; }; |
| 35 | + 799567B7217F109200B93760 /* LoginViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; }; |
| 36 | + 799567B8217F109200B93760 /* LoginViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; }; |
31 | 37 | 949C4EEBD172323874701483 /* Pods-MainProject.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MainProject.release.xcconfig"; path = "Pods/Target Support Files/Pods-MainProject/Pods-MainProject.release.xcconfig"; sourceTree = "<group>"; };
|
32 | 38 | C9519F3DA8B7559B24F09783 /* libPods-MainProject.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MainProject.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
33 | 39 | /* End PBXFileReference section */
|
|
78 | 84 | 791CFF411DFBCB1E00121A62 /* AppDelegate.m */,
|
79 | 85 | 791CFF431DFBCB1E00121A62 /* ViewController.h */,
|
80 | 86 | 791CFF441DFBCB1E00121A62 /* ViewController.m */,
|
| 87 | + 799567B4217F0F7F00B93760 /* HomeViewController.h */, |
| 88 | + 799567B5217F0F7F00B93760 /* HomeViewController.m */, |
| 89 | + 799567B7217F109200B93760 /* LoginViewController.h */, |
| 90 | + 799567B8217F109200B93760 /* LoginViewController.m */, |
81 | 91 | 791CFF461DFBCB1E00121A62 /* Main.storyboard */,
|
82 | 92 | 791CFF491DFBCB1E00121A62 /* Assets.xcassets */,
|
83 | 93 | 791CFF4B1DFBCB1E00121A62 /* LaunchScreen.storyboard */,
|
|
229 | 239 | 791CFF451DFBCB1E00121A62 /* ViewController.m in Sources */,
|
230 | 240 | 791CFF421DFBCB1E00121A62 /* AppDelegate.m in Sources */,
|
231 | 241 | 791CFF3F1DFBCB1E00121A62 /* main.m in Sources */,
|
| 242 | + 799567B6217F0F7F00B93760 /* HomeViewController.m in Sources */, |
| 243 | + 799567B9217F109200B93760 /* LoginViewController.m in Sources */, |
232 | 244 | );
|
233 | 245 | runOnlyForDeploymentPostprocessing = 0;
|
234 | 246 | };
|
|
387 | 399 | 791CFF531DFBCB1E00121A62 /* Release */,
|
388 | 400 | );
|
389 | 401 | defaultConfigurationIsVisible = 0;
|
| 402 | + defaultConfigurationName = Release; |
390 | 403 | };
|
391 | 404 | /* End XCConfigurationList section */
|
392 | 405 | };
|
|
0 commit comments