diff options
| author | Ronny Fenrich <Fenrich@Gmail.com> | 2013-06-13 16:21:41 -0600 |
|---|---|---|
| committer | Ronny Fenrich <Fenrich@Gmail.com> | 2013-06-13 16:21:41 -0600 |
| commit | 2b581c85487287d3fb03396e4b13c304bdffa6ab (patch) | |
| tree | d10e325aee2e9f3e1b3a808bbd8dd301f8e92d74 /Volta.xcodeproj | |
| parent | b1dc9d1458dcc1d4220e961d1b50169b660efac6 (diff) | |
Finished Login and basic UI for Stats selection
Diffstat (limited to 'Volta.xcodeproj')
| -rw-r--r-- | Volta.xcodeproj/project.pbxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Volta.xcodeproj/project.pbxproj b/Volta.xcodeproj/project.pbxproj index 9750037..0ca9851 100644 --- a/Volta.xcodeproj/project.pbxproj +++ b/Volta.xcodeproj/project.pbxproj @@ -32,6 +32,7 @@ E31FF04B176A5677009E4D27 /* SSKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = E31FF03D176A5677009E4D27 /* SSKeychain.m */; }; E31FF04F176A5B93009E4D27 /* arc.png in Resources */ = {isa = PBXBuildFile; fileRef = E31FF04E176A5B93009E4D27 /* arc.png */; }; E31FF052176A5D9D009E4D27 /* LoginViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E31FF051176A5D9D009E4D27 /* LoginViewController.m */; }; + E31FF055176A760D009E4D27 /* StatsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = E31FF054176A760D009E4D27 /* StatsViewController.m */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -77,6 +78,8 @@ E31FF04E176A5B93009E4D27 /* arc.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = arc.png; sourceTree = "<group>"; }; E31FF050176A5D9D009E4D27 /* LoginViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewController.h; sourceTree = "<group>"; }; E31FF051176A5D9D009E4D27 /* LoginViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewController.m; sourceTree = "<group>"; }; + E31FF053176A760D009E4D27 /* StatsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StatsViewController.h; sourceTree = "<group>"; }; + E31FF054176A760D009E4D27 /* StatsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = StatsViewController.m; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -234,6 +237,8 @@ children = ( E31FF050176A5D9D009E4D27 /* LoginViewController.h */, E31FF051176A5D9D009E4D27 /* LoginViewController.m */, + E31FF053176A760D009E4D27 /* StatsViewController.h */, + E31FF054176A760D009E4D27 /* StatsViewController.m */, ); path = Views; sourceTree = "<group>"; @@ -369,6 +374,7 @@ E31FF04A176A5677009E4D27 /* MGOrderedDictionary.m in Sources */, E31FF04B176A5677009E4D27 /* SSKeychain.m in Sources */, E31FF052176A5D9D009E4D27 /* LoginViewController.m in Sources */, + E31FF055176A760D009E4D27 /* StatsViewController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |
