|
29 | 29 | 796298992AEBBA77000AA957 /* MFAFlow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796298982AEBBA77000AA957 /* MFAFlow.swift */; };
|
30 | 30 | 7962989D2AEBC6F9000AA957 /* SVGView in Frameworks */ = {isa = PBXBuildFile; productRef = 7962989C2AEBC6F9000AA957 /* SVGView */; };
|
31 | 31 | 79719ECE2ADF26C400737804 /* Supabase in Frameworks */ = {isa = PBXBuildFile; productRef = 79719ECD2ADF26C400737804 /* Supabase */; };
|
| 32 | + 79FEFFAF2B07873600D36347 /* UserManagementApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79FEFFAE2B07873600D36347 /* UserManagementApp.swift */; }; |
| 33 | + 79FEFFB12B07873600D36347 /* AppView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79FEFFB02B07873600D36347 /* AppView.swift */; }; |
| 34 | + 79FEFFB32B07873700D36347 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 79FEFFB22B07873700D36347 /* Assets.xcassets */; }; |
| 35 | + 79FEFFB72B07873700D36347 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 79FEFFB62B07873700D36347 /* Preview Assets.xcassets */; }; |
| 36 | + 79FEFFBC2B07874000D36347 /* Supabase in Frameworks */ = {isa = PBXBuildFile; productRef = 79FEFFBB2B07874000D36347 /* Supabase */; }; |
| 37 | + 79FEFFBE2B07894700D36347 /* Supabase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79FEFFBD2B07894700D36347 /* Supabase.swift */; }; |
| 38 | + 79FEFFC02B07895900D36347 /* AuthView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79FEFFBF2B07895900D36347 /* AuthView.swift */; }; |
| 39 | + 79FEFFC32B078CD800D36347 /* ProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79FEFFC22B078CD800D36347 /* ProfileView.swift */; }; |
| 40 | + 79FEFFC52B078D7900D36347 /* Models.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79FEFFC42B078D7900D36347 /* Models.swift */; }; |
| 41 | + 79FEFFC72B078FB000D36347 /* SwiftUIHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79FEFFC62B078FB000D36347 /* SwiftUIHelpers.swift */; }; |
32 | 42 | /* End PBXBuildFile section */
|
33 | 43 |
|
34 | 44 | /* Begin PBXFileReference section */
|
|
54 | 64 | 795640692955AFBD0088A06F /* ErrorText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorText.swift; sourceTree = "<group>"; };
|
55 | 65 | 796298982AEBBA77000AA957 /* MFAFlow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MFAFlow.swift; sourceTree = "<group>"; };
|
56 | 66 | 7962989A2AEBBD9F000AA957 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
| 67 | + 79FEFFAC2B07873600D36347 /* UserManagement.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = UserManagement.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 68 | + 79FEFFAE2B07873600D36347 /* UserManagementApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserManagementApp.swift; sourceTree = "<group>"; }; |
| 69 | + 79FEFFB02B07873600D36347 /* AppView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppView.swift; sourceTree = "<group>"; }; |
| 70 | + 79FEFFB22B07873700D36347 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
| 71 | + 79FEFFB42B07873700D36347 /* UserManagement.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = UserManagement.entitlements; sourceTree = "<group>"; }; |
| 72 | + 79FEFFB62B07873700D36347 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
| 73 | + 79FEFFBD2B07894700D36347 /* Supabase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Supabase.swift; sourceTree = "<group>"; }; |
| 74 | + 79FEFFBF2B07895900D36347 /* AuthView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthView.swift; sourceTree = "<group>"; }; |
| 75 | + 79FEFFC12B078B6100D36347 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; |
| 76 | + 79FEFFC22B078CD800D36347 /* ProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileView.swift; sourceTree = "<group>"; }; |
| 77 | + 79FEFFC42B078D7900D36347 /* Models.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Models.swift; sourceTree = "<group>"; }; |
| 78 | + 79FEFFC62B078FB000D36347 /* SwiftUIHelpers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUIHelpers.swift; sourceTree = "<group>"; }; |
57 | 79 | /* End PBXFileReference section */
|
58 | 80 |
|
59 | 81 | /* Begin PBXFrameworksBuildPhase section */
|
|
76 | 98 | );
|
77 | 99 | runOnlyForDeploymentPostprocessing = 0;
|
78 | 100 | };
|
| 101 | + 79FEFFA92B07873600D36347 /* Frameworks */ = { |
| 102 | + isa = PBXFrameworksBuildPhase; |
| 103 | + buildActionMask = 2147483647; |
| 104 | + files = ( |
| 105 | + 79FEFFBC2B07874000D36347 /* Supabase in Frameworks */, |
| 106 | + ); |
| 107 | + runOnlyForDeploymentPostprocessing = 0; |
| 108 | + }; |
79 | 109 | /* End PBXFrameworksBuildPhase section */
|
80 | 110 |
|
81 | 111 | /* Begin PBXGroup section */
|
|
104 | 134 | children = (
|
105 | 135 | 793895C82954ABFF0044F2B8 /* Examples */,
|
106 | 136 | 790308E72AEE7B4D003C4A98 /* RealtimeSample */,
|
| 137 | + 79FEFFAD2B07873600D36347 /* UserManagement */, |
107 | 138 | 793895C72954ABFF0044F2B8 /* Products */,
|
108 | 139 | 7956405A2954AC3E0088A06F /* Frameworks */,
|
109 | 140 | );
|
|
114 | 145 | children = (
|
115 | 146 | 793895C62954ABFF0044F2B8 /* Examples.app */,
|
116 | 147 | 790308E62AEE7B4D003C4A98 /* RealtimeSample.app */,
|
| 148 | + 79FEFFAC2B07873600D36347 /* UserManagement.app */, |
117 | 149 | );
|
118 | 150 | name = Products;
|
119 | 151 | sourceTree = "<group>";
|
|
155 | 187 | name = Frameworks;
|
156 | 188 | sourceTree = "<group>";
|
157 | 189 | };
|
| 190 | + 79FEFFAD2B07873600D36347 /* UserManagement */ = { |
| 191 | + isa = PBXGroup; |
| 192 | + children = ( |
| 193 | + 79FEFFC12B078B6100D36347 /* Info.plist */, |
| 194 | + 79FEFFAE2B07873600D36347 /* UserManagementApp.swift */, |
| 195 | + 79FEFFB02B07873600D36347 /* AppView.swift */, |
| 196 | + 79FEFFB22B07873700D36347 /* Assets.xcassets */, |
| 197 | + 79FEFFB42B07873700D36347 /* UserManagement.entitlements */, |
| 198 | + 79FEFFB52B07873700D36347 /* Preview Content */, |
| 199 | + 79FEFFBD2B07894700D36347 /* Supabase.swift */, |
| 200 | + 79FEFFBF2B07895900D36347 /* AuthView.swift */, |
| 201 | + 79FEFFC22B078CD800D36347 /* ProfileView.swift */, |
| 202 | + 79FEFFC42B078D7900D36347 /* Models.swift */, |
| 203 | + 79FEFFC62B078FB000D36347 /* SwiftUIHelpers.swift */, |
| 204 | + ); |
| 205 | + path = UserManagement; |
| 206 | + sourceTree = "<group>"; |
| 207 | + }; |
| 208 | + 79FEFFB52B07873700D36347 /* Preview Content */ = { |
| 209 | + isa = PBXGroup; |
| 210 | + children = ( |
| 211 | + 79FEFFB62B07873700D36347 /* Preview Assets.xcassets */, |
| 212 | + ); |
| 213 | + path = "Preview Content"; |
| 214 | + sourceTree = "<group>"; |
| 215 | + }; |
158 | 216 | /* End PBXGroup section */
|
159 | 217 |
|
160 | 218 | /* Begin PBXNativeTarget section */
|
|
201 | 259 | productReference = 793895C62954ABFF0044F2B8 /* Examples.app */;
|
202 | 260 | productType = "com.apple.product-type.application";
|
203 | 261 | };
|
| 262 | + 79FEFFAB2B07873600D36347 /* UserManagement */ = { |
| 263 | + isa = PBXNativeTarget; |
| 264 | + buildConfigurationList = 79FEFFB82B07873700D36347 /* Build configuration list for PBXNativeTarget "UserManagement" */; |
| 265 | + buildPhases = ( |
| 266 | + 79FEFFA82B07873600D36347 /* Sources */, |
| 267 | + 79FEFFA92B07873600D36347 /* Frameworks */, |
| 268 | + 79FEFFAA2B07873600D36347 /* Resources */, |
| 269 | + ); |
| 270 | + buildRules = ( |
| 271 | + ); |
| 272 | + dependencies = ( |
| 273 | + ); |
| 274 | + name = UserManagement; |
| 275 | + packageProductDependencies = ( |
| 276 | + 79FEFFBB2B07874000D36347 /* Supabase */, |
| 277 | + ); |
| 278 | + productName = UserManagement; |
| 279 | + productReference = 79FEFFAC2B07873600D36347 /* UserManagement.app */; |
| 280 | + productType = "com.apple.product-type.application"; |
| 281 | + }; |
204 | 282 | /* End PBXNativeTarget section */
|
205 | 283 |
|
206 | 284 | /* Begin PBXProject section */
|
|
217 | 295 | 793895C52954ABFF0044F2B8 = {
|
218 | 296 | CreatedOnToolsVersion = 14.1;
|
219 | 297 | };
|
| 298 | + 79FEFFAB2B07873600D36347 = { |
| 299 | + CreatedOnToolsVersion = 15.0.1; |
| 300 | + }; |
220 | 301 | };
|
221 | 302 | };
|
222 | 303 | buildConfigurationList = 793895C12954ABFF0044F2B8 /* Build configuration list for PBXProject "Examples" */;
|
|
239 | 320 | targets = (
|
240 | 321 | 793895C52954ABFF0044F2B8 /* Examples */,
|
241 | 322 | 790308E52AEE7B4D003C4A98 /* RealtimeSample */,
|
| 323 | + 79FEFFAB2B07873600D36347 /* UserManagement */, |
242 | 324 | );
|
243 | 325 | };
|
244 | 326 | /* End PBXProject section */
|
|
262 | 344 | );
|
263 | 345 | runOnlyForDeploymentPostprocessing = 0;
|
264 | 346 | };
|
| 347 | + 79FEFFAA2B07873600D36347 /* Resources */ = { |
| 348 | + isa = PBXResourcesBuildPhase; |
| 349 | + buildActionMask = 2147483647; |
| 350 | + files = ( |
| 351 | + 79FEFFB72B07873700D36347 /* Preview Assets.xcassets in Resources */, |
| 352 | + 79FEFFB32B07873700D36347 /* Assets.xcassets in Resources */, |
| 353 | + ); |
| 354 | + runOnlyForDeploymentPostprocessing = 0; |
| 355 | + }; |
265 | 356 | /* End PBXResourcesBuildPhase section */
|
266 | 357 |
|
267 | 358 | /* Begin PBXSourcesBuildPhase section */
|
|
292 | 383 | );
|
293 | 384 | runOnlyForDeploymentPostprocessing = 0;
|
294 | 385 | };
|
| 386 | + 79FEFFA82B07873600D36347 /* Sources */ = { |
| 387 | + isa = PBXSourcesBuildPhase; |
| 388 | + buildActionMask = 2147483647; |
| 389 | + files = ( |
| 390 | + 79FEFFB12B07873600D36347 /* AppView.swift in Sources */, |
| 391 | + 79FEFFBE2B07894700D36347 /* Supabase.swift in Sources */, |
| 392 | + 79FEFFC32B078CD800D36347 /* ProfileView.swift in Sources */, |
| 393 | + 79FEFFC52B078D7900D36347 /* Models.swift in Sources */, |
| 394 | + 79FEFFC72B078FB000D36347 /* SwiftUIHelpers.swift in Sources */, |
| 395 | + 79FEFFC02B07895900D36347 /* AuthView.swift in Sources */, |
| 396 | + 79FEFFAF2B07873600D36347 /* UserManagementApp.swift in Sources */, |
| 397 | + ); |
| 398 | + runOnlyForDeploymentPostprocessing = 0; |
| 399 | + }; |
295 | 400 | /* End PBXSourcesBuildPhase section */
|
296 | 401 |
|
297 | 402 | /* Begin XCBuildConfiguration section */
|
|
537 | 642 | };
|
538 | 643 | name = Release;
|
539 | 644 | };
|
| 645 | + 79FEFFB92B07873700D36347 /* Debug */ = { |
| 646 | + isa = XCBuildConfiguration; |
| 647 | + buildSettings = { |
| 648 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 649 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
| 650 | + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 651 | + CODE_SIGN_ENTITLEMENTS = UserManagement/UserManagement.entitlements; |
| 652 | + CODE_SIGN_STYLE = Automatic; |
| 653 | + CURRENT_PROJECT_VERSION = 1; |
| 654 | + DEVELOPMENT_ASSET_PATHS = "\"UserManagement/Preview Content\""; |
| 655 | + DEVELOPMENT_TEAM = ELTTE7K8TT; |
| 656 | + ENABLE_HARDENED_RUNTIME = YES; |
| 657 | + ENABLE_PREVIEWS = YES; |
| 658 | + GENERATE_INFOPLIST_FILE = YES; |
| 659 | + INFOPLIST_FILE = UserManagement/Info.plist; |
| 660 | + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; |
| 661 | + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; |
| 662 | + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; |
| 663 | + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES; |
| 664 | + INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
| 665 | + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES; |
| 666 | + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES; |
| 667 | + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault; |
| 668 | + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; |
| 669 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 670 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 671 | + IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
| 672 | + LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
| 673 | + "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; |
| 674 | + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
| 675 | + MACOSX_DEPLOYMENT_TARGET = 14.0; |
| 676 | + MARKETING_VERSION = 1.0; |
| 677 | + PRODUCT_BUNDLE_IDENTIFIER = com.supabase.UserManagement; |
| 678 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 679 | + SDKROOT = auto; |
| 680 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; |
| 681 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; |
| 682 | + SWIFT_EMIT_LOC_STRINGS = YES; |
| 683 | + SWIFT_VERSION = 5.0; |
| 684 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 685 | + }; |
| 686 | + name = Debug; |
| 687 | + }; |
| 688 | + 79FEFFBA2B07873700D36347 /* Release */ = { |
| 689 | + isa = XCBuildConfiguration; |
| 690 | + buildSettings = { |
| 691 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 692 | + ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES; |
| 693 | + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 694 | + CODE_SIGN_ENTITLEMENTS = UserManagement/UserManagement.entitlements; |
| 695 | + CODE_SIGN_STYLE = Automatic; |
| 696 | + CURRENT_PROJECT_VERSION = 1; |
| 697 | + DEVELOPMENT_ASSET_PATHS = "\"UserManagement/Preview Content\""; |
| 698 | + DEVELOPMENT_TEAM = ELTTE7K8TT; |
| 699 | + ENABLE_HARDENED_RUNTIME = YES; |
| 700 | + ENABLE_PREVIEWS = YES; |
| 701 | + GENERATE_INFOPLIST_FILE = YES; |
| 702 | + INFOPLIST_FILE = UserManagement/Info.plist; |
| 703 | + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; |
| 704 | + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; |
| 705 | + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; |
| 706 | + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES; |
| 707 | + INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
| 708 | + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES; |
| 709 | + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES; |
| 710 | + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault; |
| 711 | + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; |
| 712 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 713 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 714 | + IPHONEOS_DEPLOYMENT_TARGET = 17.0; |
| 715 | + LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
| 716 | + "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; |
| 717 | + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
| 718 | + MACOSX_DEPLOYMENT_TARGET = 14.0; |
| 719 | + MARKETING_VERSION = 1.0; |
| 720 | + PRODUCT_BUNDLE_IDENTIFIER = com.supabase.UserManagement; |
| 721 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 722 | + SDKROOT = auto; |
| 723 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx"; |
| 724 | + SWIFT_EMIT_LOC_STRINGS = YES; |
| 725 | + SWIFT_VERSION = 5.0; |
| 726 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 727 | + }; |
| 728 | + name = Release; |
| 729 | + }; |
540 | 730 | /* End XCBuildConfiguration section */
|
541 | 731 |
|
542 | 732 | /* Begin XCConfigurationList section */
|
|
567 | 757 | defaultConfigurationIsVisible = 0;
|
568 | 758 | defaultConfigurationName = Release;
|
569 | 759 | };
|
| 760 | + 79FEFFB82B07873700D36347 /* Build configuration list for PBXNativeTarget "UserManagement" */ = { |
| 761 | + isa = XCConfigurationList; |
| 762 | + buildConfigurations = ( |
| 763 | + 79FEFFB92B07873700D36347 /* Debug */, |
| 764 | + 79FEFFBA2B07873700D36347 /* Release */, |
| 765 | + ); |
| 766 | + defaultConfigurationIsVisible = 0; |
| 767 | + defaultConfigurationName = Release; |
| 768 | + }; |
570 | 769 | /* End XCConfigurationList section */
|
571 | 770 |
|
572 | 771 | /* Begin XCRemoteSwiftPackageReference section */
|
|
620 | 819 | isa = XCSwiftPackageProductDependency;
|
621 | 820 | productName = Supabase;
|
622 | 821 | };
|
| 822 | + 79FEFFBB2B07874000D36347 /* Supabase */ = { |
| 823 | + isa = XCSwiftPackageProductDependency; |
| 824 | + productName = Supabase; |
| 825 | + }; |
623 | 826 | /* End XCSwiftPackageProductDependency section */
|
624 | 827 | };
|
625 | 828 | rootObject = 793895BE2954ABFF0044F2B8 /* Project object */;
|
|
0 commit comments