You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments