mirror of
https://github.com/pawelorzech/MacTorn.git
synced 2026-01-30 04:04: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/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
BIN
MacTorn-1.2.5.zip
Normal file
Binary file not shown.
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue