fix(macos): restore the CocoaPods version the runners regenerate

The lockfile was last written by CocoaPods 1.16.2 while the macOS runner
ships 1.17.0, so `flutter build macos --config-only` ran pod install,
rewrote the marker, and tripped the guard that asserts Flutter
configuration leaves the committed lockfile untouched. ios/Podfile.lock
already records 1.17.0, which is why only macOS failed.
This commit is contained in:
edde746
2026-07-26 23:05:16 +02:00
parent 35f7a12d7c
commit a893e1859c
+1 -1
View File
@@ -38,4 +38,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: d16f5e5d196d1ca9863d7a71d5885cad7ffa7d2d PODFILE CHECKSUM: d16f5e5d196d1ca9863d7a71d5885cad7ffa7d2d
COCOAPODS: 1.16.2 COCOAPODS: 1.17.0