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
Run xcstringstool via Open3 so the catalog scan output stays clean
fastlane's sh treats each call as an action: even with log: false it prints a
'--- Step: shell command ---' banner per call and lists it in the run summary. extract is
chunked into ~7 calls and sync runs twice, so that wrapped the real progress in a wall of
banners. Run xcstringstool through Open3.capture2e instead (argv — safe for paths with spaces;
captured output surfaced only on failure), via a run_xcstringstool helper. The scan now prints
just its own progress lines.
0 commit comments