From bd975598805b66e952ce88969d366de198b6db92 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 24 Apr 2025 16:04:45 +0200 Subject: [PATCH] chore: more repo maintenance --- .../xcshareddata/xcschemes/OpenCloud.xcscheme | 5 ----- .../Metadata/MetadataDocumentationTests.swift | 1 + README.md | 4 ---- tools/GenerateDocs/generate_docs.sh | 17 +---------------- 4 files changed, 2 insertions(+), 25 deletions(-) diff --git a/OpenCloud.xcodeproj/xcshareddata/xcschemes/OpenCloud.xcscheme b/OpenCloud.xcodeproj/xcshareddata/xcschemes/OpenCloud.xcscheme index adac4f39..181a8b87 100644 --- a/OpenCloud.xcodeproj/xcshareddata/xcschemes/OpenCloud.xcscheme +++ b/OpenCloud.xcodeproj/xcshareddata/xcschemes/OpenCloud.xcscheme @@ -49,11 +49,6 @@ value = "0" isEnabled = "YES"> - - | Simulator Screen Shot - iPhone 11 Pro | Simulator Screen Shot - iPhone 11 Pro | Simulator Screen Shot - iPhone 11 Pro | Simulator Screen Shot - iPhone 11 Pro | Simulator Screen Shot - iPhone 11 Pro | - ## 😍 Features * 🦋 Using the current iOS frameworks diff --git a/tools/GenerateDocs/generate_docs.sh b/tools/GenerateDocs/generate_docs.sh index ce9e3eb7..5f07c7d7 100755 --- a/tools/GenerateDocs/generate_docs.sh +++ b/tools/GenerateDocs/generate_docs.sh @@ -1,18 +1,3 @@ #!/bin/bash -# Run test to update CONFIGURATION.json -xcodebuild test \ --project ../../OpenCloud.xcodeproj \ --scheme OpenCloud \ --destination 'platform=iOS Simulator,name=iPhone 14,OS=latest' \ --only-testing OpenCloudTests/MetadataDocumentationTests/testUpdateConfigurationJSONFromMetadata - -# Make temporary copy -cp ../../doc/CONFIGURATION.json . - -# Run gomplate to generate the adoc -gomplate -f templates/configuration.adoc.tmpl --context config=CONFIGURATION.json -o configuration.adoc - -# Copy result back and remove temporary copy -rm CONFIGURATION.json -cp configuration.adoc ../../doc/ +# FIXME: delete all references to this file and then delete this file.