Skip to content

Commit

Permalink
Merge pull request #335 from awslabs/palpatim/ios-bump-version
Browse files Browse the repository at this point in the history
Update sample app dependency to 2.10.0
  • Loading branch information
palpatim authored Jul 18, 2019
2 parents 792dd0a + bb28a0d commit 6de72aa
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CognitoAuth-Sample/Objective-C/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ platform :ios, '9.0'
use_frameworks!

target :'CognitoAuthSample' do
$awsVersion = '~> 2.9.0'
$awsVersion = '~> 2.10.0'
pod 'AWSCognitoAuth', $awsVersion
end
2 changes: 1 addition & 1 deletion CognitoAuth-Sample/Swift/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ platform :ios, '9.0'
use_frameworks!

target :'CognitoAuthSample' do
$awsVersion = '~> 2.9.0'
$awsVersion = '~> 2.10.0'
pod 'AWSCognitoAuth', $awsVersion
end
2 changes: 1 addition & 1 deletion CognitoYourUserPools-Sample/Objective-C/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '9.0'
use_frameworks!

target 'CognitoYourUserPoolsSample' do
$awsVersion = '~> 2.9.0'
$awsVersion = '~> 2.10.0'
pod 'AWSCore', $awsVersion
pod 'AWSCognitoIdentityProvider', $awsVersion
end
2 changes: 1 addition & 1 deletion CognitoYourUserPools-Sample/Swift/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '9.0'
use_frameworks!

target 'CognitoYourUserPoolsSample' do
$awsVersion = '~> 2.9.0'
$awsVersion = '~> 2.10.0'
pod 'AWSCore', $awsVersion
pod 'AWSCognitoIdentityProvider', $awsVersion
end
2 changes: 1 addition & 1 deletion IoT-Sample/Swift/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '9.0'
use_frameworks!

target 'IoTSampleSwift' do
$awsVersion = '~> 2.9.0'
$awsVersion = '~> 2.10.0'
pod 'AWSMobileClient', $awsVersion
pod 'AWSIoT', $awsVersion
end
2 changes: 1 addition & 1 deletion Lex-Sample/ObjC/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use_frameworks!
target :'Lex-Sample' do
pod 'JSQMessagesViewController', '~>7.3.4'

$awsVersion = '~> 2.9.0'
$awsVersion = '~> 2.10.0'
pod 'AWSLex', $awsVersion
end

Expand Down
2 changes: 1 addition & 1 deletion Polly-Sample/Swift/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '9.0'
use_frameworks!

target 'PollySample' do
$awsVersion = '~> 2.9.0'
$awsVersion = '~> 2.10.0'
pod 'AWSMobileClient', $awsVersion
pod 'AWSPolly', $awsVersion
end
2 changes: 1 addition & 1 deletion S3TransferUtility-Sample/Objective-C/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ platform :ios, '9.0'
use_frameworks!

target 'S3TransferUtilitySampleObjC' do
$awsVersion = '~> 2.9.0'
$awsVersion = '~> 2.10.0'
pod 'AWSS3', $awsVersion
end
2 changes: 1 addition & 1 deletion S3TransferUtility-Sample/Swift/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '9.0'
use_frameworks!

target 'S3TransferUtilitySampleSwift' do
$awsVersion = '~> 2.9.0'
$awsVersion = '~> 2.10.0'
pod 'AWSMobileClient', $awsVersion
pod 'AWSS3', $awsVersion
end

0 comments on commit 6de72aa

Please sign in to comment.