Skip to content

Commit 5ca7f41

Browse files
authored
fix: fixed the declaration of the privacy manifest in Auth0.podspec (#846)
1 parent ecd6fbd commit 5ca7f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Auth0.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Pod::Spec.new do |s|
4141
s.source = { :git => 'https://github.com/auth0/Auth0.swift.git', :tag => s.version.to_s }
4242
s.social_media_url = 'https://twitter.com/auth0'
4343
s.source_files = 'Auth0/*.swift'
44-
s.resources = "Auth0/PrivacyInfo.xcprivacy"
44+
s.resource_bundles = { s.name => 'Auth0/PrivacyInfo.xcprivacy' }
4545
s.swift_versions = ['5.7', '5.8']
4646

4747
s.dependency 'SimpleKeychain', '~> 1.1'

0 commit comments

Comments
 (0)