diff --git a/AWSAPIGateway.podspec b/AWSAPIGateway.podspec index 72033da8aaa..1b9974140ec 100644 --- a/AWSAPIGateway.podspec +++ b/AWSAPIGateway.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'AWSAPIGateway' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -13,7 +13,8 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSAPIGateway/*.{h,m}' + s.resource_bundle = { 'AWSAPIGateway' => ['AWSAPIGateway/PrivacyInfo.xcprivacy']} end diff --git a/AWSAPIGateway/AWSAPIGatewayClient.m b/AWSAPIGateway/AWSAPIGatewayClient.m index 8e49daea9d2..6159e75e8fc 100644 --- a/AWSAPIGateway/AWSAPIGatewayClient.m +++ b/AWSAPIGateway/AWSAPIGatewayClient.m @@ -23,7 +23,7 @@ static NSString *const AWSAPIGatewayAPIKeyHeader = @"x-api-key"; -NSString *const AWSAPIGatewaySDKVersion = @"2.34.0"; +NSString *const AWSAPIGatewaySDKVersion = @"2.34.1"; static int defaultChunkSize = 1024; diff --git a/AWSAPIGateway/Info.plist b/AWSAPIGateway/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSAPIGateway/Info.plist +++ b/AWSAPIGateway/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSAPIGateway/PrivacyInfo.xcprivacy b/AWSAPIGateway/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSAPIGateway/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSAppleSignIn.podspec b/AWSAppleSignIn.podspec index 92cc91826ed..8b7c57e8c9d 100644 --- a/AWSAppleSignIn.podspec +++ b/AWSAppleSignIn.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSAppleSignIn' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,8 +12,9 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' - s.dependency 'AWSAuthCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' + s.dependency 'AWSAuthCore', '2.34.1' s.source_files = 'AWSAuthSDK/Sources/AWSAppleSignIn/*.{h,m}' s.public_header_files = 'AWSAuthSDK/Sources/AWSAppleSignIn/*.h' + s.resource_bundle = { 'AWSAppleSignIn' => ['AWSAppleSignIn/PrivacyInfo.xcprivacy']} end diff --git a/AWSAuth.podspec b/AWSAuth.podspec index 4fcfaea1216..5ae215d4eda 100644 --- a/AWSAuth.podspec +++ b/AWSAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSAuth' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -14,23 +14,23 @@ Pod::Spec.new do |s| s.requires_arc = true s.subspec 'Core' do |authcore| - authcore.dependency 'AWSAuthCore', '2.34.0' + authcore.dependency 'AWSAuthCore', '2.34.1' end s.subspec 'FacebookSignIn' do |facebook| - facebook.dependency 'AWSFacebookSignIn', '2.34.0' + facebook.dependency 'AWSFacebookSignIn', '2.34.1' end s.subspec 'GoogleSignIn' do |google| - google.dependency 'AWSGoogleSignIn', '2.34.0' + google.dependency 'AWSGoogleSignIn', '2.34.1' end s.subspec 'UserPoolsSignIn' do |up| - up.dependency 'AWSUserPoolsSignIn', '2.34.0' + up.dependency 'AWSUserPoolsSignIn', '2.34.1' end s.subspec 'UI' do |ui| - ui.dependency 'AWSAuthUI', '2.34.0' + ui.dependency 'AWSAuthUI', '2.34.1' end end diff --git a/AWSAuthCore.podspec b/AWSAuthCore.podspec index be029658803..104577d09c1 100644 --- a/AWSAuthCore.podspec +++ b/AWSAuthCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSAuthCore' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,8 +12,9 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSAuthSDK/Sources/AWSAuthCore/*.{h,m}' s.public_header_files = 'AWSAuthSDK/Sources/AWSAuthCore/*.h' + s.resource_bundle = { 'AWSAuthCore' => ['AWSAuthCore/PrivacyInfo.xcprivacy']} end diff --git a/AWSAuthSDK/AWSAuthSDK.xcodeproj/project.pbxproj b/AWSAuthSDK/AWSAuthSDK.xcodeproj/project.pbxproj index e056f042f59..90978bae3e3 100644 --- a/AWSAuthSDK/AWSAuthSDK.xcodeproj/project.pbxproj +++ b/AWSAuthSDK/AWSAuthSDK.xcodeproj/project.pbxproj @@ -125,6 +125,14 @@ 17D61FA7216BBC59009B2B9C /* AWSMobileClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17D61FA6216BBC59009B2B9C /* AWSMobileClient.swift */; }; 17DED2A61F32A4E400397F88 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1786CA4D1F2BEDB8003421FF /* Images.xcassets */; }; 17F4F75121F6B0750068B553 /* AWSCognitoAuth+Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 17F4F74F21F6B0750068B553 /* AWSCognitoAuth+Extensions.m */; }; + 214609902B88FA8B002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609142B88FA8B002FCE7B /* PrivacyInfo.xcprivacy */; }; + 21AF5E0A2BAA07A400997C99 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609912B88FABA002FCE7B /* PrivacyInfo.xcprivacy */; }; + 21AF5E822BAA07A800997C99 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609932B88FAD9002FCE7B /* PrivacyInfo.xcprivacy */; }; + 21AF5E832BAA07AE00997C99 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609952B88FAFF002FCE7B /* PrivacyInfo.xcprivacy */; }; + 21AF5E842BAA07B200997C99 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609972B88FB0F002FCE7B /* PrivacyInfo.xcprivacy */; }; + 21AF5E852BAA07BA00997C99 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609992B88FB2D002FCE7B /* PrivacyInfo.xcprivacy */; }; + 21AF5E862BAA07C100997C99 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609992B88FB2D002FCE7B /* PrivacyInfo.xcprivacy */; }; + 21AF5E872BAA07C800997C99 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 2146099B2B88FB46002FCE7B /* PrivacyInfo.xcprivacy */; }; 5C3324972773F43400F2C47B /* AWSMobileClientDeleteUserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C3324962773F43400F2C47B /* AWSMobileClientDeleteUserTests.swift */; }; 68B1317829A95E6400E3B3BC /* WeakHashTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68B1317729A95E6400E3B3BC /* WeakHashTable.swift */; }; 68B1317929A95E6400E3B3BC /* WeakHashTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68B1317729A95E6400E3B3BC /* WeakHashTable.swift */; }; @@ -484,6 +492,20 @@ remoteGlobalIDString = B5FC69001FAFA1AA004790CB; remoteInfo = AWSMobileClient; }; + 2146098C2B88FA8B002FCE7B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B55D56BD1F44EC3F005A0E56 /* AWSiOSSDKv2.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 48885FBC2A0C1F440012EEB7; + remoteInfo = AWSKinesisVideoWebRTCStorage; + }; + 2146098E2B88FA8B002FCE7B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = B55D56BD1F44EC3F005A0E56 /* AWSiOSSDKv2.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 48885FCB2A0C1FB30012EEB7; + remoteInfo = AWSKinesisVideoWebRTCStorageUnitTests; + }; 5C33250D2773F43500F2C47B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = B55D56BD1F44EC3F005A0E56 /* AWSiOSSDKv2.xcodeproj */; @@ -1502,6 +1524,13 @@ 17D61FA6216BBC59009B2B9C /* AWSMobileClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AWSMobileClient.swift; sourceTree = ""; }; 17F4F74E21F6B0750068B553 /* AWSCognitoAuth+Extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AWSCognitoAuth+Extensions.h"; sourceTree = ""; }; 17F4F74F21F6B0750068B553 /* AWSCognitoAuth+Extensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "AWSCognitoAuth+Extensions.m"; sourceTree = ""; }; + 214609142B88FA8B002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214609912B88FABA002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214609932B88FAD9002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214609952B88FAFF002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214609972B88FB0F002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214609992B88FB2D002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 2146099B2B88FB46002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; 5C3324962773F43400F2C47B /* AWSMobileClientDeleteUserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AWSMobileClientDeleteUserTests.swift; sourceTree = ""; }; 68B1317729A95E6400E3B3BC /* WeakHashTable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WeakHashTable.swift; sourceTree = ""; }; 6BB7BF2E23E5E8FB0026E789 /* AWSMobileClient-Mixed-Swift.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AWSMobileClient-Mixed-Swift.h"; sourceTree = ""; }; @@ -1896,6 +1925,7 @@ 1750D0081F2D4DFA006D915E /* AWSUserPoolsSignIn */ = { isa = PBXGroup; children = ( + 2146099B2B88FB46002FCE7B /* PrivacyInfo.xcprivacy */, 1750D00F1F2D4E23006D915E /* AWSCognitoUserPoolsSignInProvider.h */, 1750D0101F2D4E23006D915E /* AWSCognitoUserPoolsSignInProvider.m */, B5170D2E1F44F091008FD811 /* AWSUserPoolsSignIn.h */, @@ -1992,6 +2022,7 @@ 1786CA351F2BED3C003421FF /* AWSGoogleSignIn */ = { isa = PBXGroup; children = ( + 214609972B88FB0F002FCE7B /* PrivacyInfo.xcprivacy */, B5170CD51F44EF0E008FD811 /* AWSGoogleSignIn.h */, 1786CA491F2BEDB8003421FF /* AWSGoogleSignInButton.h */, 1786CA4A1F2BEDB8003421FF /* AWSGoogleSignInButton.m */, @@ -2006,6 +2037,7 @@ 1786CA421F2BED46003421FF /* AWSFacebookSignIn */ = { isa = PBXGroup; children = ( + 214609952B88FAFF002FCE7B /* PrivacyInfo.xcprivacy */, 1786CA431F2BED46003421FF /* AWSFacebookSignIn.h */, 1786CA531F2BEDDD003421FF /* AWSFacebookSignInButton.h */, 1786CA541F2BEDDD003421FF /* AWSFacebookSignInButton.m */, @@ -2261,6 +2293,7 @@ B49C891024B387C3009739FC /* AWSAppleSignIn */ = { isa = PBXGroup; children = ( + 214609142B88FA8B002FCE7B /* PrivacyInfo.xcprivacy */, B49C891124B387C3009739FC /* AWSAppleSignIn.h */, B49C891324B387C3009739FC /* AWSAppleSignInButton.h */, B49C891624B387C3009739FC /* AWSAppleSignInButton.m */, @@ -2341,6 +2374,7 @@ B5345D101F366AFA009C1041 /* AWSAuthUI */ = { isa = PBXGroup; children = ( + 214609932B88FAD9002FCE7B /* PrivacyInfo.xcprivacy */, B5345D741F366E4A009C1041 /* AWSAuthUI.h */, B5150A531F3BF00F00AC8D08 /* AWSAuthUIConfiguration.h */, B5150AB11F3BF03D00AC8D08 /* AWSAuthUIConfiguration.m */, @@ -2477,6 +2511,8 @@ 5C3325142773F43500F2C47B /* AWSChimeSDKMessaging.framework */, 5C3325162773F43500F2C47B /* AWSChimeSDKMessagingTests.xctest */, 5C3325182773F43500F2C47B /* AWSChimeSDKMessagingUnitTests.xctest */, + 2146098D2B88FA8B002FCE7B /* AWSKinesisVideoWebRTCStorage.framework */, + 2146098F2B88FA8B002FCE7B /* AWSKinesisVideoWebRTCStorageUnitTests.xctest */, ); name = Products; sourceTree = ""; @@ -2484,6 +2520,7 @@ B5C564B61F2B2302004FF3CF /* AWSAuthCore */ = { isa = PBXGroup; children = ( + 214609912B88FABA002FCE7B /* PrivacyInfo.xcprivacy */, B5C564901F2B2162004FF3CF /* AWSAuthCore.h */, B9AC6318234F00FA00A713A5 /* AWSAuthUIHelper.h */, B9AC6317234F00F900A713A5 /* AWSAuthUIHelper.m */, @@ -2503,6 +2540,7 @@ B5FC69021FAFA1AA004790CB /* AWSMobileClient */ = { isa = PBXGroup; children = ( + 214609992B88FB2D002FCE7B /* PrivacyInfo.xcprivacy */, B5FC69041FAFA1AA004790CB /* Info.plist */, 170AD35221921764004E1E88 /* AWSMobileClient.h */, B402D00725815C550020B83B /* AWSMobileClientXCF.h */, @@ -3157,6 +3195,20 @@ /* End PBXProject section */ /* Begin PBXReferenceProxy section */ + 2146098D2B88FA8B002FCE7B /* AWSKinesisVideoWebRTCStorage.framework */ = { + isa = PBXReferenceProxy; + fileType = wrapper.framework; + path = AWSKinesisVideoWebRTCStorage.framework; + remoteRef = 2146098C2B88FA8B002FCE7B /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 2146098F2B88FA8B002FCE7B /* AWSKinesisVideoWebRTCStorageUnitTests.xctest */ = { + isa = PBXReferenceProxy; + fileType = wrapper.cfbundle; + path = AWSKinesisVideoWebRTCStorageUnitTests.xctest; + remoteRef = 2146098E2B88FA8B002FCE7B /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; 5C33250E2773F43500F2C47B /* AWSChimeSDKIdentity.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; @@ -3997,6 +4049,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 21AF5E872BAA07C800997C99 /* PrivacyInfo.xcprivacy in Resources */, 1711A4EA1F43A49E006105D3 /* AWSUserPools.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -4005,6 +4058,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 21AF5E832BAA07AE00997C99 /* PrivacyInfo.xcprivacy in Resources */, 176375681F328D510086588B /* Images.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -4020,6 +4074,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 21AF5E842BAA07B200997C99 /* PrivacyInfo.xcprivacy in Resources */, 17DED2A61F32A4E400397F88 /* Images.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -4045,6 +4100,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 21AF5E862BAA07C100997C99 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4068,6 +4124,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214609902B88FA8B002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4090,6 +4147,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 21AF5E0A2BAA07A400997C99 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -4097,6 +4155,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 21AF5E822BAA07A800997C99 /* PrivacyInfo.xcprivacy in Resources */, B5150B1C1F3CE0E500AC8D08 /* Images.xcassets in Resources */, B58F54C21F382449009ED450 /* SignIn.storyboard in Resources */, ); @@ -4106,6 +4165,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 21AF5E852BAA07BA00997C99 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/AWSAuthSDK/Sources/AWSAppleSignIn/Info.plist b/AWSAuthSDK/Sources/AWSAppleSignIn/Info.plist index c7043ed5037..64bbf8a700f 100644 --- a/AWSAuthSDK/Sources/AWSAppleSignIn/Info.plist +++ b/AWSAuthSDK/Sources/AWSAppleSignIn/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/AWSAuthSDK/Sources/AWSAppleSignIn/PrivacyInfo.xcprivacy b/AWSAuthSDK/Sources/AWSAppleSignIn/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..1a3690cfcbc --- /dev/null +++ b/AWSAuthSDK/Sources/AWSAppleSignIn/PrivacyInfo.xcprivacy @@ -0,0 +1,10 @@ + + + + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSAuthSDK/Sources/AWSAuthCore/Info.plist b/AWSAuthSDK/Sources/AWSAuthCore/Info.plist index c7043ed5037..64bbf8a700f 100644 --- a/AWSAuthSDK/Sources/AWSAuthCore/Info.plist +++ b/AWSAuthSDK/Sources/AWSAuthCore/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/AWSAuthSDK/Sources/AWSAuthCore/PrivacyInfo.xcprivacy b/AWSAuthSDK/Sources/AWSAuthCore/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..1a3690cfcbc --- /dev/null +++ b/AWSAuthSDK/Sources/AWSAuthCore/PrivacyInfo.xcprivacy @@ -0,0 +1,10 @@ + + + + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSAuthSDK/Sources/AWSAuthUI/Info.plist b/AWSAuthSDK/Sources/AWSAuthUI/Info.plist index c7043ed5037..64bbf8a700f 100644 --- a/AWSAuthSDK/Sources/AWSAuthUI/Info.plist +++ b/AWSAuthSDK/Sources/AWSAuthUI/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/AWSAuthSDK/Sources/AWSAuthUI/PrivacyInfo.xcprivacy b/AWSAuthSDK/Sources/AWSAuthUI/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..1a3690cfcbc --- /dev/null +++ b/AWSAuthSDK/Sources/AWSAuthUI/PrivacyInfo.xcprivacy @@ -0,0 +1,10 @@ + + + + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSAuthSDK/Sources/AWSFacebookSignIn/Info.plist b/AWSAuthSDK/Sources/AWSFacebookSignIn/Info.plist index c7043ed5037..64bbf8a700f 100644 --- a/AWSAuthSDK/Sources/AWSFacebookSignIn/Info.plist +++ b/AWSAuthSDK/Sources/AWSFacebookSignIn/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/AWSAuthSDK/Sources/AWSFacebookSignIn/PrivacyInfo.xcprivacy b/AWSAuthSDK/Sources/AWSFacebookSignIn/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..1a3690cfcbc --- /dev/null +++ b/AWSAuthSDK/Sources/AWSFacebookSignIn/PrivacyInfo.xcprivacy @@ -0,0 +1,10 @@ + + + + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSAuthSDK/Sources/AWSGoogleSignIn/Info.plist b/AWSAuthSDK/Sources/AWSGoogleSignIn/Info.plist index c7043ed5037..64bbf8a700f 100644 --- a/AWSAuthSDK/Sources/AWSGoogleSignIn/Info.plist +++ b/AWSAuthSDK/Sources/AWSGoogleSignIn/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/AWSAuthSDK/Sources/AWSGoogleSignIn/PrivacyInfo.xcprivacy b/AWSAuthSDK/Sources/AWSGoogleSignIn/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..1a3690cfcbc --- /dev/null +++ b/AWSAuthSDK/Sources/AWSGoogleSignIn/PrivacyInfo.xcprivacy @@ -0,0 +1,10 @@ + + + + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSAuthSDK/Sources/AWSMobileClient/Info.plist b/AWSAuthSDK/Sources/AWSMobileClient/Info.plist index 926eb6356c8..86bdd8bde31 100644 --- a/AWSAuthSDK/Sources/AWSMobileClient/Info.plist +++ b/AWSAuthSDK/Sources/AWSMobileClient/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/AWSAuthSDK/Sources/AWSMobileClient/PrivacyInfo.xcprivacy b/AWSAuthSDK/Sources/AWSMobileClient/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSAuthSDK/Sources/AWSMobileClient/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSAuthSDK/Sources/AWSMobileClientXCF/Info.plist b/AWSAuthSDK/Sources/AWSMobileClientXCF/Info.plist index 926eb6356c8..86bdd8bde31 100644 --- a/AWSAuthSDK/Sources/AWSMobileClientXCF/Info.plist +++ b/AWSAuthSDK/Sources/AWSMobileClientXCF/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/AWSAuthSDK/Sources/AWSUserPoolsSignIn/Info.plist b/AWSAuthSDK/Sources/AWSUserPoolsSignIn/Info.plist index c7043ed5037..64bbf8a700f 100644 --- a/AWSAuthSDK/Sources/AWSUserPoolsSignIn/Info.plist +++ b/AWSAuthSDK/Sources/AWSUserPoolsSignIn/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/AWSAuthSDK/Sources/AWSUserPoolsSignIn/PrivacyInfo.xcprivacy b/AWSAuthSDK/Sources/AWSUserPoolsSignIn/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..1a3690cfcbc --- /dev/null +++ b/AWSAuthSDK/Sources/AWSUserPoolsSignIn/PrivacyInfo.xcprivacy @@ -0,0 +1,10 @@ + + + + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSAuthUI.podspec b/AWSAuthUI.podspec index 78e65924759..3d29deed653 100644 --- a/AWSAuthUI.podspec +++ b/AWSAuthUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSAuthUI' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,10 +12,10 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' - s.dependency 'AWSAuthCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' + s.dependency 'AWSAuthCore', '2.34.1' s.source_files = 'AWSAuthSDK/Sources/AWSAuthUI/*.{h,m}', 'AWSAuthSDK/Sources/AWSAuthUI/**/*.{h,m}', 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/UserPoolsUI/AWSFormTableCell.h', 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/UserPoolsUI/AWSTableInputCell.h', 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/UserPoolsUI/AWSFormTableDelegate.h', 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/UserPoolsUI/AWSUserPoolsUIHelper.h' s.public_header_files = 'AWSAuthSDK/Sources/AWSAuthUI/AWSAuthUI.h', 'AWSAuthSDK/Sources/AWSAuthUI/AWSAuthUIViewController.h', 'AWSAuthSDK/Sources/AWSAuthUI/AWSAuthUIConfiguration.h' s.private_header_files = 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/UserPoolsUI/AWSFormTableCell.h', 'AWSAuthSDK/Sources/AWSAuthUI/AWSSignInViewController.h', 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/UserPoolsUI/AWSTableInputCell.h', 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/UserPoolsUI/AWSFormTableDelegate.h' - s.resource_bundles = { 'AWSAuthUI' => ['AWSAuthSDK/Sources/AWSAuthUI/*.{storyboard}', 'AWSAuthSDK/Sources/AWSAuthUI/Images.xcassets'] } + s.resource_bundles = { 'AWSAuthUI' => ['AWSAuthSDK/Sources/AWSAuthUI/*.{storyboard}', 'AWSAuthSDK/Sources/AWSAuthUI/Images.xcassets', 'AWSAuthSDK/Sources/AWSAuthUI/PrivacyInfo.xcprivacy'] } end diff --git a/AWSAutoScaling.podspec b/AWSAutoScaling.podspec index 5b52ae7caca..1a13d2e0b48 100644 --- a/AWSAutoScaling.podspec +++ b/AWSAutoScaling.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSAutoScaling' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSAutoScaling/*.{h,m}' + s.resource_bundle = { 'AWSAutoScaling' => ['AWSAutoScaling/PrivacyInfo.xcprivacy']} end diff --git a/AWSAutoScaling/AWSAutoScalingService.m b/AWSAutoScaling/AWSAutoScalingService.m index cc41e4c8ca7..0e3ecbcbf38 100644 --- a/AWSAutoScaling/AWSAutoScalingService.m +++ b/AWSAutoScaling/AWSAutoScalingService.m @@ -25,7 +25,7 @@ #import "AWSAutoScalingResources.h" static NSString *const AWSInfoAutoScaling = @"AutoScaling"; -NSString *const AWSAutoScalingSDKVersion = @"2.34.0"; +NSString *const AWSAutoScalingSDKVersion = @"2.34.1"; @interface AWSAutoScalingResponseSerializer : AWSXMLResponseSerializer diff --git a/AWSAutoScaling/Info.plist b/AWSAutoScaling/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSAutoScaling/Info.plist +++ b/AWSAutoScaling/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSAutoScaling/PrivacyInfo.xcprivacy b/AWSAutoScaling/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSAutoScaling/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSChimeSDKIdentity.podspec b/AWSChimeSDKIdentity.podspec index ec61def556c..817ef4a0afc 100644 --- a/AWSChimeSDKIdentity.podspec +++ b/AWSChimeSDKIdentity.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSChimeSDKIdentity' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSChimeSDKIdentity/*.{h,m}' + s.resource_bundle = { 'AWSChimeSDKIdentity' => ['AWSChimeSDKIdentity/PrivacyInfo.xcprivacy']} end diff --git a/AWSChimeSDKIdentity/AWSChimeSDKIdentityService.m b/AWSChimeSDKIdentity/AWSChimeSDKIdentityService.m index a8ae4623ed7..c8d1103ad84 100644 --- a/AWSChimeSDKIdentity/AWSChimeSDKIdentityService.m +++ b/AWSChimeSDKIdentity/AWSChimeSDKIdentityService.m @@ -25,7 +25,7 @@ #import "AWSChimeSDKIdentityResources.h" static NSString *const AWSInfoChimeSDKIdentity = @"ChimeSDKIdentity"; -NSString *const AWSChimeSDKIdentitySDKVersion = @"2.34.0"; +NSString *const AWSChimeSDKIdentitySDKVersion = @"2.34.1"; @interface AWSChimeSDKIdentityResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSChimeSDKIdentity/Info.plist b/AWSChimeSDKIdentity/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSChimeSDKIdentity/Info.plist +++ b/AWSChimeSDKIdentity/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSChimeSDKIdentity/PrivacyInfo.xcprivacy b/AWSChimeSDKIdentity/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSChimeSDKIdentity/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSChimeSDKMessaging.podspec b/AWSChimeSDKMessaging.podspec index 0798d289457..f2b26043636 100644 --- a/AWSChimeSDKMessaging.podspec +++ b/AWSChimeSDKMessaging.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSChimeSDKMessaging' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSChimeSDKMessaging/*.{h,m}' + s.resource_bundle = { 'AWSChimeSDKMessaging' => ['AWSChimeSDKMessaging/PrivacyInfo.xcprivacy']} end diff --git a/AWSChimeSDKMessaging/AWSChimeSDKMessagingService.m b/AWSChimeSDKMessaging/AWSChimeSDKMessagingService.m index a92172e2d8a..f082fc121f5 100644 --- a/AWSChimeSDKMessaging/AWSChimeSDKMessagingService.m +++ b/AWSChimeSDKMessaging/AWSChimeSDKMessagingService.m @@ -25,7 +25,7 @@ #import "AWSChimeSDKMessagingResources.h" static NSString *const AWSInfoChimeSDKMessaging = @"ChimeSDKMessaging"; -NSString *const AWSChimeSDKMessagingSDKVersion = @"2.34.0"; +NSString *const AWSChimeSDKMessagingSDKVersion = @"2.34.1"; @interface AWSChimeSDKMessagingResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSChimeSDKMessaging/Info.plist b/AWSChimeSDKMessaging/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSChimeSDKMessaging/Info.plist +++ b/AWSChimeSDKMessaging/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSChimeSDKMessaging/PrivacyInfo.xcprivacy b/AWSChimeSDKMessaging/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSChimeSDKMessaging/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSCloudWatch.podspec b/AWSCloudWatch.podspec index 15fea6c1c83..2b61ecc2fcd 100644 --- a/AWSCloudWatch.podspec +++ b/AWSCloudWatch.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSCloudWatch' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSCloudWatch/*.{h,m}' + s.resource_bundle = { 'AWSCloudWatch' => ['AWSCloudWatch/PrivacyInfo.xcprivacy']} end diff --git a/AWSCloudWatch/AWSCloudWatchService.m b/AWSCloudWatch/AWSCloudWatchService.m index c1d750b1de2..0673af3fc00 100644 --- a/AWSCloudWatch/AWSCloudWatchService.m +++ b/AWSCloudWatch/AWSCloudWatchService.m @@ -26,7 +26,7 @@ #import "AWSCloudWatchResources.h" static NSString *const AWSInfoCloudWatch = @"CloudWatch"; -NSString *const AWSCloudWatchSDKVersion = @"2.34.0"; +NSString *const AWSCloudWatchSDKVersion = @"2.34.1"; @interface AWSCloudWatchResponseSerializer : AWSXMLResponseSerializer diff --git a/AWSCloudWatch/Info.plist b/AWSCloudWatch/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSCloudWatch/Info.plist +++ b/AWSCloudWatch/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSCloudWatch/PrivacyInfo.xcprivacy b/AWSCloudWatch/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSCloudWatch/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSCognitoAuth.podspec b/AWSCognitoAuth.podspec index 4685754942c..28068d7c33b 100644 --- a/AWSCognitoAuth.podspec +++ b/AWSCognitoAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSCognitoAuth' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Cognito Auth SDK for iOS' s.description = 'Amazon Cognito Auth enables sign up and authentication of your end users via a hosted UI' @@ -13,10 +13,11 @@ Pod::Spec.new do |s| :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' - s.dependency 'AWSCognitoIdentityProviderASF', '2.34.0' + s.dependency 'AWSCore', '2.34.1' + s.dependency 'AWSCognitoIdentityProviderASF', '2.34.1' s.source_files = 'AWSCognitoAuth/**/*.{h,m,c}' s.public_header_files = 'AWSCognitoAuth/*.h' s.private_header_files = 'AWSCognitoAuth/Internal/*.h' + s.resource_bundle = { 'AWSCognitoAuth' => ['AWSCognitoAuth/PrivacyInfo.xcprivacy']} end diff --git a/AWSCognitoAuth/AWSCognitoAuth.m b/AWSCognitoAuth/AWSCognitoAuth.m index 302b050df1f..d114333f12e 100644 --- a/AWSCognitoAuth/AWSCognitoAuth.m +++ b/AWSCognitoAuth/AWSCognitoAuth.m @@ -80,7 +80,7 @@ @interface AWSCognitoAuthConfiguration() @implementation AWSCognitoAuth -NSString *const AWSCognitoAuthSDKVersion = @"2.34.0"; +NSString *const AWSCognitoAuthSDKVersion = @"2.34.1"; static NSMutableDictionary *_instanceDictionary = nil; diff --git a/AWSCognitoAuth/Info.plist b/AWSCognitoAuth/Info.plist index 402edff41ce..215149746b1 100644 --- a/AWSCognitoAuth/Info.plist +++ b/AWSCognitoAuth/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSCognitoAuth/PrivacyInfo.xcprivacy b/AWSCognitoAuth/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSCognitoAuth/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSCognitoIdentityProvider.podspec b/AWSCognitoIdentityProvider.podspec index e2175240e74..1374e032104 100644 --- a/AWSCognitoIdentityProvider.podspec +++ b/AWSCognitoIdentityProvider.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSCognitoIdentityProvider' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Cognito Identity Provider SDK for iOS (Beta)' s.description = 'Amazon Cognito Identity Provider enables sign up and authentication of your end users' @@ -13,10 +13,11 @@ Pod::Spec.new do |s| :tag => s.version} s.requires_arc = true s.frameworks = 'Security', 'UIKit' - s.dependency 'AWSCore', '2.34.0' - s.dependency 'AWSCognitoIdentityProviderASF', '2.34.0' + s.dependency 'AWSCore', '2.34.1' + s.dependency 'AWSCognitoIdentityProviderASF', '2.34.1' s.source_files = 'AWSCognitoIdentityProvider/**/*.{h,m,c}' s.public_header_files = 'AWSCognitoIdentityProvider/*.h' s.private_header_files = 'AWSCognitoIdentityProvider/Internal/*.h' + s.resource_bundle = { 'AWSCognitoIdentityProvider' => ['AWSCognitoIdentityProvider/PrivacyInfo.xcprivacy']} end diff --git a/AWSCognitoIdentityProvider/AWSCognitoIdentityProviderService.m b/AWSCognitoIdentityProvider/AWSCognitoIdentityProviderService.m index 17df383bcad..3d51628b5bb 100644 --- a/AWSCognitoIdentityProvider/AWSCognitoIdentityProviderService.m +++ b/AWSCognitoIdentityProvider/AWSCognitoIdentityProviderService.m @@ -25,7 +25,7 @@ #import "AWSCognitoIdentityProviderResources.h" static NSString *const AWSInfoCognitoIdentityProvider = @"CognitoIdentityProvider"; -NSString *const AWSCognitoIdentityProviderSDKVersion = @"2.34.0"; +NSString *const AWSCognitoIdentityProviderSDKVersion = @"2.34.1"; @interface AWSCognitoIdentityProviderResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSCognitoIdentityProvider/Info.plist b/AWSCognitoIdentityProvider/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSCognitoIdentityProvider/Info.plist +++ b/AWSCognitoIdentityProvider/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSCognitoIdentityProvider/PrivacyInfo.xcprivacy b/AWSCognitoIdentityProvider/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSCognitoIdentityProvider/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSCognitoIdentityProviderASF.podspec b/AWSCognitoIdentityProviderASF.podspec index 05fb1fa4e19..d37d050a230 100644 --- a/AWSCognitoIdentityProviderASF.podspec +++ b/AWSCognitoIdentityProviderASF.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSCognitoIdentityProviderASF' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Cognito Identity Provider Advanced Security Features library (Beta)' s.description = 'Amazon Cognito Identity Provider ASF provides the information necessary to support adaptive authentication' @@ -12,8 +12,9 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.public_header_files = 'AWSCognitoIdentityProviderASF/*.h' s.source_files = 'AWSCognitoIdentityProviderASF/**/*.{h,m,c}' s.private_header_files = 'AWSCognitoIdentityProviderASF/Internal/*.h' + s.resource_bundle = { 'AWSCognitoIdentityProviderASF' => ['AWSCognitoIdentityProviderASF/PrivacyInfo.xcprivacy']} end diff --git a/AWSCognitoIdentityProviderASF/Info.plist b/AWSCognitoIdentityProviderASF/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSCognitoIdentityProviderASF/Info.plist +++ b/AWSCognitoIdentityProviderASF/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSCognitoIdentityProviderASF/PrivacyInfo.xcprivacy b/AWSCognitoIdentityProviderASF/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSCognitoIdentityProviderASF/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSComprehend.podspec b/AWSComprehend.podspec index 10dec041338..40f6fef6a49 100644 --- a/AWSComprehend.podspec +++ b/AWSComprehend.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSComprehend' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSComprehend/*.{h,m}' + s.resource_bundle = { 'AWSComprehend' => ['AWSComprehend/PrivacyInfo.xcprivacy']} end diff --git a/AWSComprehend/AWSComprehendService.m b/AWSComprehend/AWSComprehendService.m index aa6d4033d7f..89267fec24e 100644 --- a/AWSComprehend/AWSComprehendService.m +++ b/AWSComprehend/AWSComprehendService.m @@ -25,7 +25,7 @@ #import "AWSComprehendResources.h" static NSString *const AWSInfoComprehend = @"Comprehend"; -NSString *const AWSComprehendSDKVersion = @"2.34.0"; +NSString *const AWSComprehendSDKVersion = @"2.34.1"; @interface AWSComprehendResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSComprehend/Info.plist b/AWSComprehend/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSComprehend/Info.plist +++ b/AWSComprehend/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSComprehend/PrivacyInfo.xcprivacy b/AWSComprehend/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSComprehend/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSConnect.podspec b/AWSConnect.podspec index 445d31cbed3..bb723cfc84a 100644 --- a/AWSConnect.podspec +++ b/AWSConnect.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSConnect' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSConnect/*.{h,m}' + s.resource_bundle = { 'AWSConnect' => ['AWSConnect/PrivacyInfo.xcprivacy']} end diff --git a/AWSConnect/AWSConnectService.m b/AWSConnect/AWSConnectService.m index 85c3692b8bd..5fe1b9b1d06 100644 --- a/AWSConnect/AWSConnectService.m +++ b/AWSConnect/AWSConnectService.m @@ -25,7 +25,7 @@ #import "AWSConnectResources.h" static NSString *const AWSInfoConnect = @"Connect"; -NSString *const AWSConnectSDKVersion = @"2.34.0"; +NSString *const AWSConnectSDKVersion = @"2.34.1"; @interface AWSConnectResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSConnect/Info.plist b/AWSConnect/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSConnect/Info.plist +++ b/AWSConnect/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSConnect/PrivacyInfo.xcprivacy b/AWSConnect/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSConnect/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSConnectParticipant.podspec b/AWSConnectParticipant.podspec index 6684b3a51e9..f77e812aec2 100644 --- a/AWSConnectParticipant.podspec +++ b/AWSConnectParticipant.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSConnectParticipant' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSConnectParticipant/*.{h,m}' + s.resource_bundle = { 'AWSConnectParticipant' => ['AWSConnectParticipant/PrivacyInfo.xcprivacy']} end diff --git a/AWSConnectParticipant/AWSConnectParticipantService.m b/AWSConnectParticipant/AWSConnectParticipantService.m index e93c708a466..edaca880590 100644 --- a/AWSConnectParticipant/AWSConnectParticipantService.m +++ b/AWSConnectParticipant/AWSConnectParticipantService.m @@ -25,7 +25,7 @@ #import "AWSConnectParticipantResources.h" static NSString *const AWSInfoConnectParticipant = @"ConnectParticipant"; -NSString *const AWSConnectParticipantSDKVersion = @"2.34.0"; +NSString *const AWSConnectParticipantSDKVersion = @"2.34.1"; @interface AWSConnectParticipantResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSConnectParticipant/Info.plist b/AWSConnectParticipant/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSConnectParticipant/Info.plist +++ b/AWSConnectParticipant/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSConnectParticipant/PrivacyInfo.xcprivacy b/AWSConnectParticipant/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSConnectParticipant/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSCore.podspec b/AWSCore.podspec index 479adcf3c5f..32e55008d28 100644 --- a/AWSCore.podspec +++ b/AWSCore.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'AWSCore' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -20,4 +20,5 @@ Pod::Spec.new do |s| s.source_files = 'AWSCore/*.{h,m}', 'AWSCore/**/*.{h,m}' s.private_header_files = 'AWSCore/XMLWriter/**/*.h', 'AWSCore/FMDB/AWSFMDatabase+Private.h', 'AWSCore/Fabric/*.h', 'AWSCore/Mantle/extobjc/*.h', 'AWSCore/CognitoIdentity/AWSCognitoIdentity+Fabric.h' + s.resource_bundle = { 'AWSCore' => ['AWSCore/PrivacyInfo.xcprivacy']} end diff --git a/AWSCore/Info.plist b/AWSCore/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSCore/Info.plist +++ b/AWSCore/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSCore/PrivacyInfo.xcprivacy b/AWSCore/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..1024767494e --- /dev/null +++ b/AWSCore/PrivacyInfo.xcprivacy @@ -0,0 +1,32 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + + diff --git a/AWSCore/Service/AWSService.m b/AWSCore/Service/AWSService.m index 0e85c6ffc25..f0fc0e5aaff 100644 --- a/AWSCore/Service/AWSService.m +++ b/AWSCore/Service/AWSService.m @@ -21,7 +21,7 @@ #import "AWSCocoaLumberjack.h" #import "AWSCategory.h" -NSString *const AWSiOSSDKVersion = @"2.34.0"; +NSString *const AWSiOSSDKVersion = @"2.34.1"; NSString *const AWSServiceErrorDomain = @"com.amazonaws.AWSServiceErrorDomain"; static NSString *const AWSServiceConfigurationUnknown = @"Unknown"; diff --git a/AWSDynamoDB.podspec b/AWSDynamoDB.podspec index 388b5700b16..172316a4935 100644 --- a/AWSDynamoDB.podspec +++ b/AWSDynamoDB.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSDynamoDB' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSDynamoDB/*.{h,m}' + s.resource_bundle = { 'AWSDynamoDB' => ['AWSDynamoDB/PrivacyInfo.xcprivacy']} end diff --git a/AWSDynamoDB/AWSDynamoDBService.m b/AWSDynamoDB/AWSDynamoDBService.m index 27045477b05..7457ee1e859 100644 --- a/AWSDynamoDB/AWSDynamoDBService.m +++ b/AWSDynamoDB/AWSDynamoDBService.m @@ -26,7 +26,7 @@ #import "AWSDynamoDBRequestRetryHandler.h" static NSString *const AWSInfoDynamoDB = @"DynamoDB"; -NSString *const AWSDynamoDBSDKVersion = @"2.34.0"; +NSString *const AWSDynamoDBSDKVersion = @"2.34.1"; @interface AWSDynamoDBResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSDynamoDB/Info.plist b/AWSDynamoDB/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSDynamoDB/Info.plist +++ b/AWSDynamoDB/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSDynamoDB/PrivacyInfo.xcprivacy b/AWSDynamoDB/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSDynamoDB/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSEC2.podspec b/AWSEC2.podspec index 90120f4723c..cae1b63b275 100644 --- a/AWSEC2.podspec +++ b/AWSEC2.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSEC2' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSEC2/*.{h,m}' + s.resource_bundle = { 'AWSEC2' => ['AWSEC2/PrivacyInfo.xcprivacy']} end diff --git a/AWSEC2/AWSEC2Service.m b/AWSEC2/AWSEC2Service.m index b27470c37e9..b7cfc281dce 100644 --- a/AWSEC2/AWSEC2Service.m +++ b/AWSEC2/AWSEC2Service.m @@ -26,7 +26,7 @@ #import "AWSEC2Serializer.h" static NSString *const AWSInfoEC2 = @"EC2"; -NSString *const AWSEC2SDKVersion = @"2.34.0"; +NSString *const AWSEC2SDKVersion = @"2.34.1"; @interface AWSEC2ResponseSerializer : AWSXMLResponseSerializer diff --git a/AWSEC2/Info.plist b/AWSEC2/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSEC2/Info.plist +++ b/AWSEC2/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSEC2/PrivacyInfo.xcprivacy b/AWSEC2/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSEC2/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSElasticLoadBalancing.podspec b/AWSElasticLoadBalancing.podspec index 5a77f87ff00..ff289dd742f 100644 --- a/AWSElasticLoadBalancing.podspec +++ b/AWSElasticLoadBalancing.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSElasticLoadBalancing' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSElasticLoadBalancing/*.{h,m}' + s.resource_bundle = { 'AWSElasticLoadBalancing' => ['AWSElasticLoadBalancing/PrivacyInfo.xcprivacy']} end diff --git a/AWSElasticLoadBalancing/AWSElasticLoadBalancingService.m b/AWSElasticLoadBalancing/AWSElasticLoadBalancingService.m index 3be961aea7d..1e925034ca6 100644 --- a/AWSElasticLoadBalancing/AWSElasticLoadBalancingService.m +++ b/AWSElasticLoadBalancing/AWSElasticLoadBalancingService.m @@ -25,7 +25,7 @@ #import "AWSElasticLoadBalancingResources.h" static NSString *const AWSInfoElasticLoadBalancing = @"ElasticLoadBalancing"; -NSString *const AWSElasticLoadBalancingSDKVersion = @"2.34.0"; +NSString *const AWSElasticLoadBalancingSDKVersion = @"2.34.1"; @interface AWSElasticLoadBalancingResponseSerializer : AWSXMLResponseSerializer diff --git a/AWSElasticLoadBalancing/Info.plist b/AWSElasticLoadBalancing/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSElasticLoadBalancing/Info.plist +++ b/AWSElasticLoadBalancing/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSElasticLoadBalancing/PrivacyInfo.xcprivacy b/AWSElasticLoadBalancing/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSElasticLoadBalancing/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSFacebookSignIn.podspec b/AWSFacebookSignIn.podspec index b9a65747665..e3e0058268f 100644 --- a/AWSFacebookSignIn.podspec +++ b/AWSFacebookSignIn.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSFacebookSignIn' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,12 +12,12 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSAuthCore', '2.34.0' - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSAuthCore', '2.34.1' + s.dependency 'AWSCore', '2.34.1' s.dependency 'FBSDKLoginKit', '9.0' s.dependency 'FBSDKCoreKit', '9.0' s.source_files = 'AWSAuthSDK/Sources/AWSFacebookSignIn/*.{h,m}' s.public_header_files = 'AWSAuthSDK/Sources/AWSFacebookSignIn/*.h' - s.resource_bundle = { 'AWSFacebookSignIn' => 'AWSAuthSDK/Sources/AWSFacebookSignIn/Images.xcassets' } + s.resource_bundle = { 'AWSFacebookSignIn' => ['AWSAuthSDK/Sources/AWSFacebookSignIn/Images.xcassets', 'AWSAuthSDK/Sources/AWSFacebookSignIn/PrivacyInfo.xcprivacy'] } end diff --git a/AWSGoogleSignIn.podspec b/AWSGoogleSignIn.podspec index 6d34ae5510c..ba30d69a6f1 100644 --- a/AWSGoogleSignIn.podspec +++ b/AWSGoogleSignIn.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSGoogleSignIn' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,10 +12,10 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSAuthCore', '2.34.0' - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSAuthCore', '2.34.1' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSAuthSDK/Sources/AWSGoogleSignIn/*.{h,m}', 'AWSAuthSDK/Dependencies/GoogleHeaders/*.h' s.public_header_files = 'AWSAuthSDK/Sources/AWSGoogleSignIn/*.h' s.private_header_files = 'AWSAuthSDK/Dependencies/GoogleHeaders/*.h' - s.resource_bundle = { 'AWSGoogleSignIn' => 'AWSAuthSDK/Sources/AWSGoogleSignIn/Images.xcassets' } + s.resource_bundle = { 'AWSGoogleSignIn' => ['AWSAuthSDK/Sources/AWSGoogleSignIn/Images.xcassets','AWSAuthSDK/Sources/AWSGoogleSignIn/PrivacyInfo.xcprivacy'] } end diff --git a/AWSIoT.podspec b/AWSIoT.podspec index e4ae041c5a2..2ab8d9fa1d3 100644 --- a/AWSIoT.podspec +++ b/AWSIoT.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSIoT' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,7 +12,8 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSIoT/*.{h,m}', 'AWSIoT/**/*.{h,m}' s.private_header_files = 'AWSIoT/Internal/*.h' + s.resource_bundle = { 'AWSIoT' => ['AWSIoT/PrivacyInfo.xcprivacy']} end diff --git a/AWSIoT/AWSIoTDataService.m b/AWSIoT/AWSIoTDataService.m index 3a21251ec55..b0776c0a6ed 100644 --- a/AWSIoT/AWSIoTDataService.m +++ b/AWSIoT/AWSIoTDataService.m @@ -25,7 +25,7 @@ #import "AWSIoTDataResources.h" static NSString *const AWSInfoIoTData = @"IoTData"; -NSString *const AWSIoTDataSDKVersion = @"2.34.0"; +NSString *const AWSIoTDataSDKVersion = @"2.34.1"; @interface AWSIoTDataResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSIoT/AWSIoTService.m b/AWSIoT/AWSIoTService.m index 8572ecb731b..a474c8684de 100644 --- a/AWSIoT/AWSIoTService.m +++ b/AWSIoT/AWSIoTService.m @@ -25,7 +25,7 @@ #import "AWSIoTResources.h" static NSString *const AWSInfoIoT = @"IoT"; -NSString *const AWSIoTSDKVersion = @"2.34.0"; +NSString *const AWSIoTSDKVersion = @"2.34.1"; @interface AWSIoTResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSIoT/Info.plist b/AWSIoT/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSIoT/Info.plist +++ b/AWSIoT/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSIoT/PrivacyInfo.xcprivacy b/AWSIoT/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSIoT/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSKMS.podspec b/AWSKMS.podspec index 0dcc2304ebf..360f4659119 100644 --- a/AWSKMS.podspec +++ b/AWSKMS.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSKMS' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSKMS/*.{h,m}' + s.resource_bundle = { 'AWSKMS' => ['AWSKMS/PrivacyInfo.xcprivacy']} end diff --git a/AWSKMS/AWSKMSService.m b/AWSKMS/AWSKMSService.m index ba06da1725c..31b3369c751 100644 --- a/AWSKMS/AWSKMSService.m +++ b/AWSKMS/AWSKMSService.m @@ -25,7 +25,7 @@ #import "AWSKMSResources.h" static NSString *const AWSInfoKMS = @"KMS"; -NSString *const AWSKMSSDKVersion = @"2.34.0"; +NSString *const AWSKMSSDKVersion = @"2.34.1"; @interface AWSKMSResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSKMS/Info.plist b/AWSKMS/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSKMS/Info.plist +++ b/AWSKMS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSKMS/PrivacyInfo.xcprivacy b/AWSKMS/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSKMS/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSKinesis.podspec b/AWSKinesis.podspec index e0facf6eac5..fffd473c6e7 100644 --- a/AWSKinesis.podspec +++ b/AWSKinesis.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSKinesis' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,7 +12,8 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSKinesis/*.{h,m}', 'AWSKinesis/**/*.{h,m}' s.private_header_files = 'AWSKinesis/Internal/*.h' + s.resource_bundle = { 'AWSKinesis' => ['AWSKinesis/PrivacyInfo.xcprivacy']} end diff --git a/AWSKinesis/AWSFirehoseService.m b/AWSKinesis/AWSFirehoseService.m index 60d7a2d8b06..3d35838fbaf 100644 --- a/AWSKinesis/AWSFirehoseService.m +++ b/AWSKinesis/AWSFirehoseService.m @@ -26,7 +26,7 @@ #import "AWSFirehoseSerializer.h" static NSString *const AWSInfoFirehose = @"Firehose"; -NSString *const AWSFirehoseSDKVersion = @"2.34.0"; +NSString *const AWSFirehoseSDKVersion = @"2.34.1"; @interface AWSFirehoseResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSKinesis/AWSKinesisService.m b/AWSKinesis/AWSKinesisService.m index 391255e1eac..3f6f61d2c98 100644 --- a/AWSKinesis/AWSKinesisService.m +++ b/AWSKinesis/AWSKinesisService.m @@ -28,7 +28,7 @@ #import "AWSKinesisSerializer.h" static NSString *const AWSInfoKinesis = @"Kinesis"; -NSString *const AWSKinesisSDKVersion = @"2.34.0"; +NSString *const AWSKinesisSDKVersion = @"2.34.1"; @interface AWSKinesisResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSKinesis/Info.plist b/AWSKinesis/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSKinesis/Info.plist +++ b/AWSKinesis/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSKinesis/PrivacyInfo.xcprivacy b/AWSKinesis/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSKinesis/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSKinesisVideo.podspec b/AWSKinesisVideo.podspec index a56535afa34..2d477fa4ae9 100644 --- a/AWSKinesisVideo.podspec +++ b/AWSKinesisVideo.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSKinesisVideo' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSKinesisVideo/*.{h,m}' + s.resource_bundle = { 'AWSKinesisVideo' => ['AWSKinesisVideo/PrivacyInfo.xcprivacy']} end diff --git a/AWSKinesisVideo/AWSKinesisVideoService.m b/AWSKinesisVideo/AWSKinesisVideoService.m index e868df068e3..420fe14fe36 100644 --- a/AWSKinesisVideo/AWSKinesisVideoService.m +++ b/AWSKinesisVideo/AWSKinesisVideoService.m @@ -25,7 +25,7 @@ #import "AWSKinesisVideoResources.h" static NSString *const AWSInfoKinesisVideo = @"KinesisVideo"; -NSString *const AWSKinesisVideoSDKVersion = @"2.34.0"; +NSString *const AWSKinesisVideoSDKVersion = @"2.34.1"; @interface AWSKinesisVideoResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSKinesisVideo/Info.plist b/AWSKinesisVideo/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSKinesisVideo/Info.plist +++ b/AWSKinesisVideo/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSKinesisVideo/PrivacyInfo.xcprivacy b/AWSKinesisVideo/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSKinesisVideo/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSKinesisVideoArchivedMedia.podspec b/AWSKinesisVideoArchivedMedia.podspec index 39e11ec6eca..978da03a33c 100644 --- a/AWSKinesisVideoArchivedMedia.podspec +++ b/AWSKinesisVideoArchivedMedia.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSKinesisVideoArchivedMedia' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSKinesisVideoArchivedMedia/*.{h,m}' + s.resource_bundle = { 'AWSKinesisVideoArchivedMedia' => ['AWSKinesisVideoArchivedMedia/PrivacyInfo.xcprivacy']} end diff --git a/AWSKinesisVideoArchivedMedia/AWSKinesisVideoArchivedMediaService.m b/AWSKinesisVideoArchivedMedia/AWSKinesisVideoArchivedMediaService.m index 3d6f387d8ad..468abca2a8f 100644 --- a/AWSKinesisVideoArchivedMedia/AWSKinesisVideoArchivedMediaService.m +++ b/AWSKinesisVideoArchivedMedia/AWSKinesisVideoArchivedMediaService.m @@ -25,7 +25,7 @@ #import "AWSKinesisVideoArchivedMediaResources.h" static NSString *const AWSInfoKinesisVideoArchivedMedia = @"KinesisVideoArchivedMedia"; -NSString *const AWSKinesisVideoArchivedMediaSDKVersion = @"2.34.0"; +NSString *const AWSKinesisVideoArchivedMediaSDKVersion = @"2.34.1"; @interface AWSKinesisVideoArchivedMediaResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSKinesisVideoArchivedMedia/Info.plist b/AWSKinesisVideoArchivedMedia/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSKinesisVideoArchivedMedia/Info.plist +++ b/AWSKinesisVideoArchivedMedia/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSKinesisVideoArchivedMedia/PrivacyInfo.xcprivacy b/AWSKinesisVideoArchivedMedia/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSKinesisVideoArchivedMedia/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSKinesisVideoSignaling.podspec b/AWSKinesisVideoSignaling.podspec index 11bc01580fc..b86b486e43e 100644 --- a/AWSKinesisVideoSignaling.podspec +++ b/AWSKinesisVideoSignaling.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSKinesisVideoSignaling' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSKinesisVideoSignaling/*.{h,m}' + s.resource_bundle = { 'AWSKinesisVideoSignaling' => ['AWSKinesisVideoSignaling/PrivacyInfo.xcprivacy']} end diff --git a/AWSKinesisVideoSignaling/AWSKinesisVideoSignalingService.m b/AWSKinesisVideoSignaling/AWSKinesisVideoSignalingService.m index 7eb31732fc4..55c97ff6716 100644 --- a/AWSKinesisVideoSignaling/AWSKinesisVideoSignalingService.m +++ b/AWSKinesisVideoSignaling/AWSKinesisVideoSignalingService.m @@ -25,7 +25,7 @@ #import "AWSKinesisVideoSignalingResources.h" static NSString *const AWSInfoKinesisVideoSignaling = @"KinesisVideoSignaling"; -NSString *const AWSKinesisVideoSignalingSDKVersion = @"2.34.0"; +NSString *const AWSKinesisVideoSignalingSDKVersion = @"2.34.1"; @interface AWSKinesisVideoSignalingResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSKinesisVideoSignaling/Info.plist b/AWSKinesisVideoSignaling/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSKinesisVideoSignaling/Info.plist +++ b/AWSKinesisVideoSignaling/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSKinesisVideoSignaling/PrivacyInfo.xcprivacy b/AWSKinesisVideoSignaling/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSKinesisVideoSignaling/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSKinesisVideoWebRTCStorage.podspec b/AWSKinesisVideoWebRTCStorage.podspec index 8b910d6208e..c2e01a09aa8 100644 --- a/AWSKinesisVideoWebRTCStorage.podspec +++ b/AWSKinesisVideoWebRTCStorage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSKinesisVideoWebRTCStorage' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSKinesisVideoWebRTCStorage/*.{h,m}' + s.resource_bundle = { 'AWSKinesisVideoWebRTCStorage' => ['AWSKinesisVideoWebRTCStorage/PrivacyInfo.xcprivacy']} end diff --git a/AWSKinesisVideoWebRTCStorage/AWSKinesisVideoWebRTCStorageService.m b/AWSKinesisVideoWebRTCStorage/AWSKinesisVideoWebRTCStorageService.m index 6f5c81b9936..142f7804cab 100644 --- a/AWSKinesisVideoWebRTCStorage/AWSKinesisVideoWebRTCStorageService.m +++ b/AWSKinesisVideoWebRTCStorage/AWSKinesisVideoWebRTCStorageService.m @@ -25,7 +25,7 @@ #import "AWSKinesisVideoWebRTCStorageResources.h" static NSString *const AWSInfoKinesisVideoWebRTCStorage = @"KinesisVideoWebRTCStorage"; -NSString *const AWSKinesisVideoWebRTCStorageSDKVersion = @"2.34.0"; +NSString *const AWSKinesisVideoWebRTCStorageSDKVersion = @"2.34.1"; @interface AWSKinesisVideoWebRTCStorageResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSKinesisVideoWebRTCStorage/Info.plist b/AWSKinesisVideoWebRTCStorage/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSKinesisVideoWebRTCStorage/Info.plist +++ b/AWSKinesisVideoWebRTCStorage/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSKinesisVideoWebRTCStorage/PrivacyInfo.xcprivacy b/AWSKinesisVideoWebRTCStorage/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSKinesisVideoWebRTCStorage/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSLambda.podspec b/AWSLambda.podspec index 482b9f5f6d1..51835990fe8 100644 --- a/AWSLambda.podspec +++ b/AWSLambda.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSLambda' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSLambda/*.{h,m}' + s.resource_bundle = { 'AWSLambda' => ['AWSLambda/PrivacyInfo.xcprivacy']} end diff --git a/AWSLambda/AWSLambdaService.m b/AWSLambda/AWSLambdaService.m index 706c8ec83f7..dc62bc34739 100644 --- a/AWSLambda/AWSLambdaService.m +++ b/AWSLambda/AWSLambdaService.m @@ -26,7 +26,7 @@ #import "AWSLambdaRequestRetryHandler.h" static NSString *const AWSInfoLambda = @"Lambda"; -NSString *const AWSLambdaSDKVersion = @"2.34.0"; +NSString *const AWSLambdaSDKVersion = @"2.34.1"; @interface AWSLambdaResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSLambda/Info.plist b/AWSLambda/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSLambda/Info.plist +++ b/AWSLambda/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSLambda/PrivacyInfo.xcprivacy b/AWSLambda/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSLambda/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSLex.podspec b/AWSLex.podspec index f0642fe9f7f..9d634d891dc 100644 --- a/AWSLex.podspec +++ b/AWSLex.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSLex' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,13 +12,13 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSLex/*.{h,m}', 'AWSLex/Bluefront/include/*.h' s.public_header_files = 'AWSLex/*.h' s.private_header_files = 'AWSLex/Bluefront/include/*.h' s.preserve_paths = 'AWSLex/Bluefront/include/*' s.vendored_libraries = 'AWSLex/Bluefront/libBlueAudioSourceiOS.a' - s.resource_bundle = { 'AWSLex' => 'AWSLex/Media.xcassets' } + s.resource_bundle = { 'AWSLex' => ['AWSLex/Media.xcassets', 'AWSLex/PrivacyInfo.xcprivacy'] } # Exclude arm64 when building for simulator on Xcode 12+ s.pod_target_xcconfig = {'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'} diff --git a/AWSLex/AWSLexInteractionKit.m b/AWSLex/AWSLexInteractionKit.m index 38738b727d1..4500d9c7132 100644 --- a/AWSLex/AWSLexInteractionKit.m +++ b/AWSLex/AWSLexInteractionKit.m @@ -22,7 +22,7 @@ #import NSString *const AWSInfoInteractionKit = @"LexInteractionKit"; -NSString *const AWSInteractionKitSDKVersion = @"2.34.0"; +NSString *const AWSInteractionKitSDKVersion = @"2.34.1"; NSString *const AWSInternalLexInteractionKit = @"LexInteractionKitClient"; NSString *const AWSLexInteractionKitUserAgent = @"interactionkit"; NSString *const AWSLexInteractionKitErrorDomain = @"com.amazonaws.AWSLexInteractionKitErrorDomain"; diff --git a/AWSLex/AWSLexService.m b/AWSLex/AWSLexService.m index 0425434ffb4..60cb88e5233 100644 --- a/AWSLex/AWSLexService.m +++ b/AWSLex/AWSLexService.m @@ -27,7 +27,7 @@ #import "AWSLexSignature.h" static NSString *const AWSInfoLex = @"Lex"; -NSString *const AWSLexSDKVersion = @"2.34.0"; +NSString *const AWSLexSDKVersion = @"2.34.1"; @interface AWSLexResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSLex/Info.plist b/AWSLex/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSLex/Info.plist +++ b/AWSLex/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSLex/PrivacyInfo.xcprivacy b/AWSLex/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSLex/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSLocation.podspec b/AWSLocation.podspec index fdd1ee9a0f9..c722f18b04e 100644 --- a/AWSLocation.podspec +++ b/AWSLocation.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSLocation' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSLocation/*.{h,m}', 'AWSLocation/AWSLocationTracker/**/*.swift' + s.resource_bundle = { 'AWSLocation' => ['AWSLocation/PrivacyInfo.xcprivacy']} end diff --git a/AWSLocation/AWSLocationService.m b/AWSLocation/AWSLocationService.m index 700d69363fc..32133df4d45 100644 --- a/AWSLocation/AWSLocationService.m +++ b/AWSLocation/AWSLocationService.m @@ -25,7 +25,7 @@ #import "AWSLocationResources.h" static NSString *const AWSInfoLocation = @"Location"; -NSString *const AWSLocationSDKVersion = @"2.34.0"; +NSString *const AWSLocationSDKVersion = @"2.34.1"; @interface AWSLocationResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSLocation/Info.plist b/AWSLocation/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSLocation/Info.plist +++ b/AWSLocation/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSLocation/PrivacyInfo.xcprivacy b/AWSLocation/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..7dd225e70bb --- /dev/null +++ b/AWSLocation/PrivacyInfo.xcprivacy @@ -0,0 +1,32 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + + + diff --git a/AWSLocationXCF/Info.plist b/AWSLocationXCF/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSLocationXCF/Info.plist +++ b/AWSLocationXCF/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSLogs.podspec b/AWSLogs.podspec index f7e9bdcbfd3..a67d3a471ee 100644 --- a/AWSLogs.podspec +++ b/AWSLogs.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSLogs' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSLogs/*.{h,m}' + s.resource_bundle = { 'AWSLogs' => ['AWSLogs/PrivacyInfo.xcprivacy']} end diff --git a/AWSLogs/AWSLogsService.m b/AWSLogs/AWSLogsService.m index 90b136954bc..7d54cf4b206 100644 --- a/AWSLogs/AWSLogsService.m +++ b/AWSLogs/AWSLogsService.m @@ -25,7 +25,7 @@ #import "AWSLogsResources.h" static NSString *const AWSInfoLogs = @"Logs"; -NSString *const AWSLogsSDKVersion = @"2.34.0"; +NSString *const AWSLogsSDKVersion = @"2.34.1"; @interface AWSLogsResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSLogs/Info.plist b/AWSLogs/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSLogs/Info.plist +++ b/AWSLogs/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSLogs/PrivacyInfo.xcprivacy b/AWSLogs/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSLogs/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSMachineLearning.podspec b/AWSMachineLearning.podspec index 361b7d2738f..f6be13cc9b4 100644 --- a/AWSMachineLearning.podspec +++ b/AWSMachineLearning.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSMachineLearning' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSMachineLearning/*.{h,m}' + s.resource_bundle = { 'AWSMachineLearning' => ['AWSMachineLearning/PrivacyInfo.xcprivacy']} end diff --git a/AWSMachineLearning/AWSMachineLearningService.m b/AWSMachineLearning/AWSMachineLearningService.m index 23879c5e521..8c4d80fd362 100644 --- a/AWSMachineLearning/AWSMachineLearningService.m +++ b/AWSMachineLearning/AWSMachineLearningService.m @@ -26,7 +26,7 @@ #import "AWSMachineLearningResources.h" static NSString *const AWSInfoMachineLearning = @"MachineLearning"; -NSString *const AWSMachineLearningSDKVersion = @"2.34.0"; +NSString *const AWSMachineLearningSDKVersion = @"2.34.1"; @interface AWSMachineLearningResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSMachineLearning/Info.plist b/AWSMachineLearning/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSMachineLearning/Info.plist +++ b/AWSMachineLearning/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSMachineLearning/PrivacyInfo.xcprivacy b/AWSMachineLearning/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSMachineLearning/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSMobileClient.podspec b/AWSMobileClient.podspec index 67f65cee820..726821552f1 100644 --- a/AWSMobileClient.podspec +++ b/AWSMobileClient.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSMobileClient' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -13,15 +13,16 @@ Pod::Spec.new do |s| :tag => s.version} s.requires_arc = true - s.dependency 'AWSAuthCore', '2.34.0' - s.dependency 'AWSCognitoIdentityProvider', '2.34.0' + s.dependency 'AWSAuthCore', '2.34.1' + s.dependency 'AWSCognitoIdentityProvider', '2.34.1' # Include transitive dependencies to help CocoaPods resolve deeply nested # dependency graphs; without this we get sporadic failures compiling when a # project relies on AWSMobileClient - s.dependency 'AWSCore', '2.34.0' - s.dependency 'AWSCognitoIdentityProviderASF', '2.34.0' + s.dependency 'AWSCore', '2.34.1' + s.dependency 'AWSCognitoIdentityProviderASF', '2.34.1' s.source_files = 'AWSAuthSDK/Sources/AWSMobileClient/*.{h,m}', 'AWSAuthSDK/Sources/AWSMobileClient/Internal/*.{h,m}', 'AWSAuthSDK/Sources/AWSMobileClient/**/*.swift', 'AWSCognitoAuth/**/*.{h,m,c}' s.public_header_files = 'AWSAuthSDK/Sources/AWSMobileClient/AWSMobileClient.h', 'AWSAuthSDK/Sources/AWSMobileClient/Internal/_AWSMobileClient.h', 'AWSCognitoAuth/*.h', 'AWSAuthSDK/Sources/AWSMobileClient/Internal/AWSCognitoAuth+Extensions.h', 'AWSAuthSDK/Sources/AWSMobileClient/Internal/AWSCognitoCredentialsProvider+Extension.h', 'AWSAuthSDK/Sources/AWSMobileClient/Internal/AWSCognitoIdentityUserPool+Extension.h' + s.resource_bundle = { 'AWSMobileClient' => ['AWSAuthSDK/Sources/AWSMobileClient/PrivacyInfo.xcprivacy']} end diff --git a/AWSPinpoint.podspec b/AWSPinpoint.podspec index 02b1e96a6dc..76453921729 100644 --- a/AWSPinpoint.podspec +++ b/AWSPinpoint.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSPinpoint' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,7 +12,8 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSPinpoint/*.{h,m}', 'AWSPinpoint/**/*.{h,m}' s.private_header_files = 'AWSPinpoint/Internal/*.h' + s.resource_bundle = { 'AWSPinpoint' => ['AWSPinpoint/PrivacyInfo.xcprivacy']} end diff --git a/AWSPinpoint/AWSPinpointTargeting/AWSPinpointTargetingService.m b/AWSPinpoint/AWSPinpointTargeting/AWSPinpointTargetingService.m index 4145d745760..0287d22c998 100644 --- a/AWSPinpoint/AWSPinpointTargeting/AWSPinpointTargetingService.m +++ b/AWSPinpoint/AWSPinpointTargeting/AWSPinpointTargetingService.m @@ -25,7 +25,7 @@ #import "AWSPinpointTargetingResources.h" static NSString *const AWSInfoPinpointTargeting = @"PinpointTargeting"; -NSString *const AWSPinpointTargetingSDKVersion = @"2.34.0"; +NSString *const AWSPinpointTargetingSDKVersion = @"2.34.1"; @interface AWSPinpointTargetingResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSPinpoint/Info.plist b/AWSPinpoint/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSPinpoint/Info.plist +++ b/AWSPinpoint/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSPinpoint/PrivacyInfo.xcprivacy b/AWSPinpoint/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..7dd225e70bb --- /dev/null +++ b/AWSPinpoint/PrivacyInfo.xcprivacy @@ -0,0 +1,32 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + + + diff --git a/AWSPolly.podspec b/AWSPolly.podspec index 607cd7c0736..e15c08dc588 100644 --- a/AWSPolly.podspec +++ b/AWSPolly.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSPolly' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSPolly/*.{h,m}' + s.resource_bundle = { 'AWSPolly' => ['AWSPolly/PrivacyInfo.xcprivacy']} end diff --git a/AWSPolly/AWSPollyService.m b/AWSPolly/AWSPollyService.m index 5d9e4e7a635..a80f7a37fad 100644 --- a/AWSPolly/AWSPollyService.m +++ b/AWSPolly/AWSPollyService.m @@ -25,7 +25,7 @@ #import "AWSPollyResources.h" static NSString *const AWSInfoPolly = @"Polly"; -NSString *const AWSPollySDKVersion = @"2.34.0"; +NSString *const AWSPollySDKVersion = @"2.34.1"; @interface AWSPollyResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSPolly/AWSPollySynthesizeSpeechURLBuilder.m b/AWSPolly/AWSPollySynthesizeSpeechURLBuilder.m index 06805cc3dbd..bdd971ff0bc 100644 --- a/AWSPolly/AWSPollySynthesizeSpeechURLBuilder.m +++ b/AWSPolly/AWSPollySynthesizeSpeechURLBuilder.m @@ -16,7 +16,7 @@ #import "AWSPollySynthesizeSpeechURLBuilder.h" static NSString *const AWSInfoPollySynthesizeSpeechURLBuilder = @"PollySynthesizeSpeechUrlBuilder"; -static NSString *const AWSPollySDKVersion = @"2.34.0"; +static NSString *const AWSPollySDKVersion = @"2.34.1"; NSString *const AWSPollySynthesizeSpeechURLBuilderErrorDomain = @"com.amazonaws.AWSPollySynthesizeSpeechURLBuilderErrorDomain"; NSString *const AWSPollyPresignedUrlPath = @"v1/speech"; diff --git a/AWSPolly/Info.plist b/AWSPolly/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSPolly/Info.plist +++ b/AWSPolly/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSPolly/PrivacyInfo.xcprivacy b/AWSPolly/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSPolly/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSRekognition.podspec b/AWSRekognition.podspec index 9a497fcc4bd..56438f2f3b7 100644 --- a/AWSRekognition.podspec +++ b/AWSRekognition.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSRekognition' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSRekognition/*.{h,m}' + s.resource_bundle = { 'AWSRekognition' => ['AWSRekognition/PrivacyInfo.xcprivacy']} end diff --git a/AWSRekognition/AWSRekognitionService.m b/AWSRekognition/AWSRekognitionService.m index b48c7226f13..69f063e9708 100644 --- a/AWSRekognition/AWSRekognitionService.m +++ b/AWSRekognition/AWSRekognitionService.m @@ -25,7 +25,7 @@ #import "AWSRekognitionResources.h" static NSString *const AWSInfoRekognition = @"Rekognition"; -NSString *const AWSRekognitionSDKVersion = @"2.34.0"; +NSString *const AWSRekognitionSDKVersion = @"2.34.1"; @interface AWSRekognitionResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSRekognition/Info.plist b/AWSRekognition/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSRekognition/Info.plist +++ b/AWSRekognition/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSRekognition/PrivacyInfo.xcprivacy b/AWSRekognition/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSRekognition/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSS3.podspec b/AWSS3.podspec index b594fc8d155..b0061e84f35 100644 --- a/AWSS3.podspec +++ b/AWSS3.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSS3' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSS3/*.{h,m}' + s.resource_bundle = { 'AWSS3' => ['AWSS3/PrivacyInfo.xcprivacy']} end diff --git a/AWSS3/AWSS3PreSignedURL.m b/AWSS3/AWSS3PreSignedURL.m index 5236b5aec40..1fd86a4819e 100644 --- a/AWSS3/AWSS3PreSignedURL.m +++ b/AWSS3/AWSS3PreSignedURL.m @@ -26,7 +26,7 @@ static NSString *const AWSS3PreSignedURLBuilderAcceleratedEndpoint = @"s3-accelerate.amazonaws.com"; static NSString *const AWSInfoS3PreSignedURLBuilder = @"S3PreSignedURLBuilder"; -static NSString *const AWSS3PreSignedURLBuilderSDKVersion = @"2.34.0"; +static NSString *const AWSS3PreSignedURLBuilderSDKVersion = @"2.34.1"; @interface AWSS3PreSignedURLBuilder() diff --git a/AWSS3/AWSS3Service.m b/AWSS3/AWSS3Service.m index 6c7264a26f4..e04d1856f97 100644 --- a/AWSS3/AWSS3Service.m +++ b/AWSS3/AWSS3Service.m @@ -27,7 +27,7 @@ #import "AWSS3Serializer.h" static NSString *const AWSInfoS3 = @"S3"; -NSString *const AWSS3SDKVersion = @"2.34.0"; +NSString *const AWSS3SDKVersion = @"2.34.1"; diff --git a/AWSS3/Info.plist b/AWSS3/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSS3/Info.plist +++ b/AWSS3/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSS3/PrivacyInfo.xcprivacy b/AWSS3/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSS3/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSSES.podspec b/AWSSES.podspec index f197dc572f6..1c7041ecb01 100644 --- a/AWSSES.podspec +++ b/AWSSES.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSSES' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSSES/*.{h,m}' + s.resource_bundle = { 'AWSSES' => ['AWSSES/PrivacyInfo.xcprivacy']} end diff --git a/AWSSES/AWSSESService.m b/AWSSES/AWSSESService.m index 96d862a5c34..16f1af95d19 100644 --- a/AWSSES/AWSSESService.m +++ b/AWSSES/AWSSESService.m @@ -25,7 +25,7 @@ #import "AWSSESResources.h" static NSString *const AWSInfoSES = @"SES"; -NSString *const AWSSESSDKVersion = @"2.34.0"; +NSString *const AWSSESSDKVersion = @"2.34.1"; @interface AWSSESResponseSerializer : AWSXMLResponseSerializer diff --git a/AWSSES/Info.plist b/AWSSES/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSSES/Info.plist +++ b/AWSSES/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSSES/PrivacyInfo.xcprivacy b/AWSSES/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSSES/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSSNS.podspec b/AWSSNS.podspec index 135f87f2503..21a4370761a 100644 --- a/AWSSNS.podspec +++ b/AWSSNS.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSSNS' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSSNS/*.{h,m}' + s.resource_bundle = { 'AWSSNS' => ['AWSSNS/PrivacyInfo.xcprivacy']} end diff --git a/AWSSNS/AWSSNSService.m b/AWSSNS/AWSSNSService.m index 4afd42e3ddc..09f159375e9 100644 --- a/AWSSNS/AWSSNSService.m +++ b/AWSSNS/AWSSNSService.m @@ -25,7 +25,7 @@ #import "AWSSNSResources.h" static NSString *const AWSInfoSNS = @"SNS"; -NSString *const AWSSNSSDKVersion = @"2.34.0"; +NSString *const AWSSNSSDKVersion = @"2.34.1"; @interface AWSSNSResponseSerializer : AWSXMLResponseSerializer diff --git a/AWSSNS/Info.plist b/AWSSNS/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSSNS/Info.plist +++ b/AWSSNS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSSNS/PrivacyInfo.xcprivacy b/AWSSNS/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSSNS/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSSQS.podspec b/AWSSQS.podspec index 0e222678cfb..23ed2e4416f 100644 --- a/AWSSQS.podspec +++ b/AWSSQS.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSSQS' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSSQS/*.{h,m}' + s.resource_bundle = { 'AWSSQS' => ['AWSSQS/PrivacyInfo.xcprivacy']} end diff --git a/AWSSQS/AWSSQSService.m b/AWSSQS/AWSSQSService.m index 6e20c785a07..7fb12756425 100644 --- a/AWSSQS/AWSSQSService.m +++ b/AWSSQS/AWSSQSService.m @@ -25,7 +25,7 @@ #import "AWSSQSResources.h" static NSString *const AWSInfoSQS = @"SQS"; -NSString *const AWSSQSSDKVersion = @"2.34.0"; +NSString *const AWSSQSSDKVersion = @"2.34.1"; @interface AWSSQSResponseSerializer : AWSXMLResponseSerializer diff --git a/AWSSQS/Info.plist b/AWSSQS/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSSQS/Info.plist +++ b/AWSSQS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSSQS/PrivacyInfo.xcprivacy b/AWSSQS/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSSQS/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSSageMakerRuntime.podspec b/AWSSageMakerRuntime.podspec index 789e21ba413..be9fc89c919 100644 --- a/AWSSageMakerRuntime.podspec +++ b/AWSSageMakerRuntime.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSSageMakerRuntime' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSSageMakerRuntime/*.{h,m}' + s.resource_bundle = { 'AWSSageMakerRuntime' => ['AWSSageMakerRuntime/PrivacyInfo.xcprivacy']} end diff --git a/AWSSageMakerRuntime/AWSSageMakerRuntimeService.m b/AWSSageMakerRuntime/AWSSageMakerRuntimeService.m index 89c0df8ddcb..206407b7dd3 100644 --- a/AWSSageMakerRuntime/AWSSageMakerRuntimeService.m +++ b/AWSSageMakerRuntime/AWSSageMakerRuntimeService.m @@ -25,7 +25,7 @@ #import "AWSSageMakerRuntimeResources.h" static NSString *const AWSInfoSageMakerRuntime = @"SageMakerRuntime"; -NSString *const AWSSageMakerRuntimeSDKVersion = @"2.34.0"; +NSString *const AWSSageMakerRuntimeSDKVersion = @"2.34.1"; @interface AWSSageMakerRuntimeResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSSageMakerRuntime/Info.plist b/AWSSageMakerRuntime/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSSageMakerRuntime/Info.plist +++ b/AWSSageMakerRuntime/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSSageMakerRuntime/PrivacyInfo.xcprivacy b/AWSSageMakerRuntime/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSSageMakerRuntime/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSSimpleDB.podspec b/AWSSimpleDB.podspec index b28a03713d1..bbf3e7d293e 100644 --- a/AWSSimpleDB.podspec +++ b/AWSSimpleDB.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSSimpleDB' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSSimpleDB/*.{h,m}' + s.resource_bundle = { 'AWSSimpleDB' => ['AWSSimpleDB/PrivacyInfo.xcprivacy']} end diff --git a/AWSSimpleDB/AWSSimpleDBService.m b/AWSSimpleDB/AWSSimpleDBService.m index 58ff6cb5ff9..d305ce80c85 100644 --- a/AWSSimpleDB/AWSSimpleDBService.m +++ b/AWSSimpleDB/AWSSimpleDBService.m @@ -25,7 +25,7 @@ #import "AWSSimpleDBResources.h" static NSString *const AWSInfoSimpleDB = @"SimpleDB"; -NSString *const AWSSimpleDBSDKVersion = @"2.34.0"; +NSString *const AWSSimpleDBSDKVersion = @"2.34.1"; @interface AWSSimpleDBResponseSerializer : AWSXMLResponseSerializer diff --git a/AWSSimpleDB/Info.plist b/AWSSimpleDB/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSSimpleDB/Info.plist +++ b/AWSSimpleDB/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSSimpleDB/PrivacyInfo.xcprivacy b/AWSSimpleDB/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSSimpleDB/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSTextract.podspec b/AWSTextract.podspec index 37378add858..a588df16a00 100644 --- a/AWSTextract.podspec +++ b/AWSTextract.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSTextract' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSTextract/*.{h,m}' + s.resource_bundle = { 'AWSTextract' => ['AWSTextract/PrivacyInfo.xcprivacy']} end diff --git a/AWSTextract/AWSTextractService.m b/AWSTextract/AWSTextractService.m index bac1aac276e..eba18f19f56 100644 --- a/AWSTextract/AWSTextractService.m +++ b/AWSTextract/AWSTextractService.m @@ -25,7 +25,7 @@ #import "AWSTextractResources.h" static NSString *const AWSInfoTextract = @"Textract"; -NSString *const AWSTextractSDKVersion = @"2.34.0"; +NSString *const AWSTextractSDKVersion = @"2.34.1"; @interface AWSTextractResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSTextract/Info.plist b/AWSTextract/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSTextract/Info.plist +++ b/AWSTextract/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSTextract/PrivacyInfo.xcprivacy b/AWSTextract/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSTextract/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSTranscribe.podspec b/AWSTranscribe.podspec index c2d4ec8e3f6..14919a99a1e 100644 --- a/AWSTranscribe.podspec +++ b/AWSTranscribe.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSTranscribe' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSTranscribe/*.{h,m}' + s.resource_bundle = { 'AWSTranscribe' => ['AWSTranscribe/PrivacyInfo.xcprivacy']} end diff --git a/AWSTranscribe/AWSTranscribeService.m b/AWSTranscribe/AWSTranscribeService.m index 29254d4e78b..09c919119ff 100644 --- a/AWSTranscribe/AWSTranscribeService.m +++ b/AWSTranscribe/AWSTranscribeService.m @@ -25,7 +25,7 @@ #import "AWSTranscribeResources.h" static NSString *const AWSInfoTranscribe = @"Transcribe"; -NSString *const AWSTranscribeSDKVersion = @"2.34.0"; +NSString *const AWSTranscribeSDKVersion = @"2.34.1"; @interface AWSTranscribeResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSTranscribe/Info.plist b/AWSTranscribe/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSTranscribe/Info.plist +++ b/AWSTranscribe/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSTranscribe/PrivacyInfo.xcprivacy b/AWSTranscribe/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSTranscribe/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSTranscribeStreaming.podspec b/AWSTranscribeStreaming.podspec index 03ed932b0d7..a9bb05e6f2e 100644 --- a/AWSTranscribeStreaming.podspec +++ b/AWSTranscribeStreaming.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSTranscribeStreaming' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,7 +12,8 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSTranscribeStreaming/*.{h,m}', 'AWSTranscribeStreaming/**/*.{h,m}', 'AWSIoT/Internal/SocketRocket/*.{h,m}' s.private_header_files = 'AWSTranscribeStreaming/Internal/*.h', 'AWSIoT/Internal/SocketRocket/*.h' + s.resource_bundle = { 'AWSTranscribeStreaming' => ['AWSTranscribeStreaming/PrivacyInfo.xcprivacy']} end diff --git a/AWSTranscribeStreaming/AWSTranscribeStreamingService.m b/AWSTranscribeStreaming/AWSTranscribeStreamingService.m index 3341b83b6d8..0193a8ce041 100644 --- a/AWSTranscribeStreaming/AWSTranscribeStreamingService.m +++ b/AWSTranscribeStreaming/AWSTranscribeStreamingService.m @@ -33,7 +33,7 @@ NSString *const AWSTranscribeStreamingClientErrorDomain = @"com.amazonaws.AWSTranscribeStreamingClientErrorDomain"; static NSString *const AWSInfoTranscribeStreaming = @"TranscribeStreaming"; -NSString *const AWSTranscribeStreamingSDKVersion = @"2.34.0"; +NSString *const AWSTranscribeStreamingSDKVersion = @"2.34.1"; @interface AWSTranscribeStreamingResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSTranscribeStreaming/Info.plist b/AWSTranscribeStreaming/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSTranscribeStreaming/Info.plist +++ b/AWSTranscribeStreaming/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSTranscribeStreaming/PrivacyInfo.xcprivacy b/AWSTranscribeStreaming/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSTranscribeStreaming/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSTranslate.podspec b/AWSTranslate.podspec index 5c0672f9e49..e9957da130b 100644 --- a/AWSTranslate.podspec +++ b/AWSTranslate.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSTranslate' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,6 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSTranslate/*.{h,m}' + s.resource_bundle = { 'AWSTranslate' => ['AWSTranslate/PrivacyInfo.xcprivacy']} end diff --git a/AWSTranslate/AWSTranslateService.m b/AWSTranslate/AWSTranslateService.m index b2784476e8f..10fc91032a0 100644 --- a/AWSTranslate/AWSTranslateService.m +++ b/AWSTranslate/AWSTranslateService.m @@ -25,7 +25,7 @@ #import "AWSTranslateResources.h" static NSString *const AWSInfoTranslate = @"Translate"; -NSString *const AWSTranslateSDKVersion = @"2.34.0"; +NSString *const AWSTranslateSDKVersion = @"2.34.1"; @interface AWSTranslateResponseSerializer : AWSJSONResponseSerializer diff --git a/AWSTranslate/Info.plist b/AWSTranslate/Info.plist index f13059556e3..c98681be3b0 100644 --- a/AWSTranslate/Info.plist +++ b/AWSTranslate/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.34.0 + 2.34.1 CFBundleSignature ???? CFBundleVersion diff --git a/AWSTranslate/PrivacyInfo.xcprivacy b/AWSTranslate/PrivacyInfo.xcprivacy new file mode 100644 index 00000000000..5bb060da740 --- /dev/null +++ b/AWSTranslate/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDataTypes + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAnalytics + + + + NSPrivacyAccessedAPITypes + + + diff --git a/AWSUserPoolsSignIn.podspec b/AWSUserPoolsSignIn.podspec index a6e9b36c576..7d39b6cb4b4 100644 --- a/AWSUserPoolsSignIn.podspec +++ b/AWSUserPoolsSignIn.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AWSUserPoolsSignIn' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' @@ -12,11 +12,11 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true - s.dependency 'AWSCognitoIdentityProvider', '2.34.0' - s.dependency 'AWSAuthCore', '2.34.0' - s.dependency 'AWSCore', '2.34.0' + s.dependency 'AWSCognitoIdentityProvider', '2.34.1' + s.dependency 'AWSAuthCore', '2.34.1' + s.dependency 'AWSCore', '2.34.1' s.source_files = 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/**/*.{h,m}' s.public_header_files = 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/*.{h}' s.private_header_files = 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/UserPoolsUI/*.{h}' - s.resource_bundles = { 'AWSUserPoolsSignIn' => ['AWSAuthSDK/Sources/AWSUserPoolsSignIn/**/*.{storyboard}'] } + s.resource_bundles = { 'AWSUserPoolsSignIn' => ['AWSAuthSDK/Sources/AWSUserPoolsSignIn/**/*.{storyboard}', 'AWSAuthSDK/Sources/AWSUserPoolsSignIn/PrivacyInfo.xcprivacy'] } end diff --git a/AWSiOSSDKv2.podspec b/AWSiOSSDKv2.podspec index 57f439286a6..d223e9a9546 100644 --- a/AWSiOSSDKv2.podspec +++ b/AWSiOSSDKv2.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'AWSiOSSDKv2' - s.version = '2.34.0' + s.version = '2.34.1' s.summary = 'Amazon Web Services SDK for iOS.' s.deprecated = true @@ -18,135 +18,135 @@ Pod::Spec.new do |s| # Used by many of the service-api subspecs s.subspec 'AWSCognitoIdentityProvider' do |sub| - sub.dependency 'AWSCognitoIdentityProvider', '2.34.0' + sub.dependency 'AWSCognitoIdentityProvider', '2.34.1' end # Used by all service-api subspecs s.subspec 'AWSCore' do |sub| - sub.dependency 'AWSCore', '2.34.0' + sub.dependency 'AWSCore', '2.34.1' end # Service-api subspecs s.subspec 'AWSAPIGateway' do |sub| - sub.dependency 'AWSAPIGateway', '2.34.0' + sub.dependency 'AWSAPIGateway', '2.34.1' end s.subspec 'AutoScaling' do |sub| - sub.dependency 'AWSAutoScaling', '2.34.0' + sub.dependency 'AWSAutoScaling', '2.34.1' end s.subspec 'CloudWatch' do |sub| - sub.dependency 'AWSCloudWatch', '2.34.0' + sub.dependency 'AWSCloudWatch', '2.34.1' end s.subspec 'AWSComprehend' do |sub| - sub.dependency 'AWSComprehend', '2.34.0' + sub.dependency 'AWSComprehend', '2.34.1' end s.subspec 'AWSConnect' do |sub| - sub.dependency 'AWSConnect', '2.34.0' + sub.dependency 'AWSConnect', '2.34.1' end s.subspec 'AWSConnectParticipant' do |sub| - sub.dependency 'AWSConnectParticipant', '2.34.0' + sub.dependency 'AWSConnectParticipant', '2.34.1' end s.subspec 'DynamoDB' do |sub| - sub.dependency 'AWSDynamoDB', '2.34.0' + sub.dependency 'AWSDynamoDB', '2.34.1' end s.subspec 'EC2' do |sub| - sub.dependency 'AWSEC2', '2.34.0' + sub.dependency 'AWSEC2', '2.34.1' end s.subspec 'ElasticLoadBalancing' do |sub| - sub.dependency 'AWSElasticLoadBalancing', '2.34.0' + sub.dependency 'AWSElasticLoadBalancing', '2.34.1' end s.subspec 'AWSIoT' do |sub| - sub.dependency 'AWSIoT', '2.34.0' + sub.dependency 'AWSIoT', '2.34.1' end s.subspec 'AWSKMS' do |sub| - sub.dependency 'AWSKMS', '2.34.0' + sub.dependency 'AWSKMS', '2.34.1' end s.subspec 'Kinesis' do |sub| - sub.dependency 'AWSKinesis', '2.34.0' + sub.dependency 'AWSKinesis', '2.34.1' end # KinesisVideo not released as part of AWSiOSSDKv2 # KinesisVideoArchivedMedia not released as part of AWSiOSSDKv2 s.subspec 'KinesisVideoSignaling' do |sub| - sub.dependency 'AWSKinesisVideoSignaling', '2.34.0' + sub.dependency 'AWSKinesisVideoSignaling', '2.34.1' end s.subspec 'AWSLambda' do |sub| - sub.dependency 'AWSLambda', '2.34.0' + sub.dependency 'AWSLambda', '2.34.1' end s.subspec 'AWSLex' do |sub| - sub.dependency 'AWSLex', '2.34.0' + sub.dependency 'AWSLex', '2.34.1' end s.subspec 'AWSLogs' do |sub| - sub.dependency 'AWSLogs', '2.34.0' + sub.dependency 'AWSLogs', '2.34.1' end s.subspec 'AWSMachineLearning' do |sub| - sub.dependency 'AWSMachineLearning', '2.34.0' + sub.dependency 'AWSMachineLearning', '2.34.1' end s.subspec 'Pinpoint' do |sub| - sub.dependency 'AWSPinpoint', '2.34.0' + sub.dependency 'AWSPinpoint', '2.34.1' end s.subspec 'AWSPolly' do |sub| - sub.dependency 'AWSPolly', '2.34.0' + sub.dependency 'AWSPolly', '2.34.1' end s.subspec 'AWSRekognition' do |sub| - sub.dependency 'AWSRekognition', '2.34.0' + sub.dependency 'AWSRekognition', '2.34.1' end s.subspec 'AWSS3' do |sub| - sub.dependency 'AWSS3', '2.34.0' + sub.dependency 'AWSS3', '2.34.1' end s.subspec 'AWSSES' do |sub| - sub.dependency 'AWSSES', '2.34.0' + sub.dependency 'AWSSES', '2.34.1' end s.subspec 'AWSSNS' do |sub| - sub.dependency 'AWSSNS', '2.34.0' + sub.dependency 'AWSSNS', '2.34.1' end s.subspec 'AWSSQS' do |sub| - sub.dependency 'AWSSQS', '2.34.0' + sub.dependency 'AWSSQS', '2.34.1' end s.subspec 'AWSSageMakerRuntime' do |sub| - sub.dependency 'AWSSageMakerRuntime', '2.34.0' + sub.dependency 'AWSSageMakerRuntime', '2.34.1' end s.subspec 'AWSSimpleDB' do |sub| - sub.dependency 'AWSSimpleDB', '2.34.0' + sub.dependency 'AWSSimpleDB', '2.34.1' end s.subspec 'AWSTextract' do |sub| - sub.dependency 'AWSTextract', '2.34.0' + sub.dependency 'AWSTextract', '2.34.1' end s.subspec 'AWSTranscribe' do |sub| - sub.dependency 'AWSTranscribe', '2.34.0' + sub.dependency 'AWSTranscribe', '2.34.1' end # note that AWSTranscribeStreaming requires iOS 9.0 or higher, and is # therefore not included as a subspec s.subspec 'AWSTranslate' do |sub| - sub.dependency 'AWSTranslate', '2.34.0' + sub.dependency 'AWSTranslate', '2.34.1' end end diff --git a/AWSiOSSDKv2.xcodeproj/project.pbxproj b/AWSiOSSDKv2.xcodeproj/project.pbxproj index c6588dbc125..ed04798d207 100644 --- a/AWSiOSSDKv2.xcodeproj/project.pbxproj +++ b/AWSiOSSDKv2.xcodeproj/project.pbxproj @@ -446,6 +446,7 @@ 2109EDD025475AD30057043C /* AWSNSSecureCodingTestBase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA1C57E42539E80C00DBC24C /* AWSNSSecureCodingTestBase.framework */; }; 2109EDD325475B3D0057043C /* AWSGeneralLocationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 2109EDD125475B3C0057043C /* AWSGeneralLocationTests.m */; }; 2109EDD425475B3D0057043C /* AWSLocationNSSecureCodingTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 2109EDD225475B3D0057043C /* AWSLocationNSSecureCodingTests.m */; }; + 210F43EC2BAB38F40011DB93 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608F32B88F3FF002FCE7B /* PrivacyInfo.xcprivacy */; }; 211166FF2399C24900902FC1 /* AWSKinesisVideoSignaling.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 211166F62399C24900902FC1 /* AWSKinesisVideoSignaling.framework */; }; 211167132399C37300902FC1 /* AWSCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CE0D416D1C6A66E5006B91B5 /* AWSCore.framework */; }; 2111671C2399C5BF00902FC1 /* AWSKinesisVideoSignalingResources.h in Headers */ = {isa = PBXBuildFile; fileRef = 211167142399C5BB00902FC1 /* AWSKinesisVideoSignalingResources.h */; settings = {ATTRIBUTES = (Public, ); }; }; @@ -507,6 +508,46 @@ 211FFD0D26C30DCF00F0DB75 /* AWSGeneralChimeSDKMessagingTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 211FFD0B26C30DCE00F0DB75 /* AWSGeneralChimeSDKMessagingTests.m */; }; 211FFD1026C30E5800F0DB75 /* AWSGeneralChimeSDKIdentityTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 211FFD0E26C30E5700F0DB75 /* AWSGeneralChimeSDKIdentityTests.m */; }; 211FFD1126C30E5800F0DB75 /* AWSChimeSDKIdentityNSSecureCodingTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 211FFD0F26C30E5700F0DB75 /* AWSChimeSDKIdentityNSSecureCodingTests.m */; }; + 214608C82B88F2EA002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608C72B88F2EA002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608CA2B88F301002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608C92B88F301002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608CC2B88F30D002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608CB2B88F30D002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608CE2B88F318002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608CD2B88F318002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608D02B88F324002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608CF2B88F324002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608D22B88F32C002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608D12B88F32C002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608D42B88F344002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608D32B88F343002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608D62B88F350002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608D52B88F350002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608D82B88F35A002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608D72B88F35A002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608DA2B88F363002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608D92B88F363002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608DC2B88F37D002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608DB2B88F37D002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608DE2B88F387002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608DD2B88F387002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608E02B88F390002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608DF2B88F390002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608E22B88F39A002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608E12B88F39A002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608E42B88F3A5002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608E32B88F3A5002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608E62B88F3B2002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608E52B88F3B2002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608E82B88F3BB002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608E72B88F3BB002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608EA2B88F3C7002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608E92B88F3C7002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608EC2B88F3D3002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608EB2B88F3D3002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608EE2B88F3DE002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608ED2B88F3DE002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608F02B88F3E8002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608EF2B88F3E8002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608F22B88F3F3002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608F12B88F3F3002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608F42B88F3FF002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608F32B88F3FF002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608F62B88F40B002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608F52B88F40B002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608F82B88F416002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608F72B88F416002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608FA2B88F422002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608F92B88F421002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608FC2B88F42B002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608FB2B88F42B002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214608FE2B88F436002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608FD2B88F436002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214609002B88F447002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214608FF2B88F446002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214609022B88F450002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609012B88F450002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214609042B88F45A002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609032B88F45A002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214609062B88F465002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609052B88F465002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214609082B88F46F002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609072B88F46F002FCE7B /* PrivacyInfo.xcprivacy */; }; + 2146090A2B88F47A002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609092B88F47A002FCE7B /* PrivacyInfo.xcprivacy */; }; + 2146090C2B88F485002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 2146090B2B88F485002FCE7B /* PrivacyInfo.xcprivacy */; }; + 2146090E2B88F493002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 2146090D2B88F493002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214609102B88F4A2002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 2146090F2B88F4A2002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214609122B88F4B0002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609112B88F4B0002FCE7B /* PrivacyInfo.xcprivacy */; }; + 2146099E2B88FC4F002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 2146099D2B88FC4F002FCE7B /* PrivacyInfo.xcprivacy */; }; + 214609A02B88FC95002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 2146099F2B88FC95002FCE7B /* PrivacyInfo.xcprivacy */; }; 21607DE425547FB00012FE96 /* AWSLocationTrackerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 21607DE325547FB00012FE96 /* AWSLocationTrackerTests.swift */; }; 217100032551B09100FAB22F /* TrackingListener.swift in Sources */ = {isa = PBXBuildFile; fileRef = 217100022551B09100FAB22F /* TrackingListener.swift */; }; 2171007D2551B0AD00FAB22F /* TrackingPublishedEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2171007C2551B0AD00FAB22F /* TrackingPublishedEvent.swift */; }; @@ -3100,6 +3141,46 @@ 211FFD0B26C30DCE00F0DB75 /* AWSGeneralChimeSDKMessagingTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWSGeneralChimeSDKMessagingTests.m; sourceTree = ""; }; 211FFD0E26C30E5700F0DB75 /* AWSGeneralChimeSDKIdentityTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWSGeneralChimeSDKIdentityTests.m; sourceTree = ""; }; 211FFD0F26C30E5700F0DB75 /* AWSChimeSDKIdentityNSSecureCodingTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AWSChimeSDKIdentityNSSecureCodingTests.m; sourceTree = ""; }; + 214608C72B88F2EA002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608C92B88F301002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608CB2B88F30D002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608CD2B88F318002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608CF2B88F324002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608D12B88F32C002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608D32B88F343002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608D52B88F350002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608D72B88F35A002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608D92B88F363002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608DB2B88F37D002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608DD2B88F387002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608DF2B88F390002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608E12B88F39A002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608E32B88F3A5002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608E52B88F3B2002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608E72B88F3BB002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608E92B88F3C7002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608EB2B88F3D3002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608ED2B88F3DE002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608EF2B88F3E8002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608F12B88F3F3002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608F32B88F3FF002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608F52B88F40B002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608F72B88F416002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608F92B88F421002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608FB2B88F42B002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608FD2B88F436002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214608FF2B88F446002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214609012B88F450002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214609032B88F45A002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214609052B88F465002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214609072B88F46F002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214609092B88F47A002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 2146090B2B88F485002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 2146090D2B88F493002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 2146090F2B88F4A2002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 214609112B88F4B0002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 2146099D2B88FC4F002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; + 2146099F2B88FC95002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; 21607DE325547FB00012FE96 /* AWSLocationTrackerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AWSLocationTrackerTests.swift; sourceTree = ""; }; 21607F4F255480080012FE96 /* AWSLocationUnitTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AWSLocationUnitTests-Bridging-Header.h"; sourceTree = ""; }; 217100022551B09100FAB22F /* TrackingListener.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrackingListener.swift; sourceTree = ""; }; @@ -5201,6 +5282,7 @@ 1778554420F9A72800D083BB /* AWSKinesisVideo */ = { isa = PBXGroup; children = ( + 214608E72B88F3BB002FCE7B /* PrivacyInfo.xcprivacy */, 177855A620F9A90900D083BB /* AWSKinesisVideoModel.h */, 177855A920F9A90900D083BB /* AWSKinesisVideoModel.m */, 177855AA20F9A90A00D083BB /* AWSKinesisVideoResources.h */, @@ -5216,6 +5298,7 @@ 1778556920F9A7CE00D083BB /* AWSKinesisVideoArchivedMedia */ = { isa = PBXGroup; children = ( + 214608E92B88F3C7002FCE7B /* PrivacyInfo.xcprivacy */, 177855B620F9A91A00D083BB /* AWSKinesisVideoArchivedMediaModel.h */, 177855B520F9A91A00D083BB /* AWSKinesisVideoArchivedMediaModel.m */, 177855B720F9A91A00D083BB /* AWSKinesisVideoArchivedMediaResources.h */, @@ -5271,6 +5354,7 @@ 178A800D22AF7DA600B167D6 /* AWSTranscribeStreaming */ = { isa = PBXGroup; children = ( + 2146090F2B88F4A2002FCE7B /* PrivacyInfo.xcprivacy */, FA53332222D40A3300BD88AF /* Internal */, 178A800E22AF7DA600B167D6 /* AWSTranscribeStreaming.h */, FA09EEA322D63786007EA360 /* AWSTranscribeStreamingClientDelegate.h */, @@ -5313,6 +5397,7 @@ 17E6B437209BB7A80079B286 /* AWSTranscribe */ = { isa = PBXGroup; children = ( + 2146090D2B88F493002FCE7B /* PrivacyInfo.xcprivacy */, 17E6B438209BB7A80079B286 /* AWSTranscribe.h */, 17E6B472209BBCB60079B286 /* AWSTranscribeModel.h */, 17E6B46D209BBCB50079B286 /* AWSTranscribeModel.m */, @@ -5372,6 +5457,7 @@ 181270C21E8EB53A00174785 /* AWSLogs */ = { isa = PBXGroup; children = ( + 214608F52B88F40B002FCE7B /* PrivacyInfo.xcprivacy */, 181270C31E8EB53A00174785 /* AWSLogs.h */, 181270DF1E8EB78900174785 /* AWSLogsModel.h */, 181270E01E8EB78900174785 /* AWSLogsModel.m */, @@ -5445,6 +5531,7 @@ 185111CC1D78F03B0009F5C3 /* AWSLex */ = { isa = PBXGroup; children = ( + 214608F12B88F3F3002FCE7B /* PrivacyInfo.xcprivacy */, B52FBE911F17414A000F0C00 /* Media.xcassets */, 18F938B11DE5148E00034221 /* AWSLex.h */, 18F938B21DE5148E00034221 /* AWSLexInteractionKit.h */, @@ -5501,6 +5588,7 @@ 18798F7F1DEF9EA900BC419B /* AWSPinpoint */ = { isa = PBXGroup; children = ( + 214608F92B88F421002FCE7B /* PrivacyInfo.xcprivacy */, 18798FA41DEF9F2B00BC419B /* AWSPinpoint.h */, 18798FAD1DEF9F2B00BC419B /* AWSPinpointAnalyticsClient.h */, 18798FAE1DEF9F2B00BC419B /* AWSPinpointAnalyticsClient.m */, @@ -5588,6 +5676,7 @@ 188321031DFF11B8003FBE9F /* AWSRekognition */ = { isa = PBXGroup; children = ( + 214608FD2B88F436002FCE7B /* PrivacyInfo.xcprivacy */, 188321191DFF1FD5003FBE9F /* AWSRekognition.h */, 1883211A1DFF1FD5003FBE9F /* AWSRekognitionModel.h */, 1883211B1DFF1FD5003FBE9F /* AWSRekognitionModel.m */, @@ -5613,6 +5702,7 @@ 18E2F5621DED307500BD4608 /* AWSPolly */ = { isa = PBXGroup; children = ( + 214608FB2B88F42B002FCE7B /* PrivacyInfo.xcprivacy */, 18E2F5781DED30C500BD4608 /* AWSPolly.h */, 18E2F5791DED30C500BD4608 /* AWSPollyModel.h */, 18E2F57A1DED30C500BD4608 /* AWSPollyModel.m */, @@ -5661,6 +5751,7 @@ 2109E2BA254745210057043C /* AWSLocation */ = { isa = PBXGroup; children = ( + 214608F32B88F3FF002FCE7B /* PrivacyInfo.xcprivacy */, 2109E4C2254754E00057043C /* AWSLocation.h */, 2109E4C6254754E10057043C /* AWSLocationModel.h */, 2109E4C4254754E00057043C /* AWSLocationModel.m */, @@ -5699,6 +5790,7 @@ 211166F72399C24900902FC1 /* AWSKinesisVideoSignaling */ = { isa = PBXGroup; children = ( + 214608EB2B88F3D3002FCE7B /* PrivacyInfo.xcprivacy */, 211167162399C5BB00902FC1 /* AWSKinesisVideoSignaling.h */, 211167182399C5BC00902FC1 /* AWSKinesisVideoSignalingModel.h */, 2111671A2399C5BC00902FC1 /* AWSKinesisVideoSignalingModel.m */, @@ -5734,6 +5826,7 @@ 211FFC7E26C2FBAD00F0DB75 /* AWSChimeSDKIdentity */ = { isa = PBXGroup; children = ( + 214608CD2B88F318002FCE7B /* PrivacyInfo.xcprivacy */, 211FFCBE26C3017400F0DB75 /* AWSChimeSDKIdentityModel.h */, 211FFCC326C3017500F0DB75 /* AWSChimeSDKIdentityModel.m */, 211FFCC026C3017400F0DB75 /* AWSChimeSDKIdentityResources.h */, @@ -5759,6 +5852,7 @@ 211FFCA026C2FF4600F0DB75 /* AWSChimeSDKMessaging */ = { isa = PBXGroup; children = ( + 214608CF2B88F324002FCE7B /* PrivacyInfo.xcprivacy */, 211FFCA126C2FF4600F0DB75 /* AWSChimeSDKMessaging.h */, 211FFCCF26C3022500F0DB75 /* AWSChimeSDKMessagingModel.h */, 211FFCCE26C3022500F0DB75 /* AWSChimeSDKMessagingModel.m */, @@ -5913,6 +6007,7 @@ 48885FAE2A0C1F170012EEB7 /* AWSKinesisVideoWebRTCStorage */ = { isa = PBXGroup; children = ( + 214608C72B88F2EA002FCE7B /* PrivacyInfo.xcprivacy */, 48885FAF2A0C1F170012EEB7 /* AWSKinesisVideoWebRTCStorage.h */, 48885FB02A0C1F170012EEB7 /* AWSKinesisVideoWebRTCStorageService.h */, 48885FB12A0C1F170012EEB7 /* AWSKinesisVideoWebRTCStorageModel.m */, @@ -5928,6 +6023,7 @@ 9A7ACC2120B0E85000DDBEC1 /* AWSTranslate */ = { isa = PBXGroup; children = ( + 214609112B88F4B0002FCE7B /* PrivacyInfo.xcprivacy */, 9A7ACC6420B10DCB00DDBEC1 /* AWSTranslate.h */, 9A7ACC4320B0E9EF00DDBEC1 /* AWSTranslateModel.h */, 9A7ACC3E20B0E9EE00DDBEC1 /* AWSTranslateModel.m */, @@ -5953,6 +6049,7 @@ 9A7ACC6C20B110DE00DDBEC1 /* AWSComprehend */ = { isa = PBXGroup; children = ( + 214608D52B88F350002FCE7B /* PrivacyInfo.xcprivacy */, 9A7ACC8C20B1113F00DDBEC1 /* AWSComprehend.h */, 9A7ACC8E20B1113F00DDBEC1 /* AWSComprehendModel.h */, 9A7ACC8B20B1113F00DDBEC1 /* AWSComprehendModel.m */, @@ -6010,6 +6107,7 @@ B4A4DFF622B4201400379396 /* AWSSageMakerRuntime */ = { isa = PBXGroup; children = ( + 214609012B88F450002FCE7B /* PrivacyInfo.xcprivacy */, B4A4E02122B4229200379396 /* AWSSageMakerRuntime.h */, B4A4E01622B4212A00379396 /* AWSSageMakerRuntimeModel.h */, B4A4E01922B4212A00379396 /* AWSSageMakerRuntimeModel.m */, @@ -6043,6 +6141,7 @@ B4D61CB023285D16007E7A12 /* AWSConnectParticipant */ = { isa = PBXGroup; children = ( + 214608D92B88F363002FCE7B /* PrivacyInfo.xcprivacy */, B4D61CCD23285DF3007E7A12 /* AWSConnectParticipant.h */, B4D61CCF23285DF4007E7A12 /* AWSConnectParticipantModel.h */, B4D61CD323285DF5007E7A12 /* AWSConnectParticipantModel.m */, @@ -6087,6 +6186,7 @@ B5C01AF522EB7EFE000F2877 /* AWSTextract */ = { isa = PBXGroup; children = ( + 2146090B2B88F485002FCE7B /* PrivacyInfo.xcprivacy */, B434294022F0FA0D00567E83 /* AWSTextract.h */, B5C01B1622EB7F74000F2877 /* AWSTextractModel.h */, B5C01B1422EB7F72000F2877 /* AWSTextractModel.m */, @@ -6113,6 +6213,7 @@ B5DD450522C9B17C003871AE /* AWSConnect */ = { isa = PBXGroup; children = ( + 214608D72B88F35A002FCE7B /* PrivacyInfo.xcprivacy */, B5DD452322C9B1B7003871AE /* AWSConnectModel.h */, B5DD452422C9B1B7003871AE /* AWSConnectModel.m */, B5DD452522C9B1B7003871AE /* AWSConnectResources.h */, @@ -6407,6 +6508,7 @@ CE0D416E1C6A66E5006B91B5 /* AWSCore */ = { isa = PBXGroup; children = ( + 214608DB2B88F37D002FCE7B /* PrivacyInfo.xcprivacy */, CE0D416F1C6A66E5006B91B5 /* AWSCore.h */, CE0D41711C6A66E5006B91B5 /* Info.plist */, CE0D41841C6A673E006B91B5 /* Authentication */, @@ -6910,6 +7012,7 @@ CE9DE5351C6A72960060793F /* AWSAutoScaling */ = { isa = PBXGroup; children = ( + 214608CB2B88F30D002FCE7B /* PrivacyInfo.xcprivacy */, CE9DE5361C6A72960060793F /* AWSAutoScaling.h */, CE9DE54B1C6A72FE0060793F /* AWSAutoScalingModel.h */, CE9DE54C1C6A72FE0060793F /* AWSAutoScalingModel.m */, @@ -6934,6 +7037,7 @@ CE9DE5711C6A763E0060793F /* AWSDynamoDB */ = { isa = PBXGroup; children = ( + 214608DD2B88F387002FCE7B /* PrivacyInfo.xcprivacy */, CE9DE5721C6A763E0060793F /* AWSDynamoDB.h */, CE9DE58A1C6A76E70060793F /* AWSDynamoDBModel.h */, CE9DE58B1C6A76E70060793F /* AWSDynamoDBModel.m */, @@ -6967,6 +7071,7 @@ CE9DE5AD1C6A77880060793F /* AWSEC2 */ = { isa = PBXGroup; children = ( + 214608DF2B88F390002FCE7B /* PrivacyInfo.xcprivacy */, CE9DE5AE1C6A77880060793F /* AWSEC2.h */, CE9DE5C41C6A77CD0060793F /* AWSEC2Model.h */, CE9DE5C51C6A77CD0060793F /* AWSEC2Model.m */, @@ -6993,6 +7098,7 @@ CE9DE5DD1C6A78200060793F /* AWSElasticLoadBalancing */ = { isa = PBXGroup; children = ( + 214608E12B88F39A002FCE7B /* PrivacyInfo.xcprivacy */, CE9DE5DE1C6A78200060793F /* AWSElasticLoadBalancing.h */, CE9DE5F41C6A78500060793F /* AWSElasticLoadBalancingModel.h */, CE9DE5F51C6A78500060793F /* AWSElasticLoadBalancingModel.m */, @@ -7017,6 +7123,7 @@ CE9DE60D1C6A78A60060793F /* AWSIoT */ = { isa = PBXGroup; children = ( + 214608E32B88F3A5002FCE7B /* PrivacyInfo.xcprivacy */, CE9DE60E1C6A78A60060793F /* AWSIoT.h */, CE9DE6241C6A78D70060793F /* AWSIoTData.h */, CE9DE6251C6A78D70060793F /* AWSIoTDataManager.h */, @@ -7115,6 +7222,7 @@ CE9DE6881C6A79460060793F /* AWSKinesis */ = { isa = PBXGroup; children = ( + 214608E52B88F3B2002FCE7B /* PrivacyInfo.xcprivacy */, CE9DE69F1C6A79990060793F /* AWSAbstractKinesisRecorder.h */, CE9DE6A01C6A79990060793F /* AWSAbstractKinesisRecorder.m */, CE9DE6A11C6A79990060793F /* AWSFirehose.h */, @@ -7158,6 +7266,7 @@ CE9DE6DA1C6A79DF0060793F /* AWSLambda */ = { isa = PBXGroup; children = ( + 214608EF2B88F3E8002FCE7B /* PrivacyInfo.xcprivacy */, CE9DE6DB1C6A79DF0060793F /* AWSLambda.h */, CE9DE6F11C6A7A260060793F /* AWSLambdaInvoker.h */, CE9DE6F21C6A7A260060793F /* AWSLambdaInvoker.m */, @@ -7187,6 +7296,7 @@ CE9DE7101C6A7A680060793F /* AWSMachineLearning */ = { isa = PBXGroup; children = ( + 214608F72B88F416002FCE7B /* PrivacyInfo.xcprivacy */, CE9DE7111C6A7A680060793F /* AWSMachineLearning.h */, CE9DE7261C6A7A9E0060793F /* AWSMachineLearningModel.h */, CE9DE7271C6A7A9E0060793F /* AWSMachineLearningModel.m */, @@ -7202,6 +7312,7 @@ CE9DE9BE1C6A7C2D0060793F /* AWSS3 */ = { isa = PBXGroup; children = ( + 214608FF2B88F446002FCE7B /* PrivacyInfo.xcprivacy */, CE9DE9BF1C6A7C2D0060793F /* AWSS3.h */, 03B83FB42729C3AE004D5426 /* AWSS3TransferUtility_private.h */, 03D33F2526C5E492006DDCEB /* AWSS3CreateMultipartUploadRequest+RequestHeaders.h */, @@ -7255,6 +7366,7 @@ CE9DE9FE1C6A7DFF0060793F /* AWSSES */ = { isa = PBXGroup; children = ( + 214609032B88F45A002FCE7B /* PrivacyInfo.xcprivacy */, CE9DE9FF1C6A7DFF0060793F /* AWSSES.h */, CE9DEA151C6A7E330060793F /* AWSSESModel.h */, CE9DEA161C6A7E330060793F /* AWSSESModel.m */, @@ -7279,6 +7391,7 @@ CE9DEA2E1C6A7E710060793F /* AWSSimpleDB */ = { isa = PBXGroup; children = ( + 214609052B88F465002FCE7B /* PrivacyInfo.xcprivacy */, CE9DEA2F1C6A7E710060793F /* AWSSimpleDB.h */, CE9DEA451C6A7EA20060793F /* AWSSimpleDBModel.h */, CE9DEA461C6A7EA20060793F /* AWSSimpleDBModel.m */, @@ -7303,6 +7416,7 @@ CE9DEA5E1C6A7EE30060793F /* AWSSNS */ = { isa = PBXGroup; children = ( + 214609072B88F46F002FCE7B /* PrivacyInfo.xcprivacy */, CE9DEA5F1C6A7EE30060793F /* AWSSNS.h */, CE9DEA751C6A7F110060793F /* AWSSNSModel.h */, CE9DEA761C6A7F110060793F /* AWSSNSModel.m */, @@ -7327,6 +7441,7 @@ CE9DEA8E1C6A7F460060793F /* AWSSQS */ = { isa = PBXGroup; children = ( + 214609092B88F47A002FCE7B /* PrivacyInfo.xcprivacy */, CE9DEA8F1C6A7F460060793F /* AWSSQS.h */, CE9DEAA51C6A7F810060793F /* AWSSQSModel.h */, CE9DEAA61C6A7F810060793F /* AWSSQSModel.m */, @@ -7351,6 +7466,7 @@ CE9DEB1F1C6A81160060793F /* AWSAPIGateway */ = { isa = PBXGroup; children = ( + 214608C92B88F301002FCE7B /* PrivacyInfo.xcprivacy */, CE9DEB201C6A81160060793F /* AWSAPIGateway.h */, 175C92571D8904B4001A145F /* AWSAPIGatewayModel.h */, 175C92551D89049F001A145F /* AWSAPIGatewayModel.m */, @@ -7378,6 +7494,7 @@ CE9DEB611C6A9F3D0060793F /* AWSCloudWatch */ = { isa = PBXGroup; children = ( + 214608D12B88F32C002FCE7B /* PrivacyInfo.xcprivacy */, CE9DEB621C6A9F3D0060793F /* AWSCloudWatch.h */, CE9DEB781C6A9F8A0060793F /* AWSCloudWatchModel.h */, CE9DEB791C6A9F8A0060793F /* AWSCloudWatchModel.m */, @@ -7402,6 +7519,7 @@ CEA316991C93A0EA002A9F58 /* AWSCognitoIdentityProvider */ = { isa = PBXGroup; children = ( + 214608D32B88F343002FCE7B /* PrivacyInfo.xcprivacy */, EF1D80031CBC924D007AC243 /* AWSCognitoIdentityProvider.h */, EFDF14BF1C9929AE002CCFE2 /* AWSCognitoIdentityUser.h */, EFDF147A1C98A79C002CCFE2 /* AWSCognitoIdentityUserPool.h */, @@ -7476,6 +7594,7 @@ E4E1DA1F1E5F4E690080F769 /* AWSKMS */ = { isa = PBXGroup; children = ( + 214608ED2B88F3DE002FCE7B /* PrivacyInfo.xcprivacy */, E4E1DA201E5F4E690080F769 /* AWSKMS.h */, E4E1DA351E5F4EF40080F769 /* AWSKMSModel.h */, E4E1DA361E5F4EF40080F769 /* AWSKMSResources.h */, @@ -7556,6 +7675,7 @@ EFDE85AE1ED203D9008841EC /* AWSCognitoAuth */ = { isa = PBXGroup; children = ( + 2146099D2B88FC4F002FCE7B /* PrivacyInfo.xcprivacy */, EFDE85AF1ED203D9008841EC /* AWSCognitoAuth.h */, EFDE85B01ED203D9008841EC /* AWSCognitoAuth.m */, EFDE85B11ED203D9008841EC /* Info.plist */, @@ -7576,6 +7696,7 @@ EFDE85B91FC5DC8C00D281A2 /* AWSCognitoIdentityProviderASF */ = { isa = PBXGroup; children = ( + 2146099F2B88FC95002FCE7B /* PrivacyInfo.xcprivacy */, EFDE85FF1FC656F900D281A2 /* Internal */, EFDE85E81FC5E7F000D281A2 /* AWSCognitoIdentityProviderASF.h */, EFDE85FD1FC6535E00D281A2 /* AWSCognitoIdentityProviderASF.m */, @@ -11262,6 +11383,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608E82B88F3BB002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11269,6 +11391,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608EA2B88F3C7002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11304,6 +11427,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214609102B88F4A2002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11328,6 +11452,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 2146090E2B88F493002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11352,6 +11477,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608F62B88F40B002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11366,6 +11492,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608F22B88F3F3002FCE7B /* PrivacyInfo.xcprivacy in Resources */, B4B8C61325ACC1270054E723 /* AWSLexConfig.xcconfig in Resources */, B52FBE921F17414A000F0C00 /* Media.xcassets in Resources */, ); @@ -11382,6 +11509,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608FA2B88F422002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11403,6 +11531,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608FE2B88F436002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11417,6 +11546,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608FC2B88F42B002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11445,6 +11575,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608F42B88F3FF002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11466,6 +11597,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608EC2B88F3D3002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11487,6 +11619,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608CE2B88F318002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11501,6 +11634,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608D02B88F324002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11529,6 +11663,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 210F43EC2BAB38F40011DB93 /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11536,6 +11671,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608C82B88F2EA002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11550,6 +11686,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214609122B88F4B0002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11564,6 +11701,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608D62B88F350002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11603,6 +11741,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214609022B88F450002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11617,6 +11756,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608DA2B88F363002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11645,6 +11785,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 2146090C2B88F485002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11660,6 +11801,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608D82B88F35A002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11681,6 +11823,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608DC2B88F37D002FCE7B /* PrivacyInfo.xcprivacy in Resources */, EFE40B801CC5BDEF0045D710 /* strip-frameworks.sh in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -11821,6 +11964,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608CC2B88F30D002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11835,6 +11979,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608DE2B88F387002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11849,6 +11994,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608E02B88F390002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11865,6 +12011,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608E22B88F39A002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11879,6 +12026,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608E42B88F3A5002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11894,6 +12042,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608E62B88F3B2002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11908,6 +12057,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608F02B88F3E8002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11922,6 +12072,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608F82B88F416002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11929,6 +12080,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214609002B88F447002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11943,6 +12095,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214609042B88F45A002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11957,6 +12110,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214609062B88F465002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11971,6 +12125,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214609082B88F46F002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11985,6 +12140,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 2146090A2B88F47A002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -11999,6 +12155,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608CA2B88F301002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12013,6 +12170,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608D22B88F32C002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12027,6 +12185,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608D42B88F344002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12048,6 +12207,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214608EE2B88F3DE002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12069,6 +12229,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 214609A02B88FC95002FCE7B /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -12076,6 +12237,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 2146099E2B88FC4F002FCE7B /* PrivacyInfo.xcprivacy in Resources */, EF22118A1ED75A0400F432F7 /* LICENSE in Resources */, EF22118B1ED75A0400F432F7 /* README.md in Resources */, ); diff --git a/CHANGELOG.md b/CHANGELOG.md index cb6a51d7393..2158f7adfe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ -Features for next release +## 2.34.1 + +### Misc. Updates +- Add privacy manifest (#5214) + ## 2.34.0 ### Misc. Updates diff --git a/CircleciScripts/generate_documentation.sh b/CircleciScripts/generate_documentation.sh index 955c8d14331..50861215461 100644 --- a/CircleciScripts/generate_documentation.sh +++ b/CircleciScripts/generate_documentation.sh @@ -6,7 +6,7 @@ set -x -SDK_VERSION="2.34.0" +SDK_VERSION="2.34.1" GITHUB_DOC_ROOT=https://aws-amplify.github.io GITHUB_SOURCE_ROOT=https://github.com/aws-amplify/aws-sdk-ios