Commit 5183e78
Rewrite library: native SF Symbol rendering, drop legacy support
- Render app.fill at natural size with draw(at:) instead of draw(in:) to preserve squircle shape
- Add SettingsIconSize enum with standard (32/16pt) and custom sizes
- Use UIGraphicsImageRenderer instead of deprecated UIGraphicsBeginImageContext
- SwiftUI view uses .resizable().scaledToFit() for correct proportions
- Bump to Swift 6.0, iOS 15+, macOS 13+
- Remove CocoaPods support, GitHub templates, and community docs
- Add .build to .gitignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ff1f10e commit 5183e78
15 files changed
Lines changed: 245 additions & 345 deletions
File tree
- .github
- ISSUE_TEMPLATE
- Sources/SettingsIconGenerator
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
| 9 | + | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | | - | |
20 | 17 | | |
21 | 18 | | |
22 | 19 | | |
| |||
This file was deleted.
0 commit comments