Commit 3631219
Fix iPhone Air camera specification to wide-only (#477)
* Initial plan
* Fix: Remove ultra-wide camera marking from iPhone Air
The iPhone Air only has a 48MP Fusion Main camera (wide), not an
ultra-wide camera. Changed camera value from 13 (wide + ultraWide) to
1 (wide only) in Device.swift.gyb and regenerated Device.generated.swift.
Co-authored-by: Zandor300 <6069593+Zandor300@users.noreply.github.com>
* Rebase on master and regenerate using new GYB instructions
Updated to use the new GYB command:
./Utils/gyb --line-directive '' -o ./Source/Device.generated.swift ./Source/Device.swift.gyb
Fix remains: iPhone Air camera value changed from 13 to 1 (wide only).
Co-authored-by: Zandor300 <6069593+Zandor300@users.noreply.github.com>
* Remove __pycache__ and add to .gitignore
Co-authored-by: Zandor300 <6069593+Zandor300@users.noreply.github.com>
* Add changelog entry for iPhone Air camera fix
Co-authored-by: Zandor300 <6069593+Zandor300@users.noreply.github.com>
* Move changelog entry to new Unreleased section
Co-authored-by: Zandor300 <6069593+Zandor300@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Zandor300 <6069593+Zandor300@users.noreply.github.com>1 parent 47f838f commit 3631219
File tree
4 files changed
+10
-3
lines changed- Source
4 files changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2261 | 2261 | | |
2262 | 2262 | | |
2263 | 2263 | | |
| 2264 | + | |
2264 | 2265 | | |
2265 | 2266 | | |
2266 | 2267 | | |
| |||
2312 | 2313 | | |
2313 | 2314 | | |
2314 | 2315 | | |
2315 | | - | |
2316 | 2316 | | |
2317 | 2317 | | |
2318 | 2318 | | |
| |||
2360 | 2360 | | |
2361 | 2361 | | |
2362 | 2362 | | |
2363 | | - | |
| 2363 | + | |
2364 | 2364 | | |
2365 | 2365 | | |
2366 | 2366 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments