Skip to content

Commit bbef4ab

Browse files
authored
chore: pin the iOS SDK to 3.20.x (#27)
1 parent 7e5eace commit bbef4ab

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

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

3+
## 1.0.5 - 2025-03-04
4+
5+
- chore: pin the iOS SDK to 3.20.x
6+
37
## 1.0.4 - 2025-03-03
48

59
- chore: pin the iOS SDK to 3.18.x until we fix [this issue](https://github.com/PostHog/posthog-ios/issues/292)

posthog-react-native-session-replay.podspec

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ Pod::Spec.new do |s|
1616

1717
s.source_files = "ios/**/*.{swift,h,hpp,m,mm,c,cpp}"
1818

19-
# ~> Version 3.18.0 up to, but not including, 3.19
20-
# fix after https://github.com/PostHog/posthog-ios/issues/292
21-
s.dependency 'PostHog', '~> 3.18'
19+
# ~> Version 3.20.0 up to, but not including, 4.0.0
20+
s.dependency 'PostHog', '~> 3.20'
2221
s.ios.deployment_target = '13.0'
2322
s.swift_versions = "5.3"
2423

0 commit comments

Comments
 (0)