EditorExportPlatformAppleEmbedded.xml 757 B

12345678910111213
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="EditorExportPlatformAppleEmbedded" inherits="EditorExportPlatform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. Base class for the Apple embedded platform exporters (iOS and visionOS).
  5. </brief_description>
  6. <description>
  7. The base class for Apple embedded platform exporters. These include iOS and visionOS, but not macOS. See the classes inheriting from this one for more details.
  8. </description>
  9. <tutorials>
  10. <link title="Exporting for iOS">$DOCS_URL/tutorials/export/exporting_for_ios.html</link>
  11. <link title="iOS plugins documentation index">$DOCS_URL/tutorials/platform/ios/index.html</link>
  12. </tutorials>
  13. </class>