We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781175a commit acea83aCopy full SHA for acea83a
generate-docs.sh
@@ -5,7 +5,7 @@ set -e
5
cd "$(dirname "${BASH_SOURCE[0]}")"
6
7
module="BTree"
8
-scheme="BTree-Mac"
+scheme="BTree-macOS"
9
10
version="$(grep VERSION_STRING version.xcconfig | sed 's/^VERSION_STRING = //' | sed 's/ *$//')"
11
case "$version" in
@@ -30,5 +30,4 @@ jazzy \
30
--module "$module" \
31
--root-url "https://lorentey.github.io/$module/reference/" \
32
--theme fullwidth \
33
- --output gh-pages/api \
34
- --swift-version 2.2
+ --output gh-pages/api
0 commit comments