Accessing a Property List (.plist) From SwiftUI
Daily Coding Tip 023

The settings for your iOS or Mac app exist in a file called info.plist, which you have probably had to modify at some point. It is made up of a dictionary with string keys for every value. If you hover over the bottom row, you’ll see ⊕ and ⊖ buttons appear. Pressing ⊕ creates a new row, giving you autocomplete suggestio…