Skip to content

Commit f7ca38a

Browse files
authored
chore: pin the iOS SDK to 3.18.0 (#20)
1 parent 9847c6d commit f7ca38a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Next
22

3+
## 0.1.9 - 2025-01-09
4+
5+
- chore: pin the iOS SDK to 3.18.0
6+
37
## 0.1.8 - 2024-11-26
48

59
- fix: mask sandboxed system views like photo picker and user library photos

posthog-react-native-session-replay.podspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Pod::Spec.new do |s|
1717
s.source_files = "ios/**/*.{swift,h,hpp,m,mm,c,cpp}"
1818

1919
# ~> Version 3.0 and the versions up to 4.0, not including 4.0 and higher
20-
s.dependency 'PostHog', '~> 3.0'
20+
# Pinned to 3.18.0 until https://posthog.com/questions/pods-suddenly-not-able-to-be-installed is resolved
21+
s.dependency 'PostHog', '3.18.0'
2122
s.ios.deployment_target = '13.0'
2223
s.swift_versions = "5.3"
2324

0 commit comments

Comments
 (0)