Skip to content

Commit

Permalink
fix: PrivacyInfo warning when using Cocoapods (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored May 23, 2024
1 parent dcb2b1d commit 4c5b053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Next

- allow anonymous id generation to be configurable ([#133](https://github.com/PostHog/posthog-ios/pull/133))
- fix: PrivacyInfo warning when using Cocoapods ([#138](https://github.com/PostHog/posthog-ios/pull/138))

## 3.3.0 - 2024-05-21

Expand Down
2 changes: 1 addition & 1 deletion PostHog.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Pod::Spec.new do |s|
s.frameworks = 'Foundation'

s.source_files = [
'PostHog/**/*'
'PostHog/**/*.{swift,h,hpp,m,mm,c,cpp}'
]
s.resource_bundles = { "PostHog" => "PostHog/Resources/PrivacyInfo.xcprivacy" }
end

0 comments on commit 4c5b053

Please sign in to comment.