From eacf4e1a0d42b9dac0eed6597942c9f9ebab0091 Mon Sep 17 00:00:00 2001 From: Ruben Nine Date: Fri, 6 Aug 2021 16:21:10 +0200 Subject: [PATCH] Minor cleanup. --- .jazzy.yaml | 13 ------------- bin/generate-docs.sh | 1 - 2 files changed, 14 deletions(-) delete mode 100644 .jazzy.yaml diff --git a/.jazzy.yaml b/.jazzy.yaml deleted file mode 100644 index 52716a55..00000000 --- a/.jazzy.yaml +++ /dev/null @@ -1,13 +0,0 @@ -module: Filestack -author: Filestack -github_url: http://github.com/filestack/filestack-ios - -theme: fullwidth -clean: true - -readme: README.md - -skip_undocumented: false -hide_documentation_coverage: false - -swift_build_tool: spm \ No newline at end of file diff --git a/bin/generate-docs.sh b/bin/generate-docs.sh index 239a8714..a79c384d 100755 --- a/bin/generate-docs.sh +++ b/bin/generate-docs.sh @@ -2,4 +2,3 @@ set -o errexit #abort if any command fails swift doc generate Sources --module-name Filestack --format html --output docs --base-url https://filestack.github.io/filestack-ios/ -# jazzy --build-tool-arguments -Xswiftc,-sdk,-Xswiftc,$(xcrun --sdk iphonesimulator --show-sdk-path),-Xswiftc,-target,-Xswiftc,"x86_64-apple-ios11.0-simulator"