Bundle textbook JSON so fresh clones build without re-running pipeline
The pbxproj references textbook_data.json and textbook_vocab.json as Copy Bundle Resources, so xcodebuild fails if they're missing. Committing the generated output keeps the repo self-sufficient — regenerate via Conjuga/Scripts/textbook/run_pipeline.sh when content changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -50,6 +50,6 @@ epub_extract/
|
||||
# Scripts are committed; their generated outputs are not.
|
||||
Conjuga/Scripts/textbook/*.json
|
||||
Conjuga/Scripts/textbook/review.html
|
||||
# App-bundle copies of the textbook content
|
||||
Conjuga/Conjuga/textbook_data.json
|
||||
Conjuga/Conjuga/textbook_vocab.json
|
||||
# Note: the app-bundle copies (Conjuga/Conjuga/textbook_{data,vocab}.json)
|
||||
# ARE committed so `xcodebuild` works on a fresh clone without first running
|
||||
# the pipeline. They're regenerated from the scripts when content changes.
|
||||
|
||||
1
Conjuga/Conjuga/textbook_data.json
Normal file
1
Conjuga/Conjuga/textbook_data.json
Normal file
File diff suppressed because one or more lines are too long
8987
Conjuga/Conjuga/textbook_vocab.json
Normal file
8987
Conjuga/Conjuga/textbook_vocab.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user