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
Something went wrong on our end
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
2
Merged
Account recovery/backup feature
Bruno Muniz
requested to merge
account-recovery
into
development
Feb 22, 2022
Overview
0
Commits
56
Pipelines
0
Changes
2
0
0
Merge request reports
Viewing commit
1c6aa1c7
Prev
Next
Show latest version
2 files
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
1c6aa1c7
Added Google plist to gitignore
· 1c6aa1c7
Bruno Muniz
authored
Apr 14, 2022
App/client-ios.xcodeproj/project.pbxproj
+
6
−
0
View file @ 1c6aa1c7
Edit in single-file editor
Open in Web IDE
Show full file
@@ -15,6 +15,8 @@
32179BAC26410149008B26EC
/* NotificationExtension.appex in Embed App Extensions */
=
{
isa
=
PBXBuildFile
;
fileRef
=
32179BA526410149008B26EC
/* NotificationExtension.appex */
;
settings
=
{
ATTRIBUTES
=
(
RemoveHeadersOnCopy
,
);
};
};
3273327126C7391D0027D79D
/* App in Frameworks */
=
{
isa
=
PBXBuildFile
;
productRef
=
3273327026C7391D0027D79D
/* App */
;
};
32824C8F26EAE13D005D3FAC
/* Bindings in Frameworks */
=
{
isa
=
PBXBuildFile
;
productRef
=
32824C8E26EAE13D005D3FAC
/* Bindings */
;
};
32C194DD2808BC3800876917
/* GoogleService-Info.plist in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
32C194DC2808BC3800876917
/* GoogleService-Info.plist */
;
};
32C194DE2808BC3800876917
/* GoogleService-Info.plist in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
32C194DC2808BC3800876917
/* GoogleService-Info.plist */
;
};
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -53,6 +55,7 @@
32179BA526410149008B26EC
/* NotificationExtension.appex */
=
{
isa
=
PBXFileReference
;
explicitFileType
=
"wrapper.app-extension"
;
includeInIndex
=
0
;
path
=
NotificationExtension.appex
;
sourceTree
=
BUILT_PRODUCTS_DIR
;
};
32179BA726410149008B26EC
/* NotificationService.swift */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.swift
;
path
=
NotificationService.swift
;
sourceTree
=
"<group>"
;
};
32179BA926410149008B26EC
/* Info.plist */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.plist.xml
;
path
=
Info.plist
;
sourceTree
=
"<group>"
;
};
32C194DC2808BC3800876917
/* GoogleService-Info.plist */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
text.plist.xml
;
name
=
"GoogleService-Info.plist"
;
path
=
"../../../../../GoogleService-Info.plist"
;
sourceTree
=
"<group>"
;
};
32DB0549264DD42000FDCCEB
/* NotificationExtension.entitlements */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
text.plist.entitlements
;
path
=
NotificationExtension.entitlements
;
sourceTree
=
"<group>"
;
};
/* End PBXFileReference section */
@@ -82,6 +85,7 @@
children
=
(
02CB8FEB2326B5BE00A39834
/* client-ios.entitlements */
,
02FDD06C21EDA39B000F1286
/* Assets.xcassets */
,
32C194DC2808BC3800876917
/* GoogleService-Info.plist */
,
02FDD07121EDA39B000F1286
/* Info.plist */
,
);
path
=
Resources
;
@@ -233,6 +237,7 @@
files
=
(
02FDD07021EDA39B000F1286
/* LaunchScreen.storyboard in Resources */
,
02FDD06D21EDA39B000F1286
/* Assets.xcassets in Resources */
,
32C194DD2808BC3800876917
/* GoogleService-Info.plist in Resources */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
@@ -240,6 +245,7 @@
isa
=
PBXResourcesBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
32C194DE2808BC3800876917
/* GoogleService-Info.plist in Resources */
,
);
runOnlyForDeploymentPostprocessing
=
0
;
};
Loading