Commit e36d1d5
committed
fix: use build variables for version in Info.plist
- Replace hardcoded version values with build variables
- CFBundleShortVersionString now uses $(MARKETING_VERSION)
- CFBundleVersion now uses $(CURRENT_PROJECT_VERSION)
- This ensures versions are always synchronized with project settings
- Fixes App Store submission errors ITMS-90186 and ITMS-900621 parent 3215244 commit e36d1d5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments