Skip to content

Conversation

@dpogue
Copy link
Member

@dpogue dpogue commented Oct 8, 2025

Platforms affected

iOS

Motivation and Context

Xcode 26 and iOS 26 support a new .icon bundle format from Icon Composer.

Description

Check for icon definitions that have a .icon extension and copy them into the project as resources.

Remaining Work

  • Copy icons into the project
  • Clean icons from the project
  • Unit tests

Testing

Tested manually in an Xcode 26 project.

Checklist

  • I've run the tests to see all new and existing tests pass
  • I added automated test coverage as appropriate for this change

@dpogue dpogue added this to the 8.0.0 milestone Oct 8, 2025
@dpogue dpogue self-assigned this Oct 8, 2025
@codecov-commenter
Copy link

codecov-commenter commented Oct 8, 2025

Codecov Report

❌ Patch coverage is 0% with 33 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.76%. Comparing base (3961bdb) to head (6106c3d).
⚠️ Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
lib/prepare.js 0.00% 33 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1568      +/-   ##
==========================================
+ Coverage   78.74%   78.76%   +0.01%     
==========================================
  Files          17       17              
  Lines        4911     4939      +28     
==========================================
+ Hits         3867     3890      +23     
- Misses       1044     1049       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@erisu erisu modified the milestones: 8.0.0, 8.1.0 Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants