PostHog / posthog-ios

PostHog iOS SDK
https://posthog.com/docs/libraries/ios
MIT License
28 stars 37 forks source link

chore: read `$app_name` from `CFBundleDisplayName` as a fallback if `CFBundleName` isn't available #108

Closed marandaneto closed 4 months ago

marandaneto commented 4 months ago

:bulb: Motivation and Context

Closes https://github.com/PostHog/posthog-ios/issues/92

:green_heart: How did you test it?

both are always xctest because it comes from the test runner, test already exists.

:pencil: Checklist