Add F3XSwift for newer macOS releases (#1802)

* Added F3

* Added guide

* Delete f3x-(mac).txt

* whoop

* Update _main.js

* Fixing mistakes part1

* Removed "The Latest Release of" text

* Reworded cd command

* Update f3-(mac).txt

* Make user move f3 folder to desktop

suggested by lilyuwuu so that way all users can be on the same page when doing the command line instructions.

* Made one line not sound as run on

* Changed “Run” to type

Decided to change it based off the command typing sections in the linux sd formatting guide

* Changed “F3X” to F3

How did i miss this

* Changed F3 again

I missed it again like how

* Add files via upload

* Not needed due to F3XSwift

* Rewritten for F3XSwift

* Update _main.js

* changed to F3XSwift

How did I miss this when I originally started it

* changed to F3XSwift

* corrected issues pointed out

* Changed to resolve conflict&readd sd notice

* fixed again

* Update get-started.txt

* made it appear once

accidentally cp'd it during editing

* readied for version issues

* Update get-started.txt

* Update f3x-(mac).txt

* F3XSwift-Mac: Add macOS compatibility warning; clarify instructions

* get-started: Switch link from F3X to F3XSwift

* site-nav: Add F3X to list

Co-authored-by: Lily <lily@uwuu.ca>
This commit is contained in:
techmuse 2021-03-15 20:15:45 -04:00 committed by GitHub
parent e35f55eb4d
commit d2f5eb77d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 47 additions and 3 deletions

View file

@ -56,7 +56,7 @@ Average Reading speed: 9.42 MB/s
___
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on your SD card
If the test shows the result `Data LOST: 0.00 Byte (0 sectors)`, your SD card is good and you can delete all `.h2w` files on your SD card
{: .notice--success}
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!

View file

@ -12,6 +12,9 @@ Depending on the size of your SD card and the speed of your computer, this proce
This page is for Mac users only. If you are not on Mac, check out the [H2testw (windows)](h2testw-(windows)) or [F3 (Linux)](f3-(linux)) pages.
If you're using a Mac on macOS 10.13 (High Sierra) and above, follow [F3XSwift (Mac)](f3xswift-(mac)) instead.
{: .notice--primary}
### What You Need
* The latest release of [F3X](https://github.com/insidegui/F3X/releases/latest)

View file

@ -0,0 +1,38 @@
---
title: "F3XSwift (Mac)"
---
{% include toc title="Table of Contents" %}
### Required Reading
This is an add-on section for checking your SD card for errors using F3XSwift.
Depending on the size of your SD card and the speed of your computer, this process can take up to several hours!
This page is for Mac users only. If you are not on Mac, check out the [H2testw (Windows)](h2testw-(windows)) or [F3 (Linux)](f3-(linux)) pages.
F3XSwift is only compatible with macOS 10.13 (High Sierra) and above. If you have an older version of macOS, follow [F3X (Mac)](f3x-(mac)) instead.
{: .notice--primary}
### What You Need
* The latest release of [F3XSwift](https://github.com/vrunkel/F3XSwift/releases/latest)
### Instructions
1. Insert your SD card into your computer
1. Run the F3XSwift app
1. Select your SD card from the list of volumes
1. Click "Test"
1. Click "Open" to confirm writing to your SD card
1. Wait until the process is complete
If the test shows the result `Success! Your card is ok!`, your SD card is good and you can delete all .h2w files on your SD card
{: .notice--success}
If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it!
{: .notice--danger}
### Return to [Get Started](get-started)
{: .notice--primary}

View file

@ -13,9 +13,11 @@ Different device models, versions, and regions will require different steps to a
The colors of the devices in the image may vary, but note the button placement and features of each device carefully to ensure you select the correct one.
Click the image of your device to take you to the appropriate page.
Before starting, you may want to check your SD card for errors using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3XSwift (Mac)](f3xswift-(mac))!
{: .notice--warning}
| New 3DS or New 2DS | Old 3DS or Old 2DS |
|:-:|:-:|
| [![New 3DS](/images/new3ds.png)](get-started-(new-3ds)) &nbsp;&nbsp; [![New 3DS XL](/images/new3dsxl.png)](get-started-(new-3ds)) <br><br> [![New 2DS XL](/images/new2dsxl.png)](get-started-(new-3ds)) | [![Old 3DS](/images/old3ds.png)](get-started-(old-3ds)) &nbsp;&nbsp; [![Old 3DS XL](/images/old3dsxl.png)](get-started-(old-3ds)) <br><br> [![2DS](/images/2ds.png)](get-started-(old-3ds)) |

View file

@ -27,6 +27,7 @@ sitemap: false
+ [Donations](donations)
+ [F3 (Linux)](f3-(linux))
+ [F3X (Mac)](f3x-(mac))
+ [F3XSwift (Mac)](f3xswift-(mac))
+ [FAQ](faq)
+ [File Extensions (Windows)](file-extensions-(windows))
+ [Finalizing Setup](finalizing-setup)

View file

@ -111,7 +111,7 @@ $(document).ready(function(){
}
var sidebar_shown = true;
var sidebar_hidden_pages = ["404", "a9lh-to-b9s", "credits", "donations", "f3-(linux)", "f3x-(mac)", "faq",
var sidebar_hidden_pages = ["404", "a9lh-to-b9s", "credits", "donations", "f3-(linux)", "f3xswift-(mac)", "faq",
"file-extensions-(windows)", "get-started", "godmode9-usage", "h2testw-(windows)",
"region-changing", "site-navigation", "troubleshooting", "uninstall-cfw",
"updating-b9s", "why-ads", "privacy-policy", "checking-for-cfw"];