Skip to content

Commit e749eff

Browse files
fix(ios): stamp Podfile.lock with pinned CocoaPods 1.15.2 (match CI)
Prior lock was generated by system CocoaPods 1.16.2; CI uses the Gemfile-pinned 1.15.2, so its pod install rewrote the version line and tripped uat.sh's clean-tree check. Regenerated with 1.15.2 so CI's pod install is a no-op. Co-Authored-By: Dishit Karia <hanmadishit74@gmail.com>
1 parent c1afb95 commit e749eff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3981,4 +3981,4 @@ SPEC CHECKSUMS:
39813981

39823982
PODFILE CHECKSUM: 7e3cc52eb1420b70214416b0f5e4aca31f6ba1c7
39833983

3984-
COCOAPODS: 1.16.2
3984+
COCOAPODS: 1.15.2

0 commit comments

Comments
 (0)