@@ -1637,31 +1637,42 @@ specifies availability for the current target platform, the availability
1637
1637
attributes are ignored. Supported platforms are:
1638
1638
1639
1639
``ios``
1640
+ ``ios_app_extension``
1640
1641
Apple's iOS operating system. The minimum deployment target is specified
1641
1642
as part of the ``-target *arch*-apple-ios*version*`` command line argument.
1642
1643
Alternatively, it can be specified by the ``-mtargetos=ios*version*``
1643
1644
command-line argument.
1644
1645
1646
+ ``maccatalyst``
1647
+ ``maccatalyst_app_extension``
1648
+ Apple's Mac Catalyst development environment for its macOS operating system.
1649
+ The minimum deployment target is specified as part of the
1650
+ ``-target *arch*-apple-ios*version*-macabi`` command line argument.
1651
+
1645
1652
``macos``
1653
+ ``macos_app_extension``
1646
1654
Apple's macOS operating system. The minimum deployment target is specified
1647
1655
as part of the ``-target *arch*-apple-macos*version*`` command line argument.
1648
1656
Alternatively, it can be specified by the ``-mtargetos=macos*version*``
1649
1657
command-line argument. ``macosx`` is supported for
1650
1658
backward-compatibility reasons, but it is deprecated.
1651
1659
1652
1660
``tvos``
1661
+ ``tvos_app_extension``
1653
1662
Apple's tvOS operating system. The minimum deployment target is specified
1654
1663
as part of the ``-target *arch*-apple-tvos*version*`` command line argument.
1655
1664
Alternatively, it can be specified by the ``-mtargetos=tvos*version*``
1656
1665
command-line argument.
1657
1666
1658
1667
``watchos``
1668
+ ``watchos_app_extension``
1659
1669
Apple's watchOS operating system. The minimum deployment target is specified
1660
1670
as part of the ``-target *arch*-apple-watchos*version*`` command line argument.
1661
1671
Alternatively, it can be specified by the ``-mtargetos=watchos*version*``
1662
1672
command-line argument.
1663
1673
1664
1674
``visionos``
1675
+ ``visionos_app_extension``
1665
1676
Apple's visionOS operating system. The minimum deployment target is specified
1666
1677
as part of the ``-target *arch*-apple-visionos*version*`` command line argument.
1667
1678
Alternatively, it can be specified by the ``-mtargetos=visionos*version*``
0 commit comments