Commit 88c991d
committed
Mimic GitHub Actions build format for local development
🔧 Local Build Format Changes:
- Added -dev suffix to version string to distinguish local builds
- Version now shows as 'v1.0.29-dev' instead of 'v1.0.29'
- Maintains same Info.plist structure as GitHub Actions builds
- CFBundleShortVersionString: 'v1.0.29-dev' (with -dev suffix)
- CFBundleVersion: '5e0c33d' (git short hash, same as before)
- GitHash: full git commit hash (same as before)
📱 About Dialog Improvements:
- Now correctly displays version with -dev suffix
- Maintains consistent format across local and GitHub Actions builds
- Clear distinction between development and release builds
This ensures local builds are clearly identifiable while maintaining compatibility with GitHub Actions build format.1 parent 5e0c33d commit 88c991d
3 files changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments