Skip to content

Commit 97b1903

Browse files
authored
Streamline copying of privacy manifest (#830)
1 parent 059f77e commit 97b1903

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

AppAuth.podspec

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ It follows the OAuth 2.0 for Native Apps best current practice
5454
externalUserAgent.dependency 'AppAuth/Core'
5555

5656
externalUserAgent.source_files = "Source/AppAuth.h", "Source/AppAuth/*.{h,m}"
57-
externalUserAgent.resource_bundles = {
58-
"AppAuthExternalUserAgent_Privacy" => ["PrivacyInfo.xcprivacy"]
59-
}
6057

6158
# iOS
6259
externalUserAgent.ios.source_files = "Source/AppAuth/iOS/**/*.{h,m}"
@@ -74,9 +71,6 @@ It follows the OAuth 2.0 for Native Apps best current practice
7471
s.subspec 'TV' do |tv|
7572
tv.source_files = "Source/AppAuthTV.h", "Source/AppAuthTV/*.{h,m}"
7673
tv.dependency 'AppAuth/Core'
77-
tv.resource_bundles = {
78-
"AppAuthTV" => ["PrivacyInfo.xcprivacy"]
79-
}
8074
end
8175

8276
s.default_subspecs = 'Core', 'ExternalUserAgent'

PrivacyInfo.xcprivacy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@
44
<dict>
55
<key>NSPrivacyAccessedAPITypes</key>
66
<array>
7-
<dict/>
87
</array>
98
<key>NSPrivacyCollectedDataTypes</key>
109
<array>
11-
<dict/>
1210
</array>
1311
<key>NSPrivacyTrackingDomains</key>
1412
<array/>

0 commit comments

Comments
 (0)