|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + F00C46E128A8E67000070617 /* WidgetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F00C46E028A8E67000070617 /* WidgetKit.framework */; }; |
| 11 | + F00C46E328A8E67000070617 /* SwiftUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F00C46E228A8E67000070617 /* SwiftUI.framework */; }; |
| 12 | + F00C46E628A8E67000070617 /* PizzaShopWidget.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00C46E528A8E67000070617 /* PizzaShopWidget.swift */; }; |
| 13 | + F00C46E928A8E67100070617 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F00C46E828A8E67100070617 /* Assets.xcassets */; }; |
| 14 | + F00C46EB28A8E67100070617 /* PizzaShopWidget.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = F00C46E728A8E67100070617 /* PizzaShopWidget.intentdefinition */; }; |
| 15 | + F00C46EC28A8E67100070617 /* PizzaShopWidget.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = F00C46E728A8E67100070617 /* PizzaShopWidget.intentdefinition */; }; |
| 16 | + F00C46EF28A8E67100070617 /* PizzaShopWidgetExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = F00C46DE28A8E67000070617 /* PizzaShopWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
10 | 17 | F0125A0F26D81CA300C5AA8C /* RegisterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0125A0E26D81CA300C5AA8C /* RegisterViewController.swift */; };
|
11 | 18 | F0125A1426D81CB900C5AA8C /* MenuViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0125A1326D81CB900C5AA8C /* MenuViewController.swift */; };
|
12 | 19 | F0125A1A26D81CCF00C5AA8C /* CartViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0125A1926D81CCF00C5AA8C /* CartViewController.swift */; };
|
|
40 | 47 | F0125C0F2722C65400C5AA8C /* WebServiceStub.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0125C0E2722C65400C5AA8C /* WebServiceStub.swift */; };
|
41 | 48 | F0125C172722D53800C5AA8C /* MainViewControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0125C162722D53700C5AA8C /* MainViewControllerTests.swift */; };
|
42 | 49 | F0125C1C2722D9FC00C5AA8C /* ProfileViewControllerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0125C1B2722D9FC00C5AA8C /* ProfileViewControllerTests.swift */; };
|
| 50 | + F016193428A8EAE400621D30 /* pizzahut-font.ttf in Resources */ = {isa = PBXBuildFile; fileRef = F0D10EB828A238D700246564 /* pizzahut-font.ttf */; }; |
| 51 | + F016193528A8EB3E00621D30 /* Constants.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0125A2A26D81F8D00C5AA8C /* Constants.swift */; }; |
43 | 52 | F01A697A2899AB3400B7AC60 /* ARPizzaViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F01A69792899AB3400B7AC60 /* ARPizzaViewController.swift */; };
|
44 | 53 | F01A697D2899B22700B7AC60 /* art.scnassets in Resources */ = {isa = PBXBuildFile; fileRef = F01A697C2899B22700B7AC60 /* art.scnassets */; };
|
45 | 54 | F02B9D642896947C001552EF /* SFSymbols.swift in Sources */ = {isa = PBXBuildFile; fileRef = F02B9D632896947C001552EF /* SFSymbols.swift */; };
|
|
65 | 74 | /* End PBXBuildFile section */
|
66 | 75 |
|
67 | 76 | /* Begin PBXContainerItemProxy section */
|
| 77 | + F00C46ED28A8E67100070617 /* PBXContainerItemProxy */ = { |
| 78 | + isa = PBXContainerItemProxy; |
| 79 | + containerPortal = F0349D6726D78E4400C6B154 /* Project object */; |
| 80 | + proxyType = 1; |
| 81 | + remoteGlobalIDString = F00C46DD28A8E67000070617; |
| 82 | + remoteInfo = PizzaShopWidgetExtension; |
| 83 | + }; |
68 | 84 | F0349D8626D78E4500C6B154 /* PBXContainerItemProxy */ = {
|
69 | 85 | isa = PBXContainerItemProxy;
|
70 | 86 | containerPortal = F0349D6726D78E4400C6B154 /* Project object */;
|
|
81 | 97 | };
|
82 | 98 | /* End PBXContainerItemProxy section */
|
83 | 99 |
|
| 100 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 101 | + F00C46F328A8E67100070617 /* Embed App Extensions */ = { |
| 102 | + isa = PBXCopyFilesBuildPhase; |
| 103 | + buildActionMask = 2147483647; |
| 104 | + dstPath = ""; |
| 105 | + dstSubfolderSpec = 13; |
| 106 | + files = ( |
| 107 | + F00C46EF28A8E67100070617 /* PizzaShopWidgetExtension.appex in Embed App Extensions */, |
| 108 | + ); |
| 109 | + name = "Embed App Extensions"; |
| 110 | + runOnlyForDeploymentPostprocessing = 0; |
| 111 | + }; |
| 112 | +/* End PBXCopyFilesBuildPhase section */ |
| 113 | + |
84 | 114 | /* Begin PBXFileReference section */
|
| 115 | + F00C46DE28A8E67000070617 /* PizzaShopWidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = PizzaShopWidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 116 | + F00C46E028A8E67000070617 /* WidgetKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WidgetKit.framework; path = System/Library/Frameworks/WidgetKit.framework; sourceTree = SDKROOT; }; |
| 117 | + F00C46E228A8E67000070617 /* SwiftUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwiftUI.framework; path = System/Library/Frameworks/SwiftUI.framework; sourceTree = SDKROOT; }; |
| 118 | + F00C46E528A8E67000070617 /* PizzaShopWidget.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PizzaShopWidget.swift; sourceTree = "<group>"; }; |
| 119 | + F00C46E728A8E67100070617 /* PizzaShopWidget.intentdefinition */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; path = PizzaShopWidget.intentdefinition; sourceTree = "<group>"; }; |
| 120 | + F00C46E828A8E67100070617 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
| 121 | + F00C46EA28A8E67100070617 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
85 | 122 | F0125A0E26D81CA300C5AA8C /* RegisterViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegisterViewController.swift; sourceTree = "<group>"; };
|
86 | 123 | F0125A1326D81CB900C5AA8C /* MenuViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MenuViewController.swift; sourceTree = "<group>"; };
|
87 | 124 | F0125A1926D81CCF00C5AA8C /* CartViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CartViewController.swift; sourceTree = "<group>"; };
|
|
146 | 183 | /* End PBXFileReference section */
|
147 | 184 |
|
148 | 185 | /* Begin PBXFrameworksBuildPhase section */
|
| 186 | + F00C46DB28A8E67000070617 /* Frameworks */ = { |
| 187 | + isa = PBXFrameworksBuildPhase; |
| 188 | + buildActionMask = 2147483647; |
| 189 | + files = ( |
| 190 | + F00C46E328A8E67000070617 /* SwiftUI.framework in Frameworks */, |
| 191 | + F00C46E128A8E67000070617 /* WidgetKit.framework in Frameworks */, |
| 192 | + ); |
| 193 | + runOnlyForDeploymentPostprocessing = 0; |
| 194 | + }; |
149 | 195 | F0349D6C26D78E4400C6B154 /* Frameworks */ = {
|
150 | 196 | isa = PBXFrameworksBuildPhase;
|
151 | 197 | buildActionMask = 2147483647;
|
|
170 | 216 | /* End PBXFrameworksBuildPhase section */
|
171 | 217 |
|
172 | 218 | /* Begin PBXGroup section */
|
| 219 | + F00C46DF28A8E67000070617 /* Frameworks */ = { |
| 220 | + isa = PBXGroup; |
| 221 | + children = ( |
| 222 | + F00C46E028A8E67000070617 /* WidgetKit.framework */, |
| 223 | + F00C46E228A8E67000070617 /* SwiftUI.framework */, |
| 224 | + ); |
| 225 | + name = Frameworks; |
| 226 | + sourceTree = "<group>"; |
| 227 | + }; |
| 228 | + F00C46E428A8E67000070617 /* PizzaShopWidget */ = { |
| 229 | + isa = PBXGroup; |
| 230 | + children = ( |
| 231 | + F00C46E528A8E67000070617 /* PizzaShopWidget.swift */, |
| 232 | + F00C46E728A8E67100070617 /* PizzaShopWidget.intentdefinition */, |
| 233 | + F00C46E828A8E67100070617 /* Assets.xcassets */, |
| 234 | + F00C46EA28A8E67100070617 /* Info.plist */, |
| 235 | + ); |
| 236 | + path = PizzaShopWidget; |
| 237 | + sourceTree = "<group>"; |
| 238 | + }; |
173 | 239 | F0125A2926D81F6F00C5AA8C /* Utils */ = {
|
174 | 240 | isa = PBXGroup;
|
175 | 241 | children = (
|
|
250 | 316 | F0349D7126D78E4400C6B154 /* PizzaShop */,
|
251 | 317 | F0349D8826D78E4500C6B154 /* PizzaShopTests */,
|
252 | 318 | F0349D9326D78E4500C6B154 /* PizzaShopUITests */,
|
| 319 | + F00C46E428A8E67000070617 /* PizzaShopWidget */, |
| 320 | + F00C46DF28A8E67000070617 /* Frameworks */, |
253 | 321 | F0349D7026D78E4400C6B154 /* Products */,
|
254 | 322 | );
|
255 | 323 | sourceTree = "<group>";
|
|
260 | 328 | F0349D6F26D78E4400C6B154 /* PizzaShop.app */,
|
261 | 329 | F0349D8526D78E4500C6B154 /* PizzaShopTests.xctest */,
|
262 | 330 | F0349D9026D78E4500C6B154 /* PizzaShopUITests.xctest */,
|
| 331 | + F00C46DE28A8E67000070617 /* PizzaShopWidgetExtension.appex */, |
263 | 332 | );
|
264 | 333 | name = Products;
|
265 | 334 | sourceTree = "<group>";
|
|
376 | 445 | /* End PBXGroup section */
|
377 | 446 |
|
378 | 447 | /* Begin PBXNativeTarget section */
|
| 448 | + F00C46DD28A8E67000070617 /* PizzaShopWidgetExtension */ = { |
| 449 | + isa = PBXNativeTarget; |
| 450 | + buildConfigurationList = F00C46F028A8E67100070617 /* Build configuration list for PBXNativeTarget "PizzaShopWidgetExtension" */; |
| 451 | + buildPhases = ( |
| 452 | + F00C46DA28A8E67000070617 /* Sources */, |
| 453 | + F00C46DB28A8E67000070617 /* Frameworks */, |
| 454 | + F00C46DC28A8E67000070617 /* Resources */, |
| 455 | + ); |
| 456 | + buildRules = ( |
| 457 | + ); |
| 458 | + dependencies = ( |
| 459 | + ); |
| 460 | + name = PizzaShopWidgetExtension; |
| 461 | + productName = PizzaShopWidgetExtension; |
| 462 | + productReference = F00C46DE28A8E67000070617 /* PizzaShopWidgetExtension.appex */; |
| 463 | + productType = "com.apple.product-type.app-extension"; |
| 464 | + }; |
379 | 465 | F0349D6E26D78E4400C6B154 /* PizzaShop */ = {
|
380 | 466 | isa = PBXNativeTarget;
|
381 | 467 | buildConfigurationList = F0349D9926D78E4500C6B154 /* Build configuration list for PBXNativeTarget "PizzaShop" */;
|
382 | 468 | buildPhases = (
|
383 | 469 | F0349D6B26D78E4400C6B154 /* Sources */,
|
384 | 470 | F0349D6C26D78E4400C6B154 /* Frameworks */,
|
385 | 471 | F0349D6D26D78E4400C6B154 /* Resources */,
|
| 472 | + F00C46F328A8E67100070617 /* Embed App Extensions */, |
386 | 473 | );
|
387 | 474 | buildRules = (
|
388 | 475 | );
|
389 | 476 | dependencies = (
|
| 477 | + F00C46EE28A8E67100070617 /* PBXTargetDependency */, |
390 | 478 | );
|
391 | 479 | name = PizzaShop;
|
392 | 480 | productName = PizzaShop;
|
|
435 | 523 | F0349D6726D78E4400C6B154 /* Project object */ = {
|
436 | 524 | isa = PBXProject;
|
437 | 525 | attributes = {
|
438 |
| - LastSwiftUpdateCheck = 1240; |
| 526 | + LastSwiftUpdateCheck = 1330; |
439 | 527 | LastUpgradeCheck = 1240;
|
440 | 528 | TargetAttributes = {
|
| 529 | + F00C46DD28A8E67000070617 = { |
| 530 | + CreatedOnToolsVersion = 13.3; |
| 531 | + }; |
441 | 532 | F0349D6E26D78E4400C6B154 = {
|
442 | 533 | CreatedOnToolsVersion = 12.4;
|
443 | 534 | };
|
|
467 | 558 | F0349D6E26D78E4400C6B154 /* PizzaShop */,
|
468 | 559 | F0349D8426D78E4500C6B154 /* PizzaShopTests */,
|
469 | 560 | F0349D8F26D78E4500C6B154 /* PizzaShopUITests */,
|
| 561 | + F00C46DD28A8E67000070617 /* PizzaShopWidgetExtension */, |
470 | 562 | );
|
471 | 563 | };
|
472 | 564 | /* End PBXProject section */
|
473 | 565 |
|
474 | 566 | /* Begin PBXResourcesBuildPhase section */
|
| 567 | + F00C46DC28A8E67000070617 /* Resources */ = { |
| 568 | + isa = PBXResourcesBuildPhase; |
| 569 | + buildActionMask = 2147483647; |
| 570 | + files = ( |
| 571 | + F016193428A8EAE400621D30 /* pizzahut-font.ttf in Resources */, |
| 572 | + F00C46E928A8E67100070617 /* Assets.xcassets in Resources */, |
| 573 | + ); |
| 574 | + runOnlyForDeploymentPostprocessing = 0; |
| 575 | + }; |
475 | 576 | F0349D6D26D78E4400C6B154 /* Resources */ = {
|
476 | 577 | isa = PBXResourcesBuildPhase;
|
477 | 578 | buildActionMask = 2147483647;
|
|
504 | 605 | /* End PBXResourcesBuildPhase section */
|
505 | 606 |
|
506 | 607 | /* Begin PBXSourcesBuildPhase section */
|
| 608 | + F00C46DA28A8E67000070617 /* Sources */ = { |
| 609 | + isa = PBXSourcesBuildPhase; |
| 610 | + buildActionMask = 2147483647; |
| 611 | + files = ( |
| 612 | + F00C46EB28A8E67100070617 /* PizzaShopWidget.intentdefinition in Sources */, |
| 613 | + F00C46E628A8E67000070617 /* PizzaShopWidget.swift in Sources */, |
| 614 | + F016193528A8EB3E00621D30 /* Constants.swift in Sources */, |
| 615 | + ); |
| 616 | + runOnlyForDeploymentPostprocessing = 0; |
| 617 | + }; |
507 | 618 | F0349D6B26D78E4400C6B154 /* Sources */ = {
|
508 | 619 | isa = PBXSourcesBuildPhase;
|
509 | 620 | buildActionMask = 2147483647;
|
|
529 | 640 | F01A697A2899AB3400B7AC60 /* ARPizzaViewController.swift in Sources */,
|
530 | 641 | F0125A9D26DC1B6900C5AA8C /* UIAlertControllerExtension.swift in Sources */,
|
531 | 642 | F0FE14BE276B9B0D00BDE5C2 /* UseAutoLayout.swift in Sources */,
|
| 643 | + F00C46EC28A8E67100070617 /* PizzaShopWidget.intentdefinition in Sources */, |
532 | 644 | F06EE82928A4CA81006C5FF0 /* UITabBarControllerExtension.swift in Sources */,
|
533 | 645 | F0125A1A26D81CCF00C5AA8C /* CartViewController.swift in Sources */,
|
534 | 646 | F0125B1826E4E7D800C5AA8C /* ReservationViewController.swift in Sources */,
|
|
575 | 687 | /* End PBXSourcesBuildPhase section */
|
576 | 688 |
|
577 | 689 | /* Begin PBXTargetDependency section */
|
| 690 | + F00C46EE28A8E67100070617 /* PBXTargetDependency */ = { |
| 691 | + isa = PBXTargetDependency; |
| 692 | + target = F00C46DD28A8E67000070617 /* PizzaShopWidgetExtension */; |
| 693 | + targetProxy = F00C46ED28A8E67100070617 /* PBXContainerItemProxy */; |
| 694 | + }; |
578 | 695 | F0349D8726D78E4500C6B154 /* PBXTargetDependency */ = {
|
579 | 696 | isa = PBXTargetDependency;
|
580 | 697 | target = F0349D6E26D78E4400C6B154 /* PizzaShop */;
|
|
623 | 740 | /* End PBXVariantGroup section */
|
624 | 741 |
|
625 | 742 | /* Begin XCBuildConfiguration section */
|
| 743 | + F00C46F128A8E67100070617 /* Debug */ = { |
| 744 | + isa = XCBuildConfiguration; |
| 745 | + buildSettings = { |
| 746 | + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 747 | + ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; |
| 748 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; |
| 749 | + CODE_SIGN_STYLE = Automatic; |
| 750 | + CURRENT_PROJECT_VERSION = 4; |
| 751 | + DEVELOPMENT_TEAM = QMW26WR72K; |
| 752 | + GENERATE_INFOPLIST_FILE = YES; |
| 753 | + INFOPLIST_FILE = PizzaShopWidget/Info.plist; |
| 754 | + INFOPLIST_KEY_CFBundleDisplayName = PizzaShopWidget; |
| 755 | + INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
| 756 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 757 | + "$(inherited)", |
| 758 | + "@executable_path/Frameworks", |
| 759 | + "@executable_path/../../Frameworks", |
| 760 | + ); |
| 761 | + MARKETING_VERSION = 3.2.1; |
| 762 | + PRODUCT_BUNDLE_IDENTIFIER = co.armanabkar.PizzaShop.PizzaShopWidget; |
| 763 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 764 | + SKIP_INSTALL = YES; |
| 765 | + SWIFT_EMIT_LOC_STRINGS = YES; |
| 766 | + SWIFT_VERSION = 5.0; |
| 767 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 768 | + }; |
| 769 | + name = Debug; |
| 770 | + }; |
| 771 | + F00C46F228A8E67100070617 /* Release */ = { |
| 772 | + isa = XCBuildConfiguration; |
| 773 | + buildSettings = { |
| 774 | + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 775 | + ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; |
| 776 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; |
| 777 | + CODE_SIGN_STYLE = Automatic; |
| 778 | + CURRENT_PROJECT_VERSION = 4; |
| 779 | + DEVELOPMENT_TEAM = QMW26WR72K; |
| 780 | + GENERATE_INFOPLIST_FILE = YES; |
| 781 | + INFOPLIST_FILE = PizzaShopWidget/Info.plist; |
| 782 | + INFOPLIST_KEY_CFBundleDisplayName = PizzaShopWidget; |
| 783 | + INFOPLIST_KEY_NSHumanReadableCopyright = ""; |
| 784 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 785 | + "$(inherited)", |
| 786 | + "@executable_path/Frameworks", |
| 787 | + "@executable_path/../../Frameworks", |
| 788 | + ); |
| 789 | + MARKETING_VERSION = 3.2.1; |
| 790 | + PRODUCT_BUNDLE_IDENTIFIER = co.armanabkar.PizzaShop.PizzaShopWidget; |
| 791 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 792 | + SKIP_INSTALL = YES; |
| 793 | + SWIFT_EMIT_LOC_STRINGS = YES; |
| 794 | + SWIFT_VERSION = 5.0; |
| 795 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 796 | + }; |
| 797 | + name = Release; |
| 798 | + }; |
626 | 799 | F0349D9726D78E4500C6B154 /* Debug */ = {
|
627 | 800 | isa = XCBuildConfiguration;
|
628 | 801 | buildSettings = {
|
|
742 | 915 | F0349D9A26D78E4500C6B154 /* Debug */ = {
|
743 | 916 | isa = XCBuildConfiguration;
|
744 | 917 | buildSettings = {
|
| 918 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
745 | 919 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
746 | 920 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
747 | 921 | CODE_SIGN_STYLE = Automatic;
|
|
764 | 938 | F0349D9B26D78E4500C6B154 /* Release */ = {
|
765 | 939 | isa = XCBuildConfiguration;
|
766 | 940 | buildSettings = {
|
| 941 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
767 | 942 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
768 | 943 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
|
769 | 944 | CODE_SIGN_STYLE = Automatic;
|
|
870 | 1045 | /* End XCBuildConfiguration section */
|
871 | 1046 |
|
872 | 1047 | /* Begin XCConfigurationList section */
|
| 1048 | + F00C46F028A8E67100070617 /* Build configuration list for PBXNativeTarget "PizzaShopWidgetExtension" */ = { |
| 1049 | + isa = XCConfigurationList; |
| 1050 | + buildConfigurations = ( |
| 1051 | + F00C46F128A8E67100070617 /* Debug */, |
| 1052 | + F00C46F228A8E67100070617 /* Release */, |
| 1053 | + ); |
| 1054 | + defaultConfigurationIsVisible = 0; |
| 1055 | + defaultConfigurationName = Release; |
| 1056 | + }; |
873 | 1057 | F0349D6A26D78E4400C6B154 /* Build configuration list for PBXProject "PizzaShop" */ = {
|
874 | 1058 | isa = XCConfigurationList;
|
875 | 1059 | buildConfigurations = (
|
|
0 commit comments