Skip to content

Commit 8f862b3

Browse files
authored
chore: bump amplify-ios to 1.22.0 (#1468)
1 parent cf837bb commit 8f862b3

File tree

8 files changed

+127
-13
lines changed

8 files changed

+127
-13
lines changed

packages/amplify_api/ios/amplify_api.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The API module for Amplify Flutter.
1717
s.source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
1818
s.source_files = 'Classes/**/*'
1919
s.dependency 'Flutter'
20-
s.dependency 'Amplify', '1.19.0'
21-
s.dependency 'AmplifyPlugins/AWSAPIPlugin', '1.19.0'
20+
s.dependency 'Amplify', '1.22.0'
21+
s.dependency 'AmplifyPlugins/AWSAPIPlugin', '1.22.0'
2222
s.dependency 'amplify_core'
2323
s.dependency 'SwiftLint'
2424
s.dependency 'SwiftFormat/CLI'

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.19.0'
19-
s.dependency 'AmplifyPlugins/AWSDataStorePlugin', '1.19.0'
18+
s.dependency 'Amplify', '1.22.0'
19+
s.dependency 'AmplifyPlugins/AWSDataStorePlugin', '1.22.0'
2020
s.dependency 'amplify_core'
2121
s.platform = :ios, '13.0'
2222

packages/amplify_flutter/ios/amplify_flutter.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Pod::Spec.new do |s|
1717
s.source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
1818
s.source_files = 'Classes/**/*'
1919
s.dependency 'Flutter'
20-
s.dependency 'Amplify', '1.19.0'
21-
s.dependency 'AWSPluginsCore', '1.19.0'
22-
s.dependency 'AmplifyPlugins/AWSCognitoAuthPlugin', '1.19.0'
20+
s.dependency 'Amplify', '1.22.0'
21+
s.dependency 'AWSPluginsCore', '1.22.0'
22+
s.dependency 'AmplifyPlugins/AWSCognitoAuthPlugin', '1.22.0'
2323
s.dependency 'amplify_core'
2424
s.dependency 'SwiftLint'
2525
s.dependency 'SwiftFormat/CLI'

packages/analytics/amplify_analytics_pinpoint_ios/ios/amplify_analytics_pinpoint_ios.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ This code is the iOS part of the Amplify Flutter Pinpoint Analytics Plugin. The
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.19.0'
19-
s.dependency 'AmplifyPlugins/AWSPinpointAnalyticsPlugin', '1.19.0'
18+
s.dependency 'Amplify', '1.22.0'
19+
s.dependency 'AmplifyPlugins/AWSPinpointAnalyticsPlugin', '1.22.0'
2020
s.dependency 'amplify_core'
2121
s.platform = :ios, '11.0'
2222

packages/auth/amplify_auth_cognito_ios/ios/amplify_auth_cognito_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.19.0'
19-
s.dependency 'AmplifyPlugins/AWSCognitoAuthPlugin', '1.19.0'
18+
s.dependency 'Amplify', '1.22.0'
19+
s.dependency 'AmplifyPlugins/AWSCognitoAuthPlugin', '1.22.0'
2020
s.dependency 'ObjectMapper'
2121
s.dependency 'amplify_core'
2222
s.platform = :ios, '11.0'
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# See https://dart.dev/guides/libraries/private-files
2+
3+
# Miscellaneous
4+
*.class
5+
*.log
6+
*.pyc
7+
*.swp
8+
.DS_Store
9+
.atom/
10+
.buildlog/
11+
.history
12+
.svn/
13+
14+
# IntelliJ related
15+
*.iml
16+
*.ipr
17+
*.iws
18+
.idea/
19+
20+
# The .vscode folder contains launch configuration and tasks you configure in
21+
# VS Code which you may wish to be included in version control, so this line
22+
# is commented out by default.
23+
#.vscode/
24+
25+
# Flutter/Dart/Pub related
26+
**/doc/api/
27+
.dart_tool/
28+
.flutter-plugins
29+
.flutter-plugins-dependencies
30+
.packages
31+
.pub-cache/
32+
.pub/
33+
build/
34+
35+
# Code coverage
36+
coverage/
37+
38+
# Android related
39+
**/android/**/gradle-wrapper.jar
40+
**/android/.gradle
41+
**/android/captures/
42+
**/android/gradlew
43+
**/android/gradlew.bat
44+
**/android/local.properties
45+
**/android/**/GeneratedPluginRegistrant.java
46+
47+
# Exceptions to above rules.
48+
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# See https://dart.dev/guides/libraries/private-files
2+
3+
# Miscellaneous
4+
*.class
5+
*.log
6+
*.pyc
7+
*.swp
8+
.DS_Store
9+
.atom/
10+
.buildlog/
11+
.history
12+
.svn/
13+
14+
# IntelliJ related
15+
*.iml
16+
*.ipr
17+
*.iws
18+
.idea/
19+
20+
# The .vscode folder contains launch configuration and tasks you configure in
21+
# VS Code which you may wish to be included in version control, so this line
22+
# is commented out by default.
23+
#.vscode/
24+
25+
# Flutter/Dart/Pub related
26+
**/doc/api/
27+
.dart_tool/
28+
.flutter-plugins
29+
.flutter-plugins-dependencies
30+
.packages
31+
.pub-cache/
32+
.pub/
33+
build/
34+
35+
# Code coverage
36+
coverage/
37+
38+
# iOS related
39+
DerivedData/
40+
build/
41+
GeneratedPluginRegistrant.h
42+
GeneratedPluginRegistrant.m
43+
44+
.generated/
45+
46+
*.pbxuser
47+
*.mode1v3
48+
*.mode2v3
49+
*.perspectivev3
50+
51+
!default.pbxuser
52+
!default.mode1v3
53+
!default.mode2v3
54+
!default.perspectivev3
55+
56+
xcuserdata
57+
58+
*.moved-aside
59+
60+
*.pyc
61+
*sync/
62+
Icon?
63+
.tags*
64+
65+
/Flutter/Generated.xcconfig
66+
/Flutter/flutter_export_environment.sh

packages/storage/amplify_storage_s3_ios/ios/amplify_storage_s3_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 = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'Amplify', '1.19.0'
19-
s.dependency 'AmplifyPlugins/AWSS3StoragePlugin', '1.19.0'
18+
s.dependency 'Amplify', '1.22.0'
19+
s.dependency 'AmplifyPlugins/AWSS3StoragePlugin', '1.22.0'
2020
s.dependency 'amplify_core'
2121
s.platform = :ios, '11.0'
2222

0 commit comments

Comments
 (0)