Skip to content

Commit 1efbc10

Browse files
authored
chore(ios): bump amplify-swift to 1.29.2 (#2874)
- Fixing issue #2519
1 parent c35f4bb commit 1efbc10

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

packages/amplify/amplify_flutter_ios/ios/amplify_flutter_ios.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Pod::Spec.new do |s|
1515
s.source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'Amplify', '1.29.1'
19-
s.dependency 'AWSPluginsCore', '1.29.1'
18+
s.dependency 'Amplify', '1.29.2'
19+
s.dependency 'AWSPluginsCore', '1.29.2'
2020

2121
s.platform = :ios, '11.0'
2222
s.swift_version = '5.0'

packages/amplify_datastore/ios/amplify_datastore.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The DataStore module for Amplify Flutter.
1515
s.source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'Amplify', '1.29.1'
19-
s.dependency 'AmplifyPlugins/AWSDataStorePlugin', '1.29.1'
18+
s.dependency 'Amplify', '1.29.2'
19+
s.dependency 'AmplifyPlugins/AWSDataStorePlugin', '1.29.2'
2020
s.dependency 'amplify_flutter_ios'
2121
s.platform = :ios, '13.0'
2222

packages/amplify_native_legacy_wrapper/ios/amplify_native_legacy_wrapper.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ A new Flutter plugin project.
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'Amplify', '1.29.1'
19-
s.dependency 'AWSPluginsCore', '1.29.1'
20-
s.dependency 'AmplifyPlugins/AWSCognitoAuthPlugin', '1.29.1'
18+
s.dependency 'Amplify', '1.29.2'
19+
s.dependency 'AWSPluginsCore', '1.29.2'
20+
s.dependency 'AmplifyPlugins/AWSCognitoAuthPlugin', '1.29.2'
2121
s.platform = :ios, '13.0'
2222

2323
# Flutter.framework does not contain a i386 slice.

packages/api/amplify_api_ios/ios/amplify_api_ios.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The API module for Amplify Flutter.
1515
s.source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'Amplify', '1.29.1'
19-
s.dependency 'AmplifyPlugins/AWSAPIPlugin', '1.29.1'
18+
s.dependency 'Amplify', '1.29.2'
19+
s.dependency 'AmplifyPlugins/AWSAPIPlugin', '1.29.2'
2020
s.dependency 'amplify_flutter_ios'
2121

2222
# These are needed to support async/await with pigeon

packages/auth/amplify_auth_cognito_ios/ios/amplify_auth_cognito_ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.source_files = 'Classes/**/*'
1717
s.public_header_files = 'Classes/**/*.h'
1818
s.dependency 'Flutter'
19-
s.dependency 'Amplify', '1.29.1'
19+
s.dependency 'Amplify', '1.29.2'
2020
s.dependency 'amplify_flutter_ios'
2121

2222
# These are needed to support async/await and ASWebAuthenticationSession

0 commit comments

Comments
 (0)