File tree Expand file tree Collapse file tree 8 files changed +127
-13
lines changed
analytics/amplify_analytics_pinpoint_ios/ios
auth/amplify_auth_cognito_ios/ios
amplify_storage_s3_android Expand file tree Collapse file tree 8 files changed +127
-13
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ The API module for Amplify Flutter.
17
17
s . source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
18
18
s . source_files = 'Classes/**/*'
19
19
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'
22
22
s . dependency 'amplify_core'
23
23
s . dependency 'SwiftLint'
24
24
s . dependency 'SwiftFormat/CLI'
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ The DataStore module for Amplify Flutter.
15
15
s . source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
16
16
s . source_files = 'Classes/**/*'
17
17
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'
20
20
s . dependency 'amplify_core'
21
21
s . platform = :ios , '13.0'
22
22
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ Pod::Spec.new do |s|
17
17
s . source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
18
18
s . source_files = 'Classes/**/*'
19
19
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'
23
23
s . dependency 'amplify_core'
24
24
s . dependency 'SwiftLint'
25
25
s . dependency 'SwiftFormat/CLI'
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ This code is the iOS part of the Amplify Flutter Pinpoint Analytics Plugin. The
15
15
s . source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
16
16
s . source_files = 'Classes/**/*'
17
17
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'
20
20
s . dependency 'amplify_core'
21
21
s . platform = :ios , '11.0'
22
22
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Pod::Spec.new do |s|
15
15
s . source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
16
16
s . source_files = 'Classes/**/*'
17
17
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'
20
20
s . dependency 'ObjectMapper'
21
21
s . dependency 'amplify_core'
22
22
s . platform = :ios , '11.0'
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Pod::Spec.new do |s|
15
15
s . source = { :path => '.' }
16
16
s . source_files = 'Classes/**/*'
17
17
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'
20
20
s . dependency 'amplify_core'
21
21
s . platform = :ios , '11.0'
22
22
You can’t perform that action at this time.
0 commit comments