Skip to content

Commit 134b513

Browse files
Update Info.plist for versioning and remove deprecated build files
πŸ”§ Versioning Changes: - Updated CFBundleShortVersionString to v1.0.52-dev. - Revised CFBundleVersion and GitHash for accurate tracking. πŸ—‘οΈ Build Cleanup: - Removed obsolete files from the dmg build, including application Info.plist, PkgInfo, and resources. These changes enhance version clarity and streamline the build process by eliminating unnecessary files.
1 parent c7c8d39 commit 134b513

14 files changed

Lines changed: 5 additions & 293 deletions

File tree

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ keys/
88
bin/
99
releases/
1010
appcast.xml
11+
build/*
1112
*.dmg

β€ŽA6Cutter/Info.plistβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
<key>CFBundlePackageType</key>
1414
<string>APPL</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>v1.0.50</string>
16+
<string>v1.0.52-dev</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>
20-
<string>42</string>
20+
<string>c7c8d39</string>
2121
<key>GitHash</key>
22-
<string>8b8052ebb28a6424e2a95938f2439b7144d1a4ee</string>
22+
<string>c7c8d39aa3588d727365843cfebf5ff93c8fb721</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>14.0</string>
2525
<key>NSHumanReadableCopyright</key>

β€Žbuild/dmg/A6Cutter.app/Contents/Info.plistβ€Ž

Lines changed: 0 additions & 50 deletions
This file was deleted.
-1.14 MB
Binary file not shown.

β€Žbuild/dmg/A6Cutter.app/Contents/PkgInfoβ€Ž

Lines changed: 0 additions & 1 deletion
This file was deleted.
-94.2 KB
Binary file not shown.
-1.41 MB
Binary file not shown.

β€Žbuild/dmg/A6Cutter.app/Contents/Resources/Info.plistβ€Ž

Lines changed: 0 additions & 50 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
Β (0)