fix: clean step

This commit is contained in:
Michael Freno
2026-01-13 10:41:17 -05:00
parent 2d0db8af2a
commit aacb24b780
2 changed files with 19 additions and 0 deletions

View File

@@ -353,6 +353,10 @@ rm -rf "$ARCHIVE_PATH"
rm -rf "$EXPORT_PATH"
rm -f "$DMG_NAME"
# Clean Xcode build cache to ensure version changes are picked up
echo "🧹 Cleaning Xcode build cache..."
xcodebuild clean -project Gaze.xcodeproj -scheme Gaze -configuration Release
# Step 1: Archive the application
echo ""
echo "📦 Creating archive..."