From fd58aece91cebab74e4e46bd2a13b66da1952c68 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Tue, 12 May 2026 10:55:47 -0700 Subject: [PATCH] renames the DocC bundle and removes the use of @TechnologyRoot This allows the archive to be built and combined with other DocC archives and included in a broader collection with a combined archive --- README.md | 2 +- .../BuildingForAndroid.md | 0 .../GettingStarted.md | 0 .../{Documentation.docc => SwiftAndroid.docc}/Integration.md | 0 .../PortingPackages.md | 0 .../Documentation.md => SwiftAndroid.docc/SwiftAndroid.md} | 4 ---- 6 files changed, 1 insertion(+), 5 deletions(-) rename Sources/SwiftAndroid/{Documentation.docc => SwiftAndroid.docc}/BuildingForAndroid.md (100%) rename Sources/SwiftAndroid/{Documentation.docc => SwiftAndroid.docc}/GettingStarted.md (100%) rename Sources/SwiftAndroid/{Documentation.docc => SwiftAndroid.docc}/Integration.md (100%) rename Sources/SwiftAndroid/{Documentation.docc => SwiftAndroid.docc}/PortingPackages.md (100%) rename Sources/SwiftAndroid/{Documentation.docc/Documentation.md => SwiftAndroid.docc/SwiftAndroid.md} (87%) diff --git a/README.md b/README.md index fa33109..28b8132 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Examples using raw JNI, without generated bridging sources: ## Documentation -The `Sources/SwiftAndroid/Documentation.docc` directory contains a DocC documentation catalog for Swift on Android. To build and preview it locally: +The `Sources/SwiftAndroid/SwiftAndroid.docc` directory contains a DocC documentation catalog for Swift on Android. To build and preview it locally: ```shell swift package generate-documentation --target SwiftAndroid --transform-for-static-hosting --output-path docs diff --git a/Sources/SwiftAndroid/Documentation.docc/BuildingForAndroid.md b/Sources/SwiftAndroid/SwiftAndroid.docc/BuildingForAndroid.md similarity index 100% rename from Sources/SwiftAndroid/Documentation.docc/BuildingForAndroid.md rename to Sources/SwiftAndroid/SwiftAndroid.docc/BuildingForAndroid.md diff --git a/Sources/SwiftAndroid/Documentation.docc/GettingStarted.md b/Sources/SwiftAndroid/SwiftAndroid.docc/GettingStarted.md similarity index 100% rename from Sources/SwiftAndroid/Documentation.docc/GettingStarted.md rename to Sources/SwiftAndroid/SwiftAndroid.docc/GettingStarted.md diff --git a/Sources/SwiftAndroid/Documentation.docc/Integration.md b/Sources/SwiftAndroid/SwiftAndroid.docc/Integration.md similarity index 100% rename from Sources/SwiftAndroid/Documentation.docc/Integration.md rename to Sources/SwiftAndroid/SwiftAndroid.docc/Integration.md diff --git a/Sources/SwiftAndroid/Documentation.docc/PortingPackages.md b/Sources/SwiftAndroid/SwiftAndroid.docc/PortingPackages.md similarity index 100% rename from Sources/SwiftAndroid/Documentation.docc/PortingPackages.md rename to Sources/SwiftAndroid/SwiftAndroid.docc/PortingPackages.md diff --git a/Sources/SwiftAndroid/Documentation.docc/Documentation.md b/Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md similarity index 87% rename from Sources/SwiftAndroid/Documentation.docc/Documentation.md rename to Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md index 3943832..1c04a97 100644 --- a/Sources/SwiftAndroid/Documentation.docc/Documentation.md +++ b/Sources/SwiftAndroid/SwiftAndroid.docc/SwiftAndroid.md @@ -2,10 +2,6 @@ Use Swift to build native libraries and applications for Android -@Metadata { - @TechnologyRoot -} - ## Topics ### Getting Started