From 665048eea268bcaf9e04b5228af77ad61b3fda2b Mon Sep 17 00:00:00 2001 From: Thanh Vu Date: Tue, 2 Jan 2024 11:21:47 +0700 Subject: [PATCH] Update xcodeproj --- .../Project.xcodeproj/project.pbxproj | 2003 +---------------- .../xcshareddata/xcschemes/App_Clip.xcscheme | 10 +- .../xcschemes/App_Scheme.xcscheme | 10 +- .../xcshareddata/xcschemes/App_macOS.xcscheme | 10 +- .../xcschemes/App_watchOS.xcscheme | 10 +- .../xcschemes/DriverKitDriver.xcscheme | 10 +- .../EndpointSecuritySystemExtension.xcscheme | 10 +- .../xcshareddata/xcschemes/Framework.xcscheme | 10 +- .../xcschemes/NetworkSystemExtension.xcscheme | 10 +- .../xcshareddata/xcschemes/Tool.xcscheme | 10 +- .../xcschemes/iMessageApp.xcscheme | 10 +- .../xcschemes/iMessageExtension.xcscheme | 10 +- Tests/Fixtures/TestProject/project.yml | 11 +- .../global_template_attributes_test.yml | 8 +- 14 files changed, 119 insertions(+), 2013 deletions(-) diff --git a/Tests/Fixtures/TestProject/Project.xcodeproj/project.pbxproj b/Tests/Fixtures/TestProject/Project.xcodeproj/project.pbxproj index 291ffbc7..06030f99 100644 --- a/Tests/Fixtures/TestProject/Project.xcodeproj/project.pbxproj +++ b/Tests/Fixtures/TestProject/Project.xcodeproj/project.pbxproj @@ -3619,61 +3619,6 @@ }; name = "Production Debug"; }; - 036FCF7C4B48C154279F289D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 5.0; - WATCHOS_DEPLOYMENT_TARGET = 4.0; - }; - name = Release; - }; 03B133682B8BEF8B1D647C76 /* Production Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -3808,57 +3753,6 @@ }; name = "Staging Release"; }; - 06FEE6A4375FED73FBBB4162 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - ); - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework-iOS"; - PRODUCT_NAME = Framework; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; - 0759152BA40030DC660A8A75 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - COMBINE_HIDPI_IMAGES = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/Mac", - ); - INFOPLIST_FILE = "App_macOS/App-Info.plist"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-macOS"; - SDKROOT = macosx; - }; - name = Debug; - }; 079E494F34C3CAFB8F9E44B3 /* Production Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -3900,30 +3794,6 @@ }; name = "Production Debug"; }; - 07E5149D107F99C5B177E334 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework2-macOS"; - PRODUCT_NAME = Framework2; - SDKROOT = macosx; - SKIP_INSTALL = YES; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; 082A10B9E5EAC6E783EAB9B0 /* Production Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -3946,20 +3816,6 @@ }; name = "Production Debug"; }; - 08CC6F3F14F7A79BDA93A05C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = "XPC Service/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.XPCService; - SDKROOT = macosx; - }; - name = Debug; - }; 0AB9030B7E8A8BBA74CCB1A9 /* Test Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -4055,28 +3911,6 @@ }; name = "Staging Release"; }; - 101BFAA9BA10EE5B908E9FBC /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.ExternalTarget; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; 10E250D1DC79E11058B933F9 /* Test Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -4152,30 +3986,6 @@ }; name = "Test Debug"; }; - 13F2B56968ABE133E25DA1AD /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = CrossOverlayFramework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.CrossOverlayFramework-macOS"; - PRODUCT_NAME = CrossOverlayFramework; - SDKROOT = macosx; - SKIP_INSTALL = YES; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; 13FF53C2B3637EA82E3DF577 /* Production Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -4191,26 +4001,6 @@ }; name = "Production Debug"; }; - 14254D2EA8A51831F2C68BCF /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - INFOPLIST_FILE = App_supportedDestinations/Info.generated.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.test.TestApp; - SDKROOT = auto; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator appletvos appletvsimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; - TARGETED_DEVICE_FAMILY = "1,2,3"; - }; - name = Debug; - }; 1539437BBB98703535876E35 /* Staging Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -4296,6 +4086,7 @@ }; 18AA8BA9237D5BC52525C664 /* Production Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 334B75B25BEE708C56586797 /* Release.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "Apple Development"; INFOPLIST_FILE = ContentBlocker/Info.plist; @@ -4346,30 +4137,6 @@ }; name = "Test Debug"; }; - 197BE53586CE04464012ADB4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework2-iOS"; - PRODUCT_NAME = Framework2; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; 19BF18E6EAA8B30F894EAB4E /* Test Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -4450,6 +4217,7 @@ }; 1D6D36790F00BE5A86FF54A4 /* Staging Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 334B75B25BEE708C56586797 /* Release.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "Apple Development"; INFOPLIST_FILE = ContentBlocker/Info.plist; @@ -4597,18 +4365,6 @@ }; name = "Test Debug"; }; - 25BDDBB812A4685EA72281C8 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - INFOPLIST_FILE = App_watchOS/Info.plist; - PRODUCT_BUNDLE_IDENTIFIER = com.project.app.watch; - SDKROOT = watchos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 4; - WATCHOS_DEPLOYMENT_TARGET = 4.0; - }; - name = Debug; - }; 25E62244CD9C539F614224DF /* Production Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -4673,28 +4429,6 @@ }; name = "Production Release"; }; - 285C62725752B7E4A94D2A66 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - "$(PROJECT_DIR)/Carthage/Build/iOS/Static", - ); - INFOPLIST_FILE = App_iOS_Tests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-Clip-Tests"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/App_Clip.app/App_Clip"; - }; - name = Debug; - }; 291A37106E83E5C30890F422 /* Staging Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -4711,54 +4445,6 @@ }; name = "Staging Debug"; }; - 29BC1A1643DAF571152D9B51 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - "$(PROJECT_DIR)/Carthage/Build/iOS/Static", - ); - INFOPLIST_FILE = App_iOS/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.app; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 29E0786EB928072F62658FF9 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_ENTITLEMENTS = App_Clip/Clip.entitlements; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - ); - INFOPLIST_FILE = App_Clip/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.app.clip; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 2C6AB16720ADFB2436337A8F /* Test Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -4847,19 +4533,6 @@ }; name = "Test Debug"; }; - 2FDEB16B10C7D839F9026421 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.BundleY; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 31931061043C66589547105C /* Staging Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -4918,28 +4591,6 @@ }; name = "Production Release"; }; - 3493518E9B2D0A8E96C9197D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.ExternalTarget; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; 34ED16009A759D256D7ECB53 /* Production Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5009,39 +4660,6 @@ }; name = "Production Release"; }; - 38AA62088F1A0275FDE90E4C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.Tool; - SDKROOT = macosx; - }; - name = Debug; - }; - 3A6F627CE40E07364C47A27D /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework2-watchOS"; - PRODUCT_NAME = Framework2; - SDKROOT = watchos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 4; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; 3BDE7967B50F4358BD4702AD /* Test Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5086,50 +4704,6 @@ }; name = "Production Release"; }; - 3C7BCBE02EC81CC6BD815687 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.Legacy; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - 3CD40ADE056770AA24716676 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_ENTITLEMENTS = "DriverKit Driver/Driver.entitlements"; - COMBINE_HIDPI_IMAGES = YES; - DRIVERKIT_DEPLOYMENT_TARGET = 20.4; - INFOPLIST_FILE = "DriverKit Driver/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-macOS.Driver"; - SDKROOT = driverkit; - }; - name = Release; - }; - 3D678B42EE12C56238305F21 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.StaticLibrary-ObjC-macOS"; - PRODUCT_NAME = StaticLibrary_ObjC; - SDKROOT = macosx; - SKIP_INSTALL = YES; - }; - name = Release; - }; 3DEEA480EDDC83405CFB9BBA /* Test Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5274,19 +4848,6 @@ }; name = "Production Debug"; }; - 44923A4B24045BA0AC8F0370 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.IncludedLegacy; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 44C2FD12D7D26D71D8150C76 /* Test Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5462,34 +5023,6 @@ }; name = "Staging Debug"; }; - 4B38A1B61BF658ED9AA04C45 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.StaticLibrary-ObjC-iOS"; - PRODUCT_NAME = StaticLibrary_ObjC; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 4B549E045D45E9B0C6C012F4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.BundleY; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; 4BCE080A33E3A2F26D1DBEEB /* Production Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5531,29 +5064,6 @@ }; name = "Staging Debug"; }; - 4D227A3D659A08E1566A09D4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.TestFramework; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; 4D5DC2028DC046B8AF0B9B83 /* Test Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5604,55 +5114,6 @@ }; name = "Test Release"; }; - 4E58D9519178F36BF308221B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework2-iOS"; - PRODUCT_NAME = Framework2; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; - 4E90E14FF3C5DAE5BA3997A0 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - "$(PROJECT_DIR)/Carthage/Build/iOS/Static", - ); - INFOPLIST_FILE = App_iOS/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.app; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; 4EBCDEB4013FDB0720343467 /* Production Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5773,20 +5234,6 @@ }; name = "Test Debug"; }; - 51DF682533FD5A75D5E9D9D6 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = "XPC Service/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.XPCService; - SDKROOT = macosx; - }; - name = Release; - }; 522E20DF286BE38B925CC57E /* Test Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5995,27 +5442,6 @@ }; name = "Production Release"; }; - 586FF908646236A0A3292893 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - ); - INFOPLIST_FILE = App_Clip_UITests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-Clip-UITests"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - TEST_TARGET_NAME = App_Clip; - }; - name = Debug; - }; 5876AA17762F3248F4FD66E1 /* Staging Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -6030,21 +5456,6 @@ }; name = "Staging Debug"; }; - 588E8CD7441FD2E44C451F61 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.StaticLibrary-ObjC-tvOS"; - PRODUCT_NAME = StaticLibrary_ObjC; - SDKROOT = appletvos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 3; - }; - name = Debug; - }; 589D05992FDC35F6BE056958 /* Production Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -6111,30 +5522,6 @@ }; name = "Test Release"; }; - 5AB82D2FA60B0166CC9F49C9 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework2-tvOS"; - PRODUCT_NAME = Framework2; - SDKROOT = appletvos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 3; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; 5B13119724286962FB8C78CE /* Production Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -6158,44 +5545,6 @@ }; name = "Production Release"; }; - 5B918BC7E4B80DCEF3135787 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework2-tvOS"; - PRODUCT_NAME = Framework2; - SDKROOT = appletvos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 3; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; - 5C154C9E8CFEA83BAEE00796 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - INFOPLIST_FILE = iMessageApp/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.iMessageApp; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; 5FAA92426D53E239CDB39102 /* Test Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -6217,78 +5566,6 @@ }; name = "Test Debug"; }; - 6081E9515EB8A378BEE3E57A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/watchOS", - ); - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework-watchOS"; - PRODUCT_NAME = Framework; - SDKROOT = watchos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 4; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; - 6180235BE7A080288B4210C8 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework2-watchOS"; - PRODUCT_NAME = Framework2; - SDKROOT = watchos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 4; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; - 62D4835A6A4EDD4CF8DDCB41 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/tvOS", - ); - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework-tvOS"; - PRODUCT_NAME = Framework; - SDKROOT = appletvos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 3; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; 62F50207E03F6D9813514977 /* Staging Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -6317,53 +5594,6 @@ }; name = "Staging Release"; }; - 63B59211531AEA91CFFDE5B7 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - COMBINE_HIDPI_IMAGES = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/Mac", - ); - INFOPLIST_FILE = "App_macOS/App-Info.plist"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-macOS"; - SDKROOT = macosx; - }; - name = Release; - }; - 64088483BD83513738F0F56F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = CrossOverlayFramework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.CrossOverlayFramework-iOS"; - PRODUCT_NAME = CrossOverlayFramework; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; 64BEC335CD4016B9BC59F3C9 /* Production Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -6435,20 +5665,6 @@ }; name = "Test Release"; }; - 66AE78E1313555E20BAA1685 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - INFOPLIST_FILE = iMessageApp/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.iMessageApp; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 66DBF782276810342031776D /* Staging Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -6463,40 +5679,6 @@ }; name = "Staging Debug"; }; - 675DAB03F679C41D4E737DF9 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - INFOPLIST_FILE = App_watchOS/Info.plist; - PRODUCT_BUNDLE_IDENTIFIER = com.project.app.watch; - SDKROOT = watchos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 4; - WATCHOS_DEPLOYMENT_TARGET = 4.0; - }; - name = Release; - }; - 69907AF2374C5E29186D4B13 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - "$(PROJECT_DIR)/Carthage/Build/iOS/Static", - ); - INFOPLIST_FILE = App_iOS_UITests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-iOS-UITests"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - TEST_TARGET_NAME = App_iOS; - }; - name = Debug; - }; 6A11812952F34525D14A4104 /* Staging Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -6512,27 +5694,6 @@ }; name = "Staging Debug"; }; - 6A14A7C9344E50CDBEBD23C7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/watchOS", - ); - INFOPLIST_FILE = "App_watchOS Extension/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@executable_path/../../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.app.watch.extension; - SDKROOT = watchos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 4; - }; - name = Debug; - }; 6B5A31340B8CF5849805CA3D /* Staging Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -6561,30 +5722,6 @@ }; name = "Test Debug"; }; - 6D4575F120C426FEC8956CCB /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/watchOS", - ); - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework-watchOS"; - PRODUCT_NAME = Framework; - SDKROOT = watchos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 4; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; 6E93ACBBB608F386C0EB0F40 /* Staging Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -6609,26 +5746,6 @@ }; name = "Staging Release"; }; - 6EF4849580399D47ACE92687 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = CrossOverlayFramework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.project.CrossOverlayFramework-watchOS"; - PRODUCT_NAME = CrossOverlayFramework; - SDKROOT = watchos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 4; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; 6FCE7B896519D4B364BD3A71 /* Staging Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -6666,27 +5783,6 @@ }; name = "Staging Debug"; }; - 72BF73819A0BC44ACCA3A3D0 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - COMBINE_HIDPI_IMAGES = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/Mac", - ); - INFOPLIST_FILE = App_macOS_Tests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-macOS-Tests"; - SDKROOT = macosx; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/App_macOS.app/Contents/MacOS/App_macOS"; - }; - name = Debug; - }; 72EDF2E14A4CE916F4E2B01B /* Staging Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -6811,44 +5907,6 @@ }; name = "Production Release"; }; - 7A0CDACFAF80B9B9272804AE /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.StaticLibrary-ObjC-macOS"; - PRODUCT_NAME = StaticLibrary_ObjC; - SDKROOT = macosx; - SKIP_INSTALL = YES; - }; - name = Debug; - }; - 7A3CE054CFD88556204ECCA7 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_ENTITLEMENTS = App_Clip/Clip.entitlements; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - ); - INFOPLIST_FILE = App_Clip/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - OTHER_LDFLAGS = ( - "$(inherited)", - "-ObjC", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.app.clip; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; 7B2A1BE6CA654E9903A4C680 /* Staging Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -6930,20 +5988,6 @@ }; name = "Test Debug"; }; - 7CF11C1AAE2C34BB0AB3D416 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.StaticLibrary-Swift"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; 7D73A7FB339A39293BD2DB9E /* Staging Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -7013,51 +6057,6 @@ }; name = "Staging Release"; }; - 810452F1992D6AAAC6B24903 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = CrossOverlayFramework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.CrossOverlayFramework-tvOS"; - PRODUCT_NAME = CrossOverlayFramework; - SDKROOT = appletvos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 3; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; - 814DBED1AAE8F9A2007AC370 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - COMBINE_HIDPI_IMAGES = YES; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/Mac", - ); - INFOPLIST_FILE = App_macOS_Tests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - "@loader_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-macOS-Tests"; - SDKROOT = macosx; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/App_macOS.app/Contents/MacOS/App_macOS"; - }; - name = Release; - }; 817AFA080A41D783F5801C5A /* Test Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -7161,21 +6160,6 @@ }; name = "Test Debug"; }; - 85F0FA972C1EE03D22DF5DFB /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_ENTITLEMENTS = "Network Extension/NetworkExtension.entitlements"; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = "Network Extension/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-macOS.NetworkExtension"; - SDKROOT = macosx; - }; - name = Debug; - }; 862658ACA3BF7AE7FA22870C /* Production Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -7192,34 +6176,6 @@ }; name = "Production Debug"; }; - 86602EB00607C9B20F3534A4 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - ); - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework-iOS"; - PRODUCT_NAME = Framework; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; 86BDA2C16646B065BDE01177 /* Production Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -7259,22 +6215,6 @@ }; name = "Staging Debug"; }; - 891442B9E90C9D637AC2C072 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = "iMessage App Icon"; - INFOPLIST_FILE = iMessageExtension/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@executable_path/../../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.iMessageApp.extension; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; 8A380D322263800338FA5139 /* Test Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -7303,17 +6243,6 @@ }; name = "Production Debug"; }; - 8C2C42A889B58C36B36CC94F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_BUNDLE_IDENTIFIER = "com.project.StaticLibrary-ObjC-watchOS"; - PRODUCT_NAME = StaticLibrary_ObjC; - SDKROOT = watchos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 4; - }; - name = Debug; - }; 8C9F67C7AA56DBE79F0F2640 /* Test Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -7342,28 +6271,6 @@ }; name = "Test Debug"; }; - 8DDDF36C4CE06F74DCDC58FF /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - "$(PROJECT_DIR)/Carthage/Build/iOS/Static", - ); - INFOPLIST_FILE = App_iOS_UITests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-iOS-UITests"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - TEST_TARGET_NAME = App_iOS; - }; - name = Release; - }; 8FEAEB3CB45479405F52D3AF /* Test Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -7388,17 +6295,6 @@ }; name = "Test Release"; }; - 908DF1E0F721373BA8B59EB4 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_BUNDLE_IDENTIFIER = "com.project.StaticLibrary-ObjC-watchOS"; - PRODUCT_NAME = StaticLibrary_ObjC; - SDKROOT = watchos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 4; - }; - name = Release; - }; 917341F64B3A9B883FE942AD /* Production Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -7453,20 +6349,6 @@ }; name = "Production Debug"; }; - 938F6BBA69BF79120F480FB5 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - INFOPLIST_FILE = iMessageStickers/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.iMessageStickersExtension; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; 94295771D06A8E3DC6DCC8AD /* Staging Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -7638,21 +6520,6 @@ }; name = "Staging Debug"; }; - 9812D482A37B22CE67E529F2 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_ENTITLEMENTS = "Network Extension/NetworkExtension.entitlements"; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = "Network Extension/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-macOS.NetworkExtension"; - SDKROOT = macosx; - }; - name = Release; - }; 982EA5A9273899567804B40D /* Production Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -7710,30 +6577,6 @@ }; name = "Staging Debug"; }; - 98DF392E14FEC2F0602E59FC /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework2-macOS"; - PRODUCT_NAME = Framework2; - SDKROOT = macosx; - SKIP_INSTALL = YES; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; 98EE00BF46FAE62F16C25E9C /* Test Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -7754,82 +6597,6 @@ }; name = "Test Release"; }; - 999683C4B5329A72D12AD584 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = dwarf; - ENABLE_STRICT_OBJC_MSGSEND = YES; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_DYNAMIC_NO_PIC = NO; - GCC_NO_COMMON_BLOCKS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(inherited)", - "DEBUG=1", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; - MTL_FAST_MATH = YES; - ONLY_ACTIVE_ARCH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 5.0; - WATCHOS_DEPLOYMENT_TARGET = 4.0; - }; - name = Debug; - }; - 99B758C8942BB50704E1E1A5 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - INFOPLIST_FILE = iMessageStickers/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.iMessageStickersExtension; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; 9A891313A139893990989BDD /* Test Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -7843,21 +6610,6 @@ }; name = "Test Debug"; }; - 9ABEDB1C2ED162E2F4208010 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_ENTITLEMENTS = "EndpointSecurity Extension/EndpointSecurity.entitlements"; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = "EndpointSecurity Extension/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-macOS.EndpointSecurity"; - SDKROOT = macosx; - }; - name = Release; - }; 9AFD84FE41E84631927FC891 /* Production Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -7990,29 +6742,6 @@ }; name = "Test Release"; }; - A0C553ABCADE301A9CE66745 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.TestFramework; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; A0CBB78FB8E4FB0004B05DE0 /* Test Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -8107,30 +6836,6 @@ }; name = "Production Release"; }; - A80DAC592525B93474086D26 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = CrossOverlayFramework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.CrossOverlayFramework-tvOS"; - PRODUCT_NAME = CrossOverlayFramework; - SDKROOT = appletvos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 3; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; A861DE7670417FA256F4E459 /* Test Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -8196,13 +6901,6 @@ }; name = "Production Debug"; }; - A966488896E423A8E7CF2BC2 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - MY_SETTING = hello; - }; - name = Debug; - }; AA4F4236D960D3ACE683A815 /* Staging Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -8261,36 +6959,6 @@ }; name = "Production Release"; }; - ABCE46E6EA33795DE0FE9BAD /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.StaticLibrary-ObjC-tvOS"; - PRODUCT_NAME = StaticLibrary_ObjC; - SDKROOT = appletvos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 3; - }; - name = Release; - }; - AC07690C3A54B0C17363FA5C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_ENTITLEMENTS = "EndpointSecurity Extension/EndpointSecurity.entitlements"; - COMBINE_HIDPI_IMAGES = YES; - INFOPLIST_FILE = "EndpointSecurity Extension/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-macOS.EndpointSecurity"; - SDKROOT = macosx; - }; - name = Debug; - }; AC8E8FEA35961580D23185B2 /* Test Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -8474,15 +7142,9 @@ }; name = "Production Debug"; }; - B28BBA178361B7B957E20E76 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - MY_SETTING = hello; - }; - name = Release; - }; B2D62E426DBC2DE731C9790D /* Test Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 020B4FF64D029A2F6B13984D /* Debug.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "Apple Development"; INFOPLIST_FILE = ContentBlocker/Info.plist; @@ -8597,19 +7259,6 @@ }; name = "Production Release"; }; - B557605BF9A77D8072E8BCDE /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.BundleX; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; B5E1584A197C52FC47245FC8 /* Staging Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -8632,68 +7281,6 @@ }; name = "Staging Debug"; }; - B6B6FEB3642C6C3CF2EA58A5 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.BundleX; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; - B7544571511FFC03F6471D80 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/Mac", - ); - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework-macOS"; - PRODUCT_NAME = Framework; - SDKROOT = macosx; - SKIP_INSTALL = YES; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; - B7AF753D78800E3C2A2138D6 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - ); - INFOPLIST_FILE = App_Clip_UITests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-Clip-UITests"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - TEST_TARGET_NAME = App_Clip; - }; - name = Release; - }; B7EBD1A3A3A7E66100F5C845 /* Test Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -8840,28 +7427,6 @@ }; name = "Production Release"; }; - BB6AAEF3105165C9B61F2D32 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - "$(PROJECT_DIR)/Carthage/Build/iOS/Static", - ); - INFOPLIST_FILE = App_iOS_Tests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-iOS-Tests"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/App_iOS.app/App_iOS"; - }; - name = Release; - }; BBA736CF3FB466E323EA8462 /* Test Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -8884,58 +7449,6 @@ }; name = "Test Release"; }; - BDA13298C3CFFB1070D442F7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = "iMessage App Icon"; - INFOPLIST_FILE = iMessageExtension/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@executable_path/../../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.iMessageApp.extension; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - BE68867C3C7CC92029EA9BC9 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - "$(PROJECT_DIR)/Carthage/Build/iOS/Static", - ); - INFOPLIST_FILE = App_iOS_Tests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-Clip-Tests"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/App_Clip.app/App_Clip"; - }; - name = Release; - }; - BE76C6547509861DDFC275BE /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.StaticLibrary-Swift"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; BF2F04729CC0602591655B25 /* Production Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -8963,34 +7476,6 @@ }; name = "Test Release"; }; - C04D53CA1D822DDDB3DF4B3F /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/Mac", - ); - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework-macOS"; - PRODUCT_NAME = Framework; - SDKROOT = macosx; - SKIP_INSTALL = YES; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; C0BE0797A2AD213D59FF13F8 /* Staging Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -9068,23 +7553,6 @@ }; name = "Production Release"; }; - C24D086DE920FA5BAEA22F9D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 334B75B25BEE708C56586797 /* Release.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "Apple Development"; - INFOPLIST_FILE = ContentBlocker/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@executable_path/../../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.ContentBlocker; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; C4397CDA0D458BAD55C911B0 /* Staging Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -9258,30 +7726,6 @@ }; name = "Production Debug"; }; - C8E468493F1947B06874526F /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = CrossOverlayFramework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.CrossOverlayFramework-macOS"; - PRODUCT_NAME = CrossOverlayFramework; - SDKROOT = macosx; - SKIP_INSTALL = YES; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; C96EA1AD4B3ABB8A49B98BC2 /* Test Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -9358,26 +7802,6 @@ }; name = "Test Debug"; }; - CA48C0FE754160448216B307 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_IDENTITY = "iPhone Developer"; - INFOPLIST_FILE = App_supportedDestinations/Info.generated.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.test.TestApp; - SDKROOT = auto; - SUPPORTED_PLATFORMS = "iphoneos iphonesimulator appletvos appletvsimulator"; - SUPPORTS_MACCATALYST = NO; - SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; - SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = YES; - TARGETED_DEVICE_FAMILY = "1,2,3"; - }; - name = Release; - }; CB4F81A519CA89CAF5703DAB /* Test Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -9472,21 +7896,6 @@ }; name = "Production Release"; }; - D37B194FE07F278E16E482A1 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.StaticLibrary-ObjC-iOS"; - PRODUCT_NAME = StaticLibrary_ObjC; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; D37EB6FE8C8C4040A394F1E9 /* Test Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -9509,6 +7918,7 @@ }; D69E04FC7BE3A6968EF236C1 /* Staging Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 020B4FF64D029A2F6B13984D /* Debug.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "Apple Development"; INFOPLIST_FILE = ContentBlocker/Info.plist; @@ -9525,6 +7935,7 @@ }; D6A2E246E9EEDAA18B76937A /* Production Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 020B4FF64D029A2F6B13984D /* Debug.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "Apple Development"; INFOPLIST_FILE = ContentBlocker/Info.plist; @@ -9712,19 +8123,6 @@ }; name = "Staging Debug"; }; - DFB840C816F8CEE7632413E2 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.IncludedLegacy; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; E0DF26EA764106961DEC59C9 /* Test Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -9840,49 +8238,6 @@ }; name = "Staging Debug"; }; - E2A3FE2BBE5C19FD7FA56ACD /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - BUNDLE_LOADER = "$(TEST_HOST)"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/iOS", - "$(PROJECT_DIR)/Carthage/Build/iOS/Static", - ); - INFOPLIST_FILE = App_iOS_Tests/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-iOS-Tests"; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/App_iOS.app/App_iOS"; - }; - name = Debug; - }; - E3928F655645B3F0E814CA9A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/watchOS", - ); - INFOPLIST_FILE = "App_watchOS Extension/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@executable_path/../../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.app.watch.extension; - SDKROOT = watchos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 4; - }; - name = Release; - }; E3E69C722D5BBAF4C8EF4D29 /* Test Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -10194,23 +8549,6 @@ }; name = "Test Debug"; }; - E9ED9DC863F062CFEA59A5F5 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 020B4FF64D029A2F6B13984D /* Debug.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "Apple Development"; - INFOPLIST_FILE = ContentBlocker/Info.plist; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@executable_path/../../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.ContentBlocker; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; EA62022185E4BCDA6786EC0D /* Production Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -10313,34 +8651,6 @@ }; name = "Production Release"; }; - EE917255DA1F2644A2985FE7 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_SEARCH_PATHS = ( - "$(inherited)", - "$(PROJECT_DIR)/Carthage/Build/tvOS", - ); - INFOPLIST_FILE = Framework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.Framework-tvOS"; - PRODUCT_NAME = Framework; - SDKROOT = appletvos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 3; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; EF6AB18F2D803CB530422BAE /* Staging Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -10354,35 +8664,6 @@ }; name = "Staging Release"; }; - F0F667F2F5C4861CDAB98794 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_ENTITLEMENTS = App_iOS/App.entitlements; - CODE_SIGN_IDENTITY = "iPhone Developer"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.EntitledApp; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - F297F21D0911CC153E7B69D7 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COMBINE_HIDPI_IMAGES = YES; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.Tool; - SDKROOT = macosx; - }; - name = Release; - }; F3AC6A112F81D0958A316D82 /* Test Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -10395,22 +8676,6 @@ }; name = "Test Release"; }; - F4243E7280405D3AEC628388 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - CODE_SIGN_ENTITLEMENTS = App_iOS/App.entitlements; - CODE_SIGN_IDENTITY = "iPhone Developer"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.EntitledApp; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Release; - }; F443D526C71E9F3481F46EC0 /* Staging Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -10456,30 +8721,6 @@ }; name = "Staging Debug"; }; - F55591BEDF0F59892149D399 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = CrossOverlayFramework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.CrossOverlayFramework-iOS"; - PRODUCT_NAME = CrossOverlayFramework; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Release; - }; F75CC02D1BB9B39C329A9B43 /* Staging Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -10501,19 +8742,6 @@ }; name = "Staging Release"; }; - F88865EFC26CE0BD91837B5A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = com.project.Legacy; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; F961247BCE59D147388CA721 /* Test Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -10650,26 +8878,6 @@ }; name = "Test Debug"; }; - FD1052A80FCA115BC0694C88 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = CrossOverlayFramework/Info.plist; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.project.CrossOverlayFramework-watchOS"; - PRODUCT_NAME = CrossOverlayFramework; - SDKROOT = watchos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = 4; - VERSIONING_SYSTEM = "apple-generic"; - }; - name = Debug; - }; FE029D76C57D0661E4B8F13B /* Staging Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -10708,24 +8916,9 @@ }; name = "Staging Release"; }; - FEB136E85FD2B092F6E2E3EC /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - CODE_SIGN_ENTITLEMENTS = "DriverKit Driver/Driver.entitlements"; - COMBINE_HIDPI_IMAGES = YES; - DRIVERKIT_DEPLOYMENT_TARGET = 20.4; - INFOPLIST_FILE = "DriverKit Driver/Info.plist"; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/../Frameworks", - ); - PRODUCT_BUNDLE_IDENTIFIER = "com.project.App-macOS.Driver"; - SDKROOT = driverkit; - }; - name = Debug; - }; FFA29E0E53E5B870627E1A2C /* Test Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 334B75B25BEE708C56586797 /* Release.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = "Apple Development"; INFOPLIST_FILE = ContentBlocker/Info.plist; @@ -10746,692 +8939,600 @@ 0129D8A8DCD54069136D90F7 /* Build configuration list for PBXNativeTarget "StaticLibrary_ObjC_watchOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8C2C42A889B58C36B36CC94F /* Debug */, B24243F387A725EAFE802321 /* Production Debug */, 7E81F863EF51334FDDCC8A39 /* Production Release */, - 908DF1E0F721373BA8B59EB4 /* Release */, 74E52B213DA9EAFA77BC05D0 /* Staging Debug */, 7F86E00770E76CA3412A03BD /* Staging Release */, 49322BF02F4F345A1339EF7A /* Test Debug */, 058734C3B593A26E24211133 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 02B721AF7361EBCFA91410BF /* Build configuration list for PBXLegacyTarget "IncludedLegacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - 44923A4B24045BA0AC8F0370 /* Debug */, 221A50372FFB2F1202940FDC /* Production Debug */, AF4B5E2FF8B6C883C40737C6 /* Production Release */, - DFB840C816F8CEE7632413E2 /* Release */, D4A6D5FE11C6652E092629BF /* Staging Debug */, EF6AB18F2D803CB530422BAE /* Staging Release */, 57CEA8537C6F3E5B425C5A8E /* Test Debug */, 8A380D322263800338FA5139 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 02E5A42C8065AF7CCB48FACE /* Build configuration list for PBXNativeTarget "Framework2_macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 07E5149D107F99C5B177E334 /* Debug */, 15A9BF8518A5155B879C8DAF /* Production Debug */, 9AFD84FE41E84631927FC891 /* Production Release */, - 98DF392E14FEC2F0602E59FC /* Release */, 8269ABE82BCBF550C38494DF /* Staging Debug */, F443D526C71E9F3481F46EC0 /* Staging Release */, A59DDFBFCF18C44A993CFB00 /* Test Debug */, 5675C7C51DC1B8D63CBAE30A /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 07B4E73E56B7C2C80DE2A378 /* Build configuration list for PBXNativeTarget "App_Clip" */ = { isa = XCConfigurationList; buildConfigurations = ( - 29E0786EB928072F62658FF9 /* Debug */, C734956B0E352751B5DA14A6 /* Production Debug */, 3BE60579CA725E23659AEA80 /* Production Release */, - 7A3CE054CFD88556204ECCA7 /* Release */, 84404129017F8D027A24136A /* Staging Debug */, 4EDC77FA8569D4AB3135780D /* Staging Release */, 7C9FE720B05E0120F78B81AF /* Test Debug */, 0579BA94EA238151DAFC2FFC /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 129D9E77D45A66B1C78578F2 /* Build configuration list for PBXNativeTarget "App_Clip_UITests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 586FF908646236A0A3292893 /* Debug */, 07DF024D82D64A8D76209B90 /* Production Debug */, 3236B7B20520584116A96C0D /* Production Release */, - B7AF753D78800E3C2A2138D6 /* Release */, F48A0BCE0F515E3472B34F66 /* Staging Debug */, 554E51BF9C8020AFC98E2EEF /* Staging Release */, 3BDE7967B50F4358BD4702AD /* Test Debug */, 498F2DC7204423CCCABAEE80 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 1FC6945BE13C2202A2BCA3BC /* Build configuration list for PBXNativeTarget "iMessageApp" */ = { isa = XCConfigurationList; buildConfigurations = ( - 66AE78E1313555E20BAA1685 /* Debug */, 511E983641E821858100107B /* Production Debug */, EA62022185E4BCDA6786EC0D /* Production Release */, - 5C154C9E8CFEA83BAEE00796 /* Release */, 5876AA17762F3248F4FD66E1 /* Staging Debug */, 4D86BBA6893D41140152B8CC /* Staging Release */, 6C201A244077B7B453E15C1A /* Test Debug */, F961247BCE59D147388CA721 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 2C39D94CF9C8B1CB79F04AC8 /* Build configuration list for PBXNativeTarget "BundleX" */ = { isa = XCConfigurationList; buildConfigurations = ( - B557605BF9A77D8072E8BCDE /* Debug */, 64EC1B53D612851D51D18FD2 /* Production Debug */, 917341F64B3A9B883FE942AD /* Production Release */, - B6B6FEB3642C6C3CF2EA58A5 /* Release */, 31931061043C66589547105C /* Staging Debug */, EBA3332D0144AAAA57630865 /* Staging Release */, 85E6B40848AC2A0B1F921553 /* Test Debug */, B7EBD1A3A3A7E66100F5C845 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 3F3C272D2EA61F6B88B80D44 /* Build configuration list for PBXNativeTarget "App_watchOS Extension" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6A14A7C9344E50CDBEBD23C7 /* Debug */, 4EBCDEB4013FDB0720343467 /* Production Debug */, 4BCE080A33E3A2F26D1DBEEB /* Production Release */, - E3928F655645B3F0E814CA9A /* Release */, 1539437BBB98703535876E35 /* Staging Debug */, F75CC02D1BB9B39C329A9B43 /* Staging Release */, 5FAA92426D53E239CDB39102 /* Test Debug */, 0C66F8A2D0CB0D802A327EB4 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 412FA71CA97AD6851A1828DD /* Build configuration list for PBXNativeTarget "DriverKitDriver" */ = { isa = XCConfigurationList; buildConfigurations = ( - FEB136E85FD2B092F6E2E3EC /* Debug */, 035FC5362AE3E9696248DFD0 /* Production Debug */, 03B133682B8BEF8B1D647C76 /* Production Release */, - 3CD40ADE056770AA24716676 /* Release */, 291A37106E83E5C30890F422 /* Staging Debug */, CF7D27DBBF0667D789D53D29 /* Staging Release */, AA6BC5199D9705F3182D0C00 /* Test Debug */, 4DA924C751AD8FAF891F953D /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 498FA7414845B8834E48496F /* Build configuration list for PBXNativeTarget "App_Clip_Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 285C62725752B7E4A94D2A66 /* Debug */, D70B7AB6D219453ABF475EED /* Production Debug */, E7E05E5BC42C73136CDC5CFE /* Production Release */, - BE68867C3C7CC92029EA9BC9 /* Release */, E8F5F216BCFE54CB22B80237 /* Staging Debug */, C0BE0797A2AD213D59FF13F8 /* Staging Release */, 2E5159957368A9CF77A3C9FC /* Test Debug */, A0CBB78FB8E4FB0004B05DE0 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 4A036BD16A0E9D22AE065AC9 /* Build configuration list for PBXNativeTarget "StaticLibrary_Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( - BE76C6547509861DDFC275BE /* Debug */, 9FCB2F3977FC0F94393F86FE /* Production Debug */, 3764AEC1D64BC7805DC73900 /* Production Release */, - 7CF11C1AAE2C34BB0AB3D416 /* Release */, 66DBF782276810342031776D /* Staging Debug */, FE46BDDF158F46B264958EA5 /* Staging Release */, A0AA826373CDC7E0A8797430 /* Test Debug */, 1D61DC7F5309F4C8B7692D85 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 4A8774E3B4F5C9B98E0D0CF9 /* Build configuration list for PBXNativeTarget "Framework_watchOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6081E9515EB8A378BEE3E57A /* Debug */, E514F031B181A327296DB27B /* Production Debug */, 9666BFAAA42CE2DC7E368E7D /* Production Release */, - 6D4575F120C426FEC8956CCB /* Release */, B928E061A126AC8D17D81D1E /* Staging Debug */, 015D35ADD269DCBEA53B52A3 /* Staging Release */, C96EA1AD4B3ABB8A49B98BC2 /* Test Debug */, D9A0609EE6F341CD4E8758C1 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 50DA67E9A951C40D9536609D /* Build configuration list for PBXNativeTarget "Framework_iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 86602EB00607C9B20F3534A4 /* Debug */, 81AE120E23F0108E77BBCE22 /* Production Debug */, 580039D71F71A98572051157 /* Production Release */, - 06FEE6A4375FED73FBBB4162 /* Release */, 55DA94C85E0E63D3AD593A08 /* Staging Debug */, 62F50207E03F6D9813514977 /* Staging Release */, 8C9F67C7AA56DBE79F0F2640 /* Test Debug */, A861DE7670417FA256F4E459 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 56BF985F253DD84AD7C37538 /* Build configuration list for PBXNativeTarget "StaticLibrary_ObjC_iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4B38A1B61BF658ED9AA04C45 /* Debug */, 13FF53C2B3637EA82E3DF577 /* Production Debug */, D24E68EE5DE052219B036D63 /* Production Release */, - D37B194FE07F278E16E482A1 /* Release */, 6A11812952F34525D14A4104 /* Staging Debug */, AA4F4236D960D3ACE683A815 /* Staging Release */, EC9867399E6694681F8903B1 /* Test Debug */, CA08CB7E7DBBC99CDC7F2C2E /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 5EC789CCE1928A4CDA00DD1E /* Build configuration list for PBXNativeTarget "App_supportedDestinations" */ = { isa = XCConfigurationList; buildConfigurations = ( - 14254D2EA8A51831F2C68BCF /* Debug */, 24CFBB3ABB9E14E85035B892 /* Production Debug */, 7F3F6A813F8B126258780E8D /* Production Release */, - CA48C0FE754160448216B307 /* Release */, 4C11A3E7EA48B5FB556D4614 /* Staging Debug */, 75B3C83C754AA9C12ABF5E54 /* Staging Release */, A4015127D0A01FE60CF5621B /* Test Debug */, 98EE00BF46FAE62F16C25E9C /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 62C52A55CB8D3BD9A055FD14 /* Build configuration list for PBXNativeTarget "App_macOS_Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 72BF73819A0BC44ACCA3A3D0 /* Debug */, 4F029A78B7BAB85B1E284798 /* Production Debug */, 4FA4DE89FDED9F49FAABED58 /* Production Release */, - 814DBED1AAE8F9A2007AC370 /* Release */, FB472DFA702C8A3B55153F97 /* Staging Debug */, EBD2F70285E21FFAB1C23D01 /* Staging Release */, 44C2FD12D7D26D71D8150C76 /* Test Debug */, 12BCDE0EFCEE621B881E424C /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 62D7BB889799B73F7E8B798F /* Build configuration list for PBXNativeTarget "App_iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 29BC1A1643DAF571152D9B51 /* Debug */, AE37A01B34B4B956E784082C /* Production Debug */, 545342CFDF7810F2EBFFFC5E /* Production Release */, - 4E90E14FF3C5DAE5BA3997A0 /* Release */, B008685BA25BB8FD771F0AE3 /* Staging Debug */, 06E4383A2687EAD5877836CD /* Staging Release */, 7931F229200F89B8CDC8A5E3 /* Test Debug */, DC80DC0AF0B4F2B51DAB0A52 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 641D1B2D88B93FAD0EA09187 /* Build configuration list for PBXNativeTarget "CrossOverlayFramework_iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 64088483BD83513738F0F56F /* Debug */, A9483E827FAD142F28A0E16D /* Production Debug */, E5EB6CE05568645829D40384 /* Production Release */, - F55591BEDF0F59892149D399 /* Release */, 1FB2AFB2F45076B4A047499E /* Staging Debug */, 6E93ACBBB608F386C0EB0F40 /* Staging Release */, E0DF26EA764106961DEC59C9 /* Test Debug */, 1C63C4A728212D903E4F2CBB /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 658628E35283172E17BFC6A3 /* Build configuration list for PBXNativeTarget "Framework_tvOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - EE917255DA1F2644A2985FE7 /* Debug */, 589D05992FDC35F6BE056958 /* Production Debug */, 5822FCD48FCC177980F672D4 /* Production Release */, - 62D4835A6A4EDD4CF8DDCB41 /* Release */, 9E38571B33C3CE5CA10C8452 /* Staging Debug */, 4089B74CA10172B8ED2D004B /* Staging Release */, 2569D399CA3C4828EF87AD78 /* Test Debug */, E24703CFCCBD727B3FE08F51 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 68CC35789B0DB020E2CFC517 /* Build configuration list for PBXNativeTarget "App_iOS_UITests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 69907AF2374C5E29186D4B13 /* Debug */, 082A10B9E5EAC6E783EAB9B0 /* Production Debug */, 184E4078B13FE1CC6A11BD52 /* Production Release */, - 8DDDF36C4CE06F74DCDC58FF /* Release */, E3FC19CE2B78DA85314CB6A5 /* Staging Debug */, 04172E0BDC7C512A23A51C76 /* Staging Release */, 0AB9030B7E8A8BBA74CCB1A9 /* Test Debug */, BBA736CF3FB466E323EA8462 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 6B5C5F08C0EF06457756E379 /* Build configuration list for PBXNativeTarget "App_watchOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 25BDDBB812A4685EA72281C8 /* Debug */, 20803EC42C26E4EA13474E5A /* Production Debug */, AABC1E325EADF86C5137D659 /* Production Release */, - 675DAB03F679C41D4E737DF9 /* Release */, C4397CDA0D458BAD55C911B0 /* Staging Debug */, 7B2A1BE6CA654E9903A4C680 /* Staging Release */, 00FD318C7418F3351FC00744 /* Test Debug */, F3AC6A112F81D0958A316D82 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 752BB3C1A601770BDD9AC01E /* Build configuration list for PBXNativeTarget "StaticLibrary_ObjC_macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 7A0CDACFAF80B9B9272804AE /* Debug */, 92602C025633FBA848F91812 /* Production Debug */, EC3A16C2887B72837F84904A /* Production Release */, - 3D678B42EE12C56238305F21 /* Release */, 02EB0C0230E6616EC8057F1C /* Staging Debug */, 01BF8C6D1C21955BA7E803E8 /* Staging Release */, 1341099486D8FE68A99CB5FE /* Test Debug */, 0CE2F7B8A955BE108A66FF68 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 77CE5B5E5DEAC820254D484C /* Build configuration list for PBXNativeTarget "App_macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 0759152BA40030DC660A8A75 /* Debug */, 943D402E936EC5BD391F9FD0 /* Production Debug */, 4621C6C8A78FBB1CF4078178 /* Production Release */, - 63B59211531AEA91CFFDE5B7 /* Release */, 97009625463EC8B19F53007A /* Staging Debug */, CBE9D80AD0719511A13A889E /* Staging Release */, 196FEEE6C4B0DDE53AD16BD6 /* Test Debug */, 3FFEE1ED324166B88F5F9A45 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 7881E73F05F096623E592040 /* Build configuration list for PBXNativeTarget "Tool" */ = { isa = XCConfigurationList; buildConfigurations = ( - 38AA62088F1A0275FDE90E4C /* Debug */, 436FB4981A66822DAF6F22AC /* Production Debug */, 921EC740167F616C38809275 /* Production Release */, - F297F21D0911CC153E7B69D7 /* Release */, 98A87959E6B7464168469594 /* Staging Debug */, 18B5349AE18B7183BE4B4363 /* Staging Release */, CA45EC48C1EDE1A41141A103 /* Test Debug */, C00DBF60DC8C1A570738241F /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 78DB808B74D58314279E7FD7 /* Build configuration list for PBXNativeTarget "NetworkSystemExtension" */ = { isa = XCConfigurationList; buildConfigurations = ( - 85F0FA972C1EE03D22DF5DFB /* Debug */, 8BAC4B81735DDF8537709B8D /* Production Debug */, AB455120CB69CF0A7E128221 /* Production Release */, - 9812D482A37B22CE67E529F2 /* Release */, B987E9BED4B423A049202386 /* Staging Debug */, 77C426E60C6FCB5A01EFC401 /* Staging Release */, E9C964F0189C68721012002B /* Test Debug */, 0C18EEAE68FBEBCF066E0CD9 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 7CBF487CACC0BBFB530D7963 /* Build configuration list for PBXAggregateTarget "SuperTarget" */ = { isa = XCConfigurationList; buildConfigurations = ( - A966488896E423A8E7CF2BC2 /* Debug */, 40A3301910021B57051D1BD5 /* Production Debug */, A79632AF4FFC93B0940CE8E3 /* Production Release */, - B28BBA178361B7B957E20E76 /* Release */, F9AA169AF7F8FB31037CB416 /* Staging Debug */, A696B22A9734326DBFD20EC8 /* Staging Release */, 26BACA32C62C38FAB45F532D /* Test Debug */, D37EB6FE8C8C4040A394F1E9 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 7E4887637B4FA5B8E2F349CA /* Build configuration list for PBXNativeTarget "Framework2_watchOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 6180235BE7A080288B4210C8 /* Debug */, 079E494F34C3CAFB8F9E44B3 /* Production Debug */, B18D58177F363DF071A9AF95 /* Production Release */, - 3A6F627CE40E07364C47A27D /* Release */, 236247F0F85C9D342FAEE803 /* Staging Debug */, AF25BBA6E0AD56CA13A3F6C6 /* Staging Release */, 5180F6C101C0335213FB28E5 /* Test Debug */, AE8DA78BA7A7194BD625DD45 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 906B8E5233EE4169E84ABAF3 /* Build configuration list for PBXNativeTarget "StaticLibrary_ObjC_tvOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 588E8CD7441FD2E44C451F61 /* Debug */, 96B8ADD171694B9A9E3ABC7E /* Production Debug */, 278E3C762E54ADDA52F9E687 /* Production Release */, - ABCE46E6EA33795DE0FE9BAD /* Release */, E5854B94A71A091D61E6ACD3 /* Staging Debug */, E4257B4F823EE947AADAD195 /* Staging Release */, 817AFA080A41D783F5801C5A /* Test Debug */, 36C4B3A6EACCB88098CE13D7 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 91E8D6B95F23669734D43FDC /* Build configuration list for PBXNativeTarget "EntitledApp" */ = { isa = XCConfigurationList; buildConfigurations = ( - F0F667F2F5C4861CDAB98794 /* Debug */, DDECE7D81A63C1C46A08F1F4 /* Production Debug */, BA5AD3137CD90C50E5E1BDA0 /* Production Release */, - F4243E7280405D3AEC628388 /* Release */, 234640A811EF6EB9CC9081CA /* Staging Debug */, 94295771D06A8E3DC6DCC8AD /* Staging Release */, CB4F81A519CA89CAF5703DAB /* Test Debug */, 983ACA9F991B0B18D9760B12 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 9A0EF0B71AD44055E8749C42 /* Build configuration list for PBXNativeTarget "Framework2_iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4E58D9519178F36BF308221B /* Debug */, E683F74557A3FC7BD78CAB2B /* Production Debug */, EDAF427566F715F739A4A1E1 /* Production Release */, - 197BE53586CE04464012ADB4 /* Release */, 4B389C6B6140EE7DE69A248A /* Staging Debug */, FE029D76C57D0661E4B8F13B /* Staging Release */, 10E250D1DC79E11058B933F9 /* Test Debug */, 5A9C67C1F423247AE1541F63 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 9C9913AAE0ABA99337F0C069 /* Build configuration list for PBXNativeTarget "CrossOverlayFramework_macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 13F2B56968ABE133E25DA1AD /* Debug */, CF25791E297417E38800A521 /* Production Debug */, 34ED16009A759D256D7ECB53 /* Production Release */, - C8E468493F1947B06874526F /* Release */, 8705629C56ACC795F1DDB96D /* Staging Debug */, 6FCE7B896519D4B364BD3A71 /* Staging Release */, 94C7D2D3D0907DF146EFC13C /* Test Debug */, 96130B9B35FEC2FEA00AFDB9 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; 9F4CBE5D909D2757B3D334B3 /* Build configuration list for PBXNativeTarget "TestFramework" */ = { isa = XCConfigurationList; buildConfigurations = ( - 4D227A3D659A08E1566A09D4 /* Debug */, 43C2B4D01A14EF502D0F0113 /* Production Debug */, 5B13119724286962FB8C78CE /* Production Release */, - A0C553ABCADE301A9CE66745 /* Release */, DF558E25A4E143219DF4AA51 /* Staging Debug */, E3F181704254174DA162D2C7 /* Staging Release */, C6891AC5A8D8021B47DD852F /* Test Debug */, B9AF2E89FE3E9E03E0029607 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; B40D2F785317445D9A9C8C12 /* Build configuration list for PBXNativeTarget "iMessageStickersExtension" */ = { isa = XCConfigurationList; buildConfigurations = ( - 938F6BBA69BF79120F480FB5 /* Debug */, BF2F04729CC0602591655B25 /* Production Debug */, 59416DBF97224D8A1B28D610 /* Production Release */, - 99B758C8942BB50704E1E1A5 /* Release */, 9E0CC963DE7E2ED71A4C16C1 /* Staging Debug */, B4297CD61108CE066C299844 /* Staging Release */, FC4A8130B924FC04E9190AB6 /* Test Debug */, A0C50DBBF4AC5D30C92B19F7 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; BE0FF81B67730F081F45BC78 /* Build configuration list for PBXLegacyTarget "Legacy" */ = { isa = XCConfigurationList; buildConfigurations = ( - F88865EFC26CE0BD91837B5A /* Debug */, 53C3CC585BF0EAB4CA31AD3E /* Production Debug */, A91B13C5688E9BCC925C702A /* Production Release */, - 3C7BCBE02EC81CC6BD815687 /* Release */, 72EDF2E14A4CE916F4E2B01B /* Staging Debug */, E599549D1B1432302031A904 /* Staging Release */, 9A891313A139893990989BDD /* Test Debug */, 3DEEA480EDDC83405CFB9BBA /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; C483BD5456B09C276DE6EFC1 /* Build configuration list for PBXNativeTarget "CrossOverlayFramework_watchOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - FD1052A80FCA115BC0694C88 /* Debug */, 1C644E47F1C539F2B95160B8 /* Production Debug */, DE81296F5A364B236643A3B9 /* Production Release */, - 6EF4849580399D47ACE92687 /* Release */, B8CC52B6DC03DACD9B1309E0 /* Staging Debug */, 45FD151DC9928DE066A3B1AD /* Staging Release */, 4D5DC2028DC046B8AF0B9B83 /* Test Debug */, 19BF18E6EAA8B30F894EAB4E /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; C4FB84AAA6F6974CEA51D359 /* Build configuration list for PBXNativeTarget "EndpointSecuritySystemExtension" */ = { isa = XCConfigurationList; buildConfigurations = ( - AC07690C3A54B0C17363FA5C /* Debug */, 86BDA2C16646B065BDE01177 /* Production Debug */, 06D6C7ED89937E7891E70B55 /* Production Release */, - 9ABEDB1C2ED162E2F4208010 /* Release */, 46DAC1602BF6BEBCD177342F /* Staging Debug */, C44EBD74DF4B95E30983A798 /* Staging Release */, D93982FB34335E2D1B9751FE /* Test Debug */, 11919FD24AA8A110C24C0FEF /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; D379D1BBEF24ED05EB6ADEB3 /* Build configuration list for PBXNativeTarget "XPC Service" */ = { isa = XCConfigurationList; buildConfigurations = ( - 08CC6F3F14F7A79BDA93A05C /* Debug */, A2EBD902E6DE2B2BD12C4484 /* Production Debug */, 64BEC335CD4016B9BC59F3C9 /* Production Release */, - 51DF682533FD5A75D5E9D9D6 /* Release */, 6B5A31340B8CF5849805CA3D /* Staging Debug */, 7E101F97604A0990174A46CD /* Staging Release */, 2630B88F53876A9AD7B61A4E /* Test Debug */, AC8E8FEA35961580D23185B2 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; D60A551D881B4B91F4535B78 /* Build configuration list for PBXNativeTarget "Framework_macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - B7544571511FFC03F6471D80 /* Debug */, 982EA5A9273899567804B40D /* Production Debug */, 25E62244CD9C539F614224DF /* Production Release */, - C04D53CA1D822DDDB3DF4B3F /* Release */, 65A21512F2B980615DF51D77 /* Staging Debug */, D8267FD376089FF4497ED3F1 /* Staging Release */, 522E20DF286BE38B925CC57E /* Test Debug */, E3E69C722D5BBAF4C8EF4D29 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; D91E14E36EC0B415578456F2 /* Build configuration list for PBXProject "Project" */ = { isa = XCConfigurationList; buildConfigurations = ( - 999683C4B5329A72D12AD584 /* Debug */, B3B2FEA08FA4ACD18FDF9BC2 /* Production Debug */, C0D5765142C68AF68B954B3F /* Production Release */, - 036FCF7C4B48C154279F289D /* Release */, E29961CFB084F6C1BF2CCCAE /* Staging Debug */, FBC34FE61DA25D0516C15B60 /* Staging Release */, E95B2CE470959F04BE6AACA9 /* Test Debug */, C59E649CEDC0E973B28B57A4 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; D9EF39CA9A17477264F02057 /* Build configuration list for PBXNativeTarget "ExternalTarget" */ = { isa = XCConfigurationList; buildConfigurations = ( - 101BFAA9BA10EE5B908E9FBC /* Debug */, C745E36B41A4ABD1E24A69AF /* Production Debug */, 045CB2D74D9A3532E128BDD2 /* Production Release */, - 3493518E9B2D0A8E96C9197D /* Release */, B5E1584A197C52FC47245FC8 /* Staging Debug */, 94ECCEFE29DB30C48B227A16 /* Staging Release */, 2C6AB16720ADFB2436337A8F /* Test Debug */, AF3DD6DCF141F35D4129FFF5 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; DA49CF5A1AC4FC1A7EE979E8 /* Build configuration list for PBXNativeTarget "BundleY" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2FDEB16B10C7D839F9026421 /* Debug */, 924BB9ED8B14A02ABF88CC23 /* Production Debug */, 414544E2FA4DE102442A71CD /* Production Release */, - 4B549E045D45E9B0C6C012F4 /* Release */, 71529460FB00BCDF2064C57F /* Staging Debug */, 7D73A7FB339A39293BD2DB9E /* Staging Release */, B227B91964080DEF6C426483 /* Test Debug */, BA21E149424C2D03E5E50EC1 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; E3D23AF56C29471E48CA9A11 /* Build configuration list for PBXNativeTarget "CrossOverlayFramework_tvOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - A80DAC592525B93474086D26 /* Debug */, 02E38E444E372E89E589E022 /* Production Debug */, B4464446E556BA3E731D3D25 /* Production Release */, - 810452F1992D6AAAC6B24903 /* Release */, 321D6FAF1E7AA977008359C7 /* Staging Debug */, 9E1F620F233A34DE80D84356 /* Staging Release */, C9D8E28D29695DF97266F229 /* Test Debug */, 8FEAEB3CB45479405F52D3AF /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; E52CEBE94EB3DA1F6DECC49F /* Build configuration list for PBXNativeTarget "ContentBlocker" */ = { isa = XCConfigurationList; buildConfigurations = ( - E9ED9DC863F062CFEA59A5F5 /* Debug */, D6A2E246E9EEDAA18B76937A /* Production Debug */, 18AA8BA9237D5BC52525C664 /* Production Release */, - C24D086DE920FA5BAEA22F9D /* Release */, D69E04FC7BE3A6968EF236C1 /* Staging Debug */, 1D6D36790F00BE5A86FF54A4 /* Staging Release */, B2D62E426DBC2DE731C9790D /* Test Debug */, FFA29E0E53E5B870627E1A2C /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; ED1A174BA92C6E5172B519B7 /* Build configuration list for PBXNativeTarget "iMessageExtension" */ = { isa = XCConfigurationList; buildConfigurations = ( - BDA13298C3CFFB1070D442F7 /* Debug */, 862658ACA3BF7AE7FA22870C /* Production Debug */, 79FA19BACBA7B6C15E0399C0 /* Production Release */, - 891442B9E90C9D637AC2C072 /* Release */, 366C92A637FDA940E6BCB591 /* Staging Debug */, 4662A9062E19E6BC30C9E0A1 /* Staging Release */, 15F79278F4ABD33584FC69E4 /* Test Debug */, 6645E6A343F71C3E91656BE9 /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; EF0A56586AB1ED900B70D5BC /* Build configuration list for PBXNativeTarget "Framework2_tvOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5B918BC7E4B80DCEF3135787 /* Debug */, 77B8B41EBA5D778EB3AF89DC /* Production Debug */, 00AF278082A5D7C2A6555867 /* Production Release */, - 5AB82D2FA60B0166CC9F49C9 /* Release */, 4A0624A4FC88A7E232411C95 /* Staging Debug */, 7C473021DB2A2D88B535FBD6 /* Staging Release */, 401097AC487BBA8C7B2B4938 /* Test Debug */, F9F2DA45FBEAF1528EC026FB /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; F888428CB91ACDDAAE8C8F21 /* Build configuration list for PBXNativeTarget "App_iOS_Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( - E2A3FE2BBE5C19FD7FA56ACD /* Debug */, C7EF8D96FA7893ADD61CF4C0 /* Production Debug */, B9BEDF424FEFB1047765C3C6 /* Production Release */, - BB6AAEF3105165C9B61F2D32 /* Release */, 2F1CDD64CD0684A2B09D6ED3 /* Staging Debug */, 0EFE33A4C09DCF9FE1519D37 /* Staging Release */, 2F88193D8069519CD36F649B /* Test Debug */, 7B4F942EA48FC1FED21AA2EE /* Test Release */, ); defaultConfigurationIsVisible = 0; - defaultConfigurationName = Debug; + defaultConfigurationName = "Production Debug"; }; /* End XCConfigurationList section */ diff --git a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_Clip.xcscheme b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_Clip.xcscheme index 6921d201..b5a5eda3 100644 --- a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_Clip.xcscheme +++ b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_Clip.xcscheme @@ -24,7 +24,7 @@ + buildConfiguration = "Production Debug"> diff --git a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_Scheme.xcscheme b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_Scheme.xcscheme index ef483a64..dc9d8cbe 100644 --- a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_Scheme.xcscheme +++ b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_Scheme.xcscheme @@ -24,7 +24,7 @@ + buildConfiguration = "Production Debug"> diff --git a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_macOS.xcscheme b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_macOS.xcscheme index facb2f6b..d63d7146 100644 --- a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_macOS.xcscheme +++ b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_macOS.xcscheme @@ -24,7 +24,7 @@ + buildConfiguration = "Production Debug"> diff --git a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_watchOS.xcscheme b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_watchOS.xcscheme index 94ba9269..e19038b3 100644 --- a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_watchOS.xcscheme +++ b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/App_watchOS.xcscheme @@ -38,7 +38,7 @@ + buildConfiguration = "Production Debug"> diff --git a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/DriverKitDriver.xcscheme b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/DriverKitDriver.xcscheme index e303383a..e38c9271 100644 --- a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/DriverKitDriver.xcscheme +++ b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/DriverKitDriver.xcscheme @@ -24,7 +24,7 @@ + buildConfiguration = "Production Debug"> diff --git a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/EndpointSecuritySystemExtension.xcscheme b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/EndpointSecuritySystemExtension.xcscheme index 576af0ae..1414a8f0 100644 --- a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/EndpointSecuritySystemExtension.xcscheme +++ b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/EndpointSecuritySystemExtension.xcscheme @@ -24,7 +24,7 @@ + buildConfiguration = "Production Debug"> diff --git a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/Framework.xcscheme b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/Framework.xcscheme index 2f6cc43c..4536d01f 100644 --- a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/Framework.xcscheme +++ b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/Framework.xcscheme @@ -42,7 +42,7 @@ + buildConfiguration = "Production Debug"> diff --git a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/NetworkSystemExtension.xcscheme b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/NetworkSystemExtension.xcscheme index 72aab592..385767c3 100644 --- a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/NetworkSystemExtension.xcscheme +++ b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/NetworkSystemExtension.xcscheme @@ -24,7 +24,7 @@ + buildConfiguration = "Production Debug"> diff --git a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/Tool.xcscheme b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/Tool.xcscheme index 9002305f..84996bd9 100644 --- a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/Tool.xcscheme +++ b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/Tool.xcscheme @@ -24,7 +24,7 @@ + buildConfiguration = "Production Debug"> diff --git a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/iMessageApp.xcscheme b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/iMessageApp.xcscheme index 52f5d11c..b95abc49 100644 --- a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/iMessageApp.xcscheme +++ b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/iMessageApp.xcscheme @@ -24,7 +24,7 @@ + buildConfiguration = "Production Debug"> diff --git a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/iMessageExtension.xcscheme b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/iMessageExtension.xcscheme index c8068726..070c48e2 100644 --- a/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/iMessageExtension.xcscheme +++ b/Tests/Fixtures/TestProject/Project.xcodeproj/xcshareddata/xcschemes/iMessageExtension.xcscheme @@ -25,7 +25,7 @@ + buildConfiguration = "Production Debug"> diff --git a/Tests/Fixtures/TestProject/project.yml b/Tests/Fixtures/TestProject/project.yml index 39b291f2..5fea502f 100644 --- a/Tests/Fixtures/TestProject/project.yml +++ b/Tests/Fixtures/TestProject/project.yml @@ -18,9 +18,6 @@ options: buildPhase: none globalTemplateAttributes: version: legacy -configs: - Debug: debug - Release: release fileGroups: - Configs - FileGroup @@ -533,8 +530,12 @@ targetTemplates: settings: CODE_SIGN_IDENTITY: Apple Development configFiles: - Debug: ContentBlocker/Configs/${version}/Debug.xcconfig - Release: ContentBlocker/Configs/${version}/Release.xcconfig + Test Debug: ContentBlocker/Configs/${version}/Debug.xcconfig + Staging Debug: ContentBlocker/Configs/${version}/Debug.xcconfig + Production Debug: ContentBlocker/Configs/${version}/Debug.xcconfig + Test Release: ContentBlocker/Configs/${version}/Release.xcconfig + Staging Release: ContentBlocker/Configs/${version}/Release.xcconfig + Production Release: ContentBlocker/Configs/${version}/Release.xcconfig sources: - ContentBlocker aggregateTargets: diff --git a/Tests/Fixtures/global_template_attributes_test.yml b/Tests/Fixtures/global_template_attributes_test.yml index c524c11d..3cd560b3 100644 --- a/Tests/Fixtures/global_template_attributes_test.yml +++ b/Tests/Fixtures/global_template_attributes_test.yml @@ -5,8 +5,12 @@ targetTemplates: settings: CODE_SIGN_IDENTITY: Apple Development configFiles: - Debug: ContentBlocker/Configs/${version}/Debug.xcconfig - Release: ContentBlocker/Configs/${version}/Release.xcconfig + Test Debug: ContentBlocker/Configs/${version}/Debug.xcconfig + Staging Debug: ContentBlocker/Configs/${version}/Debug.xcconfig + Production Debug: ContentBlocker/Configs/${version}/Debug.xcconfig + Test Release: ContentBlocker/Configs/${version}/Release.xcconfig + Staging Release: ContentBlocker/Configs/${version}/Release.xcconfig + Production Release: ContentBlocker/Configs/${version}/Release.xcconfig sources: - ContentBlocker