mirror of
https://github.com/home-assistant/iOS.git
synced 2026-04-29 04:04:09 -05:00
- Updates the source font file to the latest version. - Pulls in the migration/deleted naming from the frontend repo, applies as a migration to Actions and Watch Complications, the two places we store the icons by name. - Manually executes Iconic. Once again with Robbie's fork of SwiftGen, the invocation looks like: ```bash Vendor/SwiftGen/.build/x86_64-apple-macosx/debug/swiftgen run fonts --templatePath ./Source/stencil.stencil path/to/MaterialDesignIcons.ttf --param publicAccess=true >path/to/MaterialDesignIcons.swift ``` Fixes #877.