forked from awslabs/aws-sdk-ios-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update DynamoDB Object Mapper Sample App
- Loading branch information
Rohan Dubal
committed
Dec 22, 2017
1 parent
4f08339
commit 9288b60
Showing
22 changed files
with
140 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
DynamoDBObjectMapper-Sample/Objective-C/DynamoDBSample/AppDelegate.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
DynamoDBObjectMapper-Sample/Objective-C/DynamoDBSample/AppDelegate.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
DynamoDBObjectMapper-Sample/Objective-C/DynamoDBSample/DDBDetailViewController.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
DynamoDBObjectMapper-Sample/Objective-C/DynamoDBSample/DDBDetailViewController.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
DynamoDBObjectMapper-Sample/Objective-C/DynamoDBSample/DDBDynamoDBManager.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
DynamoDBObjectMapper-Sample/Objective-C/DynamoDBSample/DDBDynamoDBManager.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
DynamoDBObjectMapper-Sample/Objective-C/DynamoDBSample/DDBMainViewController.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
DynamoDBObjectMapper-Sample/Objective-C/DynamoDBSample/DDBMainViewController.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
DynamoDBObjectMapper-Sample/Objective-C/DynamoDBSample/DDBSearchViewController.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
DynamoDBObjectMapper-Sample/Objective-C/DynamoDBSample/DDBSearchViewController.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
DynamoDBObjectMapper-Sample/Objective-C/DynamoDBSample/DynamoDBSample-Prefix.pch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
source 'https://github.com/CocoaPods/Specs.git' | ||
|
||
platform :ios, '8.0' | ||
platform :ios, '9.0' | ||
use_frameworks! | ||
|
||
target 'DynamoDBSample' do | ||
pod 'AWSDynamoDB', '~> 2.4.1' | ||
pod 'AWSDynamoDB', '~> 2.6.0' | ||
end |
Oops, something went wrong.