Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xx messenger iOS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
xx messenger iOS
Merge requests
!1
Project 'elixxir/client-ios' was moved to 'mobile/ios/client-ios'. Please update any links and bookmarks that may still have the old path.
Account recovery/backup feature
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Account recovery/backup feature
account-recovery
into
development
Overview
0
Commits
56
Pipelines
0
Changes
24
Merged
Account recovery/backup feature
Bruno Muniz
requested to merge
account-recovery
into
development
Feb 22, 2022
Overview
0
Commits
56
Pipelines
0
Changes
24
0
0
Merge request reports
Viewing commit
2ec97f20
Prev
Next
Show latest version
24 files
+
251
−
169
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
24
2ec97f20
Working on icloud
· 2ec97f20
Bruno Muniz
authored
Mar 8, 2022
App/client-ios/Resources/Info.plist
+
12
−
0
View file @ 2ec97f20
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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