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">
-
-
|
|
|
|
|
|
-
## 😍 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.