|
14 | 14 | 793E03092B2CED5D00AC7DED /* Contants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793E03082B2CED5D00AC7DED /* Contants.swift */; };
|
15 | 15 | 793E030B2B2CEDDA00AC7DED /* ActionState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793E030A2B2CEDDA00AC7DED /* ActionState.swift */; };
|
16 | 16 | 793E030D2B2DAB5700AC7DED /* SignInWithApple.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793E030C2B2DAB5700AC7DED /* SignInWithApple.swift */; };
|
17 |
| - 7940E3152B36187A0089BEE1 /* GoogleSignIn.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7940E3142B36187A0089BEE1 /* GoogleSignIn.swift */; }; |
| 17 | + 7940E3152B36187A0089BEE1 /* GoogleSignInWithWebFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7940E3142B36187A0089BEE1 /* GoogleSignInWithWebFlow.swift */; }; |
18 | 18 | 794EF1222955F26A008C9526 /* AddTodoListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 794EF1212955F26A008C9526 /* AddTodoListView.swift */; };
|
19 | 19 | 794EF1242955F3DE008C9526 /* TodoListRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 794EF1232955F3DE008C9526 /* TodoListRow.swift */; };
|
20 | 20 | 7956405E2954ADE00088A06F /* Secrets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7956405D2954ADE00088A06F /* Secrets.swift */; };
|
|
48 | 48 | 79D884D92B3C18E90009EA4A /* Supabase in Frameworks */ = {isa = PBXBuildFile; productRef = 79D884D82B3C18E90009EA4A /* Supabase */; };
|
49 | 49 | 79D884DB2B3C191F0009EA4A /* ChannelListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79D884DA2B3C191F0009EA4A /* ChannelListView.swift */; };
|
50 | 50 | 79D884DD2B3C19320009EA4A /* MessagesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79D884DC2B3C19320009EA4A /* MessagesView.swift */; };
|
| 51 | + 79E2B5552B9788BF0042CD21 /* GoogleSignInSDKFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79E2B5542B9788BF0042CD21 /* GoogleSignInSDKFlow.swift */; }; |
| 52 | + 79E2B5582B97890F0042CD21 /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = 79E2B5572B97890F0042CD21 /* GoogleSignIn */; }; |
| 53 | + 79E2B55A2B97890F0042CD21 /* GoogleSignInSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 79E2B5592B97890F0042CD21 /* GoogleSignInSwift */; }; |
| 54 | + 79E2B55C2B97A2310042CD21 /* UIApplicationExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79E2B55B2B97A2310042CD21 /* UIApplicationExtensions.swift */; }; |
51 | 55 | 79FEFFAF2B07873600D36347 /* UserManagementApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79FEFFAE2B07873600D36347 /* UserManagementApp.swift */; };
|
52 | 56 | 79FEFFB12B07873600D36347 /* AppView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79FEFFB02B07873600D36347 /* AppView.swift */; };
|
53 | 57 | 79FEFFB32B07873700D36347 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 79FEFFB22B07873700D36347 /* Assets.xcassets */; };
|
|
71 | 75 | 793E03082B2CED5D00AC7DED /* Contants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Contants.swift; sourceTree = "<group>"; };
|
72 | 76 | 793E030A2B2CEDDA00AC7DED /* ActionState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ActionState.swift; sourceTree = "<group>"; };
|
73 | 77 | 793E030C2B2DAB5700AC7DED /* SignInWithApple.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SignInWithApple.swift; sourceTree = "<group>"; };
|
74 |
| - 7940E3142B36187A0089BEE1 /* GoogleSignIn.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoogleSignIn.swift; sourceTree = "<group>"; }; |
| 78 | + 7940E3142B36187A0089BEE1 /* GoogleSignInWithWebFlow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoogleSignInWithWebFlow.swift; sourceTree = "<group>"; }; |
75 | 79 | 794EF1212955F26A008C9526 /* AddTodoListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddTodoListView.swift; sourceTree = "<group>"; };
|
76 | 80 | 794EF1232955F3DE008C9526 /* TodoListRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoListRow.swift; sourceTree = "<group>"; };
|
77 | 81 | 7956405D2954ADE00088A06F /* Secrets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Secrets.swift; sourceTree = "<group>"; };
|
|
103 | 107 | 79D884D62B3C18DB0009EA4A /* Supabase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Supabase.swift; sourceTree = "<group>"; };
|
104 | 108 | 79D884DA2B3C191F0009EA4A /* ChannelListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChannelListView.swift; sourceTree = "<group>"; };
|
105 | 109 | 79D884DC2B3C19320009EA4A /* MessagesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessagesView.swift; sourceTree = "<group>"; };
|
| 110 | + 79E2B5542B9788BF0042CD21 /* GoogleSignInSDKFlow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoogleSignInSDKFlow.swift; sourceTree = "<group>"; }; |
| 111 | + 79E2B55B2B97A2310042CD21 /* UIApplicationExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIApplicationExtensions.swift; sourceTree = "<group>"; }; |
106 | 112 | 79FEFFAC2B07873600D36347 /* UserManagement.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UserManagement.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
107 | 113 | 79FEFFAE2B07873600D36347 /* UserManagementApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserManagementApp.swift; sourceTree = "<group>"; };
|
108 | 114 | 79FEFFB02B07873600D36347 /* AppView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppView.swift; sourceTree = "<group>"; };
|
|
123 | 129 | isa = PBXFrameworksBuildPhase;
|
124 | 130 | buildActionMask = 2147483647;
|
125 | 131 | files = (
|
| 132 | + 79E2B5582B97890F0042CD21 /* GoogleSignIn in Frameworks */, |
126 | 133 | 795640702955B5190088A06F /* IdentifiedCollections in Frameworks */,
|
127 | 134 | 7956406D2955B3500088A06F /* SwiftUINavigation in Frameworks */,
|
| 135 | + 79E2B55A2B97890F0042CD21 /* GoogleSignInSwift in Frameworks */, |
128 | 136 | 7962989D2AEBC6F9000AA957 /* SVGView in Frameworks */,
|
129 | 137 | 79719ECE2ADF26C400737804 /* Supabase in Frameworks */,
|
130 | 138 | );
|
|
192 | 200 | 79AF04852B2CE586008761AD /* Debug.swift */,
|
193 | 201 | 793E03082B2CED5D00AC7DED /* Contants.swift */,
|
194 | 202 | 793E030A2B2CEDDA00AC7DED /* ActionState.swift */,
|
| 203 | + 79E2B55B2B97A2310042CD21 /* UIApplicationExtensions.swift */, |
195 | 204 | );
|
196 | 205 | path = Examples;
|
197 | 206 | sourceTree = "<group>";
|
|
219 | 228 | 79AF047E2B2CE207008761AD /* AuthWithEmailAndPassword.swift */,
|
220 | 229 | 79AF04832B2CE408008761AD /* AuthWithMagicLink.swift */,
|
221 | 230 | 793E030C2B2DAB5700AC7DED /* SignInWithApple.swift */,
|
222 |
| - 7940E3142B36187A0089BEE1 /* GoogleSignIn.swift */, |
| 231 | + 7940E3142B36187A0089BEE1 /* GoogleSignInWithWebFlow.swift */, |
| 232 | + 79E2B5542B9788BF0042CD21 /* GoogleSignInSDKFlow.swift */, |
223 | 233 | );
|
224 | 234 | path = Auth;
|
225 | 235 | sourceTree = "<group>";
|
|
303 | 313 | 7956406F2955B5190088A06F /* IdentifiedCollections */,
|
304 | 314 | 79719ECD2ADF26C400737804 /* Supabase */,
|
305 | 315 | 7962989C2AEBC6F9000AA957 /* SVGView */,
|
| 316 | + 79E2B5572B97890F0042CD21 /* GoogleSignIn */, |
| 317 | + 79E2B5592B97890F0042CD21 /* GoogleSignInSwift */, |
306 | 318 | );
|
307 | 319 | productName = Examples;
|
308 | 320 | productReference = 793895C62954ABFF0044F2B8 /* Examples.app */;
|
|
383 | 395 | 7956406B2955B3500088A06F /* XCRemoteSwiftPackageReference "swiftui-navigation" */,
|
384 | 396 | 7956406E2955B5190088A06F /* XCRemoteSwiftPackageReference "swift-identified-collections" */,
|
385 | 397 | 7962989B2AEBC6F9000AA957 /* XCRemoteSwiftPackageReference "SVGView" */,
|
| 398 | + 79E2B5562B97890F0042CD21 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */, |
386 | 399 | );
|
387 | 400 | productRefGroup = 793895C72954ABFF0044F2B8 /* Products */;
|
388 | 401 | projectDirPath = "";
|
|
433 | 446 | 796298992AEBBA77000AA957 /* MFAFlow.swift in Sources */,
|
434 | 447 | 79AF04862B2CE586008761AD /* Debug.swift in Sources */,
|
435 | 448 | 79AF04842B2CE408008761AD /* AuthWithMagicLink.swift in Sources */,
|
| 449 | + 79E2B5552B9788BF0042CD21 /* GoogleSignInSDKFlow.swift in Sources */, |
436 | 450 | 793E03092B2CED5D00AC7DED /* Contants.swift in Sources */,
|
437 | 451 | 793895CC2954ABFF0044F2B8 /* RootView.swift in Sources */,
|
438 | 452 | 7956406A2955AFBD0088A06F /* ErrorText.swift in Sources */,
|
439 | 453 | 79AF04812B2CE261008761AD /* AuthView.swift in Sources */,
|
440 | 454 | 794EF1242955F3DE008C9526 /* TodoListRow.swift in Sources */,
|
| 455 | + 79E2B55C2B97A2310042CD21 /* UIApplicationExtensions.swift in Sources */, |
441 | 456 | 794EF1222955F26A008C9526 /* AddTodoListView.swift in Sources */,
|
442 | 457 | 7956405E2954ADE00088A06F /* Secrets.swift in Sources */,
|
443 | 458 | 795640682955AEB30088A06F /* Models.swift in Sources */,
|
444 | 459 | 795640662955AE9C0088A06F /* TodoListView.swift in Sources */,
|
445 | 460 | 795640602954AE140088A06F /* AuthController.swift in Sources */,
|
446 | 461 | 79AF047F2B2CE207008761AD /* AuthWithEmailAndPassword.swift in Sources */,
|
447 | 462 | 795640622955AD2B0088A06F /* HomeView.swift in Sources */,
|
448 |
| - 7940E3152B36187A0089BEE1 /* GoogleSignIn.swift in Sources */, |
| 463 | + 7940E3152B36187A0089BEE1 /* GoogleSignInWithWebFlow.swift in Sources */, |
449 | 464 | 793895CA2954ABFF0044F2B8 /* ExamplesApp.swift in Sources */,
|
450 | 465 | 793E030D2B2DAB5700AC7DED /* SignInWithApple.swift in Sources */,
|
451 | 466 | 793E030B2B2CEDDA00AC7DED /* ActionState.swift in Sources */,
|
|
896 | 911 | minimumVersion = 1.0.6;
|
897 | 912 | };
|
898 | 913 | };
|
| 914 | + 79E2B5562B97890F0042CD21 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */ = { |
| 915 | + isa = XCRemoteSwiftPackageReference; |
| 916 | + repositoryURL = "https://github.com/google/GoogleSignIn-iOS"; |
| 917 | + requirement = { |
| 918 | + kind = upToNextMajorVersion; |
| 919 | + minimumVersion = 7.0.0; |
| 920 | + }; |
| 921 | + }; |
899 | 922 | /* End XCRemoteSwiftPackageReference section */
|
900 | 923 |
|
901 | 924 | /* Begin XCSwiftPackageProductDependency section */
|
|
927 | 950 | isa = XCSwiftPackageProductDependency;
|
928 | 951 | productName = Supabase;
|
929 | 952 | };
|
| 953 | + 79E2B5572B97890F0042CD21 /* GoogleSignIn */ = { |
| 954 | + isa = XCSwiftPackageProductDependency; |
| 955 | + package = 79E2B5562B97890F0042CD21 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */; |
| 956 | + productName = GoogleSignIn; |
| 957 | + }; |
| 958 | + 79E2B5592B97890F0042CD21 /* GoogleSignInSwift */ = { |
| 959 | + isa = XCSwiftPackageProductDependency; |
| 960 | + package = 79E2B5562B97890F0042CD21 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */; |
| 961 | + productName = GoogleSignInSwift; |
| 962 | + }; |
930 | 963 | 79FEFFBB2B07874000D36347 /* Supabase */ = {
|
931 | 964 | isa = XCSwiftPackageProductDependency;
|
932 | 965 | productName = Supabase;
|
|
0 commit comments