From 89732bee544897d8bc86603d5d5b8142a4095e3e Mon Sep 17 00:00:00 2001 From: Camden Fullmer Date: Fri, 22 Nov 2024 04:23:11 -0500 Subject: [PATCH] Use the correct case for Xcode. (#17195) --- README.md | 2 +- pkg/apple/iOS/BUILDING | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c85272756b6..42bbe2e3e9c 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ following dependencies come as recommended: - GL headers / Vulkan headers - X11 headers and libs, or EGL/KMS/GBM -OSX port of RetroArch requires latest versions of XCode to build. +OSX port of RetroArch requires latest versions of Xcode to build. RetroArch can utilize these libraries if enabled: diff --git a/pkg/apple/iOS/BUILDING b/pkg/apple/iOS/BUILDING index 3893be8fc1b..362f051b816 100644 --- a/pkg/apple/iOS/BUILDING +++ b/pkg/apple/iOS/BUILDING @@ -1,4 +1,4 @@ -The following instructions will only work if building from OS X, using latest XCode with fake signing enabled. +The following instructions will only work if building from OS X, using latest Xcode with fake signing enabled. To build RetroArch: Open $(root)/ios/RetroArch.xcodeproj, change build type to iOSDevice then choose Product->Build For->Archiving.