Skip to content

Commit b79dbbc

Browse files
author
AWS
committed
The AWS Mobile SDK for iOS 2.5.0.
1 parent 268b3ca commit b79dbbc

File tree

678 files changed

+3563
-6931
lines changed

Some content is hidden

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

678 files changed

+3563
-6931
lines changed

AWSAPIGateway.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'AWSAPIGateway'
4-
s.version = '2.4.16'
4+
s.version = '2.5.0'
55
s.summary = 'Amazon Web Services SDK for iOS.'
66

77
s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.source = { :git => 'https://github.com/aws/aws-sdk-ios.git',
1414
:tag => s.version}
1515
s.requires_arc = true
16-
s.dependency 'AWSCore', '2.4.16'
16+
s.dependency 'AWSCore', '2.5.0'
1717

1818
s.source_files = 'AWSAPIGateway/*.{h,m}'
1919
end

AWSAPIGateway/AWSAPIGateway.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// Copyright 2010-2017 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.

AWSAPIGateway/AWSAPIGatewayClient.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// Copyright 2010-2017 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.
@@ -45,7 +45,7 @@ typedef NS_ENUM(NSInteger, AWSAPIGatewayErrorType) {
4545
*
4646
* @param apiRequest An `AWSAPIGatewayRequest` object.
4747
*
48-
* @return An instance of `AWSTask`. On successful execution, `task.result` will contain an instance of `AWSAPIGatewayResponse`. On failed execution, `task.error` may contain an `NSError`. If an Exception occurs while executing or building the request, `task.exception` will contain an `NSException` object.
48+
* @return An instance of `AWSTask`. On successful execution, `task.result` will contain an instance of `AWSAPIGatewayResponse`. On failed execution, `task.error` may contain an `NSError`.
4949
*/
5050
- (AWSTask<AWSAPIGatewayResponse *> *)invoke:(AWSAPIGatewayRequest *)apiRequest;
5151

AWSAPIGateway/AWSAPIGatewayClient.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// Copyright 2010-2017 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.
@@ -23,7 +23,7 @@
2323

2424
static NSString *const AWSAPIGatewayAPIKeyHeader = @"x-api-key";
2525

26-
static NSString *const AWSAPIGatewaySDKVersion = @"2.4.16";
26+
static NSString *const AWSAPIGatewaySDKVersion = @"2.5.0";
2727

2828
static int defaultChunkSize = 1024;
2929

AWSAPIGateway/AWSAPIGatewayModel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// Copyright 2010-2017 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.

AWSAPIGateway/AWSAPIGatewayModel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// Copyright 2010-2017 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.

AWSAPIGateway/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.4.16</string>
18+
<string>2.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

AWSAPIGatewayTests/AWSAPIGatewayInvokeTest.swift

Lines changed: 67 additions & 111 deletions
Large diffs are not rendered by default.

AWSAPIGatewayTests/AWSAPIGatewayTests-Bridging-Header.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// Copyright 2010-2017 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.
@@ -14,4 +14,4 @@
1414
//
1515

1616
#import "AWSTestUtility.h"
17-
#import "AWSLambdaMicroServiceClient.h"
17+
#import "AWSLambdaMicroServiceClient.h"

AWSAPIGatewayUnitTests/AWSAPIGatewayUnitTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// Copyright 2010-2017 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.

0 commit comments

Comments
 (0)