Commit b63afc3
authored
[MOB-9980] Add
* 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`sync_generated_files CI Job (#749)1 parent 9801356 commit b63afc3
1 file changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
106 | 121 | | |
107 | 122 | | |
108 | 123 | | |
| |||
214 | 229 | | |
215 | 230 | | |
216 | 231 | | |
| 232 | + | |
217 | 233 | | |
218 | 234 | | |
219 | 235 | | |
| |||
223 | 239 | | |
224 | 240 | | |
225 | 241 | | |
| 242 | + | |
226 | 243 | | |
227 | 244 | | |
228 | 245 | | |
| |||
0 commit comments