Skip to content

Commit

Permalink
Handle text issue
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj committed Apr 12, 2024
1 parent 0cdff1b commit 192d6bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Auth0.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/auth0/Auth0.swift.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/auth0'
s.source_files = 'Auth0/*.swift'
s.resources = "Sources/AuthFoundation/Resources/**/*"
s.resources = "Resources/PrivacyInfo.xcprivacy"
s.swift_versions = ['5.7', '5.8']

s.dependency 'SimpleKeychain', '~> 1.1'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
],
path: "Auth0",
exclude: ["Info.plist"],
resources: [.copy(./Resources/PrivacyInfo.xcprivacy)]
resources: [.copy(./Resources/PrivacyInfo.xcprivacy)],
swiftSettings: swiftSettings),
.testTarget(
name: "Auth0Tests",
Expand Down

0 comments on commit 192d6bc

Please sign in to comment.