Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,10 @@ fastlane/test_output
/build/XCBuildData

# Test results
/*.xcresult
/*.xcresult

# Generated docs intermediates. The sourcekitten JSON embeds absolute build
# paths in key.filepath entries, and jazzy writes the build path into
# undocumented.json. Neither file needs to be tracked.
docs/JSON/
docs/**/undocumented.json
3 changes: 3 additions & 0 deletions Scripts/generate_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ destination="generic/platform=iOS Simulator"
tuist install --path Development/
tuist generate --no-open --path Development/

# docs/JSON is gitignored — these files are intermediate sourcekitten output
# consumed by jazzy below.
mkdir -p docs/JSON
$sourcekitten doc -- -workspace Development/ListableDevelopment.xcworkspace -scheme ListableUI -destination "$destination" > docs/JSON/ListableUI.json
$sourcekitten doc -- -workspace Development/ListableDevelopment.xcworkspace -scheme BlueprintUILists -destination "$destination" > docs/JSON/BlueprintUILists.json

Expand Down
4 changes: 0 additions & 4 deletions docs/BlueprintLists/undocumented.json

This file was deleted.

Loading
Loading