iOS Question Help to finish a PlistExtra: entry

Robby

Member
Licensed User
Longtime User
I'm trying to add a line to plist to incorporate LSSupportsOpeningDocumentsInPlace. Apple Core Foundation indicates the following

LSSupportsOpeningDocumentsInPlace (Boolean - iOS) When set to a value of YES, enables your app to open the original document from a file provider, rather than a copy of the document.

I've started with the following line but not sure the format to add the Boolean as YES

#PlistExtra:<key>LSSupportsOpeningDocumentsInPlace/key>

Can anybody let me know - thanks
 
Top