diff --git a/AppAuth.podspec b/AppAuth.podspec index 5df6b76fe..27f2fac3a 100644 --- a/AppAuth.podspec +++ b/AppAuth.podspec @@ -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}" @@ -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' diff --git a/PrivacyInfo.xcprivacy b/PrivacyInfo.xcprivacy index 33b390120..cc6746dcb 100644 --- a/PrivacyInfo.xcprivacy +++ b/PrivacyInfo.xcprivacy @@ -4,11 +4,9 @@ NSPrivacyAccessedAPITypes - NSPrivacyCollectedDataTypes - NSPrivacyTrackingDomains