Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xx messenger iOS
Manage
Activity
Members
Labels
Automate
Agent sessions
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
3
Merged
Account recovery/backup feature
Bruno Muniz
requested to merge
account-recovery
into
development
Feb 22, 2022
Overview
0
Commits
56
Pipelines
0
Changes
3
0
0
Merge request reports
Viewing commit
03136c9a
Prev
Next
Show latest version
3 files
+
0
−
41
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
03136c9a
Removed Google plist from resources
· 03136c9a
Bruno Muniz
authored
Apr 14, 2022
App/client-ios/Resources/GoogleService-Info.plist deleted
100644 → 0
+
0
−
36
View file @ 88b2c0b8
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
CLIENT_ID
</key>
<string>
662236151640-herpu89qikpfs9m4kvbi9bs5fpdji5de.apps.googleusercontent.com
</string>
<key>
REVERSED_CLIENT_ID
</key>
<string>
com.googleusercontent.apps.662236151640-herpu89qikpfs9m4kvbi9bs5fpdji5de
</string>
<key>
ANDROID_CLIENT_ID
</key>
<string>
662236151640-2ughgo2dvc59dm4o39b45lbdungp2mct.apps.googleusercontent.com
</string>
<key>
API_KEY
</key>
<string>
AIzaSyCbI2yQ7pbuVSRvraqanjGcS9CDrjD7lNU
</string>
<key>
GCM_SENDER_ID
</key>
<string>
662236151640
</string>
<key>
PLIST_VERSION
</key>
<string>
1
</string>
<key>
BUNDLE_ID
</key>
<string>
io.xxlabs.messenger
</string>
<key>
PROJECT_ID
</key>
<string>
xx-messenger-6e03e
</string>
<key>
STORAGE_BUCKET
</key>
<string>
xx-messenger-6e03e.appspot.com
</string>
<key>
IS_ADS_ENABLED
</key>
<false></false>
<key>
IS_ANALYTICS_ENABLED
</key>
<false></false>
<key>
IS_APPINVITE_ENABLED
</key>
<true></true>
<key>
IS_GCM_ENABLED
</key>
<true></true>
<key>
IS_SIGNIN_ENABLED
</key>
<true></true>
<key>
GOOGLE_APP_ID
</key>
<string>
1:662236151640:ios:24badb58ab07515d8cef2d
</string>
</dict>
</plist>
\ No newline at end of file
Loading