Skip to content

Commit 5fc033f

Browse files
authored
bump iOS SDK version to 2.34.1
2 parents 76855d3 + 357c08e commit 5fc033f

File tree

193 files changed

+1540
-241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+1540
-241
lines changed

AWSAPIGateway.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'AWSAPIGateway'
4-
s.version = '2.34.0'
4+
s.version = '2.34.1'
55
s.summary = 'Amazon Web Services SDK for iOS.'
66

77
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|
1313
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
1414
:tag => s.version}
1515
s.requires_arc = true
16-
s.dependency 'AWSCore', '2.34.0'
16+
s.dependency 'AWSCore', '2.34.1'
1717

1818
s.source_files = 'AWSAPIGateway/*.{h,m}'
19+
s.resource_bundle = { 'AWSAPIGateway' => ['AWSAPIGateway/PrivacyInfo.xcprivacy']}
1920
end

AWSAPIGateway/AWSAPIGatewayClient.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
static NSString *const AWSAPIGatewayAPIKeyHeader = @"x-api-key";
2525

26-
NSString *const AWSAPIGatewaySDKVersion = @"2.34.0";
26+
NSString *const AWSAPIGatewaySDKVersion = @"2.34.1";
2727

2828
static int defaultChunkSize = 1024;
2929

AWSAPIGateway/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.34.0</string>
18+
<string>2.34.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>NSPrivacyCollectedDataTypes</key>
6+
<array>
7+
<dict>
8+
<key>NSPrivacyCollectedDataType</key>
9+
<string>NSPrivacyCollectedDataTypeOtherDataTypes</string>
10+
<key>NSPrivacyCollectedDataTypeLinked</key>
11+
<false/>
12+
<key>NSPrivacyCollectedDataTypeTracking</key>
13+
<false/>
14+
<key>NSPrivacyCollectedDataTypePurposes</key>
15+
<array>
16+
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
17+
</array>
18+
</dict>
19+
</array>
20+
<key>NSPrivacyAccessedAPITypes</key>
21+
<array/>
22+
</dict>
23+
</plist>

AWSAppleSignIn.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSAppleSignIn'
3-
s.version = '2.34.0'
3+
s.version = '2.34.1'
44
s.summary = 'Amazon Web Services SDK for iOS.'
55

66
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|
1212
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
1313
:tag => s.version}
1414
s.requires_arc = true
15-
s.dependency 'AWSCore', '2.34.0'
16-
s.dependency 'AWSAuthCore', '2.34.0'
15+
s.dependency 'AWSCore', '2.34.1'
16+
s.dependency 'AWSAuthCore', '2.34.1'
1717
s.source_files = 'AWSAuthSDK/Sources/AWSAppleSignIn/*.{h,m}'
1818
s.public_header_files = 'AWSAuthSDK/Sources/AWSAppleSignIn/*.h'
19+
s.resource_bundle = { 'AWSAppleSignIn' => ['AWSAppleSignIn/PrivacyInfo.xcprivacy']}
1920
end

AWSAuth.podspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSAuth'
3-
s.version = '2.34.0'
3+
s.version = '2.34.1'
44
s.summary = 'Amazon Web Services SDK for iOS.'
55

66
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|
1414
s.requires_arc = true
1515

1616
s.subspec 'Core' do |authcore|
17-
authcore.dependency 'AWSAuthCore', '2.34.0'
17+
authcore.dependency 'AWSAuthCore', '2.34.1'
1818
end
1919

2020
s.subspec 'FacebookSignIn' do |facebook|
21-
facebook.dependency 'AWSFacebookSignIn', '2.34.0'
21+
facebook.dependency 'AWSFacebookSignIn', '2.34.1'
2222
end
2323

2424
s.subspec 'GoogleSignIn' do |google|
25-
google.dependency 'AWSGoogleSignIn', '2.34.0'
25+
google.dependency 'AWSGoogleSignIn', '2.34.1'
2626
end
2727

2828
s.subspec 'UserPoolsSignIn' do |up|
29-
up.dependency 'AWSUserPoolsSignIn', '2.34.0'
29+
up.dependency 'AWSUserPoolsSignIn', '2.34.1'
3030
end
3131

3232
s.subspec 'UI' do |ui|
33-
ui.dependency 'AWSAuthUI', '2.34.0'
33+
ui.dependency 'AWSAuthUI', '2.34.1'
3434
end
3535

3636
end

AWSAuthCore.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSAuthCore'
3-
s.version = '2.34.0'
3+
s.version = '2.34.1'
44
s.summary = 'Amazon Web Services SDK for iOS.'
55

66
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|
1212
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
1313
:tag => s.version}
1414
s.requires_arc = true
15-
s.dependency 'AWSCore', '2.34.0'
15+
s.dependency 'AWSCore', '2.34.1'
1616
s.source_files = 'AWSAuthSDK/Sources/AWSAuthCore/*.{h,m}'
1717
s.public_header_files = 'AWSAuthSDK/Sources/AWSAuthCore/*.h'
18+
s.resource_bundle = { 'AWSAuthCore' => ['AWSAuthCore/PrivacyInfo.xcprivacy']}
1819
end
1920

AWSAuthSDK/AWSAuthSDK.xcodeproj/project.pbxproj

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@
125125
17D61FA7216BBC59009B2B9C /* AWSMobileClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17D61FA6216BBC59009B2B9C /* AWSMobileClient.swift */; };
126126
17DED2A61F32A4E400397F88 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1786CA4D1F2BEDB8003421FF /* Images.xcassets */; };
127127
17F4F75121F6B0750068B553 /* AWSCognitoAuth+Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 17F4F74F21F6B0750068B553 /* AWSCognitoAuth+Extensions.m */; };
128+
214609902B88FA8B002FCE7B /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609142B88FA8B002FCE7B /* PrivacyInfo.xcprivacy */; };
129+
21AF5E0A2BAA07A400997C99 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609912B88FABA002FCE7B /* PrivacyInfo.xcprivacy */; };
130+
21AF5E822BAA07A800997C99 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609932B88FAD9002FCE7B /* PrivacyInfo.xcprivacy */; };
131+
21AF5E832BAA07AE00997C99 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609952B88FAFF002FCE7B /* PrivacyInfo.xcprivacy */; };
132+
21AF5E842BAA07B200997C99 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609972B88FB0F002FCE7B /* PrivacyInfo.xcprivacy */; };
133+
21AF5E852BAA07BA00997C99 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609992B88FB2D002FCE7B /* PrivacyInfo.xcprivacy */; };
134+
21AF5E862BAA07C100997C99 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 214609992B88FB2D002FCE7B /* PrivacyInfo.xcprivacy */; };
135+
21AF5E872BAA07C800997C99 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 2146099B2B88FB46002FCE7B /* PrivacyInfo.xcprivacy */; };
128136
5C3324972773F43400F2C47B /* AWSMobileClientDeleteUserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C3324962773F43400F2C47B /* AWSMobileClientDeleteUserTests.swift */; };
129137
68B1317829A95E6400E3B3BC /* WeakHashTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68B1317729A95E6400E3B3BC /* WeakHashTable.swift */; };
130138
68B1317929A95E6400E3B3BC /* WeakHashTable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68B1317729A95E6400E3B3BC /* WeakHashTable.swift */; };
@@ -484,6 +492,20 @@
484492
remoteGlobalIDString = B5FC69001FAFA1AA004790CB;
485493
remoteInfo = AWSMobileClient;
486494
};
495+
2146098C2B88FA8B002FCE7B /* PBXContainerItemProxy */ = {
496+
isa = PBXContainerItemProxy;
497+
containerPortal = B55D56BD1F44EC3F005A0E56 /* AWSiOSSDKv2.xcodeproj */;
498+
proxyType = 2;
499+
remoteGlobalIDString = 48885FBC2A0C1F440012EEB7;
500+
remoteInfo = AWSKinesisVideoWebRTCStorage;
501+
};
502+
2146098E2B88FA8B002FCE7B /* PBXContainerItemProxy */ = {
503+
isa = PBXContainerItemProxy;
504+
containerPortal = B55D56BD1F44EC3F005A0E56 /* AWSiOSSDKv2.xcodeproj */;
505+
proxyType = 2;
506+
remoteGlobalIDString = 48885FCB2A0C1FB30012EEB7;
507+
remoteInfo = AWSKinesisVideoWebRTCStorageUnitTests;
508+
};
487509
5C33250D2773F43500F2C47B /* PBXContainerItemProxy */ = {
488510
isa = PBXContainerItemProxy;
489511
containerPortal = B55D56BD1F44EC3F005A0E56 /* AWSiOSSDKv2.xcodeproj */;
@@ -1502,6 +1524,13 @@
15021524
17D61FA6216BBC59009B2B9C /* AWSMobileClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AWSMobileClient.swift; sourceTree = "<group>"; };
15031525
17F4F74E21F6B0750068B553 /* AWSCognitoAuth+Extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AWSCognitoAuth+Extensions.h"; sourceTree = "<group>"; };
15041526
17F4F74F21F6B0750068B553 /* AWSCognitoAuth+Extensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "AWSCognitoAuth+Extensions.m"; sourceTree = "<group>"; };
1527+
214609142B88FA8B002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
1528+
214609912B88FABA002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
1529+
214609932B88FAD9002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
1530+
214609952B88FAFF002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
1531+
214609972B88FB0F002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
1532+
214609992B88FB2D002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
1533+
2146099B2B88FB46002FCE7B /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
15051534
5C3324962773F43400F2C47B /* AWSMobileClientDeleteUserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AWSMobileClientDeleteUserTests.swift; sourceTree = "<group>"; };
15061535
68B1317729A95E6400E3B3BC /* WeakHashTable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WeakHashTable.swift; sourceTree = "<group>"; };
15071536
6BB7BF2E23E5E8FB0026E789 /* AWSMobileClient-Mixed-Swift.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AWSMobileClient-Mixed-Swift.h"; sourceTree = "<group>"; };
@@ -1896,6 +1925,7 @@
18961925
1750D0081F2D4DFA006D915E /* AWSUserPoolsSignIn */ = {
18971926
isa = PBXGroup;
18981927
children = (
1928+
2146099B2B88FB46002FCE7B /* PrivacyInfo.xcprivacy */,
18991929
1750D00F1F2D4E23006D915E /* AWSCognitoUserPoolsSignInProvider.h */,
19001930
1750D0101F2D4E23006D915E /* AWSCognitoUserPoolsSignInProvider.m */,
19011931
B5170D2E1F44F091008FD811 /* AWSUserPoolsSignIn.h */,
@@ -1992,6 +2022,7 @@
19922022
1786CA351F2BED3C003421FF /* AWSGoogleSignIn */ = {
19932023
isa = PBXGroup;
19942024
children = (
2025+
214609972B88FB0F002FCE7B /* PrivacyInfo.xcprivacy */,
19952026
B5170CD51F44EF0E008FD811 /* AWSGoogleSignIn.h */,
19962027
1786CA491F2BEDB8003421FF /* AWSGoogleSignInButton.h */,
19972028
1786CA4A1F2BEDB8003421FF /* AWSGoogleSignInButton.m */,
@@ -2006,6 +2037,7 @@
20062037
1786CA421F2BED46003421FF /* AWSFacebookSignIn */ = {
20072038
isa = PBXGroup;
20082039
children = (
2040+
214609952B88FAFF002FCE7B /* PrivacyInfo.xcprivacy */,
20092041
1786CA431F2BED46003421FF /* AWSFacebookSignIn.h */,
20102042
1786CA531F2BEDDD003421FF /* AWSFacebookSignInButton.h */,
20112043
1786CA541F2BEDDD003421FF /* AWSFacebookSignInButton.m */,
@@ -2261,6 +2293,7 @@
22612293
B49C891024B387C3009739FC /* AWSAppleSignIn */ = {
22622294
isa = PBXGroup;
22632295
children = (
2296+
214609142B88FA8B002FCE7B /* PrivacyInfo.xcprivacy */,
22642297
B49C891124B387C3009739FC /* AWSAppleSignIn.h */,
22652298
B49C891324B387C3009739FC /* AWSAppleSignInButton.h */,
22662299
B49C891624B387C3009739FC /* AWSAppleSignInButton.m */,
@@ -2341,6 +2374,7 @@
23412374
B5345D101F366AFA009C1041 /* AWSAuthUI */ = {
23422375
isa = PBXGroup;
23432376
children = (
2377+
214609932B88FAD9002FCE7B /* PrivacyInfo.xcprivacy */,
23442378
B5345D741F366E4A009C1041 /* AWSAuthUI.h */,
23452379
B5150A531F3BF00F00AC8D08 /* AWSAuthUIConfiguration.h */,
23462380
B5150AB11F3BF03D00AC8D08 /* AWSAuthUIConfiguration.m */,
@@ -2477,13 +2511,16 @@
24772511
5C3325142773F43500F2C47B /* AWSChimeSDKMessaging.framework */,
24782512
5C3325162773F43500F2C47B /* AWSChimeSDKMessagingTests.xctest */,
24792513
5C3325182773F43500F2C47B /* AWSChimeSDKMessagingUnitTests.xctest */,
2514+
2146098D2B88FA8B002FCE7B /* AWSKinesisVideoWebRTCStorage.framework */,
2515+
2146098F2B88FA8B002FCE7B /* AWSKinesisVideoWebRTCStorageUnitTests.xctest */,
24802516
);
24812517
name = Products;
24822518
sourceTree = "<group>";
24832519
};
24842520
B5C564B61F2B2302004FF3CF /* AWSAuthCore */ = {
24852521
isa = PBXGroup;
24862522
children = (
2523+
214609912B88FABA002FCE7B /* PrivacyInfo.xcprivacy */,
24872524
B5C564901F2B2162004FF3CF /* AWSAuthCore.h */,
24882525
B9AC6318234F00FA00A713A5 /* AWSAuthUIHelper.h */,
24892526
B9AC6317234F00F900A713A5 /* AWSAuthUIHelper.m */,
@@ -2503,6 +2540,7 @@
25032540
B5FC69021FAFA1AA004790CB /* AWSMobileClient */ = {
25042541
isa = PBXGroup;
25052542
children = (
2543+
214609992B88FB2D002FCE7B /* PrivacyInfo.xcprivacy */,
25062544
B5FC69041FAFA1AA004790CB /* Info.plist */,
25072545
170AD35221921764004E1E88 /* AWSMobileClient.h */,
25082546
B402D00725815C550020B83B /* AWSMobileClientXCF.h */,
@@ -3157,6 +3195,20 @@
31573195
/* End PBXProject section */
31583196

31593197
/* Begin PBXReferenceProxy section */
3198+
2146098D2B88FA8B002FCE7B /* AWSKinesisVideoWebRTCStorage.framework */ = {
3199+
isa = PBXReferenceProxy;
3200+
fileType = wrapper.framework;
3201+
path = AWSKinesisVideoWebRTCStorage.framework;
3202+
remoteRef = 2146098C2B88FA8B002FCE7B /* PBXContainerItemProxy */;
3203+
sourceTree = BUILT_PRODUCTS_DIR;
3204+
};
3205+
2146098F2B88FA8B002FCE7B /* AWSKinesisVideoWebRTCStorageUnitTests.xctest */ = {
3206+
isa = PBXReferenceProxy;
3207+
fileType = wrapper.cfbundle;
3208+
path = AWSKinesisVideoWebRTCStorageUnitTests.xctest;
3209+
remoteRef = 2146098E2B88FA8B002FCE7B /* PBXContainerItemProxy */;
3210+
sourceTree = BUILT_PRODUCTS_DIR;
3211+
};
31603212
5C33250E2773F43500F2C47B /* AWSChimeSDKIdentity.framework */ = {
31613213
isa = PBXReferenceProxy;
31623214
fileType = wrapper.framework;
@@ -3997,6 +4049,7 @@
39974049
isa = PBXResourcesBuildPhase;
39984050
buildActionMask = 2147483647;
39994051
files = (
4052+
21AF5E872BAA07C800997C99 /* PrivacyInfo.xcprivacy in Resources */,
40004053
1711A4EA1F43A49E006105D3 /* AWSUserPools.storyboard in Resources */,
40014054
);
40024055
runOnlyForDeploymentPostprocessing = 0;
@@ -4005,6 +4058,7 @@
40054058
isa = PBXResourcesBuildPhase;
40064059
buildActionMask = 2147483647;
40074060
files = (
4061+
21AF5E832BAA07AE00997C99 /* PrivacyInfo.xcprivacy in Resources */,
40084062
176375681F328D510086588B /* Images.xcassets in Resources */,
40094063
);
40104064
runOnlyForDeploymentPostprocessing = 0;
@@ -4020,6 +4074,7 @@
40204074
isa = PBXResourcesBuildPhase;
40214075
buildActionMask = 2147483647;
40224076
files = (
4077+
21AF5E842BAA07B200997C99 /* PrivacyInfo.xcprivacy in Resources */,
40234078
17DED2A61F32A4E400397F88 /* Images.xcassets in Resources */,
40244079
);
40254080
runOnlyForDeploymentPostprocessing = 0;
@@ -4045,6 +4100,7 @@
40454100
isa = PBXResourcesBuildPhase;
40464101
buildActionMask = 2147483647;
40474102
files = (
4103+
21AF5E862BAA07C100997C99 /* PrivacyInfo.xcprivacy in Resources */,
40484104
);
40494105
runOnlyForDeploymentPostprocessing = 0;
40504106
};
@@ -4068,6 +4124,7 @@
40684124
isa = PBXResourcesBuildPhase;
40694125
buildActionMask = 2147483647;
40704126
files = (
4127+
214609902B88FA8B002FCE7B /* PrivacyInfo.xcprivacy in Resources */,
40714128
);
40724129
runOnlyForDeploymentPostprocessing = 0;
40734130
};
@@ -4090,13 +4147,15 @@
40904147
isa = PBXResourcesBuildPhase;
40914148
buildActionMask = 2147483647;
40924149
files = (
4150+
21AF5E0A2BAA07A400997C99 /* PrivacyInfo.xcprivacy in Resources */,
40934151
);
40944152
runOnlyForDeploymentPostprocessing = 0;
40954153
};
40964154
B5345D0D1F366AFA009C1041 /* Resources */ = {
40974155
isa = PBXResourcesBuildPhase;
40984156
buildActionMask = 2147483647;
40994157
files = (
4158+
21AF5E822BAA07A800997C99 /* PrivacyInfo.xcprivacy in Resources */,
41004159
B5150B1C1F3CE0E500AC8D08 /* Images.xcassets in Resources */,
41014160
B58F54C21F382449009ED450 /* SignIn.storyboard in Resources */,
41024161
);
@@ -4106,6 +4165,7 @@
41064165
isa = PBXResourcesBuildPhase;
41074166
buildActionMask = 2147483647;
41084167
files = (
4168+
21AF5E852BAA07BA00997C99 /* PrivacyInfo.xcprivacy in Resources */,
41094169
);
41104170
runOnlyForDeploymentPostprocessing = 0;
41114171
};

AWSAuthSDK/Sources/AWSAppleSignIn/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.34.0</string>
18+
<string>2.34.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>NSPrivacyCollectedDataTypes</key>
6+
<array/>
7+
<key>NSPrivacyAccessedAPITypes</key>
8+
<array/>
9+
</dict>
10+
</plist>

0 commit comments

Comments
 (0)