How to add NSUbiquitousContainers into Info.plist?

<key>NSUbiquitousContainers</key>

<dict>

<key>iCloud.com.example.MyApp</key>

<dict>

<key>NSUbiquitousContainerIsDocumentScopePublic</key>

<true/>

<key>NSUbiquitousContainerSupportedFolderLevels</key>

<string>Any</string>

<key>NSUbiquitousContainerName</key>

<string>MyApp</string>

</dict>

</dict>

Accepted Reply

RIght-click on Info.plist and choose Open As > Source Code, you will see where to paste the settings.

Replies

just copy into it?

RIght-click on Info.plist and choose Open As > Source Code, you will see where to paste the settings.