Skip to content

Commit c037ac9

Browse files
authored
Merge pull request #188 from rootstrap/fix/missing-google-file
Fix orphan google plist
2 parents 9b34b63 + 5166cc8 commit c037ac9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ We have developed other libraries that can be helpful and you could integrate wi
6767
In order for the project to run, you have to follow these steps:
6868
1. Register your app with Firebase.
6969
2. Download Firebase configuration file `GoogleService-Info.plist` from your account.
70-
3. Add downloaded file from previous step to the root of your project (replacing the existing one).
70+
3. Add the downloaded file to the <main-source-folder>/Resources folder.
7171
4. Done :)
7272

7373
See the [Firebase documentation](https://firebase.google.com/docs/ios/setup) for more information.

ios-base.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
07741D72218CDED600DB3B97 /* FirstViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07741D71218CDED600DB3B97 /* FirstViewModel.swift */; };
2828
0ABFB8901FA366D90098F751 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0ABFB8921FA366D90098F751 /* Main.storyboard */; };
2929
2DADBBA306FA6F1F621EAEF0 /* Pods_ios_base.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9871850DE703C3BC6CEC3C38 /* Pods_ios_base.framework */; };
30-
7A8A838726D41B5C0013EBB1 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 7A8A838626D41B5C0013EBB1 /* GoogleService-Info.plist */; };
31-
7A8A838826D41B5C0013EBB1 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 7A8A838626D41B5C0013EBB1 /* GoogleService-Info.plist */; };
32-
7A8A838926D41B5C0013EBB1 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 7A8A838626D41B5C0013EBB1 /* GoogleService-Info.plist */; };
3330
9B0C72711C738D3400BAF3B1 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B0C72691C738D3400BAF3B1 /* AppDelegate.swift */; };
3431
9B0C72721C738D3400BAF3B1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9B0C726A1C738D3400BAF3B1 /* Assets.xcassets */; };
32+
9B2D00EF2788CE3A000657BE /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9B2D00EE2788CE3A000657BE /* GoogleService-Info.plist */; };
33+
9B2D00F02788D03D000657BE /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9B2D00EE2788CE3A000657BE /* GoogleService-Info.plist */; };
34+
9B2D00F12788D03D000657BE /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9B2D00EE2788CE3A000657BE /* GoogleService-Info.plist */; };
3535
9B3AA3991ED35007005A4D26 /* SignInViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B3AA3981ED35007005A4D26 /* SignInViewController.swift */; };
3636
9B3AA39B1ED35013005A4D26 /* SignUpViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B3AA39A1ED35013005A4D26 /* SignUpViewController.swift */; };
3737
9B3AA3A11ED4D014005A4D26 /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B3AA3A01ED4D014005A4D26 /* HomeViewController.swift */; };
@@ -124,12 +124,12 @@
124124
21C28C202321A74BB2FA7B17 /* Pods-ios-base-ios-baseUITests.staging.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ios-base-ios-baseUITests.staging.xcconfig"; path = "Target Support Files/Pods-ios-base-ios-baseUITests/Pods-ios-base-ios-baseUITests.staging.xcconfig"; sourceTree = "<group>"; };
125125
489F1266960E7D7E2F4A92D1 /* Pods-ios-base.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ios-base.release.xcconfig"; path = "Target Support Files/Pods-ios-base/Pods-ios-base.release.xcconfig"; sourceTree = "<group>"; };
126126
5C36B61EADDD8E3C1E0DCF31 /* Pods-ios-base.staging.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ios-base.staging.xcconfig"; path = "Target Support Files/Pods-ios-base/Pods-ios-base.staging.xcconfig"; sourceTree = "<group>"; };
127-
7A8A838626D41B5C0013EBB1 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../../../../Downloads/GoogleService-Info.plist"; sourceTree = "<group>"; };
128127
9871850DE703C3BC6CEC3C38 /* Pods_ios_base.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ios_base.framework; sourceTree = BUILT_PRODUCTS_DIR; };
129128
9B0C72691C738D3400BAF3B1 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; tabWidth = 2; };
130129
9B0C726A1C738D3400BAF3B1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
131130
9B0C726D1C738D3400BAF3B1 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
132131
9B12AF6B1F269B03005FD465 /* ThirdPartyKeys.example.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = ThirdPartyKeys.example.plist; sourceTree = "<group>"; };
132+
9B2D00EE2788CE3A000657BE /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
133133
9B3AA3981ED35007005A4D26 /* SignInViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SignInViewController.swift; sourceTree = "<group>"; };
134134
9B3AA39A1ED35013005A4D26 /* SignUpViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SignUpViewController.swift; sourceTree = "<group>"; };
135135
9B3AA3A01ED4D014005A4D26 /* HomeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = "<group>"; };
@@ -367,7 +367,6 @@
367367
FE06840222CE7ED400C6294F /* R.generated.swift */,
368368
9B0C726A1C738D3400BAF3B1 /* Assets.xcassets */,
369369
9B0C726D1C738D3400BAF3B1 /* Info.plist */,
370-
7A8A838626D41B5C0013EBB1 /* GoogleService-Info.plist */,
371370
9BFA84F21C776827009F64E4 /* LaunchScreen.storyboard */,
372371
0ABFB8921FA366D90098F751 /* Main.storyboard */,
373372
);
@@ -427,6 +426,7 @@
427426
9B8D306720AB45160050697F /* Resources */ = {
428427
isa = PBXGroup;
429428
children = (
429+
9B2D00EE2788CE3A000657BE /* GoogleService-Info.plist */,
430430
9B8D306820AB451E0050697F /* Localization */,
431431
);
432432
path = Resources;
@@ -671,7 +671,7 @@
671671
0737296024AD389F008C54D9 /* AuthenticationError.json in Resources */,
672672
0737296124AD389F008C54D9 /* LogOutSuccessfully.json in Resources */,
673673
0737295E24AD389F008C54D9 /* GetProfileSuccessfully.json in Resources */,
674-
7A8A838826D41B5C0013EBB1 /* GoogleService-Info.plist in Resources */,
674+
9B2D00F02788D03D000657BE /* GoogleService-Info.plist in Resources */,
675675
);
676676
runOnlyForDeploymentPostprocessing = 0;
677677
};
@@ -681,7 +681,7 @@
681681
files = (
682682
0ABFB8901FA366D90098F751 /* Main.storyboard in Resources */,
683683
FDFAAB0B269CD56D0007DB8B /* Localizable.strings in Resources */,
684-
7A8A838726D41B5C0013EBB1 /* GoogleService-Info.plist in Resources */,
684+
9B2D00EF2788CE3A000657BE /* GoogleService-Info.plist in Resources */,
685685
9BFA84F31C776827009F64E4 /* LaunchScreen.storyboard in Resources */,
686686
9B0C72721C738D3400BAF3B1 /* Assets.xcassets in Resources */,
687687
);
@@ -691,7 +691,7 @@
691691
isa = PBXResourcesBuildPhase;
692692
buildActionMask = 2147483647;
693693
files = (
694-
7A8A838926D41B5C0013EBB1 /* GoogleService-Info.plist in Resources */,
694+
9B2D00F12788D03D000657BE /* GoogleService-Info.plist in Resources */,
695695
);
696696
runOnlyForDeploymentPostprocessing = 0;
697697
};

0 commit comments

Comments
 (0)