Skip to content

Commit 0d1bd31

Browse files
committedApr 18, 2013
AWS SDK for iOS 1.5.0
1 parent 239473b commit 0d1bd31

File tree

1,958 files changed

+43000
-3777
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,958 files changed

+43000
-3777
lines changed
 

‎NOTICE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AWS SDK for iOS
2-
Copyright 2010-2012 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33

44
This product includes software developed by
55
Amazon Technologies, Inc (http://www.amazon.com/).

‎samples/AWSPersistence_Locations2/Classes/AmazonClientManager.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2012 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -13,9 +13,9 @@
1313
* permissions and limitations under the License.
1414
*/
1515

16-
#import <Foundation/Foundation.h>
17-
#import <AWSiOSSDK/DynamoDB/AmazonDynamoDBClient.h>
18-
#import <AWSiOSSDK/AmazonCredentialsProvider.h>
16+
#import <AWSRuntime/AWSRuntime.h>
17+
#import <AWSDynamoDB/AWSDynamoDB.h>
18+
1919
#import "Constants.h"
2020
#import "Response.h"
2121

0 commit comments

Comments
 (0)