Skip to content

Commit

Permalink
Update release instructions for Xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Oct 16, 2023
1 parent 956d7a7 commit f0ba187
Showing 1 changed file with 2 additions and 2 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

0 comments on commit f0ba187

Please sign in to comment.