From 192d6bc8a7c14f5f7e217c45ece7cffc43d90a69 Mon Sep 17 00:00:00 2001 From: Poovamraj T T Date: Fri, 12 Apr 2024 16:18:49 +0200 Subject: [PATCH] Handle text issue --- Auth0.podspec | 2 +- Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Auth0.podspec b/Auth0.podspec index b6f7df8d..b59ee5cb 100644 --- a/Auth0.podspec +++ b/Auth0.podspec @@ -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' diff --git a/Package.swift b/Package.swift index 9d38fe8e..3d5b21f5 100644 --- a/Package.swift +++ b/Package.swift @@ -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",