ci: improve speed by caching brew install step and reading project settings from dumped xcodebuild -showProjectSettings instead of invoking each time.

This commit is contained in:
mahee96
2026-02-24 18:54:41 +05:30
parent 046d2788b9
commit b7085aaeca
4 changed files with 53 additions and 16 deletions

View File

@@ -5,7 +5,6 @@ import json
import subprocess
from pathlib import Path
import argparse
import textwrap
import sys
SCRIPT_DIR = Path(__file__).resolve().parent