From d1d05ebacca82a600a7013300b9b508a7b4f1620 Mon Sep 17 00:00:00 2001 From: Nico Hinderling Date: Thu, 5 Sep 2024 08:37:45 -0700 Subject: [PATCH] slightly simplify spi.yml file --- .spi.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.spi.yml b/.spi.yml index 2524779..53d5100 100644 --- a/.spi.yml +++ b/.spi.yml @@ -1,11 +1,12 @@ +# This is manifest file for the Swift Package Index for it to auto-generate and +# host DocC documentation. +# +# For reference see https://swiftpackageindex.com/swiftpackageindex/spimanifest/documentation/spimanifest/commonusecases#Host-DocC-documentation-in-the-Swift-Package-Index version: 1 builder: configs: - documentation_targets: - - SnapshotPreferences - - Snapshotting - - SnapshottingTests - - platform: ios - scheme: PreviewGallery - - platform: macos - scheme: PreviewGallery + - SnapshotPreferences + - Snapshotting + - SnapshottingTests + - PreviewGallery \ No newline at end of file