blob: 7c2a961c1adc4f538ce14aa9751577fcca927e11 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Versioning system
VERSIONING_SYSTEM = apple-generic
// Marketing version, aka major.minor
MARKETING_VERSION = 2025.9
// Build number
// Normally we reset the build number to 1 after bumping MARKETING_VERSION.
// Otherwise increment it for each subsequent TestFlight submission.
CURRENT_PROJECT_VERSION = 1
|