From f4f4c97d038cfdd915067d1a9f6dfc6a03757539 Mon Sep 17 00:00:00 2001 From: C4ndyF1sh Date: Sun, 16 Feb 2025 17:02:10 +0000 Subject: [PATCH] Correct device requirements The iPhone X and iPad 7th Gen are both arm64, even though this emulator only supports arm64e devices. That's why I changed the device requirements to iPhone XS/XR and later, and iPad 8th Gen and later --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be5400a09..f4650feed 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ # Compatibility -MeloNX works on iPhone X and later and iPad 7th Gen and later. Check out the Compatibility on the website. +MeloNX works on iPhone XS/XR and later and iPad 8th Gen and later. Check out the Compatibility on the website. # Usage