mirror of
https://github.com/pawelorzech/MacTorn.git
synced 2026-01-29 19:54:27 +00:00
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:
parent
4f8772f986
commit
8d4645c2a2
4 changed files with 9 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -61,3 +61,10 @@ fastlane/Preview.html
|
|||
fastlane/screenshots/**/*.png
|
||||
fastlane/test_output
|
||||
.DS_Store
|
||||
|
||||
# Build output
|
||||
build/
|
||||
DerivedData/
|
||||
|
||||
# Archive folder (old releases)
|
||||
archive/
|
||||
|
|
|
|||
Binary file not shown.
BIN
MacTorn-1.2.5.zip
Normal file
BIN
MacTorn-1.2.5.zip
Normal file
Binary file not shown.
|
|
@ -17,8 +17,8 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.2.2</string>
|
||||
<string>1.2.5</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.2.2</string>
|
||||
<string>1.2.5</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
Loading…
Reference in a new issue