Initial commit: IYmtg Master project

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-24 09:12:46 -05:00
commit b993ef4020
16 changed files with 3303 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/bash
echo "--- Starting IYmtg Update ---"
cd ../IYmtg_Builder_Mac
xcodebuild -scheme IYmtg_Builder_Mac -configuration Release
./Build/Products/Release/IYmtg_Builder_Mac
mv ~/IYmtg_Workspace/cards.json ../IYmtg_App_iOS/cards.json
# Generate Description Update
echo "Generating Model Report..."
cd ../IYmtg_Automation
python3 generate_report.py
echo "SUCCESS. Deploy App Now."