Commit e071b61
fix(ios): use build setting variables for version in Info.plist
The literal values in Info.plist were not being overridden by the
MARKETING_VERSION and CURRENT_PROJECT_VERSION xcodebuild flags.
Use $(MARKETING_VERSION) and $(CURRENT_PROJECT_VERSION) variable
references so CI can set the version from the git tag.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2181101 commit e071b61
1 file changed
Lines changed: 2 additions & 2 deletions
| 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