From 46f40d1fb313ec9d5057facdd8707ba53f40fa80 Mon Sep 17 00:00:00 2001 From: Sebastian Villena <97059974+ruisebas@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:24:59 -0500 Subject: [PATCH 1/3] feat: Updating minimum deployment target to iOS 12 --- .github/workflows/integ_test.yml | 1 + AWSPluginsCore.podspec | 2 +- Amplify.podspec | 2 +- Amplify.xcodeproj/project.pbxproj | 28 +++++++-------- AmplifyPlugins.podspec | 2 +- .../project.pbxproj | 34 +++++++++---------- AmplifyPlugins/API/Podfile | 2 +- AmplifyPlugins/API/Podfile.lock | 24 ++++++------- .../project.pbxproj | 6 ++-- AmplifyPlugins/Analytics/Podfile | 2 +- AmplifyPlugins/Analytics/Podfile.lock | 24 ++++++------- .../project.pbxproj | 10 +++--- AmplifyPlugins/Auth/Podfile | 2 +- AmplifyPlugins/Auth/Podfile.lock | 22 ++++++------ .../project.pbxproj | 8 ++--- AmplifyPlugins/DataStore/Podfile | 2 +- AmplifyPlugins/DataStore/Podfile.lock | 24 ++++++------- AmplifyPlugins/Geo/Podfile.lock | 10 +++--- AmplifyPlugins/Predictions/Podfile.lock | 10 +++--- AmplifyPlugins/Storage/Podfile | 2 +- AmplifyPlugins/Storage/Podfile.lock | 24 ++++++------- .../StoragePlugin.xcodeproj/project.pbxproj | 6 ++-- AmplifyTestCommon.podspec | 2 +- Package.swift | 2 +- Podfile | 2 +- Podfile.lock | 14 ++++---- README.md | 2 +- canaries/example/Podfile | 2 +- 28 files changed, 136 insertions(+), 135 deletions(-) diff --git a/.github/workflows/integ_test.yml b/.github/workflows/integ_test.yml index 88eca776de..dedb96137a 100644 --- a/.github/workflows/integ_test.yml +++ b/.github/workflows/integ_test.yml @@ -1,6 +1,7 @@ name: Integration Tests on: workflow_call: + workflow_dispatch: push: branches: [v1] diff --git a/AWSPluginsCore.podspec b/AWSPluginsCore.podspec index 924ea34bd3..107f935a3f 100644 --- a/AWSPluginsCore.podspec +++ b/AWSPluginsCore.podspec @@ -26,7 +26,7 @@ Pod::Spec.new do |s| s.author = { 'Amazon Web Services' => 'amazonwebservices' } s.source = { :git => 'https://github.com/aws-amplify/amplify-ios.git', :tag => $AMPLIFY_RELEASE_TAG } - s.platform = :ios, '11.0' + s.platform = :ios, '12.0' s.swift_version = '5.0' s.source_files = 'AmplifyPlugins/Core/AWSPluginsCore/**/*.swift' diff --git a/Amplify.podspec b/Amplify.podspec index 5ea1e1795d..1a93c0d52b 100644 --- a/Amplify.podspec +++ b/Amplify.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.author = { 'Amazon Web Services' => 'amazonwebservices' } s.source = { :git => 'https://github.com/aws-amplify/amplify-swift.git', :tag => $AMPLIFY_RELEASE_TAG } - s.platform = :ios, '11.0' + s.platform = :ios, '12.0' s.swift_version = '5.0' s.source_files = 'Amplify/**/*.swift' diff --git a/Amplify.xcodeproj/project.pbxproj b/Amplify.xcodeproj/project.pbxproj index fbedf694ee..b97a694576 100644 --- a/Amplify.xcodeproj/project.pbxproj +++ b/Amplify.xcodeproj/project.pbxproj @@ -6068,7 +6068,7 @@ "$(PROJECT_DIR)/AmplifyPlugins/DataStore/AWSDataStoreCategoryPluginIntegrationTests", ); INFOPLIST_FILE = AmplifyTestApp/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6093,7 +6093,7 @@ "$(PROJECT_DIR)/AmplifyPlugins/DataStore/AWSDataStoreCategoryPluginIntegrationTests", ); INFOPLIST_FILE = AmplifyTestApp/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6119,7 +6119,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = AmplifyPlugins/Core/AWSPluginsCore/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6148,7 +6148,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = AmplifyPlugins/Core/AWSPluginsCore/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6170,7 +6170,7 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = AmplifyPlugins/Core/AWSPluginsCoreTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6192,7 +6192,7 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = AmplifyPlugins/Core/AWSPluginsCoreTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6312,7 +6312,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -6370,7 +6370,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; @@ -6395,7 +6395,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = Amplify/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6422,7 +6422,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = Amplify/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6481,7 +6481,7 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = AmplifyFunctionalTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6502,7 +6502,7 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = ""; INFOPLIST_FILE = AmplifyFunctionalTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6531,7 +6531,7 @@ ENABLE_TESTING_SEARCH_PATHS = YES; INFOPLIST_FILE = AmplifyTestCommon/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -6564,7 +6564,7 @@ ENABLE_TESTING_SEARCH_PATHS = YES; INFOPLIST_FILE = AmplifyTestCommon/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/AmplifyPlugins.podspec b/AmplifyPlugins.podspec index c3ce4a645c..0189d7955e 100644 --- a/AmplifyPlugins.podspec +++ b/AmplifyPlugins.podspec @@ -25,7 +25,7 @@ Pod::Spec.new do |s| s.author = { 'Amazon Web Services' => 'amazonwebservices' } s.source = { :git => 'https://github.com/aws-amplify/amplify-ios.git', :tag => $AMPLIFY_RELEASE_TAG } - s.platform = :ios, '11.0' + s.platform = :ios, '12.0' s.swift_version = '5.0' s.dependency 'AWSPluginsCore', $AMPLIFY_VERSION diff --git a/AmplifyPlugins/API/APICategoryPlugin.xcodeproj/project.pbxproj b/AmplifyPlugins/API/APICategoryPlugin.xcodeproj/project.pbxproj index 53369700a6..f3c8402739 100644 --- a/AmplifyPlugins/API/APICategoryPlugin.xcodeproj/project.pbxproj +++ b/AmplifyPlugins/API/APICategoryPlugin.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 51; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ @@ -2740,7 +2740,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = AWSAPICategoryPluginTestCommon/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -2768,7 +2768,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = AWSAPICategoryPluginTestCommon/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -2789,7 +2789,7 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = W3DRXD72QU; INFOPLIST_FILE = AWSAPICategoryPluginIntegrationTests/GraphQL/GraphQLWithIAMIntegrationTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -2810,7 +2810,7 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = W3DRXD72QU; INFOPLIST_FILE = AWSAPICategoryPluginIntegrationTests/GraphQL/GraphQLWithIAMIntegrationTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -2831,7 +2831,7 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = W3DRXD72QU; INFOPLIST_FILE = AWSAPICategoryPluginFunctionalTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -2852,7 +2852,7 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = W3DRXD72QU; INFOPLIST_FILE = AWSAPICategoryPluginFunctionalTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -2873,7 +2873,7 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = W3DRXD72QU; INFOPLIST_FILE = AWSAPICategoryPluginIntegrationTests/REST/RESTWithIAMIntegrationTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -2894,7 +2894,7 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = W3DRXD72QU; INFOPLIST_FILE = AWSAPICategoryPluginIntegrationTests/REST/RESTWithIAMIntegrationTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -2915,7 +2915,7 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = W3DRXD72QU; INFOPLIST_FILE = AWSAPICategoryPluginIntegrationTests/GraphQL/GraphQLWithUserPoolIntegrationTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -2936,7 +2936,7 @@ CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = W3DRXD72QU; INFOPLIST_FILE = AWSAPICategoryPluginIntegrationTests/GraphQL/GraphQLWithUserPoolIntegrationTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -3085,7 +3085,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -3142,7 +3142,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; @@ -3165,7 +3165,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "$(PRODUCT_NAME)/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -3190,7 +3190,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "$(PRODUCT_NAME)/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -3211,7 +3211,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = "$(PRODUCT_NAME)/Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -3231,7 +3231,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = "$(PRODUCT_NAME)/Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/AmplifyPlugins/API/Podfile b/AmplifyPlugins/API/Podfile index 1c47b864db..95f1fdc99b 100644 --- a/AmplifyPlugins/API/Podfile +++ b/AmplifyPlugins/API/Podfile @@ -1,6 +1,6 @@ load '../../build-support/dependencies.rb' -platform :ios, '11.0' +platform :ios, '12.0' use_frameworks! include_build_tools! diff --git a/AmplifyPlugins/API/Podfile.lock b/AmplifyPlugins/API/Podfile.lock index 480bea0045..6162299663 100644 --- a/AmplifyPlugins/API/Podfile.lock +++ b/AmplifyPlugins/API/Podfile.lock @@ -39,9 +39,9 @@ PODS: - AWSCore (~> 2.35.0) - CwlCatchException (2.1.1): - CwlCatchExceptionSupport (~> 2.1.1) - - CwlCatchExceptionSupport (2.1.1) - - CwlMachBadInstructionHandler (2.1.0) - - CwlPosixPreconditionTesting (2.1.0) + - CwlCatchExceptionSupport (2.1.2) + - CwlMachBadInstructionHandler (2.1.2) + - CwlPosixPreconditionTesting (2.1.2) - CwlPreconditionTesting (2.1.0): - CwlCatchException (~> 2.1.1) - CwlMachBadInstructionHandler (~> 2.1.0) @@ -96,25 +96,25 @@ CHECKOUT OPTIONS: :tag: 2.1.0 SPEC CHECKSUMS: - Amplify: 3fb7e406c959563dcc37722497ba577dac958245 - AmplifyPlugins: 538a89ab8b7365ba1ea39dd3dd48389b9c24bb2d - AmplifyTestCommon: 82a4f47daaa1449b7d34843caa371fa0dbaa9c4b + Amplify: 5caf64f8d16da4afde8d0aae76d89b98cbea513b + AmplifyPlugins: 421dbb90de455cf9c2a2ef79f9d53a87decbb74d + AmplifyTestCommon: 1c47564dcfab09e6cc2f48b71a072d24cee5d0f1 AppSyncRealTimeClient: 36ff2f65f330bce7f1d0d2157a4ae5d255483dac AWSAuthCore: aa5090b8d86389f958c5b916f14dc218b0c20f8e AWSCognitoIdentityProvider: b4c4d7d78782d62636cb3edfed71472dffe5e6d6 AWSCognitoIdentityProviderASF: 295cac5c59c71c1494a3bac437f4c6284b9a73d3 AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 AWSMobileClient: 6c00da79fef9fcb63311b9b2e2abb7cf45fc7ccd - AWSPluginsCore: 8c4c25e9ae2eb8a86e281eb0ec899c347a33c1fd + AWSPluginsCore: d9b08ab2f666dd2e6d01c4bba024d30a77d5040f CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b - CwlCatchExceptionSupport: a004322095d7101b945442c86adc7cec0650f676 - CwlMachBadInstructionHandler: aa1fe9f2d08b29507c150d099434b2890247e7f8 - CwlPosixPreconditionTesting: 1ba4471964405941f79b3f06bbcf3c2be782950c + CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6 + CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65 + CwlPosixPreconditionTesting: 4011f0660c0be460b088d10bcfdf351c7e036ac4 CwlPreconditionTesting: 73ae5de517a8761e5e40fb4136c6a26365af0440 Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9 SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4 SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5 -PODFILE CHECKSUM: f542a7a3bf7a7e882e6ea4799c9722d5b6495208 +PODFILE CHECKSUM: 4e88c9ffe185f712befa2bbd24a70de288b7660b -COCOAPODS: 1.11.3 +COCOAPODS: 1.15.2 diff --git a/AmplifyPlugins/Analytics/AnalyticsCategoryPlugin.xcodeproj/project.pbxproj b/AmplifyPlugins/Analytics/AnalyticsCategoryPlugin.xcodeproj/project.pbxproj index dd5b6339f7..6251fab4bc 100644 --- a/AmplifyPlugins/Analytics/AnalyticsCategoryPlugin.xcodeproj/project.pbxproj +++ b/AmplifyPlugins/Analytics/AnalyticsCategoryPlugin.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 51; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ @@ -1141,7 +1141,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "$(PRODUCT_NAME)/Resources/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1166,7 +1166,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "$(PRODUCT_NAME)/Resources/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/AmplifyPlugins/Analytics/Podfile b/AmplifyPlugins/Analytics/Podfile index 0d831214a9..d4077d90f0 100644 --- a/AmplifyPlugins/Analytics/Podfile +++ b/AmplifyPlugins/Analytics/Podfile @@ -1,6 +1,6 @@ load '../../build-support/dependencies.rb' -platform :ios, '11.0' +platform :ios, '12.0' use_frameworks! include_build_tools! diff --git a/AmplifyPlugins/Analytics/Podfile.lock b/AmplifyPlugins/Analytics/Podfile.lock index 2557f3d960..e51ec2061b 100644 --- a/AmplifyPlugins/Analytics/Podfile.lock +++ b/AmplifyPlugins/Analytics/Podfile.lock @@ -39,9 +39,9 @@ PODS: - AWSCore (~> 2.35.0) - CwlCatchException (2.1.1): - CwlCatchExceptionSupport (~> 2.1.1) - - CwlCatchExceptionSupport (2.1.1) - - CwlMachBadInstructionHandler (2.1.0) - - CwlPosixPreconditionTesting (2.1.0) + - CwlCatchExceptionSupport (2.1.2) + - CwlMachBadInstructionHandler (2.1.2) + - CwlPosixPreconditionTesting (2.1.2) - CwlPreconditionTesting (2.1.0): - CwlCatchException (~> 2.1.1) - CwlMachBadInstructionHandler (~> 2.1.0) @@ -94,24 +94,24 @@ CHECKOUT OPTIONS: :tag: 2.1.0 SPEC CHECKSUMS: - Amplify: 3fb7e406c959563dcc37722497ba577dac958245 - AmplifyPlugins: 538a89ab8b7365ba1ea39dd3dd48389b9c24bb2d - AmplifyTestCommon: 82a4f47daaa1449b7d34843caa371fa0dbaa9c4b + Amplify: 5caf64f8d16da4afde8d0aae76d89b98cbea513b + AmplifyPlugins: 421dbb90de455cf9c2a2ef79f9d53a87decbb74d + AmplifyTestCommon: 1c47564dcfab09e6cc2f48b71a072d24cee5d0f1 AWSAuthCore: aa5090b8d86389f958c5b916f14dc218b0c20f8e AWSCognitoIdentityProvider: b4c4d7d78782d62636cb3edfed71472dffe5e6d6 AWSCognitoIdentityProviderASF: 295cac5c59c71c1494a3bac437f4c6284b9a73d3 AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 AWSMobileClient: 6c00da79fef9fcb63311b9b2e2abb7cf45fc7ccd AWSPinpoint: a373d935d1f5e98776e1d1bf92c4d8ed42c02e72 - AWSPluginsCore: 8c4c25e9ae2eb8a86e281eb0ec899c347a33c1fd + AWSPluginsCore: d9b08ab2f666dd2e6d01c4bba024d30a77d5040f CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b - CwlCatchExceptionSupport: a004322095d7101b945442c86adc7cec0650f676 - CwlMachBadInstructionHandler: aa1fe9f2d08b29507c150d099434b2890247e7f8 - CwlPosixPreconditionTesting: 1ba4471964405941f79b3f06bbcf3c2be782950c + CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6 + CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65 + CwlPosixPreconditionTesting: 4011f0660c0be460b088d10bcfdf351c7e036ac4 CwlPreconditionTesting: 73ae5de517a8761e5e40fb4136c6a26365af0440 SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4 SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5 -PODFILE CHECKSUM: 48d1574dddce5cef7bdb7b05b06fc588ee22956e +PODFILE CHECKSUM: 31db376536802eaf53b95866a739174f132de6cc -COCOAPODS: 1.11.3 +COCOAPODS: 1.15.2 diff --git a/AmplifyPlugins/Auth/AWSCognitoAuthPlugin.xcodeproj/project.pbxproj b/AmplifyPlugins/Auth/AWSCognitoAuthPlugin.xcodeproj/project.pbxproj index ff668dfe3c..bb78fcfda1 100644 --- a/AmplifyPlugins/Auth/AWSCognitoAuthPlugin.xcodeproj/project.pbxproj +++ b/AmplifyPlugins/Auth/AWSCognitoAuthPlugin.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 51; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ @@ -1823,7 +1823,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "$(SRCROOT)/AWSCognitoAuthPlugin/Resources/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1850,7 +1850,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "$(SRCROOT)/AWSCognitoAuthPlugin/Resources/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1871,7 +1871,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = AWSCognitoAuthPluginTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1891,7 +1891,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = AWSCognitoAuthPluginTests/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/AmplifyPlugins/Auth/Podfile b/AmplifyPlugins/Auth/Podfile index 4f415afc79..5c0122fee5 100644 --- a/AmplifyPlugins/Auth/Podfile +++ b/AmplifyPlugins/Auth/Podfile @@ -1,6 +1,6 @@ load '../../build-support/dependencies.rb' -platform :ios, '11.0' +platform :ios, '12.0' use_frameworks! include_build_tools! diff --git a/AmplifyPlugins/Auth/Podfile.lock b/AmplifyPlugins/Auth/Podfile.lock index f1af4258b3..28ec447d02 100644 --- a/AmplifyPlugins/Auth/Podfile.lock +++ b/AmplifyPlugins/Auth/Podfile.lock @@ -30,9 +30,9 @@ PODS: - AWSCore (~> 2.35.0) - CwlCatchException (2.1.1): - CwlCatchExceptionSupport (~> 2.1.1) - - CwlCatchExceptionSupport (2.1.1) - - CwlMachBadInstructionHandler (2.1.0) - - CwlPosixPreconditionTesting (2.1.0) + - CwlCatchExceptionSupport (2.1.2) + - CwlMachBadInstructionHandler (2.1.2) + - CwlPosixPreconditionTesting (2.1.2) - CwlPreconditionTesting (2.1.0): - CwlCatchException (~> 2.1.1) - CwlMachBadInstructionHandler (~> 2.1.0) @@ -81,22 +81,22 @@ CHECKOUT OPTIONS: :tag: 2.1.0 SPEC CHECKSUMS: - Amplify: 3fb7e406c959563dcc37722497ba577dac958245 - AmplifyTestCommon: 82a4f47daaa1449b7d34843caa371fa0dbaa9c4b + Amplify: 5caf64f8d16da4afde8d0aae76d89b98cbea513b + AmplifyTestCommon: 1c47564dcfab09e6cc2f48b71a072d24cee5d0f1 AWSAuthCore: aa5090b8d86389f958c5b916f14dc218b0c20f8e AWSCognitoIdentityProvider: b4c4d7d78782d62636cb3edfed71472dffe5e6d6 AWSCognitoIdentityProviderASF: 295cac5c59c71c1494a3bac437f4c6284b9a73d3 AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 AWSMobileClient: 6c00da79fef9fcb63311b9b2e2abb7cf45fc7ccd - AWSPluginsCore: 8c4c25e9ae2eb8a86e281eb0ec899c347a33c1fd + AWSPluginsCore: d9b08ab2f666dd2e6d01c4bba024d30a77d5040f CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b - CwlCatchExceptionSupport: a004322095d7101b945442c86adc7cec0650f676 - CwlMachBadInstructionHandler: aa1fe9f2d08b29507c150d099434b2890247e7f8 - CwlPosixPreconditionTesting: 1ba4471964405941f79b3f06bbcf3c2be782950c + CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6 + CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65 + CwlPosixPreconditionTesting: 4011f0660c0be460b088d10bcfdf351c7e036ac4 CwlPreconditionTesting: 73ae5de517a8761e5e40fb4136c6a26365af0440 SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4 SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5 -PODFILE CHECKSUM: 371cf67fe35ebb5167d0880bad12b01618a0fb0e +PODFILE CHECKSUM: 649252b6cb850de270a404abe1eaff57738f8f5e -COCOAPODS: 1.11.3 +COCOAPODS: 1.15.2 diff --git a/AmplifyPlugins/DataStore/DataStoreCategoryPlugin.xcodeproj/project.pbxproj b/AmplifyPlugins/DataStore/DataStoreCategoryPlugin.xcodeproj/project.pbxproj index 1fed9a912a..0719a2091a 100644 --- a/AmplifyPlugins/DataStore/DataStoreCategoryPlugin.xcodeproj/project.pbxproj +++ b/AmplifyPlugins/DataStore/DataStoreCategoryPlugin.xcodeproj/project.pbxproj @@ -3045,7 +3045,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -3102,7 +3102,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SDKROOT = iphoneos; @@ -3126,7 +3126,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "$(SRCROOT)/AWSDataStoreCategoryPlugin/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -3152,7 +3152,7 @@ DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = "$(SRCROOT)/AWSDataStoreCategoryPlugin/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/AmplifyPlugins/DataStore/Podfile b/AmplifyPlugins/DataStore/Podfile index 3f7882fed5..035f5f99f3 100644 --- a/AmplifyPlugins/DataStore/Podfile +++ b/AmplifyPlugins/DataStore/Podfile @@ -1,6 +1,6 @@ load '../../build-support/dependencies.rb' -platform :ios, '11.0' +platform :ios, '12.0' use_frameworks! include_build_tools! diff --git a/AmplifyPlugins/DataStore/Podfile.lock b/AmplifyPlugins/DataStore/Podfile.lock index 908e28eced..c7baa03ab8 100644 --- a/AmplifyPlugins/DataStore/Podfile.lock +++ b/AmplifyPlugins/DataStore/Podfile.lock @@ -43,9 +43,9 @@ PODS: - AWSCore (~> 2.35.0) - CwlCatchException (2.1.1): - CwlCatchExceptionSupport (~> 2.1.1) - - CwlCatchExceptionSupport (2.1.1) - - CwlMachBadInstructionHandler (2.1.0) - - CwlPosixPreconditionTesting (2.1.0) + - CwlCatchExceptionSupport (2.1.2) + - CwlMachBadInstructionHandler (2.1.2) + - CwlPosixPreconditionTesting (2.1.2) - CwlPreconditionTesting (2.1.0): - CwlCatchException (~> 2.1.1) - CwlMachBadInstructionHandler (~> 2.1.0) @@ -106,26 +106,26 @@ CHECKOUT OPTIONS: :tag: 2.1.0 SPEC CHECKSUMS: - Amplify: 3fb7e406c959563dcc37722497ba577dac958245 - AmplifyPlugins: 538a89ab8b7365ba1ea39dd3dd48389b9c24bb2d - AmplifyTestCommon: 82a4f47daaa1449b7d34843caa371fa0dbaa9c4b + Amplify: 5caf64f8d16da4afde8d0aae76d89b98cbea513b + AmplifyPlugins: 421dbb90de455cf9c2a2ef79f9d53a87decbb74d + AmplifyTestCommon: 1c47564dcfab09e6cc2f48b71a072d24cee5d0f1 AppSyncRealTimeClient: 36ff2f65f330bce7f1d0d2157a4ae5d255483dac AWSAuthCore: aa5090b8d86389f958c5b916f14dc218b0c20f8e AWSCognitoIdentityProvider: b4c4d7d78782d62636cb3edfed71472dffe5e6d6 AWSCognitoIdentityProviderASF: 295cac5c59c71c1494a3bac437f4c6284b9a73d3 AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 AWSMobileClient: 6c00da79fef9fcb63311b9b2e2abb7cf45fc7ccd - AWSPluginsCore: 8c4c25e9ae2eb8a86e281eb0ec899c347a33c1fd + AWSPluginsCore: d9b08ab2f666dd2e6d01c4bba024d30a77d5040f CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b - CwlCatchExceptionSupport: a004322095d7101b945442c86adc7cec0650f676 - CwlMachBadInstructionHandler: aa1fe9f2d08b29507c150d099434b2890247e7f8 - CwlPosixPreconditionTesting: 1ba4471964405941f79b3f06bbcf3c2be782950c + CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6 + CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65 + CwlPosixPreconditionTesting: 4011f0660c0be460b088d10bcfdf351c7e036ac4 CwlPreconditionTesting: 73ae5de517a8761e5e40fb4136c6a26365af0440 SQLite.swift: 4fc2be46c36392e3b87afe6fe7f1801c1daa07ef Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9 SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4 SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5 -PODFILE CHECKSUM: 0bab7193bebdf470839514f327440893b0d26090 +PODFILE CHECKSUM: 993548588a55a2e599a25955e479d9b8aa360667 -COCOAPODS: 1.11.3 +COCOAPODS: 1.15.2 diff --git a/AmplifyPlugins/Geo/Podfile.lock b/AmplifyPlugins/Geo/Podfile.lock index bd1051324a..f18c7d40f4 100644 --- a/AmplifyPlugins/Geo/Podfile.lock +++ b/AmplifyPlugins/Geo/Podfile.lock @@ -94,16 +94,16 @@ CHECKOUT OPTIONS: :tag: 2.1.0 SPEC CHECKSUMS: - Amplify: 3fb7e406c959563dcc37722497ba577dac958245 - AmplifyPlugins: 538a89ab8b7365ba1ea39dd3dd48389b9c24bb2d - AmplifyTestCommon: 82a4f47daaa1449b7d34843caa371fa0dbaa9c4b + Amplify: 5caf64f8d16da4afde8d0aae76d89b98cbea513b + AmplifyPlugins: 421dbb90de455cf9c2a2ef79f9d53a87decbb74d + AmplifyTestCommon: 1c47564dcfab09e6cc2f48b71a072d24cee5d0f1 AWSAuthCore: aa5090b8d86389f958c5b916f14dc218b0c20f8e AWSCognitoIdentityProvider: b4c4d7d78782d62636cb3edfed71472dffe5e6d6 AWSCognitoIdentityProviderASF: 295cac5c59c71c1494a3bac437f4c6284b9a73d3 AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 AWSLocation: 711e3bd2332f8da15c5c782029c033bcbed51c03 AWSMobileClient: 6c00da79fef9fcb63311b9b2e2abb7cf45fc7ccd - AWSPluginsCore: 8c4c25e9ae2eb8a86e281eb0ec899c347a33c1fd + AWSPluginsCore: d9b08ab2f666dd2e6d01c4bba024d30a77d5040f CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6 CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65 @@ -114,4 +114,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: eac71f2c18215703baf5648bacac93d4641c2d87 -COCOAPODS: 1.11.3 +COCOAPODS: 1.15.2 diff --git a/AmplifyPlugins/Predictions/Podfile.lock b/AmplifyPlugins/Predictions/Podfile.lock index 97e63a8115..d037358d10 100644 --- a/AmplifyPlugins/Predictions/Podfile.lock +++ b/AmplifyPlugins/Predictions/Podfile.lock @@ -114,16 +114,16 @@ CHECKOUT OPTIONS: :tag: 2.1.0 SPEC CHECKSUMS: - Amplify: 3fb7e406c959563dcc37722497ba577dac958245 - AmplifyPlugins: 538a89ab8b7365ba1ea39dd3dd48389b9c24bb2d - AmplifyTestCommon: 82a4f47daaa1449b7d34843caa371fa0dbaa9c4b + Amplify: 5caf64f8d16da4afde8d0aae76d89b98cbea513b + AmplifyPlugins: 421dbb90de455cf9c2a2ef79f9d53a87decbb74d + AmplifyTestCommon: 1c47564dcfab09e6cc2f48b71a072d24cee5d0f1 AWSAuthCore: aa5090b8d86389f958c5b916f14dc218b0c20f8e AWSCognitoIdentityProvider: b4c4d7d78782d62636cb3edfed71472dffe5e6d6 AWSCognitoIdentityProviderASF: 295cac5c59c71c1494a3bac437f4c6284b9a73d3 AWSComprehend: 8ebca4aa3a89f8cdedab1a5f4d06f0898c60772b AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 AWSMobileClient: 6c00da79fef9fcb63311b9b2e2abb7cf45fc7ccd - AWSPluginsCore: 8c4c25e9ae2eb8a86e281eb0ec899c347a33c1fd + AWSPluginsCore: d9b08ab2f666dd2e6d01c4bba024d30a77d5040f AWSPolly: 67266cd278cc977f8ee70702611a1e2dbd9e512d AWSRekognition: 0b7c05a8f90c436133ea845f4bb5e8c175d6501d AWSTextract: de8482b59a8b2d39f0a2d191cda4fe3c7644e33a @@ -139,4 +139,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: f96d753f1be77936c8d187f6834c2082b94be4f4 -COCOAPODS: 1.11.3 +COCOAPODS: 1.15.2 diff --git a/AmplifyPlugins/Storage/Podfile b/AmplifyPlugins/Storage/Podfile index 3f69733807..a875678823 100644 --- a/AmplifyPlugins/Storage/Podfile +++ b/AmplifyPlugins/Storage/Podfile @@ -1,6 +1,6 @@ load '../../build-support/dependencies.rb' -platform :ios, '11.0' +platform :ios, '12.0' use_frameworks! include_build_tools! diff --git a/AmplifyPlugins/Storage/Podfile.lock b/AmplifyPlugins/Storage/Podfile.lock index 881e51b509..aff4025359 100644 --- a/AmplifyPlugins/Storage/Podfile.lock +++ b/AmplifyPlugins/Storage/Podfile.lock @@ -39,9 +39,9 @@ PODS: - AWSCore (= 2.35.0) - CwlCatchException (2.1.1): - CwlCatchExceptionSupport (~> 2.1.1) - - CwlCatchExceptionSupport (2.1.1) - - CwlMachBadInstructionHandler (2.1.0) - - CwlPosixPreconditionTesting (2.1.0) + - CwlCatchExceptionSupport (2.1.2) + - CwlMachBadInstructionHandler (2.1.2) + - CwlPosixPreconditionTesting (2.1.2) - CwlPreconditionTesting (2.1.0): - CwlCatchException (~> 2.1.1) - CwlMachBadInstructionHandler (~> 2.1.0) @@ -94,24 +94,24 @@ CHECKOUT OPTIONS: :tag: 2.1.0 SPEC CHECKSUMS: - Amplify: 3fb7e406c959563dcc37722497ba577dac958245 - AmplifyPlugins: 538a89ab8b7365ba1ea39dd3dd48389b9c24bb2d - AmplifyTestCommon: 82a4f47daaa1449b7d34843caa371fa0dbaa9c4b + Amplify: 5caf64f8d16da4afde8d0aae76d89b98cbea513b + AmplifyPlugins: 421dbb90de455cf9c2a2ef79f9d53a87decbb74d + AmplifyTestCommon: 1c47564dcfab09e6cc2f48b71a072d24cee5d0f1 AWSAuthCore: aa5090b8d86389f958c5b916f14dc218b0c20f8e AWSCognitoIdentityProvider: b4c4d7d78782d62636cb3edfed71472dffe5e6d6 AWSCognitoIdentityProviderASF: 295cac5c59c71c1494a3bac437f4c6284b9a73d3 AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 AWSMobileClient: 6c00da79fef9fcb63311b9b2e2abb7cf45fc7ccd - AWSPluginsCore: 8c4c25e9ae2eb8a86e281eb0ec899c347a33c1fd + AWSPluginsCore: d9b08ab2f666dd2e6d01c4bba024d30a77d5040f AWSS3: 062c34dd2765593fe105d1a571d567b62bf26854 CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b - CwlCatchExceptionSupport: a004322095d7101b945442c86adc7cec0650f676 - CwlMachBadInstructionHandler: aa1fe9f2d08b29507c150d099434b2890247e7f8 - CwlPosixPreconditionTesting: 1ba4471964405941f79b3f06bbcf3c2be782950c + CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6 + CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65 + CwlPosixPreconditionTesting: 4011f0660c0be460b088d10bcfdf351c7e036ac4 CwlPreconditionTesting: 73ae5de517a8761e5e40fb4136c6a26365af0440 SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4 SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5 -PODFILE CHECKSUM: 23c3028505a2f56c001d01c66c1622dff6f8dd8e +PODFILE CHECKSUM: ec07a397b2a349b1fab877fbd699a526d24d2036 -COCOAPODS: 1.11.3 +COCOAPODS: 1.15.2 diff --git a/AmplifyPlugins/Storage/StoragePlugin.xcodeproj/project.pbxproj b/AmplifyPlugins/Storage/StoragePlugin.xcodeproj/project.pbxproj index 15d2a561d8..c18474c050 100644 --- a/AmplifyPlugins/Storage/StoragePlugin.xcodeproj/project.pbxproj +++ b/AmplifyPlugins/Storage/StoragePlugin.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 51; + objectVersion = 54; objects = { /* Begin PBXBuildFile section */ @@ -1569,7 +1569,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = HostApp/Resources/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -1588,7 +1588,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_STYLE = Automatic; INFOPLIST_FILE = HostApp/Resources/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 11.0; + IPHONEOS_DEPLOYMENT_TARGET = 12.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", diff --git a/AmplifyTestCommon.podspec b/AmplifyTestCommon.podspec index fb4d9e4aa8..01cac520cb 100644 --- a/AmplifyTestCommon.podspec +++ b/AmplifyTestCommon.podspec @@ -25,7 +25,7 @@ Pod::Spec.new do |s| s.author = { 'Amazon Web Services' => 'amazonwebservices' } s.source = { :git => 'https://github.com/aws-amplify/amplify-ios.git', :tag => $AMPLIFY_RELEASE_TAG } - s.platform = :ios, '11.0' + s.platform = :ios, '12.0' s.swift_version = '5.0' s.source_files = 'AmplifyTestCommon/**/*.swift' diff --git a/Package.swift b/Package.swift index c6b1c56283..bc20b21497 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "Amplify", - platforms: [.iOS(.v11)], + platforms: [.iOS(.v12)], products: [ .library( name: "Amplify", diff --git a/Podfile b/Podfile index 759f44cca8..e3ee1ce424 100644 --- a/Podfile +++ b/Podfile @@ -1,6 +1,6 @@ load 'build-support/dependencies.rb' -platform :ios, "11.0" +platform :ios, "12.0" target "Amplify" do # Comment the next line if you"re not using Swift and don"t want to use dynamic frameworks diff --git a/Podfile.lock b/Podfile.lock index da474c9e62..a7abd2d5f0 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -2,9 +2,9 @@ PODS: - AWSCore (2.35.0) - CwlCatchException (2.1.1): - CwlCatchExceptionSupport (~> 2.1.1) - - CwlCatchExceptionSupport (2.1.1) - - CwlMachBadInstructionHandler (2.1.0) - - CwlPosixPreconditionTesting (2.1.0) + - CwlCatchExceptionSupport (2.1.2) + - CwlMachBadInstructionHandler (2.1.2) + - CwlPosixPreconditionTesting (2.1.2) - CwlPreconditionTesting (2.1.0): - CwlCatchException (~> 2.1.1) - CwlMachBadInstructionHandler (~> 2.1.0) @@ -42,13 +42,13 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b - CwlCatchExceptionSupport: a004322095d7101b945442c86adc7cec0650f676 - CwlMachBadInstructionHandler: aa1fe9f2d08b29507c150d099434b2890247e7f8 - CwlPosixPreconditionTesting: 1ba4471964405941f79b3f06bbcf3c2be782950c + CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6 + CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65 + CwlPosixPreconditionTesting: 4011f0660c0be460b088d10bcfdf351c7e036ac4 CwlPreconditionTesting: 73ae5de517a8761e5e40fb4136c6a26365af0440 SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4 SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5 -PODFILE CHECKSUM: 5e20e56b8ef40444b018a3736b7b726ff9772f00 +PODFILE CHECKSUM: b3d8eb161b81a4940234a217f012e115769acae2 COCOAPODS: 1.15.2 diff --git a/README.md b/README.md index 4e97d9c2b3..206231e484 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ if let request = request { ## Platform Support -Amplify supports iOS 11 and above and iOS 13 for certain categories such as Predictions and Geo. There are currently no plans to support Amplify on WatchOS, tvOS, or MacOS. +Amplify supports iOS 12 and above and iOS 13 for certain categories such as Predictions and Geo. There are currently no plans to support Amplify on WatchOS, tvOS, or MacOS. ## License diff --git a/canaries/example/Podfile b/canaries/example/Podfile index 2e5132ff99..a1fce86c96 100644 --- a/canaries/example/Podfile +++ b/canaries/example/Podfile @@ -1,5 +1,5 @@ # Uncomment the next line to define a global platform for your project -platform :ios, '11.0' +platform :ios, '12.0' source 'https://github.com/CocoaPods/Specs.git' From 97abdc859c32d19748ab092435bdf70aa2b8ba2d Mon Sep 17 00:00:00 2001 From: Sebastian Villena <97059974+ruisebas@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:20:45 -0400 Subject: [PATCH 2/3] chore: Updating SDK dependency to 2.36.x and AppSyncRealTimeClient to 3.2.x --- AWSPluginsCore.podspec | 2 +- AWSPredictionsPlugin.podspec | 2 +- AmplifyPlugins.podspec | 4 +- AmplifyPlugins/API/Podfile | 2 +- AmplifyPlugins/API/Podfile.lock | 72 ++++++++-------- AmplifyPlugins/Analytics/Podfile.lock | 66 +++++++-------- AmplifyPlugins/Auth/Podfile.lock | 48 +++++------ AmplifyPlugins/DataStore/Podfile.lock | 72 ++++++++-------- AmplifyPlugins/Geo/Podfile.lock | 66 +++++++-------- AmplifyPlugins/Predictions/Podfile.lock | 106 ++++++++++++------------ AmplifyPlugins/Storage/Podfile.lock | 66 +++++++-------- AmplifyTestCommon.podspec | 2 +- Package.resolved | 12 +-- Package.swift | 4 +- Podfile.lock | 6 +- build-support/dependencies.rb | 2 +- 16 files changed, 266 insertions(+), 266 deletions(-) diff --git a/AWSPluginsCore.podspec b/AWSPluginsCore.podspec index 107f935a3f..045bea9820 100644 --- a/AWSPluginsCore.podspec +++ b/AWSPluginsCore.podspec @@ -10,7 +10,7 @@ $AMPLIFY_VERSION = '1.30.9' $AMPLIFY_RELEASE_TAG = "#{$AMPLIFY_VERSION}" -$AWS_SDK_VERSION = '2.35.0' +$AWS_SDK_VERSION = '2.36.0' $OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}" Pod::Spec.new do |s| diff --git a/AWSPredictionsPlugin.podspec b/AWSPredictionsPlugin.podspec index 698e416da8..e1af3bc6b1 100644 --- a/AWSPredictionsPlugin.podspec +++ b/AWSPredictionsPlugin.podspec @@ -2,7 +2,7 @@ $AMPLIFY_VERSION = '1.30.9' $AMPLIFY_RELEASE_TAG = "#{$AMPLIFY_VERSION}" -$AWS_SDK_VERSION = '2.35.0' +$AWS_SDK_VERSION = '2.36.0' $OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}" Pod::Spec.new do |s| diff --git a/AmplifyPlugins.podspec b/AmplifyPlugins.podspec index 0189d7955e..155127b01a 100644 --- a/AmplifyPlugins.podspec +++ b/AmplifyPlugins.podspec @@ -10,7 +10,7 @@ $AMPLIFY_VERSION = '1.30.9' $AMPLIFY_RELEASE_TAG = "#{$AMPLIFY_VERSION}" -$AWS_SDK_VERSION = '2.35.0' +$AWS_SDK_VERSION = '2.36.0' $OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}" Pod::Spec.new do |s| @@ -36,7 +36,7 @@ Pod::Spec.new do |s| s.subspec 'AWSAPIPlugin' do |ss| ss.source_files = 'AmplifyPlugins/API/AWSAPICategoryPlugin/**/*.swift' - ss.dependency 'AppSyncRealTimeClient', "~> 3.1" + ss.dependency 'AppSyncRealTimeClient', "~> 3.2" end s.subspec 'AWSCognitoAuthPlugin' do |ss| diff --git a/AmplifyPlugins/API/Podfile b/AmplifyPlugins/API/Podfile index 95f1fdc99b..ce0eb20645 100644 --- a/AmplifyPlugins/API/Podfile +++ b/AmplifyPlugins/API/Podfile @@ -8,7 +8,7 @@ include_build_tools! target 'AWSAPICategoryPlugin' do pod 'Amplify', :path => '../../' pod 'AWSPluginsCore', :path => '../../' - pod "AppSyncRealTimeClient", "~> 3.1" + pod "AppSyncRealTimeClient", "~> 3.2" target "AWSAPICategoryPluginTests" do inherit! :complete diff --git a/AmplifyPlugins/API/Podfile.lock b/AmplifyPlugins/API/Podfile.lock index 6162299663..2acbc1ed74 100644 --- a/AmplifyPlugins/API/Podfile.lock +++ b/AmplifyPlugins/API/Podfile.lock @@ -3,11 +3,11 @@ PODS: - Amplify/Default (= 1.30.9) - Amplify/Default (1.30.9) - AmplifyPlugins/AWSCognitoAuthPlugin (1.30.9): - - AWSAuthCore (~> 2.35.0) - - AWSCognitoIdentityProvider (~> 2.35.0) - - AWSCognitoIdentityProviderASF (~> 2.35.0) - - AWSCore (~> 2.35.0) - - AWSMobileClient (~> 2.35.0) + - AWSAuthCore (~> 2.36.0) + - AWSCognitoIdentityProvider (~> 2.36.0) + - AWSCognitoIdentityProviderASF (~> 2.36.0) + - AWSCore (~> 2.36.0) + - AWSMobileClient (~> 2.36.0) - AWSPluginsCore (= 1.30.9) - AmplifyTestCommon (1.30.9): - Amplify (= 1.30.9) @@ -15,28 +15,28 @@ PODS: - CwlPreconditionTesting (~> 2.0) - AmplifyTestCommon/AWSPluginsTestCommon (1.30.9): - Amplify (= 1.30.9) - - AWSCore (~> 2.35.0) - - AWSMobileClient (~> 2.35.0) + - AWSCore (~> 2.36.0) + - AWSMobileClient (~> 2.36.0) - AWSPluginsCore (= 1.30.9) - CwlPreconditionTesting (~> 2.0) - - AppSyncRealTimeClient (3.1.2): - - Starscream (= 4.0.4) - - AWSAuthCore (2.35.0): - - AWSCore (= 2.35.0) - - AWSCognitoIdentityProvider (2.35.0): - - AWSCognitoIdentityProviderASF (= 2.35.0) - - AWSCore (= 2.35.0) - - AWSCognitoIdentityProviderASF (2.35.0): - - AWSCore (= 2.35.0) - - AWSCore (2.35.0) - - AWSMobileClient (2.35.0): - - AWSAuthCore (= 2.35.0) - - AWSCognitoIdentityProvider (= 2.35.0) - - AWSCognitoIdentityProviderASF (= 2.35.0) - - AWSCore (= 2.35.0) + - AppSyncRealTimeClient (3.2.0): + - Starscream (= 4.0.8) + - AWSAuthCore (2.36.0): + - AWSCore (= 2.36.0) + - AWSCognitoIdentityProvider (2.36.0): + - AWSCognitoIdentityProviderASF (= 2.36.0) + - AWSCore (= 2.36.0) + - AWSCognitoIdentityProviderASF (2.36.0): + - AWSCore (= 2.36.0) + - AWSCore (2.36.0) + - AWSMobileClient (2.36.0): + - AWSAuthCore (= 2.36.0) + - AWSCognitoIdentityProvider (= 2.36.0) + - AWSCognitoIdentityProviderASF (= 2.36.0) + - AWSCore (= 2.36.0) - AWSPluginsCore (1.30.9): - Amplify (= 1.30.9) - - AWSCore (~> 2.35.0) + - AWSCore (~> 2.36.0) - CwlCatchException (2.1.1): - CwlCatchExceptionSupport (~> 2.1.1) - CwlCatchExceptionSupport (2.1.2) @@ -46,7 +46,7 @@ PODS: - CwlCatchException (~> 2.1.1) - CwlMachBadInstructionHandler (~> 2.1.0) - CwlPosixPreconditionTesting (~> 2.1.0) - - Starscream (4.0.4) + - Starscream (4.0.8) - SwiftFormat/CLI (0.44.17) - SwiftLint (0.49.1) @@ -54,7 +54,7 @@ DEPENDENCIES: - Amplify (from `../../`) - AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`) - AmplifyTestCommon (from `../../`) - - AppSyncRealTimeClient (~> 3.1) + - AppSyncRealTimeClient (~> 3.2) - AWSPluginsCore (from `../../`) - CwlCatchException (= 2.1.1) - CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`) @@ -97,24 +97,24 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: Amplify: 5caf64f8d16da4afde8d0aae76d89b98cbea513b - AmplifyPlugins: 421dbb90de455cf9c2a2ef79f9d53a87decbb74d - AmplifyTestCommon: 1c47564dcfab09e6cc2f48b71a072d24cee5d0f1 - AppSyncRealTimeClient: 36ff2f65f330bce7f1d0d2157a4ae5d255483dac - AWSAuthCore: aa5090b8d86389f958c5b916f14dc218b0c20f8e - AWSCognitoIdentityProvider: b4c4d7d78782d62636cb3edfed71472dffe5e6d6 - AWSCognitoIdentityProviderASF: 295cac5c59c71c1494a3bac437f4c6284b9a73d3 - AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 - AWSMobileClient: 6c00da79fef9fcb63311b9b2e2abb7cf45fc7ccd - AWSPluginsCore: d9b08ab2f666dd2e6d01c4bba024d30a77d5040f + AmplifyPlugins: 451781da15db7c0a9224eaf89cca4348a3c45d2e + AmplifyTestCommon: 9447d3ab650d91c0bc76d117f026af83468b624b + AppSyncRealTimeClient: 35c0d2ae28234a9f5daba5dc31402acf45ad802f + AWSAuthCore: 16ad51c6cf9a5a556049401851498f6c0a3aebb7 + AWSCognitoIdentityProvider: 454b162e1bf1a10d9fec5cacd9291c021ecbdd22 + AWSCognitoIdentityProviderASF: 556ffdfa7ccd0626bc59f784e938b49bccfe3180 + AWSCore: 6a3038e6c0b13be3d1fbb4746f98aab44f750e4d + AWSMobileClient: 161fe6a17f872e2e94d88d275c47dd87907beb23 + AWSPluginsCore: 3f6cb3f802710c539c95bd7661ba498837fd438b CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6 CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65 CwlPosixPreconditionTesting: 4011f0660c0be460b088d10bcfdf351c7e036ac4 CwlPreconditionTesting: 73ae5de517a8761e5e40fb4136c6a26365af0440 - Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9 + Starscream: 19b5533ddb925208db698f0ac508a100b884a1b9 SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4 SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5 -PODFILE CHECKSUM: 4e88c9ffe185f712befa2bbd24a70de288b7660b +PODFILE CHECKSUM: 35506c57e25c0c335fc5f3908347138eb98e6fe0 COCOAPODS: 1.15.2 diff --git a/AmplifyPlugins/Analytics/Podfile.lock b/AmplifyPlugins/Analytics/Podfile.lock index e51ec2061b..3a4c97cae0 100644 --- a/AmplifyPlugins/Analytics/Podfile.lock +++ b/AmplifyPlugins/Analytics/Podfile.lock @@ -3,11 +3,11 @@ PODS: - Amplify/Default (= 1.30.9) - Amplify/Default (1.30.9) - AmplifyPlugins/AWSCognitoAuthPlugin (1.30.9): - - AWSAuthCore (~> 2.35.0) - - AWSCognitoIdentityProvider (~> 2.35.0) - - AWSCognitoIdentityProviderASF (~> 2.35.0) - - AWSCore (~> 2.35.0) - - AWSMobileClient (~> 2.35.0) + - AWSAuthCore (~> 2.36.0) + - AWSCognitoIdentityProvider (~> 2.36.0) + - AWSCognitoIdentityProviderASF (~> 2.36.0) + - AWSCore (~> 2.36.0) + - AWSMobileClient (~> 2.36.0) - AWSPluginsCore (= 1.30.9) - AmplifyTestCommon (1.30.9): - Amplify (= 1.30.9) @@ -15,28 +15,28 @@ PODS: - CwlPreconditionTesting (~> 2.0) - AmplifyTestCommon/AWSPluginsTestCommon (1.30.9): - Amplify (= 1.30.9) - - AWSCore (~> 2.35.0) - - AWSMobileClient (~> 2.35.0) + - AWSCore (~> 2.36.0) + - AWSMobileClient (~> 2.36.0) - AWSPluginsCore (= 1.30.9) - CwlPreconditionTesting (~> 2.0) - - AWSAuthCore (2.35.0): - - AWSCore (= 2.35.0) - - AWSCognitoIdentityProvider (2.35.0): - - AWSCognitoIdentityProviderASF (= 2.35.0) - - AWSCore (= 2.35.0) - - AWSCognitoIdentityProviderASF (2.35.0): - - AWSCore (= 2.35.0) - - AWSCore (2.35.0) - - AWSMobileClient (2.35.0): - - AWSAuthCore (= 2.35.0) - - AWSCognitoIdentityProvider (= 2.35.0) - - AWSCognitoIdentityProviderASF (= 2.35.0) - - AWSCore (= 2.35.0) - - AWSPinpoint (2.35.0): - - AWSCore (= 2.35.0) + - AWSAuthCore (2.36.0): + - AWSCore (= 2.36.0) + - AWSCognitoIdentityProvider (2.36.0): + - AWSCognitoIdentityProviderASF (= 2.36.0) + - AWSCore (= 2.36.0) + - AWSCognitoIdentityProviderASF (2.36.0): + - AWSCore (= 2.36.0) + - AWSCore (2.36.0) + - AWSMobileClient (2.36.0): + - AWSAuthCore (= 2.36.0) + - AWSCognitoIdentityProvider (= 2.36.0) + - AWSCognitoIdentityProviderASF (= 2.36.0) + - AWSCore (= 2.36.0) + - AWSPinpoint (2.36.0): + - AWSCore (= 2.36.0) - AWSPluginsCore (1.30.9): - Amplify (= 1.30.9) - - AWSCore (~> 2.35.0) + - AWSCore (~> 2.36.0) - CwlCatchException (2.1.1): - CwlCatchExceptionSupport (~> 2.1.1) - CwlCatchExceptionSupport (2.1.2) @@ -53,7 +53,7 @@ DEPENDENCIES: - Amplify (from `../../`) - AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`) - AmplifyTestCommon (from `../../`) - - AWSPinpoint (~> 2.35.0) + - AWSPinpoint (~> 2.36.0) - AWSPluginsCore (from `../../`) - CwlCatchException (= 2.1.1) - CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`) @@ -95,15 +95,15 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: Amplify: 5caf64f8d16da4afde8d0aae76d89b98cbea513b - AmplifyPlugins: 421dbb90de455cf9c2a2ef79f9d53a87decbb74d - AmplifyTestCommon: 1c47564dcfab09e6cc2f48b71a072d24cee5d0f1 - AWSAuthCore: aa5090b8d86389f958c5b916f14dc218b0c20f8e - AWSCognitoIdentityProvider: b4c4d7d78782d62636cb3edfed71472dffe5e6d6 - AWSCognitoIdentityProviderASF: 295cac5c59c71c1494a3bac437f4c6284b9a73d3 - AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 - AWSMobileClient: 6c00da79fef9fcb63311b9b2e2abb7cf45fc7ccd - AWSPinpoint: a373d935d1f5e98776e1d1bf92c4d8ed42c02e72 - AWSPluginsCore: d9b08ab2f666dd2e6d01c4bba024d30a77d5040f + AmplifyPlugins: 451781da15db7c0a9224eaf89cca4348a3c45d2e + AmplifyTestCommon: 9447d3ab650d91c0bc76d117f026af83468b624b + AWSAuthCore: 16ad51c6cf9a5a556049401851498f6c0a3aebb7 + AWSCognitoIdentityProvider: 454b162e1bf1a10d9fec5cacd9291c021ecbdd22 + AWSCognitoIdentityProviderASF: 556ffdfa7ccd0626bc59f784e938b49bccfe3180 + AWSCore: 6a3038e6c0b13be3d1fbb4746f98aab44f750e4d + AWSMobileClient: 161fe6a17f872e2e94d88d275c47dd87907beb23 + AWSPinpoint: 0d01d96669b69a8b0696f1d85448d5cc35872704 + AWSPluginsCore: 3f6cb3f802710c539c95bd7661ba498837fd438b CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6 CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65 diff --git a/AmplifyPlugins/Auth/Podfile.lock b/AmplifyPlugins/Auth/Podfile.lock index 28ec447d02..4d98800140 100644 --- a/AmplifyPlugins/Auth/Podfile.lock +++ b/AmplifyPlugins/Auth/Podfile.lock @@ -8,26 +8,26 @@ PODS: - CwlPreconditionTesting (~> 2.0) - AmplifyTestCommon/AWSPluginsTestCommon (1.30.9): - Amplify (= 1.30.9) - - AWSCore (~> 2.35.0) - - AWSMobileClient (~> 2.35.0) + - AWSCore (~> 2.36.0) + - AWSMobileClient (~> 2.36.0) - AWSPluginsCore (= 1.30.9) - CwlPreconditionTesting (~> 2.0) - - AWSAuthCore (2.35.0): - - AWSCore (= 2.35.0) - - AWSCognitoIdentityProvider (2.35.0): - - AWSCognitoIdentityProviderASF (= 2.35.0) - - AWSCore (= 2.35.0) - - AWSCognitoIdentityProviderASF (2.35.0): - - AWSCore (= 2.35.0) - - AWSCore (2.35.0) - - AWSMobileClient (2.35.0): - - AWSAuthCore (= 2.35.0) - - AWSCognitoIdentityProvider (= 2.35.0) - - AWSCognitoIdentityProviderASF (= 2.35.0) - - AWSCore (= 2.35.0) + - AWSAuthCore (2.36.0): + - AWSCore (= 2.36.0) + - AWSCognitoIdentityProvider (2.36.0): + - AWSCognitoIdentityProviderASF (= 2.36.0) + - AWSCore (= 2.36.0) + - AWSCognitoIdentityProviderASF (2.36.0): + - AWSCore (= 2.36.0) + - AWSCore (2.36.0) + - AWSMobileClient (2.36.0): + - AWSAuthCore (= 2.36.0) + - AWSCognitoIdentityProvider (= 2.36.0) + - AWSCognitoIdentityProviderASF (= 2.36.0) + - AWSCore (= 2.36.0) - AWSPluginsCore (1.30.9): - Amplify (= 1.30.9) - - AWSCore (~> 2.35.0) + - AWSCore (~> 2.36.0) - CwlCatchException (2.1.1): - CwlCatchExceptionSupport (~> 2.1.1) - CwlCatchExceptionSupport (2.1.2) @@ -43,7 +43,7 @@ PODS: DEPENDENCIES: - Amplify (from `../../`) - AmplifyTestCommon (from `../../`) - - AWSMobileClient (~> 2.35.0) + - AWSMobileClient (~> 2.36.0) - AWSPluginsCore (from `../../`) - CwlCatchException (= 2.1.1) - CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`) @@ -82,13 +82,13 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: Amplify: 5caf64f8d16da4afde8d0aae76d89b98cbea513b - AmplifyTestCommon: 1c47564dcfab09e6cc2f48b71a072d24cee5d0f1 - AWSAuthCore: aa5090b8d86389f958c5b916f14dc218b0c20f8e - AWSCognitoIdentityProvider: b4c4d7d78782d62636cb3edfed71472dffe5e6d6 - AWSCognitoIdentityProviderASF: 295cac5c59c71c1494a3bac437f4c6284b9a73d3 - AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 - AWSMobileClient: 6c00da79fef9fcb63311b9b2e2abb7cf45fc7ccd - AWSPluginsCore: d9b08ab2f666dd2e6d01c4bba024d30a77d5040f + AmplifyTestCommon: 9447d3ab650d91c0bc76d117f026af83468b624b + AWSAuthCore: 16ad51c6cf9a5a556049401851498f6c0a3aebb7 + AWSCognitoIdentityProvider: 454b162e1bf1a10d9fec5cacd9291c021ecbdd22 + AWSCognitoIdentityProviderASF: 556ffdfa7ccd0626bc59f784e938b49bccfe3180 + AWSCore: 6a3038e6c0b13be3d1fbb4746f98aab44f750e4d + AWSMobileClient: 161fe6a17f872e2e94d88d275c47dd87907beb23 + AWSPluginsCore: 3f6cb3f802710c539c95bd7661ba498837fd438b CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6 CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65 diff --git a/AmplifyPlugins/DataStore/Podfile.lock b/AmplifyPlugins/DataStore/Podfile.lock index c7baa03ab8..0cf39a5329 100644 --- a/AmplifyPlugins/DataStore/Podfile.lock +++ b/AmplifyPlugins/DataStore/Podfile.lock @@ -4,14 +4,14 @@ PODS: - Amplify/Default (1.30.9) - AmplifyPlugins/AWSAPIPlugin (1.30.9): - AppSyncRealTimeClient (~> 3.1) - - AWSCore (~> 2.35.0) + - AWSCore (~> 2.36.0) - AWSPluginsCore (= 1.30.9) - AmplifyPlugins/AWSCognitoAuthPlugin (1.30.9): - - AWSAuthCore (~> 2.35.0) - - AWSCognitoIdentityProvider (~> 2.35.0) - - AWSCognitoIdentityProviderASF (~> 2.35.0) - - AWSCore (~> 2.35.0) - - AWSMobileClient (~> 2.35.0) + - AWSAuthCore (~> 2.36.0) + - AWSCognitoIdentityProvider (~> 2.36.0) + - AWSCognitoIdentityProviderASF (~> 2.36.0) + - AWSCore (~> 2.36.0) + - AWSMobileClient (~> 2.36.0) - AWSPluginsCore (= 1.30.9) - AmplifyTestCommon (1.30.9): - Amplify (= 1.30.9) @@ -19,28 +19,28 @@ PODS: - CwlPreconditionTesting (~> 2.0) - AmplifyTestCommon/AWSPluginsTestCommon (1.30.9): - Amplify (= 1.30.9) - - AWSCore (~> 2.35.0) - - AWSMobileClient (~> 2.35.0) + - AWSCore (~> 2.36.0) + - AWSMobileClient (~> 2.36.0) - AWSPluginsCore (= 1.30.9) - CwlPreconditionTesting (~> 2.0) - - AppSyncRealTimeClient (3.1.2): - - Starscream (= 4.0.4) - - AWSAuthCore (2.35.0): - - AWSCore (= 2.35.0) - - AWSCognitoIdentityProvider (2.35.0): - - AWSCognitoIdentityProviderASF (= 2.35.0) - - AWSCore (= 2.35.0) - - AWSCognitoIdentityProviderASF (2.35.0): - - AWSCore (= 2.35.0) - - AWSCore (2.35.0) - - AWSMobileClient (2.35.0): - - AWSAuthCore (= 2.35.0) - - AWSCognitoIdentityProvider (= 2.35.0) - - AWSCognitoIdentityProviderASF (= 2.35.0) - - AWSCore (= 2.35.0) + - AppSyncRealTimeClient (3.2.0): + - Starscream (= 4.0.8) + - AWSAuthCore (2.36.0): + - AWSCore (= 2.36.0) + - AWSCognitoIdentityProvider (2.36.0): + - AWSCognitoIdentityProviderASF (= 2.36.0) + - AWSCore (= 2.36.0) + - AWSCognitoIdentityProviderASF (2.36.0): + - AWSCore (= 2.36.0) + - AWSCore (2.36.0) + - AWSMobileClient (2.36.0): + - AWSAuthCore (= 2.36.0) + - AWSCognitoIdentityProvider (= 2.36.0) + - AWSCognitoIdentityProviderASF (= 2.36.0) + - AWSCore (= 2.36.0) - AWSPluginsCore (1.30.9): - Amplify (= 1.30.9) - - AWSCore (~> 2.35.0) + - AWSCore (~> 2.36.0) - CwlCatchException (2.1.1): - CwlCatchExceptionSupport (~> 2.1.1) - CwlCatchExceptionSupport (2.1.2) @@ -53,7 +53,7 @@ PODS: - SQLite.swift (0.13.2): - SQLite.swift/standard (= 0.13.2) - SQLite.swift/standard (0.13.2) - - Starscream (4.0.4) + - Starscream (4.0.8) - SwiftFormat/CLI (0.44.17) - SwiftLint (0.49.1) @@ -62,7 +62,7 @@ DEPENDENCIES: - AmplifyPlugins/AWSAPIPlugin (from `../../`) - AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`) - AmplifyTestCommon (from `../../`) - - AWSMobileClient (~> 2.35.0) + - AWSMobileClient (~> 2.36.0) - AWSPluginsCore (from `../../`) - CwlCatchException (= 2.1.1) - CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`) @@ -107,22 +107,22 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: Amplify: 5caf64f8d16da4afde8d0aae76d89b98cbea513b - AmplifyPlugins: 421dbb90de455cf9c2a2ef79f9d53a87decbb74d - AmplifyTestCommon: 1c47564dcfab09e6cc2f48b71a072d24cee5d0f1 - AppSyncRealTimeClient: 36ff2f65f330bce7f1d0d2157a4ae5d255483dac - AWSAuthCore: aa5090b8d86389f958c5b916f14dc218b0c20f8e - AWSCognitoIdentityProvider: b4c4d7d78782d62636cb3edfed71472dffe5e6d6 - AWSCognitoIdentityProviderASF: 295cac5c59c71c1494a3bac437f4c6284b9a73d3 - AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 - AWSMobileClient: 6c00da79fef9fcb63311b9b2e2abb7cf45fc7ccd - AWSPluginsCore: d9b08ab2f666dd2e6d01c4bba024d30a77d5040f + AmplifyPlugins: 451781da15db7c0a9224eaf89cca4348a3c45d2e + AmplifyTestCommon: 9447d3ab650d91c0bc76d117f026af83468b624b + AppSyncRealTimeClient: 35c0d2ae28234a9f5daba5dc31402acf45ad802f + AWSAuthCore: 16ad51c6cf9a5a556049401851498f6c0a3aebb7 + AWSCognitoIdentityProvider: 454b162e1bf1a10d9fec5cacd9291c021ecbdd22 + AWSCognitoIdentityProviderASF: 556ffdfa7ccd0626bc59f784e938b49bccfe3180 + AWSCore: 6a3038e6c0b13be3d1fbb4746f98aab44f750e4d + AWSMobileClient: 161fe6a17f872e2e94d88d275c47dd87907beb23 + AWSPluginsCore: 3f6cb3f802710c539c95bd7661ba498837fd438b CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6 CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65 CwlPosixPreconditionTesting: 4011f0660c0be460b088d10bcfdf351c7e036ac4 CwlPreconditionTesting: 73ae5de517a8761e5e40fb4136c6a26365af0440 SQLite.swift: 4fc2be46c36392e3b87afe6fe7f1801c1daa07ef - Starscream: 5178aed56b316f13fa3bc55694e583d35dd414d9 + Starscream: 19b5533ddb925208db698f0ac508a100b884a1b9 SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4 SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5 diff --git a/AmplifyPlugins/Geo/Podfile.lock b/AmplifyPlugins/Geo/Podfile.lock index f18c7d40f4..1ea9d58d20 100644 --- a/AmplifyPlugins/Geo/Podfile.lock +++ b/AmplifyPlugins/Geo/Podfile.lock @@ -3,11 +3,11 @@ PODS: - Amplify/Default (= 1.30.9) - Amplify/Default (1.30.9) - AmplifyPlugins/AWSCognitoAuthPlugin (1.30.9): - - AWSAuthCore (~> 2.35.0) - - AWSCognitoIdentityProvider (~> 2.35.0) - - AWSCognitoIdentityProviderASF (~> 2.35.0) - - AWSCore (~> 2.35.0) - - AWSMobileClient (~> 2.35.0) + - AWSAuthCore (~> 2.36.0) + - AWSCognitoIdentityProvider (~> 2.36.0) + - AWSCognitoIdentityProviderASF (~> 2.36.0) + - AWSCore (~> 2.36.0) + - AWSMobileClient (~> 2.36.0) - AWSPluginsCore (= 1.30.9) - AmplifyTestCommon (1.30.9): - Amplify (= 1.30.9) @@ -15,28 +15,28 @@ PODS: - CwlPreconditionTesting (~> 2.0) - AmplifyTestCommon/AWSPluginsTestCommon (1.30.9): - Amplify (= 1.30.9) - - AWSCore (~> 2.35.0) - - AWSMobileClient (~> 2.35.0) + - AWSCore (~> 2.36.0) + - AWSMobileClient (~> 2.36.0) - AWSPluginsCore (= 1.30.9) - CwlPreconditionTesting (~> 2.0) - - AWSAuthCore (2.35.0): - - AWSCore (= 2.35.0) - - AWSCognitoIdentityProvider (2.35.0): - - AWSCognitoIdentityProviderASF (= 2.35.0) - - AWSCore (= 2.35.0) - - AWSCognitoIdentityProviderASF (2.35.0): - - AWSCore (= 2.35.0) - - AWSCore (2.35.0) - - AWSLocation (2.35.0): - - AWSCore (= 2.35.0) - - AWSMobileClient (2.35.0): - - AWSAuthCore (= 2.35.0) - - AWSCognitoIdentityProvider (= 2.35.0) - - AWSCognitoIdentityProviderASF (= 2.35.0) - - AWSCore (= 2.35.0) + - AWSAuthCore (2.36.0): + - AWSCore (= 2.36.0) + - AWSCognitoIdentityProvider (2.36.0): + - AWSCognitoIdentityProviderASF (= 2.36.0) + - AWSCore (= 2.36.0) + - AWSCognitoIdentityProviderASF (2.36.0): + - AWSCore (= 2.36.0) + - AWSCore (2.36.0) + - AWSLocation (2.36.0): + - AWSCore (= 2.36.0) + - AWSMobileClient (2.36.0): + - AWSAuthCore (= 2.36.0) + - AWSCognitoIdentityProvider (= 2.36.0) + - AWSCognitoIdentityProviderASF (= 2.36.0) + - AWSCore (= 2.36.0) - AWSPluginsCore (1.30.9): - Amplify (= 1.30.9) - - AWSCore (~> 2.35.0) + - AWSCore (~> 2.36.0) - CwlCatchException (2.1.1): - CwlCatchExceptionSupport (~> 2.1.1) - CwlCatchExceptionSupport (2.1.2) @@ -53,7 +53,7 @@ DEPENDENCIES: - Amplify (from `../../`) - AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`) - AmplifyTestCommon (from `../../`) - - AWSLocation (~> 2.35.0) + - AWSLocation (~> 2.36.0) - AWSPluginsCore (from `../../`) - CwlCatchException (= 2.1.1) - CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`) @@ -95,15 +95,15 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: Amplify: 5caf64f8d16da4afde8d0aae76d89b98cbea513b - AmplifyPlugins: 421dbb90de455cf9c2a2ef79f9d53a87decbb74d - AmplifyTestCommon: 1c47564dcfab09e6cc2f48b71a072d24cee5d0f1 - AWSAuthCore: aa5090b8d86389f958c5b916f14dc218b0c20f8e - AWSCognitoIdentityProvider: b4c4d7d78782d62636cb3edfed71472dffe5e6d6 - AWSCognitoIdentityProviderASF: 295cac5c59c71c1494a3bac437f4c6284b9a73d3 - AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 - AWSLocation: 711e3bd2332f8da15c5c782029c033bcbed51c03 - AWSMobileClient: 6c00da79fef9fcb63311b9b2e2abb7cf45fc7ccd - AWSPluginsCore: d9b08ab2f666dd2e6d01c4bba024d30a77d5040f + AmplifyPlugins: 451781da15db7c0a9224eaf89cca4348a3c45d2e + AmplifyTestCommon: 9447d3ab650d91c0bc76d117f026af83468b624b + AWSAuthCore: 16ad51c6cf9a5a556049401851498f6c0a3aebb7 + AWSCognitoIdentityProvider: 454b162e1bf1a10d9fec5cacd9291c021ecbdd22 + AWSCognitoIdentityProviderASF: 556ffdfa7ccd0626bc59f784e938b49bccfe3180 + AWSCore: 6a3038e6c0b13be3d1fbb4746f98aab44f750e4d + AWSLocation: 861e421636d6ff97eaffbbd771938f368c6995b3 + AWSMobileClient: 161fe6a17f872e2e94d88d275c47dd87907beb23 + AWSPluginsCore: 3f6cb3f802710c539c95bd7661ba498837fd438b CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6 CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65 diff --git a/AmplifyPlugins/Predictions/Podfile.lock b/AmplifyPlugins/Predictions/Podfile.lock index d037358d10..e1034d12f3 100644 --- a/AmplifyPlugins/Predictions/Podfile.lock +++ b/AmplifyPlugins/Predictions/Podfile.lock @@ -3,11 +3,11 @@ PODS: - Amplify/Default (= 1.30.9) - Amplify/Default (1.30.9) - AmplifyPlugins/AWSCognitoAuthPlugin (1.30.9): - - AWSAuthCore (~> 2.35.0) - - AWSCognitoIdentityProvider (~> 2.35.0) - - AWSCognitoIdentityProviderASF (~> 2.35.0) - - AWSCore (~> 2.35.0) - - AWSMobileClient (~> 2.35.0) + - AWSAuthCore (~> 2.36.0) + - AWSCognitoIdentityProvider (~> 2.36.0) + - AWSCognitoIdentityProviderASF (~> 2.36.0) + - AWSCore (~> 2.36.0) + - AWSMobileClient (~> 2.36.0) - AWSPluginsCore (= 1.30.9) - AmplifyTestCommon (1.30.9): - Amplify (= 1.30.9) @@ -15,38 +15,38 @@ PODS: - CwlPreconditionTesting (~> 2.0) - AmplifyTestCommon/AWSPluginsTestCommon (1.30.9): - Amplify (= 1.30.9) - - AWSCore (~> 2.35.0) - - AWSMobileClient (~> 2.35.0) + - AWSCore (~> 2.36.0) + - AWSMobileClient (~> 2.36.0) - AWSPluginsCore (= 1.30.9) - CwlPreconditionTesting (~> 2.0) - - AWSAuthCore (2.35.0): - - AWSCore (= 2.35.0) - - AWSCognitoIdentityProvider (2.35.0): - - AWSCognitoIdentityProviderASF (= 2.35.0) - - AWSCore (= 2.35.0) - - AWSCognitoIdentityProviderASF (2.35.0): - - AWSCore (= 2.35.0) - - AWSComprehend (2.35.0): - - AWSCore (= 2.35.0) - - AWSCore (2.35.0) - - AWSMobileClient (2.35.0): - - AWSAuthCore (= 2.35.0) - - AWSCognitoIdentityProvider (= 2.35.0) - - AWSCognitoIdentityProviderASF (= 2.35.0) - - AWSCore (= 2.35.0) + - AWSAuthCore (2.36.0): + - AWSCore (= 2.36.0) + - AWSCognitoIdentityProvider (2.36.0): + - AWSCognitoIdentityProviderASF (= 2.36.0) + - AWSCore (= 2.36.0) + - AWSCognitoIdentityProviderASF (2.36.0): + - AWSCore (= 2.36.0) + - AWSComprehend (2.36.0): + - AWSCore (= 2.36.0) + - AWSCore (2.36.0) + - AWSMobileClient (2.36.0): + - AWSAuthCore (= 2.36.0) + - AWSCognitoIdentityProvider (= 2.36.0) + - AWSCognitoIdentityProviderASF (= 2.36.0) + - AWSCore (= 2.36.0) - AWSPluginsCore (1.30.9): - Amplify (= 1.30.9) - - AWSCore (~> 2.35.0) - - AWSPolly (2.35.0): - - AWSCore (= 2.35.0) - - AWSRekognition (2.35.0): - - AWSCore (= 2.35.0) - - AWSTextract (2.35.0): - - AWSCore (= 2.35.0) - - AWSTranscribeStreaming (2.35.0): - - AWSCore (= 2.35.0) - - AWSTranslate (2.35.0): - - AWSCore (= 2.35.0) + - AWSCore (~> 2.36.0) + - AWSPolly (2.36.0): + - AWSCore (= 2.36.0) + - AWSRekognition (2.36.0): + - AWSCore (= 2.36.0) + - AWSTextract (2.36.0): + - AWSCore (= 2.36.0) + - AWSTranscribeStreaming (2.36.0): + - AWSCore (= 2.36.0) + - AWSTranslate (2.36.0): + - AWSCore (= 2.36.0) - CwlCatchException (2.1.1): - CwlCatchExceptionSupport (~> 2.1.1) - CwlCatchExceptionSupport (2.1.2) @@ -63,13 +63,13 @@ DEPENDENCIES: - Amplify (from `../../`) - AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`) - AmplifyTestCommon (from `../../`) - - AWSComprehend (~> 2.35.0) + - AWSComprehend (~> 2.36.0) - AWSPluginsCore (from `../../`) - - AWSPolly (~> 2.35.0) - - AWSRekognition (~> 2.35.0) - - AWSTextract (~> 2.35.0) - - AWSTranscribeStreaming (~> 2.35.0) - - AWSTranslate (~> 2.35.0) + - AWSPolly (~> 2.36.0) + - AWSRekognition (~> 2.36.0) + - AWSTextract (~> 2.36.0) + - AWSTranscribeStreaming (~> 2.36.0) + - AWSTranslate (~> 2.36.0) - CwlCatchException (= 2.1.1) - CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`) - SwiftFormat/CLI (= 0.44.17) @@ -115,20 +115,20 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: Amplify: 5caf64f8d16da4afde8d0aae76d89b98cbea513b - AmplifyPlugins: 421dbb90de455cf9c2a2ef79f9d53a87decbb74d - AmplifyTestCommon: 1c47564dcfab09e6cc2f48b71a072d24cee5d0f1 - AWSAuthCore: aa5090b8d86389f958c5b916f14dc218b0c20f8e - AWSCognitoIdentityProvider: b4c4d7d78782d62636cb3edfed71472dffe5e6d6 - AWSCognitoIdentityProviderASF: 295cac5c59c71c1494a3bac437f4c6284b9a73d3 - AWSComprehend: 8ebca4aa3a89f8cdedab1a5f4d06f0898c60772b - AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 - AWSMobileClient: 6c00da79fef9fcb63311b9b2e2abb7cf45fc7ccd - AWSPluginsCore: d9b08ab2f666dd2e6d01c4bba024d30a77d5040f - AWSPolly: 67266cd278cc977f8ee70702611a1e2dbd9e512d - AWSRekognition: 0b7c05a8f90c436133ea845f4bb5e8c175d6501d - AWSTextract: de8482b59a8b2d39f0a2d191cda4fe3c7644e33a - AWSTranscribeStreaming: b92cac25145329ee9ea4f72dd6d864596fc3826c - AWSTranslate: 96cdbce4cf8a88946bce3fa1669a3d75d8092397 + AmplifyPlugins: 451781da15db7c0a9224eaf89cca4348a3c45d2e + AmplifyTestCommon: 9447d3ab650d91c0bc76d117f026af83468b624b + AWSAuthCore: 16ad51c6cf9a5a556049401851498f6c0a3aebb7 + AWSCognitoIdentityProvider: 454b162e1bf1a10d9fec5cacd9291c021ecbdd22 + AWSCognitoIdentityProviderASF: 556ffdfa7ccd0626bc59f784e938b49bccfe3180 + AWSComprehend: bca7e2e42c7e154e83b83daf4bb7a9ab18628004 + AWSCore: 6a3038e6c0b13be3d1fbb4746f98aab44f750e4d + AWSMobileClient: 161fe6a17f872e2e94d88d275c47dd87907beb23 + AWSPluginsCore: 3f6cb3f802710c539c95bd7661ba498837fd438b + AWSPolly: 63a37f188a6d937f4327a6a1fdc2ee3ab926b949 + AWSRekognition: 39f52d65f4d52e20aabbf80758b4c9a2be8b13ae + AWSTextract: 82f0985ad4540c7e872a2f6bb684a07f76c1516d + AWSTranscribeStreaming: 11a8a349849bae85534b87ab9a53fa49771c4a4f + AWSTranslate: ec1346435c50eb6d410d31499b542604e3c6fb58 CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6 CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65 diff --git a/AmplifyPlugins/Storage/Podfile.lock b/AmplifyPlugins/Storage/Podfile.lock index aff4025359..cdcdd94272 100644 --- a/AmplifyPlugins/Storage/Podfile.lock +++ b/AmplifyPlugins/Storage/Podfile.lock @@ -3,11 +3,11 @@ PODS: - Amplify/Default (= 1.30.9) - Amplify/Default (1.30.9) - AmplifyPlugins/AWSCognitoAuthPlugin (1.30.9): - - AWSAuthCore (~> 2.35.0) - - AWSCognitoIdentityProvider (~> 2.35.0) - - AWSCognitoIdentityProviderASF (~> 2.35.0) - - AWSCore (~> 2.35.0) - - AWSMobileClient (~> 2.35.0) + - AWSAuthCore (~> 2.36.0) + - AWSCognitoIdentityProvider (~> 2.36.0) + - AWSCognitoIdentityProviderASF (~> 2.36.0) + - AWSCore (~> 2.36.0) + - AWSMobileClient (~> 2.36.0) - AWSPluginsCore (= 1.30.9) - AmplifyTestCommon (1.30.9): - Amplify (= 1.30.9) @@ -15,28 +15,28 @@ PODS: - CwlPreconditionTesting (~> 2.0) - AmplifyTestCommon/AWSPluginsTestCommon (1.30.9): - Amplify (= 1.30.9) - - AWSCore (~> 2.35.0) - - AWSMobileClient (~> 2.35.0) + - AWSCore (~> 2.36.0) + - AWSMobileClient (~> 2.36.0) - AWSPluginsCore (= 1.30.9) - CwlPreconditionTesting (~> 2.0) - - AWSAuthCore (2.35.0): - - AWSCore (= 2.35.0) - - AWSCognitoIdentityProvider (2.35.0): - - AWSCognitoIdentityProviderASF (= 2.35.0) - - AWSCore (= 2.35.0) - - AWSCognitoIdentityProviderASF (2.35.0): - - AWSCore (= 2.35.0) - - AWSCore (2.35.0) - - AWSMobileClient (2.35.0): - - AWSAuthCore (= 2.35.0) - - AWSCognitoIdentityProvider (= 2.35.0) - - AWSCognitoIdentityProviderASF (= 2.35.0) - - AWSCore (= 2.35.0) + - AWSAuthCore (2.36.0): + - AWSCore (= 2.36.0) + - AWSCognitoIdentityProvider (2.36.0): + - AWSCognitoIdentityProviderASF (= 2.36.0) + - AWSCore (= 2.36.0) + - AWSCognitoIdentityProviderASF (2.36.0): + - AWSCore (= 2.36.0) + - AWSCore (2.36.0) + - AWSMobileClient (2.36.0): + - AWSAuthCore (= 2.36.0) + - AWSCognitoIdentityProvider (= 2.36.0) + - AWSCognitoIdentityProviderASF (= 2.36.0) + - AWSCore (= 2.36.0) - AWSPluginsCore (1.30.9): - Amplify (= 1.30.9) - - AWSCore (~> 2.35.0) - - AWSS3 (2.35.0): - - AWSCore (= 2.35.0) + - AWSCore (~> 2.36.0) + - AWSS3 (2.36.0): + - AWSCore (= 2.36.0) - CwlCatchException (2.1.1): - CwlCatchExceptionSupport (~> 2.1.1) - CwlCatchExceptionSupport (2.1.2) @@ -54,7 +54,7 @@ DEPENDENCIES: - AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`) - AmplifyTestCommon (from `../../`) - AWSPluginsCore (from `../../`) - - AWSS3 (~> 2.35.0) + - AWSS3 (~> 2.36.0) - CwlCatchException (= 2.1.1) - CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`) - SwiftFormat/CLI (= 0.44.17) @@ -95,15 +95,15 @@ CHECKOUT OPTIONS: SPEC CHECKSUMS: Amplify: 5caf64f8d16da4afde8d0aae76d89b98cbea513b - AmplifyPlugins: 421dbb90de455cf9c2a2ef79f9d53a87decbb74d - AmplifyTestCommon: 1c47564dcfab09e6cc2f48b71a072d24cee5d0f1 - AWSAuthCore: aa5090b8d86389f958c5b916f14dc218b0c20f8e - AWSCognitoIdentityProvider: b4c4d7d78782d62636cb3edfed71472dffe5e6d6 - AWSCognitoIdentityProviderASF: 295cac5c59c71c1494a3bac437f4c6284b9a73d3 - AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 - AWSMobileClient: 6c00da79fef9fcb63311b9b2e2abb7cf45fc7ccd - AWSPluginsCore: d9b08ab2f666dd2e6d01c4bba024d30a77d5040f - AWSS3: 062c34dd2765593fe105d1a571d567b62bf26854 + AmplifyPlugins: 451781da15db7c0a9224eaf89cca4348a3c45d2e + AmplifyTestCommon: 9447d3ab650d91c0bc76d117f026af83468b624b + AWSAuthCore: 16ad51c6cf9a5a556049401851498f6c0a3aebb7 + AWSCognitoIdentityProvider: 454b162e1bf1a10d9fec5cacd9291c021ecbdd22 + AWSCognitoIdentityProviderASF: 556ffdfa7ccd0626bc59f784e938b49bccfe3180 + AWSCore: 6a3038e6c0b13be3d1fbb4746f98aab44f750e4d + AWSMobileClient: 161fe6a17f872e2e94d88d275c47dd87907beb23 + AWSPluginsCore: 3f6cb3f802710c539c95bd7661ba498837fd438b + AWSS3: f073fbcd77d59baf4bdaf7a9732747dca477fb3b CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6 CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65 diff --git a/AmplifyTestCommon.podspec b/AmplifyTestCommon.podspec index 01cac520cb..bab3cc6672 100644 --- a/AmplifyTestCommon.podspec +++ b/AmplifyTestCommon.podspec @@ -10,7 +10,7 @@ $AMPLIFY_VERSION = '1.30.9' $AMPLIFY_RELEASE_TAG = "#{$AMPLIFY_VERSION}" -$AWS_SDK_VERSION = '2.35.0' +$AWS_SDK_VERSION = '2.36.0' $OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}" Pod::Spec.new do |s| diff --git a/Package.resolved b/Package.resolved index 72c20f6361..9353d19fc5 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,8 +6,8 @@ "repositoryURL": "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git", "state": { "branch": null, - "revision": "a08684c5004e2049c29f57a5938beae9695a1ef7", - "version": "3.1.2" + "revision": "9fd77b043e06193848a68740dfde0836648b2b4e", + "version": "3.2.0" } }, { @@ -15,8 +15,8 @@ "repositoryURL": "https://github.com/aws-amplify/aws-sdk-ios-spm.git", "state": { "branch": null, - "revision": "6e23b91609f9ddf988fda58bf711896a6062d4ff", - "version": "2.35.0" + "revision": "5be5f7982f37ea0605c7cfdbb3c9c81af4dafc13", + "version": "2.36.0" } }, { @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/daltoniam/Starscream", "state": { "branch": null, - "revision": "df8d82047f6654d8e4b655d1b1525c64e1059d21", - "version": "4.0.4" + "revision": "c6bfd1af48efcc9a9ad203665db12375ba6b145a", + "version": "4.0.8" } } ] diff --git a/Package.swift b/Package.swift index bc20b21497..d0dd669df8 100644 --- a/Package.swift +++ b/Package.swift @@ -34,8 +34,8 @@ let package = Package( ], dependencies: [ - .package(name: "AWSiOSSDKV2", url: "https://github.com/aws-amplify/aws-sdk-ios-spm.git", .upToNextMinor(from: "2.35.0")), - .package(name: "AppSyncRealTimeClient", url: "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git", from: "3.1.0"), + .package(name: "AWSiOSSDKV2", url: "https://github.com/aws-amplify/aws-sdk-ios-spm.git", .upToNextMinor(from: "2.36.0")), + .package(name: "AppSyncRealTimeClient", url: "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git", from: "3.2.0"), .package(url: "https://github.com/stephencelis/SQLite.swift.git", .exact("0.13.2")) ], targets: [ diff --git a/Podfile.lock b/Podfile.lock index a7abd2d5f0..26c8dbaf11 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - AWSCore (2.35.0) + - AWSCore (2.36.0) - CwlCatchException (2.1.1): - CwlCatchExceptionSupport (~> 2.1.1) - CwlCatchExceptionSupport (2.1.2) @@ -13,7 +13,7 @@ PODS: - SwiftLint (0.49.1) DEPENDENCIES: - - AWSCore (~> 2.35.0) + - AWSCore (~> 2.36.0) - CwlCatchException (= 2.1.1) - CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `2.1.0`) - SwiftFormat/CLI (= 0.44.17) @@ -40,7 +40,7 @@ CHECKOUT OPTIONS: :tag: 2.1.0 SPEC CHECKSUMS: - AWSCore: f644b48f9508301ba5d2692b5a0c418ca47e1673 + AWSCore: 6a3038e6c0b13be3d1fbb4746f98aab44f750e4d CwlCatchException: 86760545af2a490a23e964d76d7c77442dbce79b CwlCatchExceptionSupport: 42bf8c5e4e5e663f51100ddfa68caf7cfcf64ab6 CwlMachBadInstructionHandler: b982c7e3e44fcfa1c680e8046f6bba35f3476d65 diff --git a/build-support/dependencies.rb b/build-support/dependencies.rb index 8c68498fb5..102f9efcb0 100644 --- a/build-support/dependencies.rb +++ b/build-support/dependencies.rb @@ -8,7 +8,7 @@ # AWS SDK version # http://guides.cocoapods.org/using/the-podfile.html#specifying-pod-versions -$AWS_SDK_VERSION = '2.35.0' +$AWS_SDK_VERSION = '2.36.0' $OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}" # Include common tooling From 5044e5c1365e4ad9d33720c6524a15f3580a6065 Mon Sep 17 00:00:00 2001 From: Sebastian Villena <97059974+ruisebas@users.noreply.github.com> Date: Fri, 26 Apr 2024 15:29:34 -0400 Subject: [PATCH 3/3] chore: using macos-12 to run tests --- .github/workflows/build_test_amplify.yml | 4 +-- .github/workflows/deploy_package.yml | 2 +- .github/workflows/fortify_scan.yml | 2 +- .github/workflows/integ_test.yml | 46 ++++++++++++------------ .github/workflows/unit_test.yml | 16 ++++----- 5 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/workflows/build_test_amplify.yml b/.github/workflows/build_test_amplify.yml index cf12025540..322a2ac11d 100644 --- a/.github/workflows/build_test_amplify.yml +++ b/.github/workflows/build_test_amplify.yml @@ -12,7 +12,7 @@ permissions: jobs: build-test-amplify: - runs-on: macos-latest + runs-on: macos-12 steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: @@ -25,7 +25,7 @@ jobs: scheme: Amplify build-amplify-spm: - runs-on: macos-latest + runs-on: macos-12 steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: diff --git a/.github/workflows/deploy_package.yml b/.github/workflows/deploy_package.yml index a7d85e6e74..992d681673 100644 --- a/.github/workflows/deploy_package.yml +++ b/.github/workflows/deploy_package.yml @@ -30,7 +30,7 @@ jobs: name: Release new ${{ inputs.type }} version environment: Release needs: [build-and-test-amplify, unit-tests, fortify] - runs-on: macos-latest + runs-on: macos-12 steps: - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2 diff --git a/.github/workflows/fortify_scan.yml b/.github/workflows/fortify_scan.yml index c4824b385a..72b998d9d4 100644 --- a/.github/workflows/fortify_scan.yml +++ b/.github/workflows/fortify_scan.yml @@ -13,7 +13,7 @@ permissions: jobs: fortify-scan: - runs-on: macos-latest + runs-on: macos-12 environment: Fortify steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b diff --git a/.github/workflows/integ_test.yml b/.github/workflows/integ_test.yml index dedb96137a..cd1104de44 100644 --- a/.github/workflows/integ_test.yml +++ b/.github/workflows/integ_test.yml @@ -15,7 +15,7 @@ concurrency: jobs: prepare-for-test: - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -88,7 +88,7 @@ jobs: api-graphqliam-integration-test: if: ${{ false }} needs: [api-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -144,7 +144,7 @@ jobs: api-restiam-integration-test: if: ${{ false }} needs: [api-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -172,7 +172,7 @@ jobs: api-restuserpool-integration-test: if: ${{ false }} needs: [api-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -200,7 +200,7 @@ jobs: api-graphqllambda-integration-test: if: ${{ false }} needs: [api-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -284,7 +284,7 @@ jobs: datastore-integration-hub-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -367,7 +367,7 @@ jobs: datastore-integration-V1-S2-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -394,7 +394,7 @@ jobs: datastore-integration-V1-S3-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -421,7 +421,7 @@ jobs: datastore-integration-V1-S4-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -448,7 +448,7 @@ jobs: datastore-integration-V1-S5-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -475,7 +475,7 @@ jobs: datastore-integration-V1-S6-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -502,7 +502,7 @@ jobs: datastore-integration-V2-S1-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -529,7 +529,7 @@ jobs: datastore-integration-V2-S2-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -556,7 +556,7 @@ jobs: datastore-integration-V2-S3a-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -583,7 +583,7 @@ jobs: datastore-integration-V2-S3-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -610,7 +610,7 @@ jobs: datastore-integration-V2-S4-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -637,7 +637,7 @@ jobs: datastore-integration-V2-S5-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -664,7 +664,7 @@ jobs: datastore-integration-V2-S6-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -691,7 +691,7 @@ jobs: datastore-integration-V2-S7-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -718,7 +718,7 @@ jobs: datastore-integration-V2-S8-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -773,7 +773,7 @@ jobs: datastore-integration-observe-query-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -801,7 +801,7 @@ jobs: datastore-auth-integration-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b @@ -829,7 +829,7 @@ jobs: datastore-flutter-integration-test: if: ${{ false }} needs: [datastore-integration-test] - runs-on: macos-latest + runs-on: macos-12 environment: IntegrationTest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml index 725e5cd230..344d473360 100644 --- a/.github/workflows/unit_test.yml +++ b/.github/workflows/unit_test.yml @@ -12,7 +12,7 @@ permissions: jobs: unit-test-aws-plugins-core: - runs-on: macos-latest + runs-on: macos-12 steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: @@ -26,7 +26,7 @@ jobs: scheme: AWSPluginsCore unit-test-analytics: - runs-on: macos-latest + runs-on: macos-12 steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: @@ -40,7 +40,7 @@ jobs: scheme: AWSPinpointAnalyticsPlugin unit-test-api: - runs-on: macos-latest + runs-on: macos-12 steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: @@ -54,7 +54,7 @@ jobs: scheme: AWSAPICategoryPlugin unit-test-auth: - runs-on: macos-latest + runs-on: macos-12 steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: @@ -68,7 +68,7 @@ jobs: scheme: AWSCognitoAuthPlugin unit-test-datastore: - runs-on: macos-latest + runs-on: macos-12 steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: @@ -82,7 +82,7 @@ jobs: scheme: AWSDataStoreCategoryPlugin unit-test-geo: - runs-on: macos-latest + runs-on: macos-12 steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: @@ -96,7 +96,7 @@ jobs: scheme: AWSLocationGeoPlugin unit-test-predictions: - runs-on: macos-latest + runs-on: macos-12 steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: @@ -110,7 +110,7 @@ jobs: scheme: CoreMLPredictionsPlugin unit-test-storage: - runs-on: macos-latest + runs-on: macos-12 steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b with: