File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
mac-app-template/Contents Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,23 @@ You need to grant both for the app to work.
4545- "Icon made by Pixel perfect from www.flaticon.com "
4646- Iconset generated with http://www.img2icnsapp.com/
4747- DMG created with [ create-dmg by Sindre Sorhus] ( https://www.npmjs.com/package/create-dmg )
48- - App and DMG notarizations done with [ mitchellh/gon] ( https://github.com/mitchellh/gon )
48+ - up to 1.2.0: App and DMG notarizations done with [ mitchellh/gon] ( https://github.com/mitchellh/gon )
49+
50+ ## For Devs: Release Process (manual, unnotarized)
51+
52+ 1 . Update ./mac-app-template/Info.plist with the new version number
53+ 2 . Run ` ./scripts/01-build.sh `
54+ 3 . Publish / use the dist "./File Summoner.app" in Finder Toolbar
4955
5056---
5157
5258# Changelog
5359
54- ## v.1.2.1 => TODO: Deploy!
60+ ## v1.2.2
61+
62+ - same as v1.2.1, but with correct version number in Info.plist
63+
64+ ## v.1.2.1 => version not changed in Info.plist
5565
5666- Fixes issue on MacOS Sequoia (15.0) where the App would output garbage text before the filename in the new file dialog.
5767 => split filename at "Legacy" to fix garbage output from osa script
Original file line number Diff line number Diff line change 77 <key >CFBundleIconFile </key >
88 <string >icon.icns </string >
99 <key >CFBundleIdentifier </key >
10- <string >de.benjamin-jesuiter .macos-file-summoner </string >
10+ <string >dev.bjesuiter .macos-file-summoner </string >
1111 <key >CFBundleDisplayName </key >
1212 <string >File Summoner </string >
1313 <key >NSHighResolutionCapable </key >
1414 <true />
1515 <key >LSUIElement </key >
1616 <true />
1717 <key >CFBundleShortVersionString </key >
18- <string >1.2.0 </string >
18+ <string >1.2.2 </string >
1919 <key >CFBundlePackageType </key >
2020 <string >APPL </string >
2121 </dict >
You can’t perform that action at this time.
0 commit comments