feat: Update application version to 1.2.5, add new release archive, and update gitignore to include build artifacts and archive folder.

This commit is contained in:
Paweł Orzech 2026-01-18 00:32:21 +00:00
parent 4f8772f986
commit 8d4645c2a2
No known key found for this signature in database
4 changed files with 9 additions and 2 deletions

7
.gitignore vendored
View file

@ -61,3 +61,10 @@ fastlane/Preview.html
fastlane/screenshots/**/*.png fastlane/screenshots/**/*.png
fastlane/test_output fastlane/test_output
.DS_Store .DS_Store
# Build output
build/
DerivedData/
# Archive folder (old releases)
archive/

Binary file not shown.

BIN
MacTorn-1.2.5.zip Normal file

Binary file not shown.

View file

@ -17,8 +17,8 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.2.2</string> <string>1.2.5</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.2.2</string> <string>1.2.5</string>
</dict> </dict>
</plist> </plist>