From d2f5eb77d83a0d68bb7adfad4cc5d917024cc346 Mon Sep 17 00:00:00 2001 From: techmuse <44119098+techmuse8@users.noreply.github.com> Date: Mon, 15 Mar 2021 20:15:45 -0400 Subject: [PATCH] Add F3XSwift for newer macOS releases (#1802) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- _pages/en_US/f3-(linux).txt | 2 +- _pages/en_US/f3x-(mac).txt | 3 +++ _pages/en_US/f3xswift-(mac).txt | 38 ++++++++++++++++++++++++++++++++ _pages/en_US/get-started.txt | 4 +++- _pages/en_US/site-navigation.txt | 1 + assets/js/_main.js | 2 +- 6 files changed, 47 insertions(+), 3 deletions(-) create mode 100644 _pages/en_US/f3xswift-(mac).txt diff --git a/_pages/en_US/f3-(linux).txt b/_pages/en_US/f3-(linux).txt index 402077d357..ac42b99f4d 100644 --- a/_pages/en_US/f3-(linux).txt +++ b/_pages/en_US/f3-(linux).txt @@ -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! diff --git a/_pages/en_US/f3x-(mac).txt b/_pages/en_US/f3x-(mac).txt index d8b57a9b97..6813f3be87 100644 --- a/_pages/en_US/f3x-(mac).txt +++ b/_pages/en_US/f3x-(mac).txt @@ -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) diff --git a/_pages/en_US/f3xswift-(mac).txt b/_pages/en_US/f3xswift-(mac).txt new file mode 100644 index 0000000000..bf4806a18f --- /dev/null +++ b/_pages/en_US/f3xswift-(mac).txt @@ -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} diff --git a/_pages/en_US/get-started.txt b/_pages/en_US/get-started.txt index a7240e762e..c92df61b00 100644 --- a/_pages/en_US/get-started.txt +++ b/_pages/en_US/get-started.txt @@ -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))    [![New 3DS XL](/images/new3dsxl.png)](get-started-(new-3ds))

[![New 2DS XL](/images/new2dsxl.png)](get-started-(new-3ds)) | [![Old 3DS](/images/old3ds.png)](get-started-(old-3ds))    [![Old 3DS XL](/images/old3dsxl.png)](get-started-(old-3ds))

[![2DS](/images/2ds.png)](get-started-(old-3ds)) | diff --git a/_pages/en_US/site-navigation.txt b/_pages/en_US/site-navigation.txt index 37448fb9d6..56a3378c2d 100644 --- a/_pages/en_US/site-navigation.txt +++ b/_pages/en_US/site-navigation.txt @@ -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) diff --git a/assets/js/_main.js b/assets/js/_main.js index 03743a5957..baceea9987 100644 --- a/assets/js/_main.js +++ b/assets/js/_main.js @@ -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"];