Skip to content

Commit

Permalink
Merge pull request #200 from homebysix/dev
Browse files Browse the repository at this point in the history
Last minute adjustments for v2.3.0
  • Loading branch information
homebysix committed Oct 16, 2023
2 parents b1ae373 + f0ba187 commit f6c9f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

7. Open Xcode and choose __Product > Archive__.

8. Click __Distribute App > Developer ID > Next > Upload__. Wait for notarization to complete.
8. Click __Distribute App > Direct Distribution > Distribute__. Wait for notarization to complete.

9. Once ready, click __Export Notarized App__ and save to __build/Release/Recipe Robot.app__.

Expand All @@ -37,7 +37,7 @@
zmv -v 'build/Recipe Robot (*).dmg' 'build/RecipeRobot-$1.dmg'
open build/

11. Create new release on GitHub. Add notes from change log. Attach built disk image.
11. Create new release on GitHub with title format `Recipe Robot X.X.X`. Set label format to `vX.X.X`. Add notes from change log. Attach built disk image.

12. Trigger a GitHub Pages build, which updates the Sparkle feed ([using @huangyq23's method detailed here](https://www.yiqiu.me/2015/11/19/sparkle-update-on-github/)):

Expand Down
2 changes: 1 addition & 1 deletion app/Recipe Robot/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>RRBT</string>
<key>CFBundleVersion</key>
<string>1334</string>
<string>1363</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit f6c9f15

Please sign in to comment.