File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 - name : Install xcbeautify
4444 run : brew list xcbeautify &>/dev/null || brew install xcbeautify
4545
46+ # Secrets.xcconfig is gitignored. Tests do not need analytics keys, so the
47+ # checked-in example template is enough for the project to resolve.
48+ - name : Stub Secrets.xcconfig
49+ run : cp TableProMobile/Secrets.xcconfig.example TableProMobile/Secrets.xcconfig
50+
4651 # macos-26 lazy-loads simulator runtimes; -downloadPlatform pulls the runtime
4752 # matching Xcode's SDK and is a no-op when it is already present.
4853 - name : Install iOS simulator runtime
6873 echo "::error::No iPhone 17 Pro simulator destination is available after downloadPlatform failed."
6974 exit 70
7075
71- # Secrets.xcconfig is gitignored. Tests do not need analytics keys, so the
72- # checked-in example template is enough for the project to resolve.
73- - name : Stub Secrets.xcconfig
74- run : cp TableProMobile/Secrets.xcconfig.example TableProMobile/Secrets.xcconfig
75-
7676 - name : Cache static libraries
7777 uses : actions/cache@v4
7878 with :
You can’t perform that action at this time.
0 commit comments