Skip to content
Snippets Groups Projects

Account recovery/backup feature

24 files
+ 251
169
Compare changes
  • Side-by-side
  • Inline

Files

+ 12
0
@@ -22,6 +22,18 @@
@@ -22,6 +22,18 @@
<string>APPL</string>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<string>$(MARKETING_VERSION)</string>
 
<key>NSUbiquitousContainers</key>
 
<dict>
 
<key>iCloud.xxm-icloud</key>
 
<dict>
 
<key>NSUbiquitousContainerIsDocumentScopePublic</key>
 
<true/>
 
<key>NSUbiquitousContainerName</key>
 
<string>xx messenger</string>
 
<key>NSUbiquitousContainerSupportedFolderLevels</key>
 
<string>Any</string>
 
</dict>
 
</dict>
<key>CFBundleURLTypes</key>
<key>CFBundleURLTypes</key>
<array>
<array>
<dict>
<dict>
Loading