|
28 | 28 | 7956406A2955AFBD0088A06F /* ErrorText.swift in Sources */ = {isa = PBXBuildFile; fileRef = 795640692955AFBD0088A06F /* ErrorText.swift */; }; |
29 | 29 | 7956406D2955B3500088A06F /* SwiftUINavigation in Frameworks */ = {isa = PBXBuildFile; productRef = 7956406C2955B3500088A06F /* SwiftUINavigation */; }; |
30 | 30 | 795640702955B5190088A06F /* IdentifiedCollections in Frameworks */ = {isa = PBXBuildFile; productRef = 7956406F2955B5190088A06F /* IdentifiedCollections */; }; |
| 31 | + 795FA98B2DF353AF00F67AFF /* SignInWithFacebook.swift in Sources */ = {isa = PBXBuildFile; fileRef = 795FA98A2DF353AC00F67AFF /* SignInWithFacebook.swift */; }; |
| 32 | + 795FA98E2DF354B000F67AFF /* FacebookLogin in Frameworks */ = {isa = PBXBuildFile; productRef = 795FA98D2DF354B000F67AFF /* FacebookLogin */; }; |
31 | 33 | 796298992AEBBA77000AA957 /* MFAFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796298982AEBBA77000AA957 /* MFAFlow.swift */; }; |
32 | 34 | 7962989D2AEBC6F9000AA957 /* SVGView in Frameworks */ = {isa = PBXBuildFile; productRef = 7962989C2AEBC6F9000AA957 /* SVGView */; }; |
33 | 35 | 79719ECE2ADF26C400737804 /* Supabase in Frameworks */ = {isa = PBXBuildFile; productRef = 79719ECD2ADF26C400737804 /* Supabase */; }; |
|
102 | 104 | 795640652955AE9C0088A06F /* TodoListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoListView.swift; sourceTree = "<group>"; }; |
103 | 105 | 795640672955AEB30088A06F /* Models.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Models.swift; sourceTree = "<group>"; }; |
104 | 106 | 795640692955AFBD0088A06F /* ErrorText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorText.swift; sourceTree = "<group>"; }; |
| 107 | + 795FA98A2DF353AC00F67AFF /* SignInWithFacebook.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignInWithFacebook.swift; sourceTree = "<group>"; }; |
105 | 108 | 796298982AEBBA77000AA957 /* MFAFlow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MFAFlow.swift; sourceTree = "<group>"; }; |
106 | 109 | 7962989A2AEBBD9F000AA957 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; |
107 | 110 | 797D66492B46A1D8007592ED /* Dependencies.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Dependencies.swift; sourceTree = "<group>"; }; |
|
158 | 161 | isa = PBXFrameworksBuildPhase; |
159 | 162 | buildActionMask = 2147483647; |
160 | 163 | files = ( |
| 164 | + 795FA98E2DF354B000F67AFF /* FacebookLogin in Frameworks */, |
161 | 165 | 79BE42A12D942EFD00B9DDF4 /* Clerk in Frameworks */, |
162 | 166 | 79E2B5582B97890F0042CD21 /* GoogleSignIn in Frameworks */, |
163 | 167 | 795640702955B5190088A06F /* IdentifiedCollections in Frameworks */, |
|
270 | 274 | 79AF04822B2CE3BD008761AD /* Auth */ = { |
271 | 275 | isa = PBXGroup; |
272 | 276 | children = ( |
| 277 | + 795FA98A2DF353AC00F67AFF /* SignInWithFacebook.swift */, |
273 | 278 | 799EE6A22C877BF900FD9DD7 /* SignInWithPhone.swift */, |
274 | 279 | 7956405F2954AE140088A06F /* AuthController.swift */, |
275 | 280 | 79AF04802B2CE261008761AD /* AuthView.swift */, |
|
376 | 381 | 79E2B5572B97890F0042CD21 /* GoogleSignIn */, |
377 | 382 | 79E2B5592B97890F0042CD21 /* GoogleSignInSwift */, |
378 | 383 | 79BE42A02D942EFD00B9DDF4 /* Clerk */, |
| 384 | + 795FA98D2DF354B000F67AFF /* FacebookLogin */, |
379 | 385 | ); |
380 | 386 | productName = Examples; |
381 | 387 | productReference = 793895C62954ABFF0044F2B8 /* Examples.app */; |
|
458 | 464 | 7962989B2AEBC6F9000AA957 /* XCRemoteSwiftPackageReference "SVGView" */, |
459 | 465 | 79E2B5562B97890F0042CD21 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */, |
460 | 466 | 79BE429F2D942EFD00B9DDF4 /* XCRemoteSwiftPackageReference "clerk-ios" */, |
| 467 | + 795FA98C2DF354B000F67AFF /* XCRemoteSwiftPackageReference "facebook-ios-sdk" */, |
461 | 468 | ); |
462 | 469 | productRefGroup = 793895C72954ABFF0044F2B8 /* Products */; |
463 | 470 | projectDirPath = ""; |
|
510 | 517 | 799EE6A32C877BFB00FD9DD7 /* SignInWithPhone.swift in Sources */, |
511 | 518 | 79AF04862B2CE586008761AD /* Debug.swift in Sources */, |
512 | 519 | 79AF04842B2CE408008761AD /* AuthWithMagicLink.swift in Sources */, |
| 520 | + 795FA98B2DF353AF00F67AFF /* SignInWithFacebook.swift in Sources */, |
513 | 521 | 79401F352BC708C8004C9C0F /* UIViewControllerWrapper.swift in Sources */, |
514 | 522 | 79401F332BC6FEAE004C9C0F /* SignInWithOAuth.swift in Sources */, |
515 | 523 | 79B1C80E2BAC017C00D991AA /* AnyJSONView.swift in Sources */, |
|
991 | 999 | minimumVersion = 1.0.0; |
992 | 1000 | }; |
993 | 1001 | }; |
| 1002 | + 795FA98C2DF354B000F67AFF /* XCRemoteSwiftPackageReference "facebook-ios-sdk" */ = { |
| 1003 | + isa = XCRemoteSwiftPackageReference; |
| 1004 | + repositoryURL = "https://github.com/facebook/facebook-ios-sdk"; |
| 1005 | + requirement = { |
| 1006 | + kind = upToNextMajorVersion; |
| 1007 | + minimumVersion = 14.1.0; |
| 1008 | + }; |
| 1009 | + }; |
994 | 1010 | 7962989B2AEBC6F9000AA957 /* XCRemoteSwiftPackageReference "SVGView" */ = { |
995 | 1011 | isa = XCRemoteSwiftPackageReference; |
996 | 1012 | repositoryURL = "https://github.com/exyte/SVGView"; |
|
1028 | 1044 | package = 7956406E2955B5190088A06F /* XCRemoteSwiftPackageReference "swift-identified-collections" */; |
1029 | 1045 | productName = IdentifiedCollections; |
1030 | 1046 | }; |
| 1047 | + 795FA98D2DF354B000F67AFF /* FacebookLogin */ = { |
| 1048 | + isa = XCSwiftPackageProductDependency; |
| 1049 | + package = 795FA98C2DF354B000F67AFF /* XCRemoteSwiftPackageReference "facebook-ios-sdk" */; |
| 1050 | + productName = FacebookLogin; |
| 1051 | + }; |
1031 | 1052 | 7962989C2AEBC6F9000AA957 /* SVGView */ = { |
1032 | 1053 | isa = XCSwiftPackageProductDependency; |
1033 | 1054 | package = 7962989B2AEBC6F9000AA957 /* XCRemoteSwiftPackageReference "SVGView" */; |
|
0 commit comments