Home > OS >  Opting out of Dark Mode with iOS 15 using Xcode 13
Opting out of Dark Mode with iOS 15 using Xcode 13

Time:10-17

I'm attempting to opt my app out of dark mode as I'm not supporting dark mode yet. Following various threads I've been unable to figure out how to do this with Xcode 13.

Originally I followed enter image description here

  1. Click on "Info"

enter image description here

  1. Click on the " " on any Key to open a new K,V pair and add "Apperance" -> set value to "Light"

enter image description here

  1. Double check it exists in "Build Settings" under Info.plist Values under "User Interface Style" -> Light

enter image description here

  • Related