diff --git a/.gitignore b/.gitignore index f23709b..50d7bbb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Pods -*.xcuserdata +xcuserdata +*.xccheckout diff --git a/Podfile b/Podfile index 383f08f..2e7e4f2 100644 --- a/Podfile +++ b/Podfile @@ -1,10 +1,10 @@ platform :ios, 6.0 -pod 'RestKit', '~> 0.20.0rc' +pod 'RestKit', '~> 0.23.1' # Include optional Testing and Search components -pod 'RestKit/Testing', '~> 0.20.0rc' -pod 'RestKit/Search', '~> 0.20.0rc' +pod 'RestKit/Testing', '~> 0.23.1' +pod 'RestKit/Search', '~> 0.23.1' # Import Expecta for Testing target :test do diff --git a/Podfile.lock b/Podfile.lock index 31bb3d9..21e1b92 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,43 +1,48 @@ - PODS: -- AFNetworking (1.1.0) -- Expecta (0.2.1) -- RestKit (0.20.0rc1): - - RestKit/Core (= 0.20.0rc1) -- RestKit/Core (0.20.0rc1): - - RestKit/CoreData - - RestKit/Network - - RestKit/ObjectMapping -- RestKit/CoreData (0.20.0rc1) -- RestKit/Network (0.20.0rc1): - - AFNetworking (= 1.1.0) - - RestKit/ObjectMapping - - RestKit/Support - - SOCKit -- RestKit/ObjectMapping (0.20.0rc1) -- RestKit/Search (0.20.0rc1): - - RestKit/CoreData -- RestKit/Support (0.20.0rc1) -- RestKit/Testing (0.20.0rc1) -- SOCKit (1.1) + - AFNetworking (1.3.4) + - Expecta (0.2.1) + - ISO8601DateFormatterValueTransformer (0.6.0): + - RKValueTransformers (~> 1.1.0) + - RestKit (0.23.1): + - RestKit/Core + - RestKit/Core (0.23.1): + - RestKit/CoreData + - RestKit/Network + - RestKit/ObjectMapping + - RestKit/CoreData (0.23.1): + - RestKit/ObjectMapping + - RestKit/Network (0.23.1): + - AFNetworking (~> 1.3.0) + - RestKit/ObjectMapping + - RestKit/Support + - SOCKit + - RestKit/ObjectMapping (0.23.1): + - ISO8601DateFormatterValueTransformer (~> 0.6.0) + - RestKit/Support + - RKValueTransformers (~> 1.1.0) + - RestKit/Search (0.23.1): + - RestKit/CoreData + - RestKit/Support (0.23.1): + - TransitionKit (= 2.1.0) + - RestKit/Testing (0.23.1): + - RestKit/Network + - RKValueTransformers (1.1.0) + - SOCKit (1.1) + - TransitionKit (2.1.0) DEPENDENCIES: -- Expecta (= 0.2.1) -- RestKit (~> 0.20.0rc) -- RestKit/Search (~> 0.20.0rc) -- RestKit/Testing (~> 0.20.0rc) + - Expecta (= 0.2.1) + - RestKit (~> 0.23.1) + - RestKit/Search (~> 0.23.1) + - RestKit/Testing (~> 0.23.1) SPEC CHECKSUMS: - AFNetworking: 761a418233d280c1e0580bcb76ff9cb4c3073d17 - RestKit: 0382132969d823a872b377c1ab2e383f3c74a339 - RestKit/Core: 0382132969d823a872b377c1ab2e383f3c74a339 - RestKit/CoreData: 0382132969d823a872b377c1ab2e383f3c74a339 - RestKit/Network: 0382132969d823a872b377c1ab2e383f3c74a339 - RestKit/ObjectMapping: 0382132969d823a872b377c1ab2e383f3c74a339 - RestKit/Search: 0382132969d823a872b377c1ab2e383f3c74a339 - RestKit/Support: 0382132969d823a872b377c1ab2e383f3c74a339 - RestKit/Testing: 0382132969d823a872b377c1ab2e383f3c74a339 - SOCKit: 179515c1a621dd5652a60e9be02ea4adcd25bc9b - Expecta: d46fb1bd78c90a83da0158b9b1e108de106e369f + AFNetworking: e403d4333a4e1956cb3fe42364c3c879f820c9a0 + Expecta: 11a018f5dea79eabc7ab41bc5c907a2f80e9831a + ISO8601DateFormatterValueTransformer: db1acb188ffb0f87109a793977f750067c351efe + RestKit: 83a7f82ae7c92c51b59717325a0b895749ff2c97 + RKValueTransformers: 286c8280b6f2570032d87d119863f32bc227799b + SOCKit: 8871d058926a6c6cc144f0c5eee82c5d0ec274a3 + TransitionKit: 60b6a2cd9370e471c960b2cdf23b0b2593867625 -COCOAPODS: 0.16.2 +COCOAPODS: 0.32.1 diff --git a/RKGist.xcodeproj/project.pbxproj b/RKGist.xcodeproj/project.pbxproj index 7fbd553..ee8a74a 100644 --- a/RKGist.xcodeproj/project.pbxproj +++ b/RKGist.xcodeproj/project.pbxproj @@ -1,541 +1,1378 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 259DC5ED16C9B56B00045C36 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 259DC5EC16C9B56B00045C36 /* UIKit.framework */; }; - 259DC5EF16C9B56B00045C36 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 259DC5EE16C9B56B00045C36 /* Foundation.framework */; }; - 259DC5F116C9B56B00045C36 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 259DC5F016C9B56B00045C36 /* CoreGraphics.framework */; }; - 259DC5F316C9B56B00045C36 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 259DC5F216C9B56B00045C36 /* CoreData.framework */; }; - 259DC5F916C9B56B00045C36 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 259DC5F716C9B56B00045C36 /* InfoPlist.strings */; }; - 259DC5FB16C9B56B00045C36 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 259DC5FA16C9B56B00045C36 /* main.m */; }; - 259DC5FF16C9B56B00045C36 /* RKGAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 259DC5FE16C9B56B00045C36 /* RKGAppDelegate.m */; }; - 259DC60116C9B56B00045C36 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 259DC60016C9B56B00045C36 /* Default.png */; }; - 259DC60316C9B56B00045C36 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 259DC60216C9B56B00045C36 /* Default@2x.png */; }; - 259DC60516C9B56B00045C36 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 259DC60416C9B56B00045C36 /* Default-568h@2x.png */; }; - 259DC60816C9B56B00045C36 /* MainStoryboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 259DC60616C9B56B00045C36 /* MainStoryboard.storyboard */; }; - 259DC60B16C9B56B00045C36 /* RKGist.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 259DC60916C9B56B00045C36 /* RKGist.xcdatamodeld */; }; - 259DC60E16C9B56B00045C36 /* RKGMasterViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 259DC60D16C9B56B00045C36 /* RKGMasterViewController.m */; }; - 259DC61116C9B56B00045C36 /* RKGDetailViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 259DC61016C9B56B00045C36 /* RKGDetailViewController.m */; }; - 259DC61916C9B56C00045C36 /* SenTestingKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 259DC61816C9B56C00045C36 /* SenTestingKit.framework */; }; - 259DC61A16C9B56C00045C36 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 259DC5EC16C9B56B00045C36 /* UIKit.framework */; }; - 259DC61B16C9B56C00045C36 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 259DC5EE16C9B56B00045C36 /* Foundation.framework */; }; - 259DC61C16C9B56C00045C36 /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 259DC5F216C9B56B00045C36 /* CoreData.framework */; }; - 259DC62416C9B56C00045C36 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 259DC62216C9B56C00045C36 /* InfoPlist.strings */; }; - 259DC62716C9B56C00045C36 /* RKGistTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 259DC62616C9B56C00045C36 /* RKGistTests.m */; }; - 259DC63E16D1EED900045C36 /* RKGFile.m in Sources */ = {isa = PBXBuildFile; fileRef = 259DC63D16D1EED900045C36 /* RKGFile.m */; }; - 259DC64116D1EED900045C36 /* RKGUser.m in Sources */ = {isa = PBXBuildFile; fileRef = 259DC64016D1EED900045C36 /* RKGUser.m */; }; - 259DC64416D1EED900045C36 /* RKGGist.m in Sources */ = {isa = PBXBuildFile; fileRef = 259DC64316D1EED900045C36 /* RKGGist.m */; }; - 50D65A37938942BE8A8734FD /* libPods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 9F50564DCB314D8C829CBDAB /* libPods.a */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 259DC61D16C9B56C00045C36 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 259DC5E116C9B56B00045C36 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 259DC5E816C9B56B00045C36; - remoteInfo = RKGist; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 1DBAFD0CA90B4FE19926428F /* Pods.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.xcconfig; path = Pods/Pods.xcconfig; sourceTree = SOURCE_ROOT; }; - 259DC5E916C9B56B00045C36 /* RKGist.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RKGist.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 259DC5EC16C9B56B00045C36 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - 259DC5EE16C9B56B00045C36 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 259DC5F016C9B56B00045C36 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 259DC5F216C9B56B00045C36 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; - 259DC5F616C9B56B00045C36 /* RKGist-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RKGist-Info.plist"; sourceTree = ""; }; - 259DC5F816C9B56B00045C36 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 259DC5FA16C9B56B00045C36 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 259DC5FC16C9B56B00045C36 /* RKGist-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RKGist-Prefix.pch"; sourceTree = ""; }; - 259DC5FD16C9B56B00045C36 /* RKGAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RKGAppDelegate.h; sourceTree = ""; }; - 259DC5FE16C9B56B00045C36 /* RKGAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RKGAppDelegate.m; sourceTree = ""; }; - 259DC60016C9B56B00045C36 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = ""; }; - 259DC60216C9B56B00045C36 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = ""; }; - 259DC60416C9B56B00045C36 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = ""; }; - 259DC60716C9B56B00045C36 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = en; path = en.lproj/MainStoryboard.storyboard; sourceTree = ""; }; - 259DC60A16C9B56B00045C36 /* RKGist.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = RKGist.xcdatamodel; sourceTree = ""; }; - 259DC60C16C9B56B00045C36 /* RKGMasterViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RKGMasterViewController.h; sourceTree = ""; }; - 259DC60D16C9B56B00045C36 /* RKGMasterViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RKGMasterViewController.m; sourceTree = ""; }; - 259DC60F16C9B56B00045C36 /* RKGDetailViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RKGDetailViewController.h; sourceTree = ""; }; - 259DC61016C9B56B00045C36 /* RKGDetailViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RKGDetailViewController.m; sourceTree = ""; }; - 259DC61716C9B56C00045C36 /* RKGistTests.octest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RKGistTests.octest; sourceTree = BUILT_PRODUCTS_DIR; }; - 259DC61816C9B56C00045C36 /* SenTestingKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SenTestingKit.framework; path = Library/Frameworks/SenTestingKit.framework; sourceTree = DEVELOPER_DIR; }; - 259DC62116C9B56C00045C36 /* RKGistTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "RKGistTests-Info.plist"; sourceTree = ""; }; - 259DC62316C9B56C00045C36 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 259DC62516C9B56C00045C36 /* RKGistTests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RKGistTests.h; sourceTree = ""; }; - 259DC62616C9B56C00045C36 /* RKGistTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RKGistTests.m; sourceTree = ""; }; - 259DC63C16D1EED900045C36 /* RKGFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RKGFile.h; sourceTree = ""; }; - 259DC63D16D1EED900045C36 /* RKGFile.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RKGFile.m; sourceTree = ""; }; - 259DC63F16D1EED900045C36 /* RKGUser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RKGUser.h; sourceTree = ""; }; - 259DC64016D1EED900045C36 /* RKGUser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RKGUser.m; sourceTree = ""; }; - 259DC64216D1EED900045C36 /* RKGGist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RKGGist.h; sourceTree = ""; }; - 259DC64316D1EED900045C36 /* RKGGist.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RKGGist.m; sourceTree = ""; }; - 9F50564DCB314D8C829CBDAB /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 259DC5E616C9B56B00045C36 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 259DC5ED16C9B56B00045C36 /* UIKit.framework in Frameworks */, - 259DC5EF16C9B56B00045C36 /* Foundation.framework in Frameworks */, - 259DC5F116C9B56B00045C36 /* CoreGraphics.framework in Frameworks */, - 259DC5F316C9B56B00045C36 /* CoreData.framework in Frameworks */, - 50D65A37938942BE8A8734FD /* libPods.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 259DC61316C9B56C00045C36 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 259DC61916C9B56C00045C36 /* SenTestingKit.framework in Frameworks */, - 259DC61A16C9B56C00045C36 /* UIKit.framework in Frameworks */, - 259DC61B16C9B56C00045C36 /* Foundation.framework in Frameworks */, - 259DC61C16C9B56C00045C36 /* CoreData.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 259DC5E016C9B56B00045C36 = { - isa = PBXGroup; - children = ( - 259DC5F416C9B56B00045C36 /* RKGist */, - 259DC61F16C9B56C00045C36 /* RKGistTests */, - 259DC5EB16C9B56B00045C36 /* Frameworks */, - 259DC5EA16C9B56B00045C36 /* Products */, - 1DBAFD0CA90B4FE19926428F /* Pods.xcconfig */, - ); - sourceTree = ""; - }; - 259DC5EA16C9B56B00045C36 /* Products */ = { - isa = PBXGroup; - children = ( - 259DC5E916C9B56B00045C36 /* RKGist.app */, - 259DC61716C9B56C00045C36 /* RKGistTests.octest */, - ); - name = Products; - sourceTree = ""; - }; - 259DC5EB16C9B56B00045C36 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 259DC5EC16C9B56B00045C36 /* UIKit.framework */, - 259DC5EE16C9B56B00045C36 /* Foundation.framework */, - 259DC5F016C9B56B00045C36 /* CoreGraphics.framework */, - 259DC5F216C9B56B00045C36 /* CoreData.framework */, - 259DC61816C9B56C00045C36 /* SenTestingKit.framework */, - 9F50564DCB314D8C829CBDAB /* libPods.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - 259DC5F416C9B56B00045C36 /* RKGist */ = { - isa = PBXGroup; - children = ( - 259DC5FD16C9B56B00045C36 /* RKGAppDelegate.h */, - 259DC5FE16C9B56B00045C36 /* RKGAppDelegate.m */, - 259DC60616C9B56B00045C36 /* MainStoryboard.storyboard */, - 259DC60C16C9B56B00045C36 /* RKGMasterViewController.h */, - 259DC60D16C9B56B00045C36 /* RKGMasterViewController.m */, - 259DC60F16C9B56B00045C36 /* RKGDetailViewController.h */, - 259DC61016C9B56B00045C36 /* RKGDetailViewController.m */, - 259DC60916C9B56B00045C36 /* RKGist.xcdatamodeld */, - 259DC64216D1EED900045C36 /* RKGGist.h */, - 259DC64316D1EED900045C36 /* RKGGist.m */, - 259DC63F16D1EED900045C36 /* RKGUser.h */, - 259DC64016D1EED900045C36 /* RKGUser.m */, - 259DC63C16D1EED900045C36 /* RKGFile.h */, - 259DC63D16D1EED900045C36 /* RKGFile.m */, - 259DC5F516C9B56B00045C36 /* Supporting Files */, - ); - path = RKGist; - sourceTree = ""; - }; - 259DC5F516C9B56B00045C36 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 259DC5F616C9B56B00045C36 /* RKGist-Info.plist */, - 259DC5F716C9B56B00045C36 /* InfoPlist.strings */, - 259DC5FA16C9B56B00045C36 /* main.m */, - 259DC5FC16C9B56B00045C36 /* RKGist-Prefix.pch */, - 259DC60016C9B56B00045C36 /* Default.png */, - 259DC60216C9B56B00045C36 /* Default@2x.png */, - 259DC60416C9B56B00045C36 /* Default-568h@2x.png */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 259DC61F16C9B56C00045C36 /* RKGistTests */ = { - isa = PBXGroup; - children = ( - 259DC62516C9B56C00045C36 /* RKGistTests.h */, - 259DC62616C9B56C00045C36 /* RKGistTests.m */, - 259DC62016C9B56C00045C36 /* Supporting Files */, - ); - path = RKGistTests; - sourceTree = ""; - }; - 259DC62016C9B56C00045C36 /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 259DC62116C9B56C00045C36 /* RKGistTests-Info.plist */, - 259DC62216C9B56C00045C36 /* InfoPlist.strings */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 259DC5E816C9B56B00045C36 /* RKGist */ = { - isa = PBXNativeTarget; - buildConfigurationList = 259DC62A16C9B56C00045C36 /* Build configuration list for PBXNativeTarget "RKGist" */; - buildPhases = ( - 259DC5E516C9B56B00045C36 /* Sources */, - 259DC5E616C9B56B00045C36 /* Frameworks */, - 259DC5E716C9B56B00045C36 /* Resources */, - 44ED6A90347B416391D9847E /* Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = RKGist; - productName = RKGist; - productReference = 259DC5E916C9B56B00045C36 /* RKGist.app */; - productType = "com.apple.product-type.application"; - }; - 259DC61616C9B56C00045C36 /* RKGistTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 259DC62D16C9B56C00045C36 /* Build configuration list for PBXNativeTarget "RKGistTests" */; - buildPhases = ( - 259DC61216C9B56C00045C36 /* Sources */, - 259DC61316C9B56C00045C36 /* Frameworks */, - 259DC61416C9B56C00045C36 /* Resources */, - 259DC61516C9B56C00045C36 /* ShellScript */, - ); - buildRules = ( - ); - dependencies = ( - 259DC61E16C9B56C00045C36 /* PBXTargetDependency */, - ); - name = RKGistTests; - productName = RKGistTests; - productReference = 259DC61716C9B56C00045C36 /* RKGistTests.octest */; - productType = "com.apple.product-type.bundle"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 259DC5E116C9B56B00045C36 /* Project object */ = { - isa = PBXProject; - attributes = { - CLASSPREFIX = RKG; - LastUpgradeCheck = 0460; - ORGANIZATIONNAME = RestKit; - }; - buildConfigurationList = 259DC5E416C9B56B00045C36 /* Build configuration list for PBXProject "RKGist" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 259DC5E016C9B56B00045C36; - productRefGroup = 259DC5EA16C9B56B00045C36 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 259DC5E816C9B56B00045C36 /* RKGist */, - 259DC61616C9B56C00045C36 /* RKGistTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 259DC5E716C9B56B00045C36 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 259DC5F916C9B56B00045C36 /* InfoPlist.strings in Resources */, - 259DC60116C9B56B00045C36 /* Default.png in Resources */, - 259DC60316C9B56B00045C36 /* Default@2x.png in Resources */, - 259DC60516C9B56B00045C36 /* Default-568h@2x.png in Resources */, - 259DC60816C9B56B00045C36 /* MainStoryboard.storyboard in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 259DC61416C9B56C00045C36 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 259DC62416C9B56C00045C36 /* InfoPlist.strings in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 259DC61516C9B56C00045C36 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n"; - }; - 44ED6A90347B416391D9847E /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Pods-resources.sh\"\n"; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 259DC5E516C9B56B00045C36 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 259DC5FB16C9B56B00045C36 /* main.m in Sources */, - 259DC5FF16C9B56B00045C36 /* RKGAppDelegate.m in Sources */, - 259DC60B16C9B56B00045C36 /* RKGist.xcdatamodeld in Sources */, - 259DC60E16C9B56B00045C36 /* RKGMasterViewController.m in Sources */, - 259DC61116C9B56B00045C36 /* RKGDetailViewController.m in Sources */, - 259DC63E16D1EED900045C36 /* RKGFile.m in Sources */, - 259DC64116D1EED900045C36 /* RKGUser.m in Sources */, - 259DC64416D1EED900045C36 /* RKGGist.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 259DC61216C9B56C00045C36 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 259DC62716C9B56C00045C36 /* RKGistTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 259DC61E16C9B56C00045C36 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 259DC5E816C9B56B00045C36 /* RKGist */; - targetProxy = 259DC61D16C9B56C00045C36 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 259DC5F716C9B56B00045C36 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 259DC5F816C9B56B00045C36 /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - 259DC60616C9B56B00045C36 /* MainStoryboard.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 259DC60716C9B56B00045C36 /* en */, - ); - name = MainStoryboard.storyboard; - sourceTree = ""; - }; - 259DC62216C9B56C00045C36 /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 259DC62316C9B56C00045C36 /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 259DC62816C9B56C00045C36 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 6.1; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - }; - name = Debug; - }; - 259DC62916C9B56C00045C36 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 6.1; - OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1"; - SDKROOT = iphoneos; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 259DC62B16C9B56C00045C36 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1DBAFD0CA90B4FE19926428F /* Pods.xcconfig */; - buildSettings = { - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "RKGist/RKGist-Prefix.pch"; - INFOPLIST_FILE = "RKGist/RKGist-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - 259DC62C16C9B56C00045C36 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1DBAFD0CA90B4FE19926428F /* Pods.xcconfig */; - buildSettings = { - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "RKGist/RKGist-Prefix.pch"; - INFOPLIST_FILE = "RKGist/RKGist-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; - 259DC62E16C9B56C00045C36 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RKGist.app/RKGist"; - FRAMEWORK_SEARCH_PATHS = ( - "\"$(SDKROOT)/Developer/Library/Frameworks\"", - "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "RKGist/RKGist-Prefix.pch"; - INFOPLIST_FILE = "RKGistTests/RKGistTests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = octest; - }; - name = Debug; - }; - 259DC62F16C9B56C00045C36 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/RKGist.app/RKGist"; - FRAMEWORK_SEARCH_PATHS = ( - "\"$(SDKROOT)/Developer/Library/Frameworks\"", - "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "RKGist/RKGist-Prefix.pch"; - INFOPLIST_FILE = "RKGistTests/RKGistTests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = octest; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 259DC5E416C9B56B00045C36 /* Build configuration list for PBXProject "RKGist" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 259DC62816C9B56C00045C36 /* Debug */, - 259DC62916C9B56C00045C36 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 259DC62A16C9B56C00045C36 /* Build configuration list for PBXNativeTarget "RKGist" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 259DC62B16C9B56C00045C36 /* Debug */, - 259DC62C16C9B56C00045C36 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 259DC62D16C9B56C00045C36 /* Build configuration list for PBXNativeTarget "RKGistTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 259DC62E16C9B56C00045C36 /* Debug */, - 259DC62F16C9B56C00045C36 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - -/* Begin XCVersionGroup section */ - 259DC60916C9B56B00045C36 /* RKGist.xcdatamodeld */ = { - isa = XCVersionGroup; - children = ( - 259DC60A16C9B56B00045C36 /* RKGist.xcdatamodel */, - ); - currentVersion = 259DC60A16C9B56B00045C36 /* RKGist.xcdatamodel */; - path = RKGist.xcdatamodeld; - sourceTree = ""; - versionGroupType = wrapper.xcdatamodel; - }; -/* End XCVersionGroup section */ - }; - rootObject = 259DC5E116C9B56B00045C36 /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 0144CBC38B10479EAD215152 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + 1DBAFD0CA90B4FE19926428F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods.xcconfig + path + Pods/Pods.xcconfig + sourceTree + SOURCE_ROOT + + 259DC5E016C9B56B00045C36 + + children + + 259DC5F416C9B56B00045C36 + 259DC61F16C9B56C00045C36 + 259DC5EB16C9B56B00045C36 + 259DC5EA16C9B56B00045C36 + 1DBAFD0CA90B4FE19926428F + C9FB751459CD4C7CB87D6087 + + isa + PBXGroup + sourceTree + <group> + + 259DC5E116C9B56B00045C36 + + attributes + + CLASSPREFIX + RKG + LastUpgradeCheck + 0460 + ORGANIZATIONNAME + RestKit + + buildConfigurationList + 259DC5E416C9B56B00045C36 + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + + mainGroup + 259DC5E016C9B56B00045C36 + productRefGroup + 259DC5EA16C9B56B00045C36 + projectDirPath + + projectReferences + + projectRoot + + targets + + 259DC5E816C9B56B00045C36 + 259DC61616C9B56C00045C36 + + + 259DC5E416C9B56B00045C36 + + buildConfigurations + + 259DC62816C9B56C00045C36 + 259DC62916C9B56C00045C36 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 259DC5E516C9B56B00045C36 + + buildActionMask + 2147483647 + files + + 259DC5FB16C9B56B00045C36 + 259DC5FF16C9B56B00045C36 + 259DC60B16C9B56B00045C36 + 259DC60E16C9B56B00045C36 + 259DC61116C9B56B00045C36 + 259DC63E16D1EED900045C36 + 259DC64116D1EED900045C36 + 259DC64416D1EED900045C36 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 259DC5E616C9B56B00045C36 + + buildActionMask + 2147483647 + files + + 259DC5ED16C9B56B00045C36 + 259DC5EF16C9B56B00045C36 + 259DC5F116C9B56B00045C36 + 259DC5F316C9B56B00045C36 + 50D65A37938942BE8A8734FD + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 259DC5E716C9B56B00045C36 + + buildActionMask + 2147483647 + files + + 259DC5F916C9B56B00045C36 + 259DC60116C9B56B00045C36 + 259DC60316C9B56B00045C36 + 259DC60516C9B56B00045C36 + 259DC60816C9B56B00045C36 + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 259DC5E816C9B56B00045C36 + + buildConfigurationList + 259DC62A16C9B56C00045C36 + buildPhases + + 259DC5E516C9B56B00045C36 + 259DC5E616C9B56B00045C36 + 259DC5E716C9B56B00045C36 + 44ED6A90347B416391D9847E + + buildRules + + dependencies + + isa + PBXNativeTarget + name + RKGist + productName + RKGist + productReference + 259DC5E916C9B56B00045C36 + productType + com.apple.product-type.application + + 259DC5E916C9B56B00045C36 + + explicitFileType + wrapper.application + includeInIndex + 0 + isa + PBXFileReference + path + RKGist.app + sourceTree + BUILT_PRODUCTS_DIR + + 259DC5EA16C9B56B00045C36 + + children + + 259DC5E916C9B56B00045C36 + 259DC61716C9B56C00045C36 + + isa + PBXGroup + name + Products + sourceTree + <group> + + 259DC5EB16C9B56B00045C36 + + children + + 259DC5EC16C9B56B00045C36 + 259DC5EE16C9B56B00045C36 + 259DC5F016C9B56B00045C36 + 259DC5F216C9B56B00045C36 + 259DC61816C9B56C00045C36 + 9F50564DCB314D8C829CBDAB + 3001085AF9DB42219F26FAB6 + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + 259DC5EC16C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + UIKit.framework + path + System/Library/Frameworks/UIKit.framework + sourceTree + SDKROOT + + 259DC5ED16C9B56B00045C36 + + fileRef + 259DC5EC16C9B56B00045C36 + isa + PBXBuildFile + + 259DC5EE16C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Foundation.framework + path + System/Library/Frameworks/Foundation.framework + sourceTree + SDKROOT + + 259DC5EF16C9B56B00045C36 + + fileRef + 259DC5EE16C9B56B00045C36 + isa + PBXBuildFile + + 259DC5F016C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreGraphics.framework + path + System/Library/Frameworks/CoreGraphics.framework + sourceTree + SDKROOT + + 259DC5F116C9B56B00045C36 + + fileRef + 259DC5F016C9B56B00045C36 + isa + PBXBuildFile + + 259DC5F216C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreData.framework + path + System/Library/Frameworks/CoreData.framework + sourceTree + SDKROOT + + 259DC5F316C9B56B00045C36 + + fileRef + 259DC5F216C9B56B00045C36 + isa + PBXBuildFile + + 259DC5F416C9B56B00045C36 + + children + + 259DC5FD16C9B56B00045C36 + 259DC5FE16C9B56B00045C36 + 259DC60616C9B56B00045C36 + 259DC60C16C9B56B00045C36 + 259DC60D16C9B56B00045C36 + 259DC60F16C9B56B00045C36 + 259DC61016C9B56B00045C36 + 259DC60916C9B56B00045C36 + 259DC64216D1EED900045C36 + 259DC64316D1EED900045C36 + 259DC63F16D1EED900045C36 + 259DC64016D1EED900045C36 + 259DC63C16D1EED900045C36 + 259DC63D16D1EED900045C36 + 259DC5F516C9B56B00045C36 + + isa + PBXGroup + path + RKGist + sourceTree + <group> + + 259DC5F516C9B56B00045C36 + + children + + 259DC5F616C9B56B00045C36 + 259DC5F716C9B56B00045C36 + 259DC5FA16C9B56B00045C36 + 259DC5FC16C9B56B00045C36 + 259DC60016C9B56B00045C36 + 259DC60216C9B56B00045C36 + 259DC60416C9B56B00045C36 + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 259DC5F616C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + RKGist-Info.plist + sourceTree + <group> + + 259DC5F716C9B56B00045C36 + + children + + 259DC5F816C9B56B00045C36 + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + 259DC5F816C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + 259DC5F916C9B56B00045C36 + + fileRef + 259DC5F716C9B56B00045C36 + isa + PBXBuildFile + + 259DC5FA16C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + main.m + sourceTree + <group> + + 259DC5FB16C9B56B00045C36 + + fileRef + 259DC5FA16C9B56B00045C36 + isa + PBXBuildFile + + 259DC5FC16C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RKGist-Prefix.pch + sourceTree + <group> + + 259DC5FD16C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RKGAppDelegate.h + sourceTree + <group> + + 259DC5FE16C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RKGAppDelegate.m + sourceTree + <group> + + 259DC5FF16C9B56B00045C36 + + fileRef + 259DC5FE16C9B56B00045C36 + isa + PBXBuildFile + + 259DC60016C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + image.png + path + Default.png + sourceTree + <group> + + 259DC60116C9B56B00045C36 + + fileRef + 259DC60016C9B56B00045C36 + isa + PBXBuildFile + + 259DC60216C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + image.png + path + Default@2x.png + sourceTree + <group> + + 259DC60316C9B56B00045C36 + + fileRef + 259DC60216C9B56B00045C36 + isa + PBXBuildFile + + 259DC60416C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + image.png + path + Default-568h@2x.png + sourceTree + <group> + + 259DC60516C9B56B00045C36 + + fileRef + 259DC60416C9B56B00045C36 + isa + PBXBuildFile + + 259DC60616C9B56B00045C36 + + children + + 259DC60716C9B56B00045C36 + + isa + PBXVariantGroup + name + MainStoryboard.storyboard + sourceTree + <group> + + 259DC60716C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + file.storyboard + name + en + path + en.lproj/MainStoryboard.storyboard + sourceTree + <group> + + 259DC60816C9B56B00045C36 + + fileRef + 259DC60616C9B56B00045C36 + isa + PBXBuildFile + + 259DC60916C9B56B00045C36 + + children + + 259DC60A16C9B56B00045C36 + + currentVersion + 259DC60A16C9B56B00045C36 + isa + XCVersionGroup + path + RKGist.xcdatamodeld + sourceTree + <group> + versionGroupType + wrapper.xcdatamodel + + 259DC60A16C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + wrapper.xcdatamodel + path + RKGist.xcdatamodel + sourceTree + <group> + + 259DC60B16C9B56B00045C36 + + fileRef + 259DC60916C9B56B00045C36 + isa + PBXBuildFile + + 259DC60C16C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RKGMasterViewController.h + sourceTree + <group> + + 259DC60D16C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RKGMasterViewController.m + sourceTree + <group> + + 259DC60E16C9B56B00045C36 + + fileRef + 259DC60D16C9B56B00045C36 + isa + PBXBuildFile + + 259DC60F16C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RKGDetailViewController.h + sourceTree + <group> + + 259DC61016C9B56B00045C36 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RKGDetailViewController.m + sourceTree + <group> + + 259DC61116C9B56B00045C36 + + fileRef + 259DC61016C9B56B00045C36 + isa + PBXBuildFile + + 259DC61216C9B56C00045C36 + + buildActionMask + 2147483647 + files + + 259DC62716C9B56C00045C36 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 259DC61316C9B56C00045C36 + + buildActionMask + 2147483647 + files + + 259DC61916C9B56C00045C36 + 259DC61A16C9B56C00045C36 + 259DC61B16C9B56C00045C36 + 259DC61C16C9B56C00045C36 + A4526DDCA76844089E57A09F + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 259DC61416C9B56C00045C36 + + buildActionMask + 2147483647 + files + + 259DC62416C9B56C00045C36 + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 259DC61516C9B56C00045C36 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + # Run the unit tests in this test bundle. +"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests" + + + 259DC61616C9B56C00045C36 + + buildConfigurationList + 259DC62D16C9B56C00045C36 + buildPhases + + 0144CBC38B10479EAD215152 + 259DC61216C9B56C00045C36 + 259DC61316C9B56C00045C36 + 259DC61416C9B56C00045C36 + 259DC61516C9B56C00045C36 + 98BD95DEC83B4878818C0E5E + + buildRules + + dependencies + + 259DC61E16C9B56C00045C36 + + isa + PBXNativeTarget + name + RKGistTests + productName + RKGistTests + productReference + 259DC61716C9B56C00045C36 + productType + com.apple.product-type.bundle + + 259DC61716C9B56C00045C36 + + explicitFileType + wrapper.cfbundle + includeInIndex + 0 + isa + PBXFileReference + path + RKGistTests.octest + sourceTree + BUILT_PRODUCTS_DIR + + 259DC61816C9B56C00045C36 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + SenTestingKit.framework + path + Library/Frameworks/SenTestingKit.framework + sourceTree + DEVELOPER_DIR + + 259DC61916C9B56C00045C36 + + fileRef + 259DC61816C9B56C00045C36 + isa + PBXBuildFile + + 259DC61A16C9B56C00045C36 + + fileRef + 259DC5EC16C9B56B00045C36 + isa + PBXBuildFile + + 259DC61B16C9B56C00045C36 + + fileRef + 259DC5EE16C9B56B00045C36 + isa + PBXBuildFile + + 259DC61C16C9B56C00045C36 + + fileRef + 259DC5F216C9B56B00045C36 + isa + PBXBuildFile + + 259DC61D16C9B56C00045C36 + + containerPortal + 259DC5E116C9B56B00045C36 + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 259DC5E816C9B56B00045C36 + remoteInfo + RKGist + + 259DC61E16C9B56C00045C36 + + isa + PBXTargetDependency + target + 259DC5E816C9B56B00045C36 + targetProxy + 259DC61D16C9B56C00045C36 + + 259DC61F16C9B56C00045C36 + + children + + 259DC62516C9B56C00045C36 + 259DC62616C9B56C00045C36 + 259DC62016C9B56C00045C36 + + isa + PBXGroup + path + RKGistTests + sourceTree + <group> + + 259DC62016C9B56C00045C36 + + children + + 259DC62116C9B56C00045C36 + 259DC62216C9B56C00045C36 + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 259DC62116C9B56C00045C36 + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + RKGistTests-Info.plist + sourceTree + <group> + + 259DC62216C9B56C00045C36 + + children + + 259DC62316C9B56C00045C36 + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + 259DC62316C9B56C00045C36 + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + 259DC62416C9B56C00045C36 + + fileRef + 259DC62216C9B56C00045C36 + isa + PBXBuildFile + + 259DC62516C9B56C00045C36 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RKGistTests.h + sourceTree + <group> + + 259DC62616C9B56C00045C36 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RKGistTests.m + sourceTree + <group> + + 259DC62716C9B56C00045C36 + + fileRef + 259DC62616C9B56C00045C36 + isa + PBXBuildFile + + 259DC62816C9B56C00045C36 + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + COPY_PHASE_STRIP + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_WARN_ABOUT_RETURN_TYPE + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 6.1 + ONLY_ACTIVE_ARCH + YES + SDKROOT + iphoneos + + isa + XCBuildConfiguration + name + Debug + + 259DC62916C9B56C00045C36 + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + COPY_PHASE_STRIP + YES + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_WARN_ABOUT_RETURN_TYPE + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 6.1 + OTHER_CFLAGS + -DNS_BLOCK_ASSERTIONS=1 + SDKROOT + iphoneos + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 259DC62A16C9B56C00045C36 + + buildConfigurations + + 259DC62B16C9B56C00045C36 + 259DC62C16C9B56C00045C36 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 259DC62B16C9B56C00045C36 + + baseConfigurationReference + 1DBAFD0CA90B4FE19926428F + buildSettings + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + RKGist/RKGist-Prefix.pch + INFOPLIST_FILE + RKGist/RKGist-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Debug + + 259DC62C16C9B56C00045C36 + + baseConfigurationReference + 1DBAFD0CA90B4FE19926428F + buildSettings + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + RKGist/RKGist-Prefix.pch + INFOPLIST_FILE + RKGist/RKGist-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Release + + 259DC62D16C9B56C00045C36 + + buildConfigurations + + 259DC62E16C9B56C00045C36 + 259DC62F16C9B56C00045C36 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 259DC62E16C9B56C00045C36 + + baseConfigurationReference + C9FB751459CD4C7CB87D6087 + buildSettings + + BUNDLE_LOADER + $(BUILT_PRODUCTS_DIR)/RKGist.app/RKGist + FRAMEWORK_SEARCH_PATHS + + "$(SDKROOT)/Developer/Library/Frameworks" + "$(DEVELOPER_LIBRARY_DIR)/Frameworks" + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + RKGist/RKGist-Prefix.pch + INFOPLIST_FILE + RKGistTests/RKGistTests-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + TEST_HOST + $(BUNDLE_LOADER) + WRAPPER_EXTENSION + octest + + isa + XCBuildConfiguration + name + Debug + + 259DC62F16C9B56C00045C36 + + baseConfigurationReference + C9FB751459CD4C7CB87D6087 + buildSettings + + BUNDLE_LOADER + $(BUILT_PRODUCTS_DIR)/RKGist.app/RKGist + FRAMEWORK_SEARCH_PATHS + + "$(SDKROOT)/Developer/Library/Frameworks" + "$(DEVELOPER_LIBRARY_DIR)/Frameworks" + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + RKGist/RKGist-Prefix.pch + INFOPLIST_FILE + RKGistTests/RKGistTests-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + TEST_HOST + $(BUNDLE_LOADER) + WRAPPER_EXTENSION + octest + + isa + XCBuildConfiguration + name + Release + + 259DC63C16D1EED900045C36 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RKGFile.h + sourceTree + <group> + + 259DC63D16D1EED900045C36 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RKGFile.m + sourceTree + <group> + + 259DC63E16D1EED900045C36 + + fileRef + 259DC63D16D1EED900045C36 + isa + PBXBuildFile + + 259DC63F16D1EED900045C36 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RKGUser.h + sourceTree + <group> + + 259DC64016D1EED900045C36 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RKGUser.m + sourceTree + <group> + + 259DC64116D1EED900045C36 + + fileRef + 259DC64016D1EED900045C36 + isa + PBXBuildFile + + 259DC64216D1EED900045C36 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RKGGist.h + sourceTree + <group> + + 259DC64316D1EED900045C36 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RKGGist.m + sourceTree + <group> + + 259DC64416D1EED900045C36 + + fileRef + 259DC64316D1EED900045C36 + isa + PBXBuildFile + + 3001085AF9DB42219F26FAB6 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-test.a + sourceTree + BUILT_PRODUCTS_DIR + + 44ED6A90347B416391D9847E + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Pods-resources.sh" + + + 50D65A37938942BE8A8734FD + + fileRef + 9F50564DCB314D8C829CBDAB + isa + PBXBuildFile + + 98BD95DEC83B4878818C0E5E + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Pods-test-resources.sh" + + showEnvVarsInLog + 0 + + 9F50564DCB314D8C829CBDAB + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods.a + sourceTree + BUILT_PRODUCTS_DIR + + A4526DDCA76844089E57A09F + + fileRef + 3001085AF9DB42219F26FAB6 + isa + PBXBuildFile + + C9FB751459CD4C7CB87D6087 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-test.xcconfig + path + Pods/Pods-test.xcconfig + sourceTree + <group> + + + rootObject + 259DC5E116C9B56B00045C36 + + diff --git a/RKGist.xcworkspace/contents.xcworkspacedata b/RKGist.xcworkspace/contents.xcworkspacedata index 2785d0b..a27d89c 100644 --- a/RKGist.xcworkspace/contents.xcworkspacedata +++ b/RKGist.xcworkspace/contents.xcworkspacedata @@ -1 +1,10 @@ - \ No newline at end of file + + + + + + + diff --git a/RKGist/RKGDetailViewController.m b/RKGist/RKGDetailViewController.m index d8681f6..4cc6e96 100644 --- a/RKGist/RKGDetailViewController.m +++ b/RKGist/RKGDetailViewController.m @@ -31,7 +31,7 @@ - (void)configureView // Update the user interface for the detail item. if (self.detailItem) { - self.detailDescriptionLabel.text = [[self.detailItem valueForKey:@"timeStamp"] description]; + self.detailDescriptionLabel.text = [[self.detailItem valueForKey:@"createdAt"] description]; } } diff --git a/RKGist/RKGMasterViewController.m b/RKGist/RKGMasterViewController.m index f97baf2..7466dd0 100644 --- a/RKGist/RKGMasterViewController.m +++ b/RKGist/RKGMasterViewController.m @@ -63,7 +63,7 @@ - (void)insertNewObject:(id)sender // If appropriate, configure the new managed object. // Normally you should use accessor methods, but using KVC here avoids the need to add a custom class to the template. - [newManagedObject setValue:[NSDate date] forKey:@"timeStamp"]; + [newManagedObject setValue:[NSDate date] forKey:@"createdAt"]; // Save the context. NSError *error = nil;