Commit 97b576e
committed
fix: properly integrate xcconfig for centralized version management
- Added Version.xcconfig as the single source of truth for versions
- Linked xcconfig to project configurations via baseConfigurationReference
- Removed all hardcoded version values from project.pbxproj
- Added Config group to project structure with xcconfig file
- Updated documentation to reflect the correct process
Now only need to edit V2er/Config/Version.xcconfig to update versions!
No more updating multiple places in project.pbxproj.1 parent fe9a9d3 commit 97b576e
File tree
3 files changed
+22
-21
lines changed- V2er.xcodeproj
- V2er/Config
3 files changed
+22
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
206 | 207 | | |
207 | 208 | | |
208 | 209 | | |
| |||
342 | 343 | | |
343 | 344 | | |
344 | 345 | | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
345 | 354 | | |
346 | 355 | | |
347 | 356 | | |
| |||
448 | 457 | | |
449 | 458 | | |
450 | 459 | | |
| 460 | + | |
451 | 461 | | |
452 | 462 | | |
453 | 463 | | |
| |||
1011 | 1021 | | |
1012 | 1022 | | |
1013 | 1023 | | |
| 1024 | + | |
1014 | 1025 | | |
1015 | 1026 | | |
1016 | 1027 | | |
| |||
1061 | 1072 | | |
1062 | 1073 | | |
1063 | 1074 | | |
1064 | | - | |
1065 | 1075 | | |
1066 | 1076 | | |
1067 | 1077 | | |
1068 | 1078 | | |
1069 | 1079 | | |
1070 | 1080 | | |
1071 | | - | |
1072 | 1081 | | |
1073 | 1082 | | |
1074 | 1083 | | |
1075 | 1084 | | |
1076 | 1085 | | |
| 1086 | + | |
1077 | 1087 | | |
1078 | 1088 | | |
1079 | 1089 | | |
| |||
1118 | 1128 | | |
1119 | 1129 | | |
1120 | 1130 | | |
1121 | | - | |
1122 | 1131 | | |
1123 | 1132 | | |
1124 | 1133 | | |
1125 | 1134 | | |
1126 | 1135 | | |
1127 | 1136 | | |
1128 | | - | |
1129 | 1137 | | |
1130 | 1138 | | |
1131 | 1139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | | - | |
| 25 | + | |
28 | 26 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
35 | 30 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
41 | 34 | | |
42 | 35 | | |
43 | | - | |
| 36 | + | |
44 | 37 | | |
45 | 38 | | |
46 | 39 | | |
47 | | - | |
| 40 | + | |
48 | 41 | | |
49 | 42 | | |
50 | 43 | | |
| |||
0 commit comments