commit be2d332ad9c5fc2e1cffca601d79fddf3c8d2970
parent c532223bd9035bbe06ca0c8eacfda3dd95dbbc72
Author: Michael Camilleri <[email protected]>
Date: Wed, 22 Apr 2026 06:59:34 +0900
Change version format
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Crossmate/Info.plist b/Crossmate/Info.plist
@@ -30,7 +30,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.0</string>
+ <string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
diff --git a/project.yml b/project.yml
@@ -29,7 +29,7 @@ targets:
path: Crossmate/Info.plist
properties:
CFBundleDisplayName: Crossmate
- CFBundleShortVersionString: "1.0"
+ CFBundleShortVersionString: "1.0.0"
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
ITSAppUsesNonExemptEncryption: false
LSRequiresIPhoneOS: true