5

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?

enter image description here

1 Answer 1

5
  • Make sure the item is set to an Array type (which it is in your screenshot).
  • Right click (or ctrl click) on the row you have selected and choose "Add Row"

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.