diff options
| author | Ronny Fenrich <Fenrich@Gmail.com> | 2013-06-13 15:07:38 -0600 |
|---|---|---|
| committer | Ronny Fenrich <Fenrich@Gmail.com> | 2013-06-13 15:07:38 -0600 |
| commit | c137566a056fd9d0f06668ce196a066fa04a5454 (patch) | |
| tree | 118ced9b2c3bae5ffeeaa76fbbeb93c1651b4e20 /Volta.xcodeproj | |
| parent | bf6c97cdee2264656211126ee01066c3c5d4bd8d (diff) | |
Login view
Diffstat (limited to 'Volta.xcodeproj')
| -rw-r--r-- | Volta.xcodeproj/project.pbxproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Volta.xcodeproj/project.pbxproj b/Volta.xcodeproj/project.pbxproj index 1b06268..9750037 100644 --- a/Volta.xcodeproj/project.pbxproj +++ b/Volta.xcodeproj/project.pbxproj @@ -30,6 +30,8 @@ E31FF049176A5677009E4D27 /* UIView+Decoder.m in Sources */ = {isa = PBXBuildFile; fileRef = E31FF035176A5677009E4D27 /* UIView+Decoder.m */; }; E31FF04A176A5677009E4D27 /* MGOrderedDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = E31FF03A176A5677009E4D27 /* MGOrderedDictionary.m */; }; 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 */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -72,6 +74,9 @@ E31FF03A176A5677009E4D27 /* MGOrderedDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MGOrderedDictionary.m; sourceTree = "<group>"; }; E31FF03C176A5677009E4D27 /* SSKeychain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSKeychain.h; sourceTree = "<group>"; }; E31FF03D176A5677009E4D27 /* SSKeychain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SSKeychain.m; sourceTree = "<group>"; }; + 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>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -227,6 +232,8 @@ E31FF03F176A5677009E4D27 /* Views */ = { isa = PBXGroup; children = ( + E31FF050176A5D9D009E4D27 /* LoginViewController.h */, + E31FF051176A5D9D009E4D27 /* LoginViewController.m */, ); path = Views; sourceTree = "<group>"; @@ -242,6 +249,7 @@ E31FF04D176A56D5009E4D27 /* Images */ = { isa = PBXGroup; children = ( + E31FF04E176A5B93009E4D27 /* arc.png */, ); path = Images; sourceTree = "<group>"; @@ -305,6 +313,7 @@ E31FF015176A5521009E4D27 /* Default-568h@2x.png in Resources */, E31FF018176A5521009E4D27 /* MainStoryboard.storyboard in Resources */, E31FF042176A5677009E4D27 /* readme.md in Resources */, + E31FF04F176A5B93009E4D27 /* arc.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -359,6 +368,7 @@ E31FF049176A5677009E4D27 /* UIView+Decoder.m in Sources */, E31FF04A176A5677009E4D27 /* MGOrderedDictionary.m in Sources */, E31FF04B176A5677009E4D27 /* SSKeychain.m in Sources */, + E31FF052176A5D9D009E4D27 /* LoginViewController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |
