Skip to content

Commit 90638f8

Browse files
committed
Update macOS tag table to use canonical values.
1 parent 1f36a15 commit 90638f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/specifications/platform-compatibility-tags.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ the following list that describes the set of supported architectures:
217217
``arch`` Architectures supported
218218
============== ========================================
219219
``universal2`` ``arm64``, ``x86_64``
220-
``universal`` ``ppc64``, ``i386``, ``x86_64``
220+
``universal`` ``i386``, ``ppc``, ``ppc64``, ``x86_64``
221221
``intel`` ``i386``, ``x86_64``
222-
``fat`` ``ppc``, ``ppc64``, ``i386``, ``x86_64``
223-
``fat32`` ``ppc``, ``i386``
222+
``fat`` ``i386``, ``ppc``
223+
``fat3`` ``i386``, ``ppc``, ``x86_64``
224224
``fat64`` ``ppc64``, ``x86_64``
225225
============== ========================================
226226

0 commit comments

Comments
 (0)