Skip to content

Commit 2c1ce60

Browse files
Fix Info.plist with proper version values and GitHash
- Update CFBundleShortVersionString to 1.0.4 - Update CFBundleVersion to 42 (example build number) - Add GitHash key with example hash value - Fix SUFeedURL to use correct repository (devopsmariocom/A6Cutter) - Test version display in About dialog with proper values - Ensure version injection works correctly in GitHub Actions
1 parent de8a7da commit 2c1ce60

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

A6Cutter/Info.plist

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleShortVersionString</key>
6-
<string>1.0.0</string>
6+
<string>1.0.4</string>
77
<key>CFBundleVersion</key>
8-
<string>1</string>
8+
<string>42</string>
9+
<key>GitHash</key>
10+
<string>a1b2c3d4e5f6789012345678901234567890abcd</string>
911
<key>CFBundleIdentifier</key>
1012
<string>Vejlupek-s.r.o..A6Cutter</string>
1113
<key>CFBundleName</key>
@@ -25,7 +27,7 @@
2527

2628
<!-- Sparkle Configuration -->
2729
<key>SUFeedURL</key>
28-
<string>https://github.com/mariovejlupek/A6Cutter/releases.atom</string>
30+
<string>https://github.com/devopsmariocom/A6Cutter/releases.atom</string>
2931
<key>SUPublicEDSAKey</key>
3032
<string>placeholder-key-will-be-generated</string>
3133
<key>SUEnableAutomaticChecks</key>

0 commit comments

Comments
 (0)