Skip to content

Commit

Permalink
release verison 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bjesuiter committed Oct 5, 2024
1 parent 4679557 commit da7a833
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,23 @@ You need to grant both for the app to work.
- "Icon made by Pixel perfect from www.flaticon.com"
- Iconset generated with http://www.img2icnsapp.com/
- DMG created with [create-dmg by Sindre Sorhus](https://www.npmjs.com/package/create-dmg)
- App and DMG notarizations done with [mitchellh/gon](https://github.com/mitchellh/gon)
- up to 1.2.0: App and DMG notarizations done with [mitchellh/gon](https://github.com/mitchellh/gon)

## For Devs: Release Process (manual, unnotarized)

1. Update ./mac-app-template/Info.plist with the new version number
2. Run `./scripts/01-build.sh`
3. Publish / use the dist "./File Summoner.app" in Finder Toolbar

---

# Changelog

## v.1.2.1 => TODO: Deploy!
## v1.2.2

- same as v1.2.1, but with correct version number in Info.plist

## v.1.2.1 => version not changed in Info.plist

- Fixes issue on MacOS Sequoia (15.0) where the App would output garbage text before the filename in the new file dialog.
=> split filename at "Legacy" to fix garbage output from osa script
Expand Down
4 changes: 2 additions & 2 deletions mac-app-template/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundleIdentifier</key>
<string>de.benjamin-jesuiter.macos-file-summoner</string>
<string>dev.bjesuiter.macos-file-summoner</string>
<key>CFBundleDisplayName</key>
<string>File Summoner</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>LSUIElement</key>
<true/>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>1.2.2</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
</dict>
Expand Down

0 comments on commit da7a833

Please sign in to comment.