Skip to content

Commit

Permalink
- chore: pin the iOS SDK to 3.18.0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Jan 9, 2025
1 parent 100e2f7 commit a72d8a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Next

## 4.9.3

- chore: pin the iOS SDK to 3.18.0 ([#149](https://github.com/PostHog/posthog-flutter/pull/149))

## 4.9.2

- chore: improve error logging when capturing snapshots ([#146](https://github.com/PostHog/posthog-flutter/pull/146))
Expand Down
3 changes: 2 additions & 1 deletion ios/posthog_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Postog flutter plugin
s.osx.dependency 'FlutterMacOS'

# ~> Version 3.0 and the versions up to 4.0, not including 4.0 and higher
s.dependency 'PostHog', '~> 3.0'
# Pinned to 3.18.0 until https://posthog.com/questions/pods-suddenly-not-able-to-be-installed is resolved
s.dependency 'PostHog', '3.18.0'

s.ios.deployment_target = '13.0'
# PH iOS SDK 3.0.0 requires >= 10.15
Expand Down

0 comments on commit a72d8a9

Please sign in to comment.