Skip to content

Commit

Permalink
Streamline copying of privacy manifest (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmathias committed Mar 11, 2024
1 parent 059f77e commit 97b1903
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions AppAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ It follows the OAuth 2.0 for Native Apps best current practice
externalUserAgent.dependency 'AppAuth/Core'

externalUserAgent.source_files = "Source/AppAuth.h", "Source/AppAuth/*.{h,m}"
externalUserAgent.resource_bundles = {
"AppAuthExternalUserAgent_Privacy" => ["PrivacyInfo.xcprivacy"]
}

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

s.default_subspecs = 'Core', 'ExternalUserAgent'
Expand Down
2 changes: 0 additions & 2 deletions PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
<dict>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict/>
</array>
<key>NSPrivacyCollectedDataTypes</key>
<array>
<dict/>
</array>
<key>NSPrivacyTrackingDomains</key>
<array/>
Expand Down

0 comments on commit 97b1903

Please sign in to comment.