Ekhoo / Device

Light weight tool for detecting the current device and screen size written in swift.
MIT License
1.7k stars 202 forks source link

Add iPhoneSE3 #128

Closed mlch911 closed 9 months ago

mlch911 commented 9 months ago

Add missing iPhoneSE3.

BTW, the hasDynamicIsland function should just write default: return false rather than so many lines of useless code.

kishorepran commented 9 months ago

Hello @mlch911 : thanks for your contribution. please make this change and I will merge this pr and release a new version. "BTW, the hasDynamicIsland function should just write default: return false rather than so many lines of useless code."

mlch911 commented 9 months ago

Hello @mlch911 : thanks for your contribution. please make this change and I will merge this pr and release a new version. "BTW, the hasDynamicIsland function should just write default: return false rather than so many lines of useless code."

Done.