Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add note about macOS flagging apps from the internet and fix a few typos #227

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/user_guide/rcm/sending_payload.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ Now that the device is in RCM, we will need to send it a payload. The methods ar

1. Download the latest release of CrystalRCM.
2. Connect your Switch in RCM to your PC using the USB cable, make sure it's also detected in CrystalRCM.
2. Mount the `CrystalRCM.(version).dmg` file, open the mounted disk image in File Explorer and copy the `CrystalRCM.app` file inside of the mounted disk image to any location on your Mac.
2. Mount the `CrystalRCM.(version).dmg` file, open the mounted disk image in Finder and copy the `CrystalRCM.app` file inside of the mounted disk image to the Applications folder on your Mac.
3. Open the `CrystalRCM.app` app, then click `Payload...` and select the `hekate_ctcaer_X.X.X.bin` file.
- macOS may warn you about the application being downloaded from the internet. To get around this warning, hold the control key while clicking the application, then click Open and Open again.
- **macOS Sequoia users:** Apple has changed how unsigned applications from the internet are opened. You will need to follow the instructions <a href="https://wiki.hacks.guide/wiki/Open_unsigned_applications_on_macOS_Sequoia">here</a> to open the application.
4. Once selected, click `Push!`. The payload should now be injected successfully.
- If your payload was successfully injected your switch should have yellow text that says "Update bootloader folder!", this will be resolved soon.
=== "Android"
Expand Down