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
Use file write instead of echo when generating the Podfile
On some versions of Mac, echo does not support -e, leading to malformed Podfiles. Switch to use file write instead. From testing, it only regenerates the file if the CMakeLists changes, which is desired.
PiperOrigin-RevId: 246597608
0 commit comments