As of Xcode 13, Info.plist has been replaced by Custom iOS Target Properties ✅ you can access this via Project → Target → Info.
My goal is to add a property LSApplicationQueriesSchemes which contains an array of items. I can tap on the + button and add this row, but I can't for the love of me add an item to the array!
How do I add an item to an array type?

