Skip to content

Commit

Permalink
Merge pull request #1044 from visaev/privacy_manifest_cocoapods
Browse files Browse the repository at this point in the history
Fix for Privacy manifest in podspec
  • Loading branch information
krzyzanowskim authored Apr 10, 2024
2 parents 884e184 + d118d9d commit 9e85264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CryptoSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "11.0"
s.source_files = "Sources/CryptoSwift/**/*.swift"
s.requires_arc = true
s.resource_bundles = {"CryptoSwift" => ["Sources/CryptoSwift/PrivacyInfo.xcprivacy"]}
s.resource_bundles = {'CryptoSwift' => ['Sources/CryptoSwift/PrivacyInfo.xcprivacy']}
end

0 comments on commit 9e85264

Please sign in to comment.