Skip to content

Commit df0f896

Browse files
app project config - add google provider lib
1 parent e3704a5 commit df0f896

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

  • samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample.xcodeproj

samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample.xcodeproj/project.pbxproj

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
4607CC9C2D9BFE29009EC3F5 /* FirebaseAuthSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 4607CC9B2D9BFE29009EC3F5 /* FirebaseAuthSwiftUI */; };
11+
4607CC9E2D9BFE29009EC3F5 /* FirebaseGoogleSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 4607CC9D2D9BFE29009EC3F5 /* FirebaseGoogleSwiftUI */; };
1012
46CB7B252D773F2100F1FD0A /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 46CB7B242D773F2100F1FD0A /* GoogleService-Info.plist */; };
1113
46F89C392D64B04E000F8BC0 /* FirebaseAuthSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 46F89C382D64B04E000F8BC0 /* FirebaseAuthSwiftUI */; };
1214
46F89C4D2D64BB9B000F8BC0 /* FirebaseAuthSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 46F89C4C2D64BB9B000F8BC0 /* FirebaseAuthSwiftUI */; };
@@ -74,6 +76,8 @@
7476
files = (
7577
46F89C392D64B04E000F8BC0 /* FirebaseAuthSwiftUI in Frameworks */,
7678
46F89C4D2D64BB9B000F8BC0 /* FirebaseAuthSwiftUI in Frameworks */,
79+
4607CC9E2D9BFE29009EC3F5 /* FirebaseGoogleSwiftUI in Frameworks */,
80+
4607CC9C2D9BFE29009EC3F5 /* FirebaseAuthSwiftUI in Frameworks */,
7781
);
7882
runOnlyForDeploymentPostprocessing = 0;
7983
};
@@ -145,6 +149,8 @@
145149
packageProductDependencies = (
146150
46F89C382D64B04E000F8BC0 /* FirebaseAuthSwiftUI */,
147151
46F89C4C2D64BB9B000F8BC0 /* FirebaseAuthSwiftUI */,
152+
4607CC9B2D9BFE29009EC3F5 /* FirebaseAuthSwiftUI */,
153+
4607CC9D2D9BFE29009EC3F5 /* FirebaseGoogleSwiftUI */,
148154
);
149155
productName = FirebaseSwiftUIExample;
150156
productReference = 46F89C082D64A86C000F8BC0 /* FirebaseSwiftUIExample.app */;
@@ -229,7 +235,7 @@
229235
mainGroup = 46F89BFF2D64A86C000F8BC0;
230236
minimizedProjectReferenceProxies = 1;
231237
packageReferences = (
232-
46EC40762D8D910100B53267 /* XCLocalSwiftPackageReference "../../../../firebaseUI-ios" */,
238+
4607CC9A2D9BFE29009EC3F5 /* XCLocalSwiftPackageReference "../../../../firebaseUI-ios" */,
233239
);
234240
preferredProjectObjectVersion = 77;
235241
productRefGroup = 46F89C092D64A86C000F8BC0 /* Products */;
@@ -601,13 +607,21 @@
601607
/* End XCConfigurationList section */
602608

603609
/* Begin XCLocalSwiftPackageReference section */
604-
46EC40762D8D910100B53267 /* XCLocalSwiftPackageReference "../../../../firebaseUI-ios" */ = {
610+
4607CC9A2D9BFE29009EC3F5 /* XCLocalSwiftPackageReference "../../../../firebaseUI-ios" */ = {
605611
isa = XCLocalSwiftPackageReference;
606612
relativePath = "../../../../firebaseUI-ios";
607613
};
608614
/* End XCLocalSwiftPackageReference section */
609615

610616
/* Begin XCSwiftPackageProductDependency section */
617+
4607CC9B2D9BFE29009EC3F5 /* FirebaseAuthSwiftUI */ = {
618+
isa = XCSwiftPackageProductDependency;
619+
productName = FirebaseAuthSwiftUI;
620+
};
621+
4607CC9D2D9BFE29009EC3F5 /* FirebaseGoogleSwiftUI */ = {
622+
isa = XCSwiftPackageProductDependency;
623+
productName = FirebaseGoogleSwiftUI;
624+
};
611625
46F89C382D64B04E000F8BC0 /* FirebaseAuthSwiftUI */ = {
612626
isa = XCSwiftPackageProductDependency;
613627
productName = FirebaseAuthSwiftUI;

0 commit comments

Comments
 (0)