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 064a81a6e8..0d2bbece14 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 dee62cf8be..576b6b3ff5 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 6d0d391045..4fa27e7fa5 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 e1fb9159c7..873f9b8484 100644 --- a/AmplifyPlugins/API/Podfile.lock +++ b/AmplifyPlugins/API/Podfile.lock @@ -39,9 +39,9 @@ PODS: - AWSCore (~> 2.34.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: e7dcabfb29a14ec8d3ff94e113519a192ca2d54d - AmplifyPlugins: c08ffb54a66c68792bfea613c28bfd005ef4dfdf - AmplifyTestCommon: deb7b3a9f7f2820b1b018cddb378d68ea44697fc + Amplify: cf225550c698c2db56b6385000d5c1842b4158ad + AmplifyPlugins: f7e8231e1f9be9c9c5ae27b7b1e715f5b48f016b + AmplifyTestCommon: 1897168e02e2dcaf46a2ee76b6d5c96eb2f6bc5d AppSyncRealTimeClient: 36ff2f65f330bce7f1d0d2157a4ae5d255483dac AWSAuthCore: 78d09e86a9db5a972dea9d046dbbc01bc6513960 AWSCognitoIdentityProvider: 5d10b3b7f826f084239c036fc81334354e19292c AWSCognitoIdentityProviderASF: 9fd7e74bf86e25389c930eb51fc3b61ce601a72d AWSCore: 35d036e9519377a20fd2783874b5ff44268608bb AWSMobileClient: 5c624a1a77995d13be65faef8b1a82ed71fb4029 - AWSPluginsCore: 6265e87adf13164ad54b85e896e792bb574c1b1a + AWSPluginsCore: 4237676a1b80c306f12b1d4e4d2cb9931802477b 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 af8eec419e..cb489dc1f6 100644 --- a/AmplifyPlugins/Analytics/Podfile.lock +++ b/AmplifyPlugins/Analytics/Podfile.lock @@ -39,9 +39,9 @@ PODS: - AWSCore (~> 2.34.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: e7dcabfb29a14ec8d3ff94e113519a192ca2d54d - AmplifyPlugins: c08ffb54a66c68792bfea613c28bfd005ef4dfdf - AmplifyTestCommon: deb7b3a9f7f2820b1b018cddb378d68ea44697fc + Amplify: cf225550c698c2db56b6385000d5c1842b4158ad + AmplifyPlugins: f7e8231e1f9be9c9c5ae27b7b1e715f5b48f016b + AmplifyTestCommon: 1897168e02e2dcaf46a2ee76b6d5c96eb2f6bc5d AWSAuthCore: 78d09e86a9db5a972dea9d046dbbc01bc6513960 AWSCognitoIdentityProvider: 5d10b3b7f826f084239c036fc81334354e19292c AWSCognitoIdentityProviderASF: 9fd7e74bf86e25389c930eb51fc3b61ce601a72d AWSCore: 35d036e9519377a20fd2783874b5ff44268608bb AWSMobileClient: 5c624a1a77995d13be65faef8b1a82ed71fb4029 AWSPinpoint: b862a5651e85ef0188d3d8519e6b32e4d24d5f0a - AWSPluginsCore: 6265e87adf13164ad54b85e896e792bb574c1b1a + AWSPluginsCore: 4237676a1b80c306f12b1d4e4d2cb9931802477b 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 06de2bb08c..96054fb8a6 100644 --- a/AmplifyPlugins/Auth/Podfile.lock +++ b/AmplifyPlugins/Auth/Podfile.lock @@ -30,9 +30,9 @@ PODS: - AWSCore (~> 2.34.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: e7dcabfb29a14ec8d3ff94e113519a192ca2d54d - AmplifyTestCommon: deb7b3a9f7f2820b1b018cddb378d68ea44697fc + Amplify: cf225550c698c2db56b6385000d5c1842b4158ad + AmplifyTestCommon: 1897168e02e2dcaf46a2ee76b6d5c96eb2f6bc5d AWSAuthCore: 78d09e86a9db5a972dea9d046dbbc01bc6513960 AWSCognitoIdentityProvider: 5d10b3b7f826f084239c036fc81334354e19292c AWSCognitoIdentityProviderASF: 9fd7e74bf86e25389c930eb51fc3b61ce601a72d AWSCore: 35d036e9519377a20fd2783874b5ff44268608bb AWSMobileClient: 5c624a1a77995d13be65faef8b1a82ed71fb4029 - AWSPluginsCore: 6265e87adf13164ad54b85e896e792bb574c1b1a + AWSPluginsCore: 4237676a1b80c306f12b1d4e4d2cb9931802477b 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 be04112b33..56f339354d 100644 --- a/AmplifyPlugins/DataStore/Podfile.lock +++ b/AmplifyPlugins/DataStore/Podfile.lock @@ -43,9 +43,9 @@ PODS: - AWSCore (~> 2.34.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: e7dcabfb29a14ec8d3ff94e113519a192ca2d54d - AmplifyPlugins: c08ffb54a66c68792bfea613c28bfd005ef4dfdf - AmplifyTestCommon: deb7b3a9f7f2820b1b018cddb378d68ea44697fc + Amplify: cf225550c698c2db56b6385000d5c1842b4158ad + AmplifyPlugins: f7e8231e1f9be9c9c5ae27b7b1e715f5b48f016b + AmplifyTestCommon: 1897168e02e2dcaf46a2ee76b6d5c96eb2f6bc5d AppSyncRealTimeClient: 36ff2f65f330bce7f1d0d2157a4ae5d255483dac AWSAuthCore: 78d09e86a9db5a972dea9d046dbbc01bc6513960 AWSCognitoIdentityProvider: 5d10b3b7f826f084239c036fc81334354e19292c AWSCognitoIdentityProviderASF: 9fd7e74bf86e25389c930eb51fc3b61ce601a72d AWSCore: 35d036e9519377a20fd2783874b5ff44268608bb AWSMobileClient: 5c624a1a77995d13be65faef8b1a82ed71fb4029 - AWSPluginsCore: 6265e87adf13164ad54b85e896e792bb574c1b1a + AWSPluginsCore: 4237676a1b80c306f12b1d4e4d2cb9931802477b 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 5bc37fc000..07a6654a03 100644 --- a/AmplifyPlugins/Geo/Podfile.lock +++ b/AmplifyPlugins/Geo/Podfile.lock @@ -94,16 +94,16 @@ CHECKOUT OPTIONS: :tag: 2.1.0 SPEC CHECKSUMS: - Amplify: e7dcabfb29a14ec8d3ff94e113519a192ca2d54d - AmplifyPlugins: c08ffb54a66c68792bfea613c28bfd005ef4dfdf - AmplifyTestCommon: deb7b3a9f7f2820b1b018cddb378d68ea44697fc + Amplify: cf225550c698c2db56b6385000d5c1842b4158ad + AmplifyPlugins: f7e8231e1f9be9c9c5ae27b7b1e715f5b48f016b + AmplifyTestCommon: 1897168e02e2dcaf46a2ee76b6d5c96eb2f6bc5d AWSAuthCore: 78d09e86a9db5a972dea9d046dbbc01bc6513960 AWSCognitoIdentityProvider: 5d10b3b7f826f084239c036fc81334354e19292c AWSCognitoIdentityProviderASF: 9fd7e74bf86e25389c930eb51fc3b61ce601a72d AWSCore: 35d036e9519377a20fd2783874b5ff44268608bb AWSLocation: b4b9dbc084a52a7fe0867f7af7cb6b9a70259863 AWSMobileClient: 5c624a1a77995d13be65faef8b1a82ed71fb4029 - AWSPluginsCore: 6265e87adf13164ad54b85e896e792bb574c1b1a + AWSPluginsCore: 4237676a1b80c306f12b1d4e4d2cb9931802477b 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 a49ddf2d17..72f78e3e7a 100644 --- a/AmplifyPlugins/Predictions/Podfile.lock +++ b/AmplifyPlugins/Predictions/Podfile.lock @@ -114,16 +114,16 @@ CHECKOUT OPTIONS: :tag: 2.1.0 SPEC CHECKSUMS: - Amplify: e7dcabfb29a14ec8d3ff94e113519a192ca2d54d - AmplifyPlugins: c08ffb54a66c68792bfea613c28bfd005ef4dfdf - AmplifyTestCommon: deb7b3a9f7f2820b1b018cddb378d68ea44697fc + Amplify: cf225550c698c2db56b6385000d5c1842b4158ad + AmplifyPlugins: f7e8231e1f9be9c9c5ae27b7b1e715f5b48f016b + AmplifyTestCommon: 1897168e02e2dcaf46a2ee76b6d5c96eb2f6bc5d AWSAuthCore: 78d09e86a9db5a972dea9d046dbbc01bc6513960 AWSCognitoIdentityProvider: 5d10b3b7f826f084239c036fc81334354e19292c AWSCognitoIdentityProviderASF: 9fd7e74bf86e25389c930eb51fc3b61ce601a72d AWSComprehend: 29ce6fb6316ca5e72ab994f0ea57e8f5192cb06d AWSCore: 35d036e9519377a20fd2783874b5ff44268608bb AWSMobileClient: 5c624a1a77995d13be65faef8b1a82ed71fb4029 - AWSPluginsCore: 6265e87adf13164ad54b85e896e792bb574c1b1a + AWSPluginsCore: 4237676a1b80c306f12b1d4e4d2cb9931802477b AWSPolly: b33aed8f52c399c9b3748bfd549435d2b5359296 AWSRekognition: 026d5df21d4203f711e8e5e9f80b53e90ce2066b AWSTextract: 10938750dc40a85fc50bfd0a28d1cfe4ec583d19 @@ -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 b6adf1d582..ffb5b2cf2f 100644 --- a/AmplifyPlugins/Storage/Podfile.lock +++ b/AmplifyPlugins/Storage/Podfile.lock @@ -39,9 +39,9 @@ PODS: - AWSCore (= 2.34.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: e7dcabfb29a14ec8d3ff94e113519a192ca2d54d - AmplifyPlugins: c08ffb54a66c68792bfea613c28bfd005ef4dfdf - AmplifyTestCommon: deb7b3a9f7f2820b1b018cddb378d68ea44697fc + Amplify: cf225550c698c2db56b6385000d5c1842b4158ad + AmplifyPlugins: f7e8231e1f9be9c9c5ae27b7b1e715f5b48f016b + AmplifyTestCommon: 1897168e02e2dcaf46a2ee76b6d5c96eb2f6bc5d AWSAuthCore: 78d09e86a9db5a972dea9d046dbbc01bc6513960 AWSCognitoIdentityProvider: 5d10b3b7f826f084239c036fc81334354e19292c AWSCognitoIdentityProviderASF: 9fd7e74bf86e25389c930eb51fc3b61ce601a72d AWSCore: 35d036e9519377a20fd2783874b5ff44268608bb AWSMobileClient: 5c624a1a77995d13be65faef8b1a82ed71fb4029 - AWSPluginsCore: 6265e87adf13164ad54b85e896e792bb574c1b1a + AWSPluginsCore: 4237676a1b80c306f12b1d4e4d2cb9931802477b AWSS3: 426e9bc563aea1a47f4fabac114df2a01bdb38d2 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 28e94abc7e..73b578a188 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 934abba0bd..82bf8d7065 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 0fb4308ff6..6d01141a85 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -2,9 +2,9 @@ PODS: - AWSCore (2.34.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: 35d036e9519377a20fd2783874b5ff44268608bb 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.12.1 +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'