Oscar Apeland
Oscar Apeland

Reputation: 6662

How do I make escapes in a .plist file?

I need to set a Usage Description for my location manager in my apps info.plist. I wanted to force a newline with \n, but that just shows as "text text \n\n text text" in my app. Is it possible to force a new line in a plist string?

Upvotes: 0

Views: 77

Answers (1)

Saad
Saad

Reputation: 8947

Use option + Enter (return) buttons to have new line while editing plist.

Upvotes: 1

Related Questions