You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sample/README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,11 +64,7 @@ cd sample/ios
64
64
pod install
65
65
```
66
66
67
-
The sample Podfile pins the standard Rokt kit with:
68
-
69
-
```ruby
70
-
pod 'mParticle-Rokt', '~> 9.2'
71
-
```
67
+
The sample Podfile pins `mParticle-Rokt``~> 9.2` and **`Rokt-Widget``5.2.0` exactly** so CocoaPods always pulls the matching `RoktUXHelper` line (Rokt ties their versions) and iOS CI stays reproducible. Bump that version when you intentionally adopt a newer Rokt iOS SDK.
72
68
73
69
The sample Android app pins `com.mparticle:android-core` and
74
70
`com.mparticle:android-rokt-kit` to `5.79.0` so the Rokt session APIs and
0 commit comments