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
* Add CI Job `validate_changes`
* Rename to `validate_sync`
* Ignore EXCLUDED_ARCHS Changes
These type of change needs to be ignored because it's machine-dependant.
Running the same command on macOS with different architectures, will
make changes in `project.pbxproj` in the following line:
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64";
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
* Rename to `sync_generated_files`
0 commit comments