Skip to content

Commit

Permalink
Fix Xcode minimum x86_64 version (works in 10.11 now for some reason).
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceLR committed Mar 2, 2025
1 parent e90afb1 commit 5891cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/platform_matrix.html
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@
xcode:
{
platform: "xcode",
description: "macOS 10.13+ (Xcode)",
description: "macOS 10.11+ (Xcode)",
architecture: "x86_64 (Mach-O) <br> AArch64 (Mach-O) <br>" + note_link("macOS"),
endian: "Little",
toolchain: "clang 1200.0.32.29 <br> LLVM 12.0.0",
Expand Down Expand Up @@ -1077,7 +1077,7 @@ <h2 id="notemacOS">Darwin/Xcode Architectures</h2>
<tr>
<th>x86_64</th>
<td>Xcode 14.2<br>13.1 SDK</td>
<td>10.13</td>
<td>10.11</td>
<td>SDL2 (latest)<br>SDL3 (latest)</td>
<td>Xcode 9.4.1<br>10.13 SDK</td>
<td>10.6</td>
Expand Down

0 comments on commit 5891cd5

Please sign in to comment.