Skip to content

Commit 6b96797

Browse files
phone auth configuration
1 parent 872fe7c commit 6b96797

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • samples/swiftui/FirebaseSwiftUIExample/FirebaseSwiftUIExample.xcodeproj

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
4607CC9C2D9BFE29009EC3F5 /* FirebaseAuthSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 4607CC9B2D9BFE29009EC3F5 /* FirebaseAuthSwiftUI */; };
1111
4607CC9E2D9BFE29009EC3F5 /* FirebaseGoogleSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 4607CC9D2D9BFE29009EC3F5 /* FirebaseGoogleSwiftUI */; };
1212
4670DEA72D9EA9E100E0D36A /* FirebaseFacebookSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 4670DEA62D9EA9E100E0D36A /* FirebaseFacebookSwiftUI */; };
13+
46C4EAB32DA801B200FC878B /* FirebasePhoneAuthSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 46C4EAB22DA801B200FC878B /* FirebasePhoneAuthSwiftUI */; };
1314
46CB7B252D773F2100F1FD0A /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 46CB7B242D773F2100F1FD0A /* GoogleService-Info.plist */; };
1415
46F89C392D64B04E000F8BC0 /* FirebaseAuthSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 46F89C382D64B04E000F8BC0 /* FirebaseAuthSwiftUI */; };
1516
46F89C4D2D64BB9B000F8BC0 /* FirebaseAuthSwiftUI in Frameworks */ = {isa = PBXBuildFile; productRef = 46F89C4C2D64BB9B000F8BC0 /* FirebaseAuthSwiftUI */; };
@@ -79,6 +80,7 @@
7980
46F89C392D64B04E000F8BC0 /* FirebaseAuthSwiftUI in Frameworks */,
8081
46F89C4D2D64BB9B000F8BC0 /* FirebaseAuthSwiftUI in Frameworks */,
8182
4607CC9E2D9BFE29009EC3F5 /* FirebaseGoogleSwiftUI in Frameworks */,
83+
46C4EAB32DA801B200FC878B /* FirebasePhoneAuthSwiftUI in Frameworks */,
8284
4607CC9C2D9BFE29009EC3F5 /* FirebaseAuthSwiftUI in Frameworks */,
8385
);
8486
runOnlyForDeploymentPostprocessing = 0;
@@ -154,6 +156,7 @@
154156
4607CC9B2D9BFE29009EC3F5 /* FirebaseAuthSwiftUI */,
155157
4607CC9D2D9BFE29009EC3F5 /* FirebaseGoogleSwiftUI */,
156158
4670DEA62D9EA9E100E0D36A /* FirebaseFacebookSwiftUI */,
159+
46C4EAB22DA801B200FC878B /* FirebasePhoneAuthSwiftUI */,
157160
);
158161
productName = FirebaseSwiftUIExample;
159162
productReference = 46F89C082D64A86C000F8BC0 /* FirebaseSwiftUIExample.app */;
@@ -634,6 +637,11 @@
634637
package = 4607CC9A2D9BFE29009EC3F5 /* XCLocalSwiftPackageReference "../../../../firebaseUI-ios" */;
635638
productName = FirebaseFacebookSwiftUI;
636639
};
640+
46C4EAB22DA801B200FC878B /* FirebasePhoneAuthSwiftUI */ = {
641+
isa = XCSwiftPackageProductDependency;
642+
package = 4607CC9A2D9BFE29009EC3F5 /* XCLocalSwiftPackageReference "../../../../firebaseUI-ios" */;
643+
productName = FirebasePhoneAuthSwiftUI;
644+
};
637645
46F89C382D64B04E000F8BC0 /* FirebaseAuthSwiftUI */ = {
638646
isa = XCSwiftPackageProductDependency;
639647
productName = FirebaseAuthSwiftUI;

0 commit comments

Comments
 (0)