Initial commit: IYmtg Master project
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
13
IYmtg_Automation/weekly_update.sh
Normal file
13
IYmtg_Automation/weekly_update.sh
Normal 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."
|
||||
Reference in New Issue
Block a user