mirror of
https://github.com/yattee/yattee.git
synced 2025-11-12 21:28:42 +00:00
Added checks to skip the framework conversion script when running in CI environments (GitHub Actions). The script now exits early if either CI or GITHUB_ACTIONS environment variables are set. This ensures: - Script only runs for local development builds - GitHub Actions builds use frameworks as-is from MPVKit - iOS/tvOS builds on macOS 15 with Xcode 16.4 work without conversion 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>