From f245cd09e6f7c22d48ec7db06074dccc0b4fbd77 Mon Sep 17 00:00:00 2001 From: Carl Vitasa Date: Fri, 19 Aug 2022 00:27:16 -0700 Subject: [PATCH] Updated Working on macOS (markdown) --- Working-on-macOS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Working-on-macOS.md b/Working-on-macOS.md index 6bbf59d..858914e 100644 --- a/Working-on-macOS.md +++ b/Working-on-macOS.md @@ -178,11 +178,11 @@ Here's a 32 megabyte dmg: ``` hdiutil create -size 32m -fs HFS+ -volname "My App" my_app_writeable.dmg ``` -2. This should tell you something like `/dev/disk3` or something. Make a note of that, you'll need it. +2. Attach `my_app_writeable.dmg`. This should tell you something like `/dev/disk3` or something. Make a note of that, you'll need it for the next step. ``` hdiutil attach my_app_writeable.dmg ``` -3. Drag your app into the dmg. Then run this, replacing `disk999` with whatever `/dev/disk` was specified. +3. Drag your app into the dmg. Then run this, replacing `disk999` with whatever `/dev/disk` was specified in the previous step. ``` hdiutil detach /dev/disk999 ``` @@ -190,4 +190,4 @@ hdiutil detach /dev/disk999 ``` hdiutil convert my_app_writeable.dmg -format UDZO -o my_app.dmg ``` -5. There you go. `my_app.dmg` is ready to be sent to all your most trusted game critics. +5. Share it. Congratulations, `my_app.dmg` is ready to be sent to all your most trusted game critics.