-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update project #18
base: master
Are you sure you want to change the base?
Update project #18
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
Pods | ||
*.xcuserdata | ||
xcuserdata | ||
*.xccheckout |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Non-existent code here... |
||
} | ||
} | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"]; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ... and here cause crashes. Not really sure about the reason why replacing |
||
|
||
// Save the context. | ||
NSError *error = nil; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Outdated RestKit.