File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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 />
You can’t perform that action at this time.
0 commit comments