|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 792404BA2C3454A9002959B3 /* SupaDriveApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 792404B92C3454A9002959B3 /* SupaDriveApp.swift */; }; |
| 11 | + 792404BE2C3454AA002959B3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 792404BD2C3454AA002959B3 /* Assets.xcassets */; }; |
| 12 | + 792404C22C3454AA002959B3 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 792404C12C3454AA002959B3 /* Preview Assets.xcassets */; }; |
| 13 | + 792404E32C3473EC002959B3 /* Supabase in Frameworks */ = {isa = PBXBuildFile; productRef = 792404E22C3473EC002959B3 /* Supabase */; }; |
| 14 | + 792404E52C347466002959B3 /* AppView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 792404E42C347463002959B3 /* AppView.swift */; }; |
| 15 | + 792404E72C348620002959B3 /* AuthView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 792404E62C34861E002959B3 /* AuthView.swift */; }; |
10 | 16 | 793895CA2954ABFF0044F2B8 /* ExamplesApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793895C92954ABFF0044F2B8 /* ExamplesApp.swift */; };
|
11 | 17 | 793895CC2954ABFF0044F2B8 /* RootView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793895CB2954ABFF0044F2B8 /* RootView.swift */; };
|
12 | 18 | 793895CE2954AC000044F2B8 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 793895CD2954AC000044F2B8 /* Assets.xcassets */; };
|
|
76 | 82 | /* End PBXBuildFile section */
|
77 | 83 |
|
78 | 84 | /* Begin PBXFileReference section */
|
| 85 | + 792404B72C3454A9002959B3 /* SupaDrive.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SupaDrive.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 86 | + 792404B92C3454A9002959B3 /* SupaDriveApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SupaDriveApp.swift; sourceTree = "<group>"; }; |
| 87 | + 792404BD2C3454AA002959B3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
| 88 | + 792404BF2C3454AA002959B3 /* SupaDrive.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SupaDrive.entitlements; sourceTree = "<group>"; }; |
| 89 | + 792404C12C3454AA002959B3 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; |
| 90 | + 792404E42C347463002959B3 /* AppView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppView.swift; sourceTree = "<group>"; }; |
| 91 | + 792404E62C34861E002959B3 /* AuthView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthView.swift; sourceTree = "<group>"; }; |
79 | 92 | 793895C62954ABFF0044F2B8 /* Examples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Examples.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
80 | 93 | 793895C92954ABFF0044F2B8 /* ExamplesApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExamplesApp.swift; sourceTree = "<group>"; };
|
81 | 94 | 793895CB2954ABFF0044F2B8 /* RootView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootView.swift; sourceTree = "<group>"; };
|
|
145 | 158 | /* End PBXFileReference section */
|
146 | 159 |
|
147 | 160 | /* Begin PBXFrameworksBuildPhase section */
|
| 161 | + 792404B42C3454A9002959B3 /* Frameworks */ = { |
| 162 | + isa = PBXFrameworksBuildPhase; |
| 163 | + buildActionMask = 2147483647; |
| 164 | + files = ( |
| 165 | + 792404E32C3473EC002959B3 /* Supabase in Frameworks */, |
| 166 | + ); |
| 167 | + runOnlyForDeploymentPostprocessing = 0; |
| 168 | + }; |
148 | 169 | 793895C32954ABFF0044F2B8 /* Frameworks */ = {
|
149 | 170 | isa = PBXFrameworksBuildPhase;
|
150 | 171 | buildActionMask = 2147483647;
|
|
178 | 199 | /* End PBXFrameworksBuildPhase section */
|
179 | 200 |
|
180 | 201 | /* Begin PBXGroup section */
|
| 202 | + 792404B82C3454A9002959B3 /* SupaDrive */ = { |
| 203 | + isa = PBXGroup; |
| 204 | + children = ( |
| 205 | + 792404E62C34861E002959B3 /* AuthView.swift */, |
| 206 | + 792404E42C347463002959B3 /* AppView.swift */, |
| 207 | + 792404B92C3454A9002959B3 /* SupaDriveApp.swift */, |
| 208 | + 792404BD2C3454AA002959B3 /* Assets.xcassets */, |
| 209 | + 792404BF2C3454AA002959B3 /* SupaDrive.entitlements */, |
| 210 | + 792404C02C3454AA002959B3 /* Preview Content */, |
| 211 | + ); |
| 212 | + path = SupaDrive; |
| 213 | + sourceTree = "<group>"; |
| 214 | + }; |
| 215 | + 792404C02C3454AA002959B3 /* Preview Content */ = { |
| 216 | + isa = PBXGroup; |
| 217 | + children = ( |
| 218 | + 792404C12C3454AA002959B3 /* Preview Assets.xcassets */, |
| 219 | + ); |
| 220 | + path = "Preview Content"; |
| 221 | + sourceTree = "<group>"; |
| 222 | + }; |
181 | 223 | 793895BD2954ABFF0044F2B8 = {
|
182 | 224 | isa = PBXGroup;
|
183 | 225 | children = (
|
184 | 226 | 793895C82954ABFF0044F2B8 /* Examples */,
|
185 | 227 | 79FEFFAD2B07873600D36347 /* UserManagement */,
|
186 | 228 | 79D884C82B3C18830009EA4A /* SlackClone */,
|
| 229 | + 792404B82C3454A9002959B3 /* SupaDrive */, |
187 | 230 | 793895C72954ABFF0044F2B8 /* Products */,
|
188 | 231 | 7956405A2954AC3E0088A06F /* Frameworks */,
|
189 | 232 | );
|
|
195 | 238 | 793895C62954ABFF0044F2B8 /* Examples.app */,
|
196 | 239 | 79FEFFAC2B07873600D36347 /* UserManagement.app */,
|
197 | 240 | 79D884C72B3C18830009EA4A /* SlackClone.app */,
|
| 241 | + 792404B72C3454A9002959B3 /* SupaDrive.app */, |
198 | 242 | );
|
199 | 243 | name = Products;
|
200 | 244 | sourceTree = "<group>";
|
|
341 | 385 | /* End PBXGroup section */
|
342 | 386 |
|
343 | 387 | /* Begin PBXNativeTarget section */
|
| 388 | + 792404B62C3454A9002959B3 /* SupaDrive */ = { |
| 389 | + isa = PBXNativeTarget; |
| 390 | + buildConfigurationList = 792404DF2C3454AA002959B3 /* Build configuration list for PBXNativeTarget "SupaDrive" */; |
| 391 | + buildPhases = ( |
| 392 | + 792404B32C3454A9002959B3 /* Sources */, |
| 393 | + 792404B42C3454A9002959B3 /* Frameworks */, |
| 394 | + 792404B52C3454A9002959B3 /* Resources */, |
| 395 | + ); |
| 396 | + buildRules = ( |
| 397 | + ); |
| 398 | + dependencies = ( |
| 399 | + ); |
| 400 | + name = SupaDrive; |
| 401 | + packageProductDependencies = ( |
| 402 | + 792404E22C3473EC002959B3 /* Supabase */, |
| 403 | + ); |
| 404 | + productName = SupaDrive; |
| 405 | + productReference = 792404B72C3454A9002959B3 /* SupaDrive.app */; |
| 406 | + productType = "com.apple.product-type.application"; |
| 407 | + }; |
344 | 408 | 793895C52954ABFF0044F2B8 /* Examples */ = {
|
345 | 409 | isa = PBXNativeTarget;
|
346 | 410 | buildConfigurationList = 793895D52954AC000044F2B8 /* Build configuration list for PBXNativeTarget "Examples" */;
|
|
414 | 478 | isa = PBXProject;
|
415 | 479 | attributes = {
|
416 | 480 | BuildIndependentTargetsInParallel = 1;
|
417 |
| - LastSwiftUpdateCheck = 1510; |
| 481 | + LastSwiftUpdateCheck = 1600; |
418 | 482 | LastUpgradeCheck = 1510;
|
419 | 483 | TargetAttributes = {
|
| 484 | + 792404B62C3454A9002959B3 = { |
| 485 | + CreatedOnToolsVersion = 16.0; |
| 486 | + }; |
420 | 487 | 793895C52954ABFF0044F2B8 = {
|
421 | 488 | CreatedOnToolsVersion = 14.1;
|
422 | 489 | };
|
|
450 | 517 | 793895C52954ABFF0044F2B8 /* Examples */,
|
451 | 518 | 79FEFFAB2B07873600D36347 /* UserManagement */,
|
452 | 519 | 79D884C62B3C18830009EA4A /* SlackClone */,
|
| 520 | + 792404B62C3454A9002959B3 /* SupaDrive */, |
453 | 521 | );
|
454 | 522 | };
|
455 | 523 | /* End PBXProject section */
|
456 | 524 |
|
457 | 525 | /* Begin PBXResourcesBuildPhase section */
|
| 526 | + 792404B52C3454A9002959B3 /* Resources */ = { |
| 527 | + isa = PBXResourcesBuildPhase; |
| 528 | + buildActionMask = 2147483647; |
| 529 | + files = ( |
| 530 | + 792404C22C3454AA002959B3 /* Preview Assets.xcassets in Resources */, |
| 531 | + 792404BE2C3454AA002959B3 /* Assets.xcassets in Resources */, |
| 532 | + ); |
| 533 | + runOnlyForDeploymentPostprocessing = 0; |
| 534 | + }; |
458 | 535 | 793895C42954ABFF0044F2B8 /* Resources */ = {
|
459 | 536 | isa = PBXResourcesBuildPhase;
|
460 | 537 | buildActionMask = 2147483647;
|
|
485 | 562 | /* End PBXResourcesBuildPhase section */
|
486 | 563 |
|
487 | 564 | /* Begin PBXSourcesBuildPhase section */
|
| 565 | + 792404B32C3454A9002959B3 /* Sources */ = { |
| 566 | + isa = PBXSourcesBuildPhase; |
| 567 | + buildActionMask = 2147483647; |
| 568 | + files = ( |
| 569 | + 792404BA2C3454A9002959B3 /* SupaDriveApp.swift in Sources */, |
| 570 | + 792404E52C347466002959B3 /* AppView.swift in Sources */, |
| 571 | + 792404E72C348620002959B3 /* AuthView.swift in Sources */, |
| 572 | + ); |
| 573 | + runOnlyForDeploymentPostprocessing = 0; |
| 574 | + }; |
488 | 575 | 793895C22954ABFF0044F2B8 /* Sources */ = {
|
489 | 576 | isa = PBXSourcesBuildPhase;
|
490 | 577 | buildActionMask = 2147483647;
|
|
560 | 647 | /* End PBXSourcesBuildPhase section */
|
561 | 648 |
|
562 | 649 | /* Begin XCBuildConfiguration section */
|
| 650 | + 792404D92C3454AA002959B3 /* Debug */ = { |
| 651 | + isa = XCBuildConfiguration; |
| 652 | + buildSettings = { |
| 653 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 654 | + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 655 | + CODE_SIGN_ENTITLEMENTS = SupaDrive/SupaDrive.entitlements; |
| 656 | + CODE_SIGN_STYLE = Automatic; |
| 657 | + CURRENT_PROJECT_VERSION = 1; |
| 658 | + DEVELOPMENT_ASSET_PATHS = "\"SupaDrive/Preview Content\""; |
| 659 | + DEVELOPMENT_TEAM = ELTTE7K8TT; |
| 660 | + ENABLE_HARDENED_RUNTIME = YES; |
| 661 | + ENABLE_PREVIEWS = YES; |
| 662 | + GENERATE_INFOPLIST_FILE = YES; |
| 663 | + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; |
| 664 | + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; |
| 665 | + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; |
| 666 | + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = YES; |
| 667 | + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphoneos*]" = YES; |
| 668 | + "INFOPLIST_KEY_UILaunchScreen_Generation[sdk=iphonesimulator*]" = YES; |
| 669 | + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphoneos*]" = UIStatusBarStyleDefault; |
| 670 | + "INFOPLIST_KEY_UIStatusBarStyle[sdk=iphonesimulator*]" = UIStatusBarStyleDefault; |
| 671 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 672 | + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
| 673 | + IPHONEOS_DEPLOYMENT_TARGET = 18.0; |
| 674 | + LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; |
| 675 | + "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; |
| 676 | + LOCALIZATION_PREFERS_STRING_CATALOGS = YES; |
| 677 | + MACOSX_DEPLOYMENT_TARGET = 14.5; |
| 678 | + MARKETING_VERSION = 1.0; |
| 679 | + PRODUCT_BUNDLE_IDENTIFIER = com.supabase.SupaDrive; |
| 680 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 681 | + SDKROOT = auto; |
| 682 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; |
| 683 | + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)"; |
| 684 | + SWIFT_EMIT_LOC_STRINGS = YES; |
| 685 | + SWIFT_VERSION = 5.0; |
| 686 | + TARGETED_DEVICE_FAMILY = "1,2,7"; |
| 687 | + XROS_DEPLOYMENT_TARGET = 2.0; |
| 688 | + }; |
| 689 | + name = Debug; |
| 690 | + }; |
| 691 | + 792404DA2C3454AA002959B3 /* Release */ = { |
| 692 | + isa = XCBuildConfiguration; |
| 693 | + buildSettings = { |
| 694 | + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 695 | + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 696 | + CODE_SIGN_ENTITLEMENTS = SupaDrive/SupaDrive.entitlements; |
| 697 | + CODE_SIGN_STYLE = Automatic; |
| 698 | + CURRENT_PROJECT_VERSION = 1; |
| 699 | + DEVELOPMENT_ASSET_PATHS = "\"SupaDrive/Preview Content\""; |
| 700 | + DEVELOPMENT_TEAM = ELTTE7K8TT; |
| 701 | + ENABLE_HARDENED_RUNTIME = YES; |
| 702 | + ENABLE_PREVIEWS = YES; |
| 703 | + GENERATE_INFOPLIST_FILE = YES; |
| 704 | + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphoneos*]" = YES; |
| 705 | + "INFOPLIST_KEY_UIApplicationSceneManifest_Generation[sdk=iphonesimulator*]" = YES; |
| 706 | + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphoneos*]" = YES; |
| 707 | + "INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents[sdk=iphonesimulator*]" = 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 = 18.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.5; |
| 719 | + MARKETING_VERSION = 1.0; |
| 720 | + PRODUCT_BUNDLE_IDENTIFIER = com.supabase.SupaDrive; |
| 721 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 722 | + SDKROOT = auto; |
| 723 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator"; |
| 724 | + SWIFT_EMIT_LOC_STRINGS = YES; |
| 725 | + SWIFT_VERSION = 5.0; |
| 726 | + TARGETED_DEVICE_FAMILY = "1,2,7"; |
| 727 | + XROS_DEPLOYMENT_TARGET = 2.0; |
| 728 | + }; |
| 729 | + name = Release; |
| 730 | + }; |
563 | 731 | 793895D32954AC000044F2B8 /* Debug */ = {
|
564 | 732 | isa = XCBuildConfiguration;
|
565 | 733 | buildSettings = {
|
|
904 | 1072 | /* End XCBuildConfiguration section */
|
905 | 1073 |
|
906 | 1074 | /* Begin XCConfigurationList section */
|
| 1075 | + 792404DF2C3454AA002959B3 /* Build configuration list for PBXNativeTarget "SupaDrive" */ = { |
| 1076 | + isa = XCConfigurationList; |
| 1077 | + buildConfigurations = ( |
| 1078 | + 792404D92C3454AA002959B3 /* Debug */, |
| 1079 | + 792404DA2C3454AA002959B3 /* Release */, |
| 1080 | + ); |
| 1081 | + defaultConfigurationIsVisible = 0; |
| 1082 | + defaultConfigurationName = Release; |
| 1083 | + }; |
907 | 1084 | 793895C12954ABFF0044F2B8 /* Build configuration list for PBXProject "Examples" */ = {
|
908 | 1085 | isa = XCConfigurationList;
|
909 | 1086 | buildConfigurations = (
|
|
978 | 1155 | /* End XCRemoteSwiftPackageReference section */
|
979 | 1156 |
|
980 | 1157 | /* Begin XCSwiftPackageProductDependency section */
|
| 1158 | + 792404E22C3473EC002959B3 /* Supabase */ = { |
| 1159 | + isa = XCSwiftPackageProductDependency; |
| 1160 | + productName = Supabase; |
| 1161 | + }; |
981 | 1162 | 7956406C2955B3500088A06F /* SwiftUINavigation */ = {
|
982 | 1163 | isa = XCSwiftPackageProductDependency;
|
983 | 1164 | package = 7956406B2955B3500088A06F /* XCRemoteSwiftPackageReference "swiftui-navigation" */;
|
|
0 commit comments