diff --git a/examples/integration/ExtensionKitExtension/BUILD b/examples/integration/ExtensionKitExtension/BUILD new file mode 100644 index 0000000000..684ecc0385 --- /dev/null +++ b/examples/integration/ExtensionKitExtension/BUILD @@ -0,0 +1,56 @@ +load("@build_bazel_rules_apple//apple:apple.bzl", "local_provisioning_profile") +load("@build_bazel_rules_apple//apple:ios.bzl", "ios_extension") +load("@build_bazel_rules_swift//swift:swift.bzl", "swift_library") +load("@rules_xcodeproj//xcodeproj:defs.bzl", "xcode_provisioning_profile") +load( + "//:xcodeproj_targets.bzl", + "IOS_BUNDLE_ID", + "TEAMID", +) + +config_setting( + name = "device_build", + values = { + "cpu": "ios_arm64", + }, +) + +ios_extension( + name = "ExtensionKitExtension", + bundle_id = "{}.extensionkit-extension".format(IOS_BUNDLE_ID), + extensionkit_extension = True, + families = ["iphone"], + infoplists = [":Info.plist"], + minimum_os_version = "15.0", + provisioning_profile = select({ + ":device_build": ":xcode_profile", + "//conditions:default": None, + }), + version = "//iOSApp:Version", + visibility = ["//iOSApp:__subpackages__"], + deps = [ + "ExtensionKitExtension.library", + ], +) + +xcode_provisioning_profile( + name = "xcode_profile", + managed_by_xcode = True, + provisioning_profile = ":xcode_managed_profile", + tags = ["manual"], +) + +local_provisioning_profile( + name = "xcode_managed_profile", + profile_name = "iOS Team Provisioning Profile: {}.extensionkit-extension".format(IOS_BUNDLE_ID), + tags = ["manual"], + team_id = TEAMID, +) + +swift_library( + name = "ExtensionKitExtension.library", + srcs = glob(["**/*.swift"]), + module_name = "ExtensionKitExtension", + tags = ["manual"], + visibility = ["//:__subpackages__"], +) diff --git a/examples/integration/ExtensionKitExtension/Info.plist b/examples/integration/ExtensionKitExtension/Info.plist new file mode 100644 index 0000000000..551c5ab00a --- /dev/null +++ b/examples/integration/ExtensionKitExtension/Info.plist @@ -0,0 +1,21 @@ + + + + + CFBundleName + $(PRODUCT_NAME) + CFBundleVersion + 1.0 + CFBundleShortVersionString + 1.0 + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + EXAppExtensionAttributes + + EXExtensionPointIdentifier + com.apple.generic-extension + + + diff --git a/examples/integration/ExtensionKitExtension/main.swift b/examples/integration/ExtensionKitExtension/main.swift new file mode 100644 index 0000000000..3ad1a2960e --- /dev/null +++ b/examples/integration/ExtensionKitExtension/main.swift @@ -0,0 +1,6 @@ +import Foundation + +public class main { + public init() {} + public func main() { print("Hello world") } +} diff --git a/examples/integration/iOSApp/Source/BUILD b/examples/integration/iOSApp/Source/BUILD index a50a9f81e6..f9e358e266 100644 --- a/examples/integration/iOSApp/Source/BUILD +++ b/examples/integration/iOSApp/Source/BUILD @@ -52,7 +52,10 @@ ios_application( ":device_build": None, "//conditions:default": "iOSApp_ExecutableName", }), - extensions = ["//WidgetExtension"], + extensions = [ + "//ExtensionKitExtension", + "//WidgetExtension", + ], families = ["iphone"], frameworks = [ "//iOSApp/Source/CoreUtilsObjC:FrameworkCoreUtilsObjC", diff --git a/examples/integration/test/fixtures/bazel-7/bwb_replacements.txt b/examples/integration/test/fixtures/bazel-7/bwb_replacements.txt index 42ca79d75e..092d848571 100644 --- a/examples/integration/test/fixtures/bazel-7/bwb_replacements.txt +++ b/examples/integration/test/fixtures/bazel-7/bwb_replacements.txt @@ -1,31 +1,35 @@ -CONFIGURATION-STABLE-0 darwin_x86_64-dbg-ST-407e30105d50 -CONFIGURATION-STABLE-1 darwin_x86_64-dbg-ST-0cb41a45890d -CONFIGURATION-STABLE-2 darwin_x86_64-opt-ST-3ebaaa60f9ea -CONFIGURATION-STABLE-3 ios_x86_64-dbg-ios-x86_64-min15.0-applebin_ios-ST-ec26bca69b41 -CONFIGURATION-STABLE-4 watchos_x86_64-dbg-watchos-x86_64-min7.0-applebin_watchos-ST-1043e03348d6 -CONFIGURATION-STABLE-5 tvos_x86_64-dbg-tvos-x86_64-min15.0-applebin_tvos-ST-ce438f055cbb -CONFIGURATION-STABLE-6 darwin_x86_64-dbg-macos-x86_64-min12.0-applebin_macos-ST-2def78e7184f -CONFIGURATION-STABLE-7 ios_arm64-dbg-ios-arm64-min15.0-applebin_ios-ST-c30990658771 -CONFIGURATION-STABLE-8 watchos_arm64_32-dbg-watchos-arm64_32-min7.0-applebin_watchos-ST-fd2a96b3b11f -CONFIGURATION-STABLE-9 tvos_arm64-dbg-tvos-arm64-min15.0-applebin_tvos-ST-7a5a862cb382 -CONFIGURATION-STABLE-10 ios_x86_64-opt-ios-x86_64-min15.0-applebin_ios-ST-2c9b4ecefc25 -CONFIGURATION-STABLE-11 watchos_x86_64-opt-watchos-x86_64-min7.0-applebin_watchos-ST-847c5b6a4329 -CONFIGURATION-STABLE-12 tvos_x86_64-opt-tvos-x86_64-min15.0-applebin_tvos-ST-85587bfa0dfc -CONFIGURATION-STABLE-13 darwin_x86_64-opt-macos-x86_64-min12.0-applebin_macos-ST-5faa35951e87 -CONFIGURATION-STABLE-14 ios_arm64-opt-ios-arm64-min15.0-applebin_ios-ST-9a1a343abca6 -CONFIGURATION-STABLE-15 watchos_arm64_32-opt-watchos-arm64_32-min7.0-applebin_watchos-ST-64303a5eeb36 -CONFIGURATION-STABLE-16 tvos_arm64-opt-tvos-arm64-min15.0-applebin_tvos-ST-fe56c91186e8 -CONFIGURATION-STABLE-17 watchos_x86_64-dbg-watchos-x86_64-min8.0-applebin_watchos-ST-99e1c5fcd7e3 -CONFIGURATION-STABLE-18 watchos_arm64_32-dbg-watchos-arm64_32-min8.0-applebin_watchos-ST-9d3d8bec26be -CONFIGURATION-STABLE-19 watchos_x86_64-opt-watchos-x86_64-min8.0-applebin_watchos-ST-0a19b84585db -CONFIGURATION-STABLE-20 watchos_arm64_32-opt-watchos-arm64_32-min8.0-applebin_watchos-ST-f46b06ca0e7b -CONFIGURATION-STABLE-21 darwin_x86_64-dbg-macos-x86_64-min11.0-applebin_macos-ST-12067848ee5c -CONFIGURATION-STABLE-22 darwin_x86_64-opt-macos-x86_64-min11.0-applebin_macos-ST-114572f286c3 -CONFIGURATION-STABLE-23 darwin_x86_64-dbg-macos-x86_64-min11.0-applebin_macos-ST-2fa98142772b -CONFIGURATION-STABLE-24 darwin_arm64-dbg-macos-arm64-min11.0-applebin_macos-ST-17dc5fb9af4b -CONFIGURATION-STABLE-25 darwin_x86_64-dbg-macos-x86_64-min11.0-applebin_macos-ST-67006a47c4ef -CONFIGURATION-STABLE-26 darwin_x86_64-opt-macos-x86_64-min11.0-applebin_macos-ST-007da2440a68 -CONFIGURATION-STABLE-27 darwin_arm64-opt-macos-arm64-min11.0-applebin_macos-ST-44db42dc8599 -CONFIGURATION-STABLE-28 darwin_x86_64-opt-macos-x86_64-min11.0-applebin_macos-ST-b46e9b013234 -CONFIGURATION-STABLE-29 darwin_x86_64-dbg-ST-e273d27b8a77 -CONFIGURATION-STABLE-30 darwin_x86_64-opt-ST-d92b73c84722 +CONFIGURATION-STABLE-0 darwin_x86_64-dbg-ST-376989c9bb44 +CONFIGURATION-STABLE-1 darwin_x86_64-dbg-ST-65b9ae3229ca +CONFIGURATION-STABLE-2 darwin_x86_64-opt-ST-4603bbaf5d98 +CONFIGURATION-STABLE-3 ios_x86_64-dbg-ios-x86_64-min15.0-applebin_ios-ST-ec49b5570e6a +CONFIGURATION-STABLE-4 watchos_x86_64-dbg-watchos-x86_64-min7.0-applebin_watchos-ST-c601ed35d954 +CONFIGURATION-STABLE-5 ios_x86_64-dbg-ios-x86_64-min16.0-applebin_ios-ST-7c661f35007d +CONFIGURATION-STABLE-6 tvos_x86_64-dbg-tvos-x86_64-min15.0-applebin_tvos-ST-8fa93ae60f3c +CONFIGURATION-STABLE-7 darwin_x86_64-dbg-macos-x86_64-min12.0-applebin_macos-ST-e4d1b54e0a5f +CONFIGURATION-STABLE-8 ios_arm64-dbg-ios-arm64-min15.0-applebin_ios-ST-d4ed85805c03 +CONFIGURATION-STABLE-9 watchos_arm64_32-dbg-watchos-arm64_32-min7.0-applebin_watchos-ST-2d1383ea1bfd +CONFIGURATION-STABLE-10 ios_arm64-dbg-ios-arm64-min16.0-applebin_ios-ST-9d40ca217462 +CONFIGURATION-STABLE-11 tvos_arm64-dbg-tvos-arm64-min15.0-applebin_tvos-ST-f0bf1e4db2b5 +CONFIGURATION-STABLE-12 ios_x86_64-opt-ios-x86_64-min15.0-applebin_ios-ST-f0647120a524 +CONFIGURATION-STABLE-13 watchos_x86_64-opt-watchos-x86_64-min7.0-applebin_watchos-ST-9b6da1c1ca96 +CONFIGURATION-STABLE-14 ios_x86_64-opt-ios-x86_64-min16.0-applebin_ios-ST-98784b0141f7 +CONFIGURATION-STABLE-15 tvos_x86_64-opt-tvos-x86_64-min15.0-applebin_tvos-ST-fd3222aa8913 +CONFIGURATION-STABLE-16 darwin_x86_64-opt-macos-x86_64-min12.0-applebin_macos-ST-478bd2e7095f +CONFIGURATION-STABLE-17 ios_arm64-opt-ios-arm64-min15.0-applebin_ios-ST-d4b659e4a9d4 +CONFIGURATION-STABLE-18 watchos_arm64_32-opt-watchos-arm64_32-min7.0-applebin_watchos-ST-ecd9d94fb4e5 +CONFIGURATION-STABLE-19 ios_arm64-opt-ios-arm64-min16.0-applebin_ios-ST-9a1b0839beb3 +CONFIGURATION-STABLE-20 tvos_arm64-opt-tvos-arm64-min15.0-applebin_tvos-ST-618e0eabc398 +CONFIGURATION-STABLE-21 watchos_x86_64-dbg-watchos-x86_64-min8.0-applebin_watchos-ST-65044d9cb033 +CONFIGURATION-STABLE-22 watchos_arm64_32-dbg-watchos-arm64_32-min8.0-applebin_watchos-ST-e2adfc6423ec +CONFIGURATION-STABLE-23 watchos_x86_64-opt-watchos-x86_64-min8.0-applebin_watchos-ST-b7000f81fbba +CONFIGURATION-STABLE-24 watchos_arm64_32-opt-watchos-arm64_32-min8.0-applebin_watchos-ST-58e24dd35eea +CONFIGURATION-STABLE-25 darwin_x86_64-dbg-macos-x86_64-min11.0-applebin_macos-ST-23ced71d870c +CONFIGURATION-STABLE-26 darwin_x86_64-opt-macos-x86_64-min11.0-applebin_macos-ST-5c2767082c6b +CONFIGURATION-STABLE-27 darwin_x86_64-dbg-macos-x86_64-min11.0-applebin_macos-ST-7c4786726810 +CONFIGURATION-STABLE-28 darwin_arm64-dbg-macos-arm64-min11.0-applebin_macos-ST-5f46583411cc +CONFIGURATION-STABLE-29 darwin_x86_64-dbg-macos-x86_64-min11.0-applebin_macos-ST-a6b23e99dd1c +CONFIGURATION-STABLE-30 darwin_x86_64-opt-macos-x86_64-min11.0-applebin_macos-ST-d247baf1a2e1 +CONFIGURATION-STABLE-31 darwin_arm64-opt-macos-arm64-min11.0-applebin_macos-ST-4320432566be +CONFIGURATION-STABLE-32 darwin_x86_64-opt-macos-x86_64-min11.0-applebin_macos-ST-11b4a0ee8e7b +CONFIGURATION-STABLE-33 darwin_x86_64-dbg-ST-3a99c2752788 +CONFIGURATION-STABLE-34 darwin_x86_64-opt-ST-a99a48f137fe diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/project.pbxproj b/examples/integration/test/fixtures/bwb.xcodeproj/project.pbxproj index 9c61dfb495..8c26a1d003 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/project.pbxproj +++ b/examples/integration/test/fixtures/bwb.xcodeproj/project.pbxproj @@ -77,6 +77,7 @@ 7B6708BF1E70C0A3A0F46689 /* UITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 880946C1160FA32CCC519C3A /* UITestsLaunchTests.swift */; }; 7B6B66D68D5E68D1D53CDEA1 /* echo.pb.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E9428897C78361B2E99F617 /* echo.pb.swift */; }; 7D7FE1C33688DAF1E43D91AC /* lib.m in Sources */ = {isa = PBXBuildFile; fileRef = C7D6E9EA886ACE2FD42D136F /* lib.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; + 7EE31EF5D710A1CF93E4C8ED /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A3E4C4D7DB554DBB6D76F4B /* main.swift */; }; 7F38D771E40988D33DE3D0FB /* Lib.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6250B8730C0A9DE6B810A647 /* Lib.swift */; }; 835632EF9C156819BBDE4EC2 /* echo.grpc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C07E52B07D70121DAEA45C6 /* echo.grpc.swift */; }; 83F3FC7CC1B3DAC64048DBDF /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 43483C0C029D669DC6D9079A /* ContentView.swift */; }; @@ -162,6 +163,13 @@ remoteGlobalIDString = 7E7D155EBCA520F35DEA3571; remoteInfo = BazelDependencies; }; + 0FD62E568EFC1A2404836748 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0805833D09730531AD081697 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 7E7D155EBCA520F35DEA3571; + remoteInfo = BazelDependencies; + }; 142AF6D695098870D7A8190C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 0805833D09730531AD081697 /* Project object */; @@ -740,47 +748,48 @@ /* Begin PBXFileReference section */ 001180D1D42E3BF78C11FFA7 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; + 0071FA8F7D81A8F3FF3C2B5D /* watchOSAppExtensionUnitTests.46.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtensionUnitTests.46.link.params; sourceTree = ""; }; 00B82F58F6A287A7CF75B06B /* AppClip.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 00F1BCDDB69255CFDAAE691C /* FXPageControl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FXPageControl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 01506E1C822A25B4F703986A /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 0156075391A8046358CF5FEE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 01806D3CA226DD6241362D85 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 01AE31C744AC333C8E7ADB43 /* macOSAppUITests.145.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSAppUITests.145.link.params; sourceTree = ""; }; - 01DFF0795F5379AF3A389A3D /* iOS.91.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.91.link.params; sourceTree = ""; }; 020AF219F3B55D5F1AD74A59 /* echo_server */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = echo_server; sourceTree = BUILT_PRODUCTS_DIR; }; - 02A01684B90A681A1887172A /* iOSAppSwiftUnitTests.103.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.103.link.params; sourceTree = ""; }; 02DE116B74CE8E784FC15575 /* macOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 038320F9F7CE6BEEA7E160F5 /* watchOSAppExtensionUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtensionUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 038AAB842527AD4A302BE531 /* tvOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 03B94FBC5421C72DAB7F5AC9 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; + 040B5FB9A9AD328ABF3E4B18 /* FrameworkCoreUtilsObjC.13.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.13.link.params; sourceTree = ""; }; 041524B64CC4C2FD35CE9116 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 0422C5584D1CA51268B71FD2 /* UndesiredScheme_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UndesiredScheme_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 042EAB96DA763E9A1F7AD3BA /* echo.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = echo.pb.swift; sourceTree = ""; }; 0431293E1F8BF2633CEC85C1 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 046C881F75864316A858C2BC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 048E29FCE46EE15A4750C155 /* tvOSAppUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 0580B013B51855485DF0FD0D /* FrameworkCoreUtilsObjC.82.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.82.link.params; sourceTree = ""; }; 05D0811137067EF8D6D87B85 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 061CBC41689100AE676E6AEF /* WidgetExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 0634878B0BEF3F36B3BEFF8D /* iOSAppObjCUnitTests.209.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.209.link.params; sourceTree = ""; }; 06437B6418C28F8A59D225CB /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 06483C6ED81946150E50116C /* tvOS.23.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.23.link.params; sourceTree = ""; }; 06E753F67E122657CA2C081A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 084939F2F69438CEC964DDE8 /* Utils.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Utils.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 08781E5C77EF5BAC278B80A1 /* UniversalCommandLineTool.170.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.170.link.params; sourceTree = ""; }; 0982B680A74E8BD8A971CC76 /* watchOSAppExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = watchOSAppExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; 0985135CD454A10EA72778D3 /* FrenchLocalizableResourcesOutput */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrenchLocalizableResourcesOutput; sourceTree = ""; }; 099E286126EFC4010CCB7C9E /* merge.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = merge.sh; sourceTree = ""; }; + 0A1DCB21989D86EC0796A31F /* watchOS.202.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.202.link.params; sourceTree = ""; }; + 0A5EEC85D9ED500ECF5C2EDD /* iOSAppSwiftUnitTests.211.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.211.link.params; sourceTree = ""; }; 0A6BE0195B0DA16D76C4FE56 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 0AA4C159C290DCD9A13B5D63 /* macOSApp.147.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSApp.147.link.params; sourceTree = ""; }; 0AC4510A7DA151F18C63D5E5 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; 0AD42CE0917ADB3E3845FD65 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + 0AD69E242181F3F5E2BC993C /* iOSAppObjCUnitTests.103.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.103.link.params; sourceTree = ""; }; 0AF0FE2D6E46632943A23AAC /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 0B19B3349C83AEAD1B4550A6 /* bucket */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bucket; sourceTree = ""; }; 0B1C4FB2663DC699A8530D11 /* iOSAppSwiftUnitTestSuite.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTestSuite.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 0B1FF17BDAB7E975046B305C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 0B46C19AD5A145E2F87A6232 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + 0BEE2D6599608FF926F7AF1C /* iMessageAppExtension.142.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iMessageAppExtension.142.link.params; sourceTree = ""; }; 0C5DBB439F85E47FD7C722FE /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 0C8C8454418DDFFE862326C6 /* iMessageAppExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = iMessageAppExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; - 0CC75255268D2BA5078ACC1B /* macOSApp.40.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSApp.40.link.params; sourceTree = ""; }; 0CD48611106618767B10E7C9 /* nested */ = {isa = PBXFileReference; lastKnownFileType = folder; path = nested; sourceTree = ""; }; 0D0B0EED4E82FC07283AE0B2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 0D2C6E1163F9E4CA1AA29526 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; @@ -790,14 +799,15 @@ 0DC7E83C227435C87BA3E123 /* watchOSAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 0E1B34DB03119E2880F01891 /* Greeting.swift.stencil */ = {isa = PBXFileReference; lastKnownFileType = file; path = Greeting.swift.stencil; sourceTree = ""; }; 0E41532AE259072CD6425BE3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 0E43DC5FABF5D642A3078DAF /* tool.110.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.110.link.params; sourceTree = ""; }; 0EBD8F245B059F4F6F6FB96F /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 0EECEF60D8A575D7E9900E34 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 0F296009F7820C04C5FFC001 /* macOSLib.framework.39.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSLib.framework.39.link.params; sourceTree = ""; }; 0F4334D1E132FC96899B1600 /* Utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Utils.h; sourceTree = ""; }; + 0F53C62717D4C0998125DE59 /* FrameworkCoreUtilsObjC.190.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.190.link.params; sourceTree = ""; }; + 0F6AB05BDB8F92C5E77C7C0E /* AppClip.183.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.183.link.params; sourceTree = ""; }; 0F7908A7AA17DC572020AD5A /* iMessageApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iMessageApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; 0FBBC2FB21538511658E50D7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 0FCCCBF2C1D3BDA06580DD2E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 0FE3F9FB629D547AA0E42114 /* UIFramework.watchOS.16.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.16.link.params; sourceTree = ""; }; 101B954D2D18EA120A195989 /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 104ED9339D694DDA622B25DB /* MixedAnswer_objc_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_objc_modulemap-module.modulemap"; sourceTree = ""; }; 10FD9C062371287B427F5031 /* Foo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Foo.m; sourceTree = ""; }; @@ -806,9 +816,10 @@ 118F57721060672BAD6379CE /* iMessageAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iMessageAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 11FE2DE2CA5B7BD170BBCE92 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 1206B4AD8B5B4005E681312A /* iOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 12601311D6470B9CF3C4F110 /* tvOS.93.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.93.link.params; sourceTree = ""; }; 126F2298A2765CB7A2B29335 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 12839FE0CD4C3662A07E7AC1 /* MixedAnswer_swift_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_swift_modulemap-module.modulemap"; sourceTree = ""; }; + 128F7509351735A18F75ED29 /* FrameworkCoreUtilsObjC.119.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.119.link.params; sourceTree = ""; }; + 12ADFA134D7E6F5B5280F3BA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 12B2179B6021F5F75229954F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 133CD34793306BC2366A5BE5 /* TestingUtils-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestingUtils-Swift.h"; sourceTree = ""; }; 13B29FB638C93BBC3B8E05C1 /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; @@ -818,63 +829,63 @@ 14A72D7948A9048D0CB53DDC /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 1587C46A1E40FB50A27CE23D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 15A6973CB98E7CA53A64305B /* Launchd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Launchd.plist; sourceTree = ""; }; + 15B82B734C9E5AE7851083F1 /* UIFramework.tvOS.98.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.98.link.params; sourceTree = ""; }; 15BF6FBD9CFE69586F307A4B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 161C94720E4F153437C31F87 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 16C40274CD76B150D66832A7 /* echo_server.55.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server.55.link.params; sourceTree = ""; }; 171D783B2681A7FA0E0F900D /* libperson_proto_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libperson_proto_swift.a; path = "bazel-out/CONFIGURATION-STABLE-26/bin/Proto/libperson_proto_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 18415E66E93C0748CA465D7C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 186168D46E70981E3765F9B6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; - 18D5174364CF195EF9A3EF14 /* iOSAppSwiftUnitTestSuite.48.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTestSuite.48.link.params; sourceTree = ""; }; 1945876067D0AD96F7E7613A /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 198DE556D562EDC13D4512FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 19D827D0FBA00A99E8413DA9 /* iOSAppUITestSuite.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITestSuite.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 1A2A384BE76802B63A2D5562 /* macOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 1A67F1DA7F1DF5DF89155CC8 /* lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lib.c; sourceTree = ""; }; + 1A729B8D2B4E58002D50F6CF /* tvOSAppUnitTests.44.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUnitTests.44.link.params; sourceTree = ""; }; + 1A8769A2E1AA6EC1002093E6 /* tvOSAppUITests.43.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUITests.43.link.params; sourceTree = ""; }; + 1B94ACFCE9CA51B0BBC27C5E /* WidgetExtension.189.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.189.link.params; sourceTree = ""; }; 1BC6AE4FB83C98E57FFCC79B /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; 1BF04E699B9FCFDB010B7F50 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 1BF2030E8B34BC5C90108D6F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 1C185B8AB07D4422FA56D6A5 /* liblib_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_swift.a; path = "bazel-out/CONFIGURATION-STABLE-30/bin/CommandLine/CommandLineToolLib/liblib_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 1C362F9CE48FD341AE0F90F4 /* UIFramework.tvOS.200.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.200.link.params; sourceTree = ""; }; + 1CA424CBFBD625F4744CF46A /* iOSAppUITests.104.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.104.link.params; sourceTree = ""; }; 1D1177806FD1B277EEDB91BB /* LibFramework.tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LibFramework.tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 1D3E4060B4DF95BC213F3639 /* Model.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Model.xcdatamodel; sourceTree = ""; }; + 1E69ABB941F7CDE496C212C4 /* tvOSApp.134.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.134.link.params; sourceTree = ""; }; 1E84E717BC47B0961159FC23 /* tvOSAppUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = tvOSAppUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 1E9428897C78361B2E99F617 /* echo.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = echo.pb.swift; sourceTree = ""; }; - 1ECC7C78860BF7C244846FDF /* watchOSAppExtensionUnitTests.149.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtensionUnitTests.149.link.params; sourceTree = ""; }; 211F5D02396A5F7F21B372C0 /* CommandLineToolTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CommandLineToolTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 2151F6C6235F6156AD4FF936 /* FXPageControl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FXPageControl.h; sourceTree = ""; }; 215E227A05737685F3F4DB52 /* echo_server.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 222CF04F551342682A2DEA9D /* LibFramework.watchOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LibFramework.watchOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 2389FC2E3790FF01911CDBCC /* iOSAppObjCUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppObjCUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 23D5E17642A0DF52D863A4AA /* FrameworkCoreUtilsObjC.186.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.186.link.params; sourceTree = ""; }; 24755399772DD0870E438577 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 24D919AF1EE9BE3A66F50629 /* UniversalCommandLineTool.173.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.173.link.params; sourceTree = ""; }; 24DFA8D89A965A7C2A56DD13 /* Library.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Library.h; sourceTree = ""; }; 24FE17F74B9D49419A6CC231 /* FrenchLocalizableResourcesOutput */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrenchLocalizableResourcesOutput; sourceTree = ""; }; 251509D3375CDB577E5103D4 /* MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 2522B6D410760A316C93D186 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 2584698BDD314083DF9CAC33 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 25D5C10E9E98CC02290AE2CB /* UIFramework.watchOS.86.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.86.link.params; sourceTree = ""; }; 25F3BAEB4375EB717A347CDE /* Info.extension.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.extension.plist; sourceTree = ""; }; - 264179E81C7347B689CE1D14 /* iOS.195.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.195.link.params; sourceTree = ""; }; - 2659F220073993E3A0DBAAB1 /* CommandLineTool.164.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineTool.164.link.params; sourceTree = ""; }; 26E5833F2697196812B9D228 /* watchOSApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = watchOSApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; 2713477858FF9C33BBDBB444 /* bucket */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bucket; sourceTree = ""; }; 2766B46B4832D8548DA73D85 /* TestingUtils-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestingUtils-Swift.h"; sourceTree = ""; }; - 27BE4549A6B56DC907667ECD /* iOS.21.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.21.link.params; sourceTree = ""; }; - 285ED1B40DE8929A9F0E4C30 /* LibFramework.watchOS.119.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.119.link.params; sourceTree = ""; }; - 28E89A20CE963B4C904B38D3 /* watchOSAppUITests.148.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppUITests.148.link.params; sourceTree = ""; }; 28ED92F6D2E02B9FCD9A49A4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 2972D14E69C63A887582031C /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 2A8A753ED1F615E6A705ADEE /* iOSAppSwiftUnitTests.207.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.207.link.params; sourceTree = ""; }; + 2A3E4C4D7DB554DBB6D76F4B /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; + 2AB7A9DC40F51C31C0C4F8F5 /* ExtensionKitExtension.117.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = ExtensionKitExtension.117.link.params; sourceTree = ""; }; 2ADC98409CF038E9F823958C /* BasicTests.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = BasicTests.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 2B34197EDCA1D0D56668AEBB /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 2B40423341C5FE090E518F48 /* WidgetExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidgetExtension.swift; sourceTree = ""; }; + 2B723F0E5FF5218880CBE2AE /* echo_server.161.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server.161.link.params; sourceTree = ""; }; 2BC24CA4686BDF49A6D0B95E /* MixedAnswer_objc_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_objc_modulemap-module.modulemap"; sourceTree = ""; }; 2BF0BED51C22CB78CC271636 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + 2CA40041EB67586D2B98ADE4 /* watchOSAppExtension.89.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.89.link.params; sourceTree = ""; }; 2CBE368B8D2D265045474F52 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; 2CC5589BF5C0557A407A9B41 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 2D02E29502C6E389F8D4F3F6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 2D4CF05D03DCB1DC1B3C8CCC /* WidgetExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 2E59E0E063A4BB53872C8164 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 2EAB816E4DE0A5B5788F24B8 /* LibFramework.watchOS.189.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.189.link.params; sourceTree = ""; }; 2F4A69CDBEE6AE5225481906 /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 2FEAE05EEEA6790E5E797A79 /* libcc_lib_defines.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libcc_lib_defines.a; path = "bazel-out/CONFIGURATION-STABLE-2/bin/cc/lib/libcc_lib_defines.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 3011BD0422D96A2C7321B982 /* UITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITestsLaunchTests.swift; sourceTree = ""; }; @@ -883,128 +894,138 @@ 30A4069AA00E60D0D648E673 /* WatchOSAppUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchOSAppUITests.swift; sourceTree = ""; }; 317370CB83DB554AB70E1706 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 31DA05FD726F38E72910F6A9 /* echo.grpc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = echo.grpc.swift; sourceTree = ""; }; - 32796DB7BC520FD0B4B4849C /* UIFramework.iOS.83.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.83.link.params; sourceTree = ""; }; 32B0B80FD8FFE2322F720B6B /* FrenchLocalizableResourcesOutput */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrenchLocalizableResourcesOutput; sourceTree = ""; }; - 32B285A8DAC003C1B585184F /* watchOS.24.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.24.link.params; sourceTree = ""; }; 32CE9C3BDA22AED5CE0F1152 /* GoogleMapsCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMapsCore.framework; sourceTree = ""; }; 32DF223A62EA1C1BF28282E4 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; 32EC55AFB1089E19FEB72AFB /* echo.grpc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = echo.grpc.swift; sourceTree = ""; }; 331C91FDCA4754A04846BCDA /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; - 337C1BA10E0563EE5689136F /* proto.50.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = proto.50.link.params; sourceTree = ""; }; 3385EBCD57CB6153D0612D97 /* GoogleMapsBase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMapsBase.framework; sourceTree = ""; }; 34051E31629F66435DD61AF0 /* private_lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = private_lib.swift; sourceTree = ""; }; 3423B69557C97C31CE6F81A4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 34C10FCEE9484EB917D9141F /* watchOSAppUITests.151.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppUITests.151.link.params; sourceTree = ""; }; 34CE931554BF346D6C82C695 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 35488B6E0CB5A0E7317A967A /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; 35B036A96D22EE656C343480 /* disable_signing_resource_rules.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = disable_signing_resource_rules.plist; sourceTree = ""; }; - 35F12B6A8758B044E0E23A9F /* tvOSAppUnitTests.147.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUnitTests.147.link.params; sourceTree = ""; }; 35FE6310804691B5601C0DCB /* cc_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 3662D7E8F6E44EC1719CD796 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 372CED1B913B8EB33623D305 /* lib2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib2.h; sourceTree = ""; }; - 373D257A078F97EE00374227 /* tvOS.127.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.127.link.params; sourceTree = ""; }; 3744E81974720C3D4AA9563D /* MixedAnswer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MixedAnswer.swift; sourceTree = ""; }; - 37CD84D37ED73BB9358614B4 /* tvOSAppUnitTests.43.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUnitTests.43.link.params; sourceTree = ""; }; - 37E5D2FE0DAAE7E72CD63FC4 /* macOSApp.144.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSApp.144.link.params; sourceTree = ""; }; 383E9D40C6ACFFB6E72D94E5 /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 388F2DA61C3CD3A8FC013716 /* AppClip.112.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.112.link.params; sourceTree = ""; }; 38DB8D05EDFA822570E3AFE3 /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 3907A7CF59D5CA65615E6A5F /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 39785CF9A69A2957DBBCFB2C /* Utils.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Utils.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 399487B73A64195D5E0CEAF8 /* ios app.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "ios app.entitlements"; sourceTree = ""; }; + 39CE25C7ACD1E46DE3159357 /* iOSApp.91.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.91.link.params; sourceTree = ""; }; 3A38C47C8B29F9BD7512A4A5 /* tool.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 3A8DC9BFDCE881D9614F6F90 /* Answers.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = Answers.mm; sourceTree = ""; }; 3B09D4514172B6263408BB65 /* MixedAnswer-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MixedAnswer-Swift.h"; sourceTree = ""; }; + 3B449198EAA96DD259FE046D /* LibFramework.tvOS.203.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.203.link.params; sourceTree = ""; }; 3B71B06909607B23A9DE8528 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; - 3C036AA3E0C0D66F6AF8E609 /* iOSAppObjCUnitTestSuite.151.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTestSuite.151.link.params; sourceTree = ""; }; + 3BFBD9E24AE94D2068F14163 /* iOSAppSwiftUnitTests.105.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.105.link.params; sourceTree = ""; }; 3C07E52B07D70121DAEA45C6 /* echo.grpc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = echo.grpc.swift; sourceTree = ""; }; 3C60888EEB37F244AA0DC150 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 3CAC86F6E25471ACEF54B822 /* watchOSAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 3CE003A6467566497A8F57F1 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 3D38966BA243539B711B59B9 /* iOSAppObjCUnitTestSuite.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTestSuite.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 3EA8C7DB11D39C17E196E121 /* watchOS.94.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.94.link.params; sourceTree = ""; }; - 3EBDC84E7473E71FFEBEF7CA /* iOSAppUITests.102.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.102.link.params; sourceTree = ""; }; + 3DBF35FCBC028A4441FC56A6 /* proto.157.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = proto.157.link.params; sourceTree = ""; }; 3ED2E5F148FDD4DC5D61C5EB /* es */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = es; path = es.lproj/unprocessed.json; sourceTree = ""; }; 3EF9DC5757D529D7F0F269F3 /* Entitlements.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Entitlements.withbundleid.plist; sourceTree = ""; }; 3F109099C5AD21471BD857A5 /* private.inc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = private.inc; sourceTree = ""; }; 3F5B357741138EE0583D8A5D /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 40A9F920449B4FCA89C8BF1C /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 40F6DF3CD044CBBCC8C771DA /* iOSApp.89.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.89.link.params; sourceTree = ""; }; - 4130CE501F1162393EA68BC7 /* CommandLineTool.60.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineTool.60.link.params; sourceTree = ""; }; - 41B63BB76B3C4ED91B5533C7 /* CommandLineToolTests.74.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineToolTests.74.link.params; sourceTree = ""; }; 41E01F58F18891868FCCC4F9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 424CD5635D557F381C19E32A /* tool.108.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.108.link.params; sourceTree = ""; }; + 4217B3A11D27AC5C4CA0ED3B /* iOSAppUITests.210.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.210.link.params; sourceTree = ""; }; + 424E345FCB6BAFE45937E678 /* iOS.22.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.22.link.params; sourceTree = ""; }; 42DD8EE47C66A0DA4F56D0D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 43097A02EC03AF3E9A17D90A /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 43483C0C029D669DC6D9079A /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; 43F3A4368AFBD56E76174783 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 4497A6FA9A2986E625AB0587 /* iOS.128.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.128.link.params; sourceTree = ""; }; 450105F2AE378B492310C414 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 455D4AB50F56B2CA4A6DF873 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 45C6889BDC9850C9BA631C0C /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 45EB9B9B41A90DB24C6AEFB7 /* BasicTests.74.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = BasicTests.74.link.params; sourceTree = ""; }; 462AF4564A57BCE54F8968B6 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 462E92F1BC6827B4F79F40DA /* tvOSAppUITests.42.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUITests.42.link.params; sourceTree = ""; }; - 463C915B80879BA00FF3DFDC /* iOSAppObjCUnitTests.136.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.136.link.params; sourceTree = ""; }; 4655A73D0A568A4E3DF5A2CA /* cc_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 467E14C7042D9D2FE0F9D737 /* cc_lib_defines.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_defines.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 46A7E45E8C31F30AC55CDD28 /* proto.51.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = proto.51.link.params; sourceTree = ""; }; 46C15E9FDB620A840D63A3A5 /* liblib_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_swift.a; path = "bazel-out/CONFIGURATION-STABLE-31/bin/CommandLine/CommandLineToolLib/liblib_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 46CC8F71FA34315D2B22D818 /* UnwantedScheme_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UnwantedScheme_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 477D3B8D6C3F621AC9FFDDF7 /* tool.binary */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tool.binary; sourceTree = BUILT_PRODUCTS_DIR; }; 4783734919B0856930DA0356 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; + 4793772B968EFC98FFD839D5 /* watchOS.131.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.131.link.params; sourceTree = ""; }; + 47A645A5A60571FAC32BFB89 /* watchOSAppUITests.45.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppUITests.45.link.params; sourceTree = ""; }; + 47BA1CCC5C873754F97C04CB /* LibFramework.tvOS.26.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.26.link.params; sourceTree = ""; }; 482456516779904CDD4DA956 /* iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 485D8BAA235AA808A00AB5DE /* MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 4881EEC5A32BE56448E19924 /* UITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITests.swift; sourceTree = ""; }; 48B32C677050A403BA366899 /* info.yaml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = info.yaml; sourceTree = ""; }; 48BD809D7C49CFD4CFCD3B78 /* Entitlements.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Entitlements.entitlements; sourceTree = ""; }; + 490709D21BF6FE784F52D989 /* AppClip.77.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.77.link.params; sourceTree = ""; }; 4942A330FF2FA587642E6328 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; 49B87A833795719D198FB69C /* tool.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 49E0C9248A7986A5C3C69C5D /* bucket */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bucket; sourceTree = ""; }; 4AB6F0E6261D874D740C3F3C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 4AEA2B4615BD02E36F2E788F /* iOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 4B70D367D06AC0B84E75CD89 /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; + 4B8EF155F7E70D3EE5DB3445 /* tvOSAppUnitTests.150.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUnitTests.150.link.params; sourceTree = ""; }; 4BBEFC3129595A4FBE25EC1D /* WatchOSAppUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchOSAppUITestsLaunchTests.swift; sourceTree = ""; }; 4BCE680EBA917F77D903C5C0 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; 4C07CCBC830B6B7E7B6C9C33 /* tvOSAppUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 4C376C754057E3DCC517490D /* tvOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 4CC521D7942237DAE794164C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MainInterface.storyboard; sourceTree = ""; }; 4D7B8EDB90990CC7C8C08992 /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 4DF30B2438335D135FB154B3 /* WidgetExtension.83.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.83.link.params; sourceTree = ""; }; 4ECA5AD096BA2BCFBF3797A5 /* WidgetExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 4F600468FA4D277AD3CE8DDE /* LibFramework.watchOS.85.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.85.link.params; sourceTree = ""; }; 4F656B1E0D2A36C763DB0770 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 4F6E71D3468529C04CBB815F /* FXPageControl.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FXPageControl.m; sourceTree = ""; }; 4F7C912D1DD290E3F7846EAF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 4FA1741B225766C4B84CF017 /* iOSAppSwiftUnitTestSuite.155.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTestSuite.155.link.params; sourceTree = ""; }; 4FB1B2C2BC96D28B518886A1 /* MixedAnswer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MixedAnswer.h; sourceTree = ""; }; 4FCEA6FBBD853B4BDA57B3E8 /* BasicTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BasicTests.swift; sourceTree = ""; }; 50183366F0DFD33608F28F6E /* tool.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 50F52AD597E24876059F69FA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 510641E289F4B91B9A942F2D /* LibFramework.watchOS.87.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.87.link.params; sourceTree = ""; }; 515F2794037A279D56FD8A6E /* ExampleNestedResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = wrapper.cfbundle; path = ExampleNestedResources.bundle; sourceTree = ""; }; 52A6C028E444B9DE1667DD52 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; 5363C149251A898407013539 /* lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = lib.swift; sourceTree = ""; }; + 53D0746B57065053DECF192B /* ExtensionKitExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = ExtensionKitExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; 53D0F6EDE1512C50DAFFD638 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 53D5FD58D31A3C25D52D1647 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 545A03DA9B0B6559CA1ADDBE /* watchOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 54A149C6731CD2A95ABBB959 /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 550218D58AFE5B00CDEAE43C /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 55269A3438335A58660FF7EC /* liblib_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_swift.a; path = "bazel-out/CONFIGURATION-STABLE-32/bin/CommandLine/CommandLineToolLib/liblib_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 5553504FC08B3C2A703A48C3 /* UniversalCommandLineTool.66.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.66.link.params; sourceTree = ""; }; 560F2E73B436DE7B6FB50E6F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 5739BE5F00EE345C62D45A1E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 579EF68CC093C175048FB900 /* libc_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libc_lib.a; path = "bazel-out/CONFIGURATION-STABLE-30/bin/CommandLine/swift_interop_hint/libc_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 57A195462C22D04EEE52ADA1 /* UnitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnitTests.swift; sourceTree = ""; }; + 57B25EA5B3025D413CCA4CDF /* UniversalCommandLineTool.179.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.179.link.params; sourceTree = ""; }; 580DBA740396A7EE1950EA08 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 5814551B308D21C55A0EC4DC /* UIFramework.tvOS.96.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.96.link.params; sourceTree = ""; }; + 584235E7707AC9C5EDBEB053 /* macOSAppUITests.42.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSAppUITests.42.link.params; sourceTree = ""; }; 587C9418ACCD0284D6C8243F /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; 590C1F8173F7F592F432ACF0 /* SwiftGreetingsTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftGreetingsTests.swift; sourceTree = ""; }; 592EEFBB1B45D1BF7E0E5BEB /* tool */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tool; sourceTree = BUILT_PRODUCTS_DIR; }; 59350B2E750DD154008C1229 /* lib3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib3.h; sourceTree = ""; }; 5943CDBFA4A38FDFF9113B4F /* MixedAnswer.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MixedAnswer.m; sourceTree = ""; }; 5A7175D14BDE7B844E2F5115 /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; + 5A9053F3C44555395E41F801 /* watchOSAppExtension.195.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.195.link.params; sourceTree = ""; }; + 5A93BE50867EE121F9ABA36D /* CommandLineTool.61.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineTool.61.link.params; sourceTree = ""; }; 5AD1576A6AD3437513F682AA /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 5B46938DDD4964E9DDE6D734 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 5B74F39A84428B8DEB27AD00 /* libLib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libLib.a; path = "bazel-out/CONFIGURATION-STABLE-14/bin/Lib/libLib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 5BFCB85BF8E721BAF9A145D3 /* ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 5C06C804D0D054A6CC98AFE5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 5C7322DCC11EBAF3D6162872 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 5C7FEC63610D916527E32865 /* tvOSApp.99.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.99.link.params; sourceTree = ""; }; + 5C8309843365C858A5222DB1 /* UIFramework.iOS.14.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.14.link.params; sourceTree = ""; }; 5D11CA1EFACA836892405D87 /* UndesiredScheme.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UndesiredScheme.swift; sourceTree = ""; }; 5D1ABF79BD2B800CF411882A /* proto */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = proto; sourceTree = BUILT_PRODUCTS_DIR; }; 5D317E7DD27B06F4824606AA /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 5DD4EF5797BAE2A71274C476 /* UIFramework.watchOS.190.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.190.link.params; sourceTree = ""; }; + 5D40AC457EA778AC67E6198B /* iMessageAppExtension.36.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iMessageAppExtension.36.link.params; sourceTree = ""; }; + 5D57D390C2E78D9EE77B3426 /* watchOSAppExtensionUnitTests.152.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtensionUnitTests.152.link.params; sourceTree = ""; }; + 5DB124913EEC77A0F47C9010 /* UIFramework.iOS.85.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.85.link.params; sourceTree = ""; }; 5DE7AF00D3B4EA3E8ED7D9C8 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 5E0D33801A190555B2E66419 /* libc_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libc_lib.a; path = "bazel-out/CONFIGURATION-STABLE-31/bin/CommandLine/swift_interop_hint/libc_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 5E1C8DA469050FD522FD1B09 /* MixedAnswer_swift_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_swift_modulemap-module.modulemap"; sourceTree = ""; }; @@ -1015,19 +1036,20 @@ 5EF667DAC78BAD13D2247BE5 /* exported-symbols.lds */ = {isa = PBXFileReference; lastKnownFileType = file; path = "exported-symbols.lds"; sourceTree = ""; }; 5F5DF077B67F1DAECEA0420A /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; 5F61AFA780596C635FC1AC55 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 5F73D55E7041421E3E6A4A46 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 5FB4454CDAA24989DF7ADDD2 /* MixedAnswer_swift_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_swift_modulemap-module.modulemap"; sourceTree = ""; }; 6069279C35E477AB115A0B58 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 60BD891A01D587BECDD7E0F1 /* LibFramework.tvOS.129.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.129.link.params; sourceTree = ""; }; 60F680862A1243B2BBC49489 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 61A2F6F1B86CF3FFA97AAE58 /* liblib_impl.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_impl.a; path = "bazel-out/CONFIGURATION-STABLE-31/bin/CommandLine/CommandLineToolLib/liblib_impl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 61AE43FD132024DB4F13DB52 /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 61BDE712C9F6DD70B351C893 /* iOSAppSwiftUnitTestSuite.152.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTestSuite.152.link.params; sourceTree = ""; }; + 621FF346DE96FC197B51F132 /* CommandLineTool.167.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineTool.167.link.params; sourceTree = ""; }; 623D687C417A342B4625FC03 /* CoreUtilsObjC.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CoreUtilsObjC.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; 62488D84699BE7CD22975A36 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 6250B8730C0A9DE6B810A647 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; + 62997254D6F800B1E2E12E83 /* iOSAppObjCUnitTests.139.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.139.link.params; sourceTree = ""; }; 62A6DC8C0E0B91CA7A026111 /* SwiftUnitTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUnitTests.swift; sourceTree = ""; }; 633E459E8AF73BD134DCF6D3 /* LibSwift-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "LibSwift-Swift.h"; sourceTree = ""; }; - 6376161F5DAE4A0777891961 /* echo_client.156.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client.156.link.params; sourceTree = ""; }; + 644022FE20E8ACBFFF5159F6 /* CommandLineToolTests.75.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineToolTests.75.link.params; sourceTree = ""; }; 64C72716419290029B6988AD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 65771D060048DD2897980E72 /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 65B838553BA29F162F19DA25 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; @@ -1036,23 +1058,21 @@ 65FE043974334DC5DC5E16DD /* AppClip.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AppClip.app; sourceTree = BUILT_PRODUCTS_DIR; }; 666CA3F3332DD63287F79EA2 /* lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib.h; sourceTree = ""; }; 66E4E06396F34EA685DC743C /* echo_client */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = echo_client; sourceTree = BUILT_PRODUCTS_DIR; }; - 66E86C9351785EF69B187B16 /* iOSApp.19.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.19.link.params; sourceTree = ""; }; 67496CA997EE1999978DD2D4 /* macOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = macOSApp.swift; sourceTree = ""; }; - 67522D146ECE3E65AC4EAC8F /* LibFramework.tvOS.199.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.199.link.params; sourceTree = ""; }; + 67542291E44C5D5ADBF9496E /* echo_client.159.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client.159.link.params; sourceTree = ""; }; + 678CB0596E1C0E9BB8A55143 /* WidgetExtension.118.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.118.link.params; sourceTree = ""; }; 6814D646DC7C5BF62DD1E274 /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 68305E92564A8717EA4EBB1E /* libprivate_swift_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_swift_lib.a; path = "bazel-out/CONFIGURATION-STABLE-30/bin/CommandLine/CommandLineToolLib/libprivate_swift_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 683BF08FB227AC4CC9082091 /* iOSAppObjCUnitTests.205.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.205.link.params; sourceTree = ""; }; 68EBC1269F9254E7F99E3A11 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 69152C21EABB50E9C024CCA0 /* macOSLib.framework.143.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSLib.framework.143.link.params; sourceTree = ""; }; 69187F88EEB256106823FB51 /* FrenchLocalizableResourcesOutput */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrenchLocalizableResourcesOutput; sourceTree = ""; }; 69499F4F0302554471289142 /* c_lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = c_lib.c; sourceTree = ""; }; - 69E43DDDC51D47B6231B2C59 /* watchOSAppExtension.121.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.121.link.params; sourceTree = ""; }; 6A3ED55D8255F0C5AAF05779 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 6A43857EED99893587180F1C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 6AD3E4B37B8C42CB76955418 /* tvOSApp.205.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.205.link.params; sourceTree = ""; }; 6BC7003FB816B915831E312C /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 6C29E877920CE4C0D6C5A102 /* Bundle.29.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Bundle.29.link.params; sourceTree = ""; }; 6C4E81961C8D6DCAD8559E09 /* c_lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = c_lib.h; sourceTree = ""; }; 6C6EE1DE3180397105BD9AB8 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; - 6CED207A59579DA7A2D0274A /* watchOS.198.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.198.link.params; sourceTree = ""; }; 6D3C5EDD868AB5BCCAC6892E /* AppClip.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 6D72CF102C1AEFFD0BC7D853 /* iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 6D7BFBA99CFB5FF29369414B /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; @@ -1063,8 +1083,8 @@ 7012DFA199E3E0FCA0E6EEBF /* UI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = UI.h; sourceTree = ""; }; 711CC091A1FA1F012F56AE57 /* cc_external_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_external_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 715B3A4A989D1794B2962B0B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 71D81AE11B4463D1AE2FFF1B /* tvOS.24.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.24.link.params; sourceTree = ""; }; 72280EDF81A2EB23AEFA51CA /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 7272195479D305A4E61A9B48 /* iOSAppObjCUnitTests.101.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.101.link.params; sourceTree = ""; }; 72C8E34C8C773AAC00B616DC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 73917B7C7306B4D7388ED79C /* BasicTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = BasicTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 7399B6EB974250D5ABF31CB1 /* macOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; @@ -1075,25 +1095,29 @@ 74CD1A2F3613AC9676AD63AA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 753611881B3193D15DAF3F33 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; 7657568F3CAA4843BEF5C82D /* lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lib.c; sourceTree = ""; }; - 76928F80645FE9205EC0302A /* watchOS.128.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.128.link.params; sourceTree = ""; }; 76A6058986733DDA4336DEE1 /* libUtils.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libUtils.a; path = "bazel-out/CONFIGURATION-STABLE-12/bin/iOSApp/Source/Utils/libUtils.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 76DD56E4EC6D8B84EC59612F /* LibFramework.tvOS.132.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.132.link.params; sourceTree = ""; }; 77DECBC974CFAC1B530DE310 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 77FFD1D12908C64361355182 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 783F36E511AFCF1B267C2C48 /* LibFramework.watchOS.122.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.122.link.params; sourceTree = ""; }; 788FC887077E2ECEA09C1D7F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 788FE0E9493DECDE23400611 /* watchOSAppExtension.124.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.124.link.params; sourceTree = ""; }; 7890CBC35A456F689412057F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 789852BB553F81B751FA4D9C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 78DEF19329C9D912765A89EE /* echo_client.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 78FC98853F9BD6B9C2A74EC2 /* iOSAppUITestSuite.153.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITestSuite.153.link.params; sourceTree = ""; }; 78FE624BF928D506563D850B /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 79894070BD29858D83208F7B /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 79B50B7CCD3AC7ECE084459F /* AppClip.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppClip.swift; sourceTree = ""; }; + 79E19CA9513B2E7C18DC18DD /* UniversalCommandLineTool.67.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.67.link.params; sourceTree = ""; }; 79E864C8ECC6BFF87C98FA10 /* tvOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 79F1001FA3552826C9D9DFE8 /* iOSAppUITestSuite.46.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITestSuite.46.link.params; sourceTree = ""; }; + 7A4F74E5BB161DC950A900D7 /* echo_client.53.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client.53.link.params; sourceTree = ""; }; 7ACFF1B406643C79722CF204 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 7AE6411D54CF209FD27D60CE /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 7B56D17749A5E31D7E39A07E /* tvOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 7BCCEF56742B7F970DDBFBD4 /* UITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITestsLaunchTests.swift; sourceTree = ""; }; + 7BF46C11F37DD47B3B3DA15F /* iOSApp.20.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.20.link.params; sourceTree = ""; }; 7BF5050556E742BCABC72CD2 /* Entitlements.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Entitlements.withbundleid.plist; sourceTree = ""; }; - 7BFCD4DBD51B65902B9DDEE9 /* tvOSApp.201.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.201.link.params; sourceTree = ""; }; 7C4B5D0AF1ABC3EB0D953152 /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 7C55A497912628B67E440D47 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 7C83A75DD373AF9C6222A022 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; @@ -1107,6 +1131,7 @@ 7E9FD6851384B0AF0F9F86EE /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 7EBC1AE0B910E97EDFB37859 /* libcc_lib_impl.lo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libcc_lib_impl.lo; path = "bazel-out/CONFIGURATION-STABLE-2/bin/cc/lib/impl/libcc_lib_impl.lo"; sourceTree = BUILT_PRODUCTS_DIR; }; 7EFD33DA1BC7E7196649D05D /* ObjCUnitTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ObjCUnitTests.m; sourceTree = ""; }; + 7F9CBB96D7BE8AA38E868E50 /* iOS.199.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.199.link.params; sourceTree = ""; }; 80372DC71A698139A3F102A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 807438DF70F38B5587CA5799 /* client_main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = client_main.swift; sourceTree = ""; }; 80C4C31BA00D6A910A418BC6 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; @@ -1114,14 +1139,12 @@ 81CEB384343DA3EBC4532AA1 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 82081A6BD08E21EB1E306B59 /* watchOSAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = watchOSAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 820F0E7BE6D1A1C7C2B9576A /* libImportableLibrary.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libImportableLibrary.a; sourceTree = ""; }; - 821CEED3DB9C25E8B39E508B /* Bundle.28.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Bundle.28.link.params; sourceTree = ""; }; 82377A3960357DD511F9E860 /* Utils.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Utils.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 825BCC56AB8B355E64DBC47A /* FXPageControl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FXPageControl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 826DA20CE8EB93FF0788E530 /* iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 8280474296090AE12DA4B43B /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 830FA6F748919E2DFE3CAD91 /* iOSAppSwiftUnitTestSuite.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppSwiftUnitTestSuite.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 83165F168A41AD59E59461A7 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - 8332156D71A41357D4B731F7 /* AppClip.76.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.76.link.params; sourceTree = ""; }; 83AFCF96795D66ECA00B0EF0 /* ownership.yaml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = ownership.yaml; sourceTree = ""; }; 83BE86FBA36D481EB3FFDAEA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 83CB1E3ED10A89BC70153DA6 /* nested */ = {isa = PBXFileReference; lastKnownFileType = folder; path = nested; sourceTree = ""; }; @@ -1130,54 +1153,52 @@ 845CA765AC6C879E9CF56CD2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 847B3D46C150D0CF60A9F5F8 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; 84D982C64D4FD100F6E0ADD2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 84DA361A7DCE06E100B83EC5 /* FrameworkCoreUtilsObjC.116.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.116.link.params; sourceTree = ""; }; - 85152F8199BDE8C247CC7DD9 /* LibFramework.tvOS.95.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.95.link.params; sourceTree = ""; }; - 85170D8AC81512872EFA85E8 /* BasicTests.177.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = BasicTests.177.link.params; sourceTree = ""; }; 85E974DF946451059E42A3C8 /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 85EA3835C75F91884EF53F01 /* verbose.cfg */ = {isa = PBXFileReference; lastKnownFileType = file; path = verbose.cfg; sourceTree = ""; }; 85FE6B2FC044696E6DF496F0 /* ExtensionAssets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = ExtensionAssets.xcassets; sourceTree = ""; }; 869C0C887E86CAB594580443 /* ExampleFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = ExampleFramework.framework; sourceTree = ""; }; 86C38228579043862DB702F4 /* Answer.swift.stencil */ = {isa = PBXFileReference; lastKnownFileType = file; path = Answer.swift.stencil; sourceTree = ""; }; 86C6372DCF5345E419D4C1FE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 873E10D4CDD1ABBAEA9503AC /* tvOS.197.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.197.link.params; sourceTree = ""; }; 87B06507B2938C2994CAC8D4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 87D7B82BFF6EB4E98980B780 /* MixedAnswer_swift_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_swift_modulemap-module.modulemap"; sourceTree = ""; }; 880946C1160FA32CCC519C3A /* UITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITestsLaunchTests.swift; sourceTree = ""; }; 8911E1D386A8ABD992BE5B75 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 8A49B81A22D11DAC3A5C883F /* ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 8A627459CC09D985B0F7F022 /* tool.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 8AB9D47810C15F6EE69F2A60 /* LibFramework.tvOS.97.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.97.link.params; sourceTree = ""; }; 8B7C5166377C460B896023F2 /* iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 8BA09DEA3E88D9A94FA4AE8C /* MixedAnswer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MixedAnswer.h; sourceTree = ""; }; 8C7181389197955F3CFADCC3 /* watchOSAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 8C79A816C831354461BE752F /* liblib_impl.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = liblib_impl.a; path = "bazel-out/CONFIGURATION-STABLE-32/bin/CommandLine/CommandLineToolLib/liblib_impl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 8D59CB4DD416D596DF065CE3 /* CoreUtilsObjC.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = CoreUtilsObjC.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 8D66E9C602F7F17F68134B43 /* CommandLineToolTests.181.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineToolTests.181.link.params; sourceTree = ""; }; 8D92957E4ABD6A709E5C1CF7 /* MixedAnswer.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswer.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 8DB1BDAF1C736199956EB3A7 /* macOSAppUITests.41.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSAppUITests.41.link.params; sourceTree = ""; }; 8DB953A91F62090EED88B929 /* MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 8DCB00543660FC27804E4CF8 /* cc_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 8E15C793B568F6E14D547CF2 /* echo_server_services_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server_services_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 8E5431C73D2D0871B229BC1D /* iOSAppUITests.34.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.34.link.params; sourceTree = ""; }; 8E73104F21719E1FB8ED8866 /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 8E8BDA4E064DAEBC22CEA8A4 /* iOSAppUITests.33.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.33.link.params; sourceTree = ""; }; 8EB06FE8C45C39DF8FD1BA89 /* Model2.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Model2.xcdatamodel; sourceTree = ""; }; - 8FA2C781603CB07AB0B2AA26 /* UIFramework.iOS.187.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.187.link.params; sourceTree = ""; }; + 8FCF4C33A4D81094567FCEED /* ExtensionKitExtension.82.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = ExtensionKitExtension.82.link.params; sourceTree = ""; }; + 8FFDD0A7B3272757FB46C258 /* WidgetExtension.12.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.12.link.params; sourceTree = ""; }; 90081A8A1EAF7A703FEE3D90 /* CoreUtils.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CoreUtils.pch; sourceTree = ""; }; 900E9D06CDF8D7F370E94858 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - 908761DE8B46E5DEC9D0430F /* watchOSAppExtensionUnitTests.45.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtensionUnitTests.45.link.params; sourceTree = ""; }; 9089BB0D5CC8008B36E4B995 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 908D4C5C5D08AA692A4CAAA3 /* Utils.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Utils.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 90AEBED782BF96F852E572BB /* FrameworkCoreUtilsObjC.12.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.12.link.params; sourceTree = ""; }; 914089F36318E438969826DE /* cc_lib_defines.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_defines.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 914C6D916E42FC4A321E1250 /* iOSApp.126.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.126.link.params; sourceTree = ""; }; 91D8196B6FBB0B36F1BA0B23 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 920AE9E6999BCE3F4C662853 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; 926FA435594EF1B920F378CE /* Intents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Intents.swift; sourceTree = ""; }; 929911D971407693CA5BC837 /* iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - 92CA30BF88B66D25DF56FF14 /* echo_server.158.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server.158.link.params; sourceTree = ""; }; 92DC67CC5D659098E9FDFF13 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 930A52F1C2814B98802A80A4 /* Resources.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Resources.swift; sourceTree = ""; }; 930D847F31B7CB44D6A14542 /* dir */ = {isa = PBXFileReference; lastKnownFileType = folder; path = dir; sourceTree = ""; }; 938946669EFF4B33AF06400C /* TestingUtils-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestingUtils-Swift.h"; sourceTree = ""; }; + 93D0D1FD46F703E795E2DF9E /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; 93D1D04313B716DB073ECDBA /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; - 94FDC3D0900FA4C74F2D8608 /* iOSAppSwiftUnitTests.37.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.37.link.params; sourceTree = ""; }; 950DBA0AB67AB1405278ED3D /* Intents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Intents.swift; sourceTree = ""; }; + 951383CB9CAB781176EA9477 /* UIFramework.watchOS.17.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.17.link.params; sourceTree = ""; }; 9616910CE0750A17B476FD74 /* LibSwift-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "LibSwift-Swift.h"; sourceTree = ""; }; 963A2634E475B1D691E75BC5 /* TestingUtils-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestingUtils-Swift.h"; sourceTree = ""; }; 966429313639853B488C3F0F /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; @@ -1190,29 +1211,36 @@ 971C9B4C8EA8A37D88CB2603 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 974DBFD2390DF0F052EC4552 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 9782627571641AA3C9C13413 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 979344ACD1FDE5DCDBFB5E18 /* Bundle.135.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Bundle.135.link.params; sourceTree = ""; }; 97DC554A57A7E90F4D17CEBE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 97EC99D31FABCCBE28429657 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.json; name = en; path = en.lproj/unprocessed.json; sourceTree = ""; }; 98259A8306C84CA1714B1C7B /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; + 98776A3753B3B3625B44FA58 /* macOSLib.framework.146.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSLib.framework.146.link.params; sourceTree = ""; }; 987FEEE3F6EAAD46236D0430 /* Lib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 98EB5ACDFFCC428B04758598 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; 9966A745FD2E887B388AFEDF /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + 9A3E9D60E3DB942471921115 /* BasicTests.180.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = BasicTests.180.link.params; sourceTree = ""; }; 9A504123E30870E68A4FA9DB /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; + 9A56F61CA02BB0EF3083BC1A /* UIFramework.tvOS.133.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.133.link.params; sourceTree = ""; }; 9A899C89208B97E1CAFA5DA9 /* c_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = c_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + 9AE7A8478B63E94D24B0756B /* tvOSAppUITests.149.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUITests.149.link.params; sourceTree = ""; }; 9B0BCF86C3AEC8C1AEA1A448 /* macOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 9B56D9298492068E642846F0 /* tvOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = tvOSApp.swift; sourceTree = ""; }; 9B9B00577F9503C23091539C /* Foo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Foo.h; sourceTree = ""; }; 9BA1C024C8B1BAE3BE87FF02 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + 9C13832B0BA9BC4A892EA253 /* watchOSAppExtension.18.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.18.link.params; sourceTree = ""; }; 9C493F8766B53632637000EB /* libecho_client_services_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libecho_client_services_swift.a; path = "bazel-out/CONFIGURATION-STABLE-26/bin/GRPC/libecho_client_services_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; 9C69377DAC234B94BD555853 /* tool.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; 9CB7619F3249A763A446A9A8 /* watchOSAppExtensionUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtensionUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - 9CDBCEB57D805757F394C46A /* iOSAppObjCUnitTests.32.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.32.link.params; sourceTree = ""; }; 9CE82A32473010BC48F4AB2D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + 9D09460C2F37A5A99969DB95 /* ExtensionKitExtension.11.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = ExtensionKitExtension.11.link.params; sourceTree = ""; }; 9D7106E1A63C05DF893F046E /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; 9D9415E94082784D98CCACC4 /* exported-symbols.lds */ = {isa = PBXFileReference; lastKnownFileType = file; path = "exported-symbols.lds"; sourceTree = ""; }; 9DB96CA6132E0D051759DB77 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; 9DF3C8CEDB7025D22ED760E8 /* LibSwift-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "LibSwift-Swift.h"; sourceTree = ""; }; 9E3C67424F456D9FF51EEBDA /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = ""; }; 9E9A34CF7D39ABC67B25D278 /* iOSAppSwiftUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppSwiftUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 9EAD0930ACB5734F959405C1 /* iOSAppSwiftUnitTests.144.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.144.link.params; sourceTree = ""; }; 9EDD583C3B1836877AAAC18F /* UIFramework.watchOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIFramework.watchOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 9F723936F007182BBCF1BE33 /* CoreUtilsObjC.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CoreUtilsObjC.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; 9FADC50F83228A0BC2F03239 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; @@ -1222,9 +1250,9 @@ A02B76BBF07AD798D65A0754 /* FXPageControl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FXPageControl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; A03B86865F8A1F5158A94156 /* AppClip.6.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.6.link.params; sourceTree = ""; }; A068F1CD6AA00F0C7C678F3E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + A0C6D275DBF26BF3DDCA6ECA /* macOSApp.41.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSApp.41.link.params; sourceTree = ""; }; A0F9E920EF76C06757221FE8 /* libprivate_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_lib.a; path = "bazel-out/CONFIGURATION-STABLE-32/bin/CommandLine/CommandLineToolLib/libprivate_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; A1119320B98161A774B04280 /* iOSAppUITestSuite.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITestSuite.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - A17B3637C2EAEFC973BFFBD3 /* watchOSAppUITests.44.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppUITests.44.link.params; sourceTree = ""; }; A18C0FF799E731A2AAF1149F /* libUnwantedScheme_Swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libUnwantedScheme_Swift.a; path = "bazel-out/CONFIGURATION-STABLE-12/bin/Lib/UndesiredSchemes/libUnwantedScheme_Swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; A2A8FD058DE329954EC8EA34 /* libMixedAnswerLib_Swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libMixedAnswerLib_Swift.a; path = "bazel-out/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/libMixedAnswerLib_Swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; A3A45A0819673348AC1A7EEE /* UITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UITests.swift; sourceTree = ""; }; @@ -1247,12 +1275,14 @@ A82CEB25CF59BE7CC49E09DB /* iOSAppObjCUnitTestSuite.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTestSuite.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; A88199163B0288C69ED0AB44 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; A897A0E2C243A0C8EDAA8A70 /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + A8CD33C5001D945C7C8039BE /* UniversalCommandLineTool.73.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.73.link.params; sourceTree = ""; }; A8F7DC9A6D6B58FDF1FF4FE3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; A95B3F8F22E3744A555E3BE3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; A9615ECBD49214C4C3921D8E /* echo.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = echo.pb.swift; sourceTree = ""; }; A9713154E5DF5A99B6A3867C /* echo.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = echo.pb.swift; sourceTree = ""; }; A9721D8883D73A3F13BF89BB /* Lib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; A9D9FEBC0972D69FB407711D /* WidgetExtension.intentdefinition */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; path = WidgetExtension.intentdefinition; sourceTree = ""; }; + A9FD774D3B6BD04840A486C5 /* iOSAppObjCUnitTests.33.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTests.33.link.params; sourceTree = ""; }; AA9E2A64525F2D8C2E2570AA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; AAC9F5126C0750EE2B014B1D /* libLib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libLib.a; path = "bazel-out/CONFIGURATION-STABLE-13/bin/Lib/libLib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; AAD28BFADDA0B4CDA0EBF407 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; @@ -1261,50 +1291,50 @@ AAFE70A8BAC9F25798762199 /* iOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; AB04299FE31B1120FF2C32A1 /* lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; AB1779733F29DBF9DF09C353 /* GoogleMaps.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMaps.framework; sourceTree = ""; }; - AB224BF21A3760DFFD6C34C2 /* iOSAppUITestSuite.150.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITestSuite.150.link.params; sourceTree = ""; }; ABEABF8BD28CE1F5D2C4FD0B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; AC69764F8CDC5E26E11CE2FC /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; AD5AA5B6CAF4FF4AD2DF011E /* tool.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; ADCF3AB07FEC0772D9B83B08 /* Launch.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Launch.storyboard; sourceTree = ""; }; - ADEDE2B5A20F0D2142C65C81 /* UIFramework.tvOS.26.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.26.link.params; sourceTree = ""; }; AE2E15C9A4F2A5D7DD2E3E7E /* CommandLineLibSwiftTestsLib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineLibSwiftTestsLib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - AEF104356FC08AE2BF0B7AEA /* watchOSAppExtension.87.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.87.link.params; sourceTree = ""; }; AF952D0EF40631FEF757B7A3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + AF97340E336B5F3A48517ED4 /* UIFramework.watchOS.88.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.88.link.params; sourceTree = ""; }; AFEC4F2E8A6AECBC97028A29 /* lib.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = lib.c; sourceTree = ""; }; B04C5C8B1C931D3138A1F88E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; B0545B79A65C992B617A3EFE /* MixedAnswer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MixedAnswer.h; sourceTree = ""; }; B0585D439244193C4A4B5F91 /* libMixedAnswer.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libMixedAnswer.a; path = "bazel-out/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/libMixedAnswer.a"; sourceTree = BUILT_PRODUCTS_DIR; }; B07CD15B2914C3B9E00C1113 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + B0F17A67ED040EBC69E45BCF /* iOSAppUITests.140.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.140.link.params; sourceTree = ""; }; B1163CCC8293D3DD7D46D598 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + B13F77E05F3B32032C1D2F76 /* tvOS.201.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.201.link.params; sourceTree = ""; }; B175955D9351877CB9A87F1D /* WatchOSAppExtensionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WatchOSAppExtensionTests.swift; sourceTree = ""; }; B1FF58371E394B9B7DCBE2A1 /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; B205498580ED4E95C18690FF /* aplugin.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = aplugin.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + B207EBF658D8C687F5E6F131 /* UIFramework.watchOS.123.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.123.link.params; sourceTree = ""; }; B21D98E4CA7FF10FC00084A3 /* server_main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = server_main.swift; sourceTree = ""; }; B231CF9322BBD2637A6AE540 /* FXPageControl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FXPageControl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; B2726EA189D2F4DBAA6F3CAF /* TestingUtils-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "TestingUtils-Swift.h"; sourceTree = ""; }; - B2ACFE94F9EDABA7C9CC5FB4 /* tvOSApp.97.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.97.link.params; sourceTree = ""; }; B2C9DD5B6CFD64BA881EB20F /* libcc_lib_impl.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libcc_lib_impl.a; path = "bazel-out/CONFIGURATION-STABLE-2/bin/cc/lib2/libcc_lib_impl.a"; sourceTree = BUILT_PRODUCTS_DIR; }; B2E2DC2802D1B3BB793ACFE4 /* Entitlements.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Entitlements.withbundleid.plist; sourceTree = ""; }; B398B97F1F3A4EEB4BA412CF /* iOSAppSwiftUnitTestSuite.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTestSuite.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + B48CB142BD9CBEB7355191A2 /* iOSAppObjCUnitTestSuite.48.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTestSuite.48.link.params; sourceTree = ""; }; B550141A8044F4BD4AAA64CE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; B5AD3CC017777D4D52F49CBB /* AppClip.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - B72A666361CDEE621E577BCC /* iOS.125.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.125.link.params; sourceTree = ""; }; + B690A5463B38309AA5B91513 /* ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; B74F36B217CBAEC380D87116 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; B78754E603F057C9E22CA472 /* AltIcon-60@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AltIcon-60@2x.png"; sourceTree = ""; }; B78E95E776E19E104F34096F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; - B79298D6044D757CFAF6A176 /* iOSAppObjCUnitTestSuite.47.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTestSuite.47.link.params; sourceTree = ""; }; B8064B94FBFE4BBD9F23C04E /* lib_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = lib_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; B809EEC3C7BDE467DAF5DF73 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; B8E219799D562E079B3FDC64 /* UnwantedScheme_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UnwantedScheme_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + B9092C00FD299CA04440E802 /* iOSAppSwiftUnitTestSuite.49.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTestSuite.49.link.params; sourceTree = ""; }; B931D379E0EFD559B35B8E9A /* echo.grpc.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = echo.grpc.swift; sourceTree = ""; }; B940FF048E7A19B4A32C2AC1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; B964E782B7D8D599975DDB95 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; B9A61D6B809625E02EC51757 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; BA03CD3417D661B1AD85E976 /* UndesiredScheme_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UndesiredScheme_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; BAE3DD2729C0511496839F55 /* libc_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libc_lib.a; path = "bazel-out/CONFIGURATION-STABLE-32/bin/CommandLine/swift_interop_hint/libc_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - BB1D3A77E0F34876318CB3E1 /* WidgetExtension.11.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.11.link.params; sourceTree = ""; }; + BB45114BAC331BA5E840112F /* macOSAppUITests.148.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSAppUITests.148.link.params; sourceTree = ""; }; BB6099E27BEC9EBE71CF9C44 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = ""; }; - BB6BE02C5A469FCF0AC32050 /* UIFramework.iOS.13.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.13.link.params; sourceTree = ""; }; BB88986C7442E81D509FECF3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; BBA279B3A19D7B453ABEE909 /* Launchd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Launchd.plist; sourceTree = ""; }; BBB1894DF18F90071A677087 /* lib3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib3.h; sourceTree = ""; }; @@ -1312,6 +1342,7 @@ BBF2A4EF912B9BBF0F538961 /* watchOSAppExtensionUnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = watchOSAppExtensionUnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; BC0D919D9C4954991E8C1FB8 /* iOSApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOSApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; BC40176BF05CF8035B673F31 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + BCEBF3DE6AC518D5D382BF92 /* UIFramework.iOS.120.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.120.link.params; sourceTree = ""; }; BD2A333C33D65FA17B059BE1 /* lib.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib.h; sourceTree = ""; }; BD2F5F2A1A64D49B1D3A05F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; BDD13702FC4B105C40BB6E4A /* tvOSAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = tvOSAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -1321,34 +1352,35 @@ BEF068213F76D3AB8DDF7F1B /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; BFFBC75BEF4BCC34BFD34A14 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; C007883212FC5BFCAEA11526 /* UndesiredScheme_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UndesiredScheme_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + C0BA53F6A74D14BC5CCCEBED /* UIFramework.tvOS.27.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.27.link.params; sourceTree = ""; }; C0D295CB73427A79639110E7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; C10C01A7FAAECCBFFD205012 /* Launchd.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Launchd.plist; sourceTree = ""; }; - C1470E334BD5793AED15DEAF /* watchOSAppExtension.191.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.191.link.params; sourceTree = ""; }; C16C1AEBEADF1EA268FCFF2E /* MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswerLib_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; C19AA20B55E0B345C9B73862 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; C20416CE7AB249D6F790132C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + C22AADA017D6F6A3275CBE15 /* macOSLib.framework.40.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = macOSLib.framework.40.link.params; sourceTree = ""; }; C2A0D91D6F14A57EC8DB6134 /* UnwantedScheme_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UnwantedScheme_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; C2B2DE96EAD2CCE2B80B9B69 /* libprivate_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_lib.a; path = "bazel-out/CONFIGURATION-STABLE-31/bin/CommandLine/CommandLineToolLib/libprivate_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; C36AF413ED5BFE08C15B1666 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + C372D53692C35892C5BC39C8 /* tvOS.130.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.130.link.params; sourceTree = ""; }; C38B83AE5951BE527701AE21 /* exported-symbols.lds */ = {isa = PBXFileReference; lastKnownFileType = file; path = "exported-symbols.lds"; sourceTree = ""; }; C4535EFE05435416A83C13E2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; C454C50B0428F3DA857A8F1E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; C499CBAF763EC9D92D872631 /* echo_server_services_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server_services_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; C4E868F88A7F946716CC4525 /* GoogleMaps.bundle */ = {isa = PBXFileReference; lastKnownFileType = wrapper.cfbundle; path = GoogleMaps.bundle; sourceTree = ""; }; - C4FEF7878F4C02DEE89B2A5A /* iMessageAppExtension.35.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iMessageAppExtension.35.link.params; sourceTree = ""; }; - C55B62162D5580C11EAACD3E /* tvOSApp.131.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.131.link.params; sourceTree = ""; }; C67ADAB81D943F251BFFDF35 /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; C68E1BB8871F5E76DF212BAF /* UndesiredScheme_Swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UndesiredScheme_Swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; C68F123594EC2E6077073930 /* watchOSAppExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - C6C8262DC0C610E218B41907 /* UIFramework.watchOS.120.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.120.link.params; sourceTree = ""; }; C72E672A34688822B865368A /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; C7D6E9EA886ACE2FD42D136F /* lib.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = lib.m; sourceTree = ""; }; + C7EF6924EE638569E0FFFC11 /* iOSAppSwiftUnitTests.38.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.38.link.params; sourceTree = ""; }; C7FFF82C81A2A34F1DF8ACE4 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; C83480BC92DDD1CA27B333EE /* nested */ = {isa = PBXFileReference; lastKnownFileType = folder; path = nested; sourceTree = ""; }; - C8B9CB2B858585B9560D11CE /* UIFramework.tvOS.130.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.130.link.params; sourceTree = ""; }; C8BAA1671441B9C43CFD7722 /* tool.library.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.library.rules_xcodeproj.c.compile.params; sourceTree = ""; }; C8DD100EC3FA656AEFE5A00B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + C95A70E2E28855D0F4EE6C25 /* LibFramework.watchOS.16.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.16.link.params; sourceTree = ""; }; C96D94AC43CB06634A41F859 /* CommandLineLibSwiftTestsLib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineLibSwiftTestsLib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + C98CA3C7EF2A7581745C5A9F /* UIFramework.watchOS.194.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.watchOS.194.link.params; sourceTree = ""; }; C9AC5A3BCC9659D3B2AEE62E /* cc_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; C9C5A40EB514C4EC147C976B /* watchOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = watchOSApp.swift; sourceTree = ""; }; CA0FA7E1E16CCBCAC217F4F3 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; @@ -1360,54 +1392,49 @@ CB43E2CF98B5CAF89C1A05A1 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; CB56263912A21978DE76D5D6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; CB660954863F8C21D507F0A0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - CC2F994119767685C7CF133D /* iOSApp.123.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.123.link.params; sourceTree = ""; }; + CBB4FAB0E52A5C69890C801A /* watchOS.96.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.96.link.params; sourceTree = ""; }; + CBB8CF7671CB4BA311A15A24 /* tvOSApp.28.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.28.link.params; sourceTree = ""; }; CC3E4C2E2017C34B5C0D2A9C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; CCD2F2D1F24F6628E415234B /* ExampleNestedResources.bundle */ = {isa = PBXFileReference; lastKnownFileType = wrapper.cfbundle; path = ExampleNestedResources.bundle; sourceTree = ""; }; CCDA0F0E974FDFFC2172E7E3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; CCF5665BBAC52507A0B4568B /* MixedAnswer-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MixedAnswer-Swift.h"; sourceTree = ""; }; CD07B657B5ED92CC3963B7FD /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; - CDA5FB3A7025701060A6342D /* Bundle.132.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Bundle.132.link.params; sourceTree = ""; }; CEA3B5B86605752BE48FA932 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; CF0130174B6A8E5C8C512C94 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; CF83DCD0C382C86BA3F0E8EE /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; CFC359FD6CC502C63EB4CFF1 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - CFF1443BEA11D20C19811EAF /* UIFramework.iOS.117.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.117.link.params; sourceTree = ""; }; - D002685903F29106F8A65A46 /* LibFramework.watchOS.15.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.15.link.params; sourceTree = ""; }; D011EF6C9AAEBA32F3476773 /* Intents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Intents.swift; sourceTree = ""; }; D0F63CF3FA143619FDFF5752 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; D12B65C2EA15DCA98CF251F3 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; D13751A91221420964E06C8F /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; D164C777F65A48B9C86080EB /* TestingUtils.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = TestingUtils.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - D1A12F0E93E37578799F3AF5 /* echo_client.52.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client.52.link.params; sourceTree = ""; }; D1B564B226528AB521D08D7D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; D1F252BAD131ACC8433D7C09 /* iOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; D20093170A54E92A741D748D /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; D269C6D851AEDF67591F617A /* libecho_server_services_swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libecho_server_services_swift.a; path = "bazel-out/CONFIGURATION-STABLE-26/bin/GRPC/libecho_server_services_swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - D33F9739FDF626A13193A72B /* CommandLineToolTests.178.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CommandLineToolTests.178.link.params; sourceTree = ""; }; D4255F08314C4C436A94F7CC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; D43313794DC4D47361B3DB08 /* export_symbol_list.exp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.exports; path = export_symbol_list.exp; sourceTree = ""; }; D470E5E55EAE6BB0D629BACE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; D49C74408D8DA433654DD3F8 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + D4CB671C6B2CFB88748469C8 /* iOS.93.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOS.93.link.params; sourceTree = ""; }; D50CC3FDBD2A9A04F6299696 /* tool.4.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tool.4.link.params; sourceTree = ""; }; D5341A19872B8B19AA038184 /* Intents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Intents.swift; sourceTree = ""; }; D54F6D36A02C7BF4B25CC5BF /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; D56D11AEB2C1E1C49B6DEA99 /* CoreUtilsObjC.rules_xcodeproj.cxx.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = CoreUtilsObjC.rules_xcodeproj.cxx.compile.params; sourceTree = ""; }; D57326ECD169C0334D30213B /* WidgetExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = WidgetExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; }; - D59EED0FB832EF5E99922BCE /* tvOSAppUITests.146.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUITests.146.link.params; sourceTree = ""; }; D5B1B196D3BD3E293524907D /* UIFramework.iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIFramework.iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; D5BA1DF93D9A29808A8B7843 /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; D5DF1BD63106A63D0E85F768 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; D601B80F02717DEBDD6ED6B5 /* iOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; D6D9F670D663D16F6CF93CF9 /* GoogleMapsBase.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = GoogleMapsBase.framework; sourceTree = ""; }; D7420E99839F990E4F528BAC /* libUndesiredScheme_Swift.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libUndesiredScheme_Swift.a; path = "bazel-out/CONFIGURATION-STABLE-12/bin/Lib/UndesiredSchemes/libUndesiredScheme_Swift.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + D75027A842C9BFBE4256B9BB /* UIFramework.tvOS.204.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.tvOS.204.link.params; sourceTree = ""; }; D758E9FA5D4EE6E708F24633 /* MixedAnswer.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswer.rules_xcodeproj.c.compile.params; sourceTree = ""; }; D7C9CA49D3E31E3F29202DC8 /* tvOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; D83C1C82CBE5911386938FA4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; D8574D553DDB85CEABF025F1 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; D90BC1E7B5E0A3AD12C05BCF /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - D99875225DA780E815BF743B /* iMessageAppExtension.139.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iMessageAppExtension.139.link.params; sourceTree = ""; }; DA001CAF4E1F999905A629F5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - DA053F760DDD473A159C1E7D /* echo_server.54.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_server.54.link.params; sourceTree = ""; }; DA0C45D2B24640DBC681B6CE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; DA57AE53211E2525A29C280F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = ""; }; DA94784E4E5A9A2D490D9B8C /* Lib.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lib.swift; sourceTree = ""; }; @@ -1418,13 +1445,12 @@ DC3DDBF3E04D3B94A4951A08 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; DC62194609628A80C37A5C01 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; DC8C57F41E70B4717F33DB1E /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - DD502495CB3109F65CA688D4 /* LibFramework.tvOS.25.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.tvOS.25.link.params; sourceTree = ""; }; DD6A0B40D7F94C9F52459EAD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; DE02C37CC2E3FFFFDA875DCD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + DE2B1A20AC41A14CC99245BB /* UIFramework.iOS.191.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UIFramework.iOS.191.link.params; sourceTree = ""; }; DE84A63C0FDE6C7CDF7F1DFF /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; DE9CB8006BFA883DF4FF2429 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; DEB432EF1652BFD0CC5727E2 /* cc_external_lib_impl.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = cc_external_lib_impl.rules_xcodeproj.c.compile.params; sourceTree = ""; }; - DED77FD29B1A59D5D6D06911 /* UniversalCommandLineTool.72.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.72.link.params; sourceTree = ""; }; DF0EC2912B62C4D6EF6F14BC /* MixedAnswer.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswer.rules_xcodeproj.c.compile.params; sourceTree = ""; }; DFD8238D0069AF1FDC17B574 /* lib2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib2.h; sourceTree = ""; }; E02E7AC7E734D05D579EB445 /* echo_client.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = echo_client.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; @@ -1442,6 +1468,7 @@ E24F69AC0D2698BD878720BB /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; E26F9E7364773F9F6FF3B2A9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; E2995B2059EE27165567BBF2 /* MixedAnswer.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = MixedAnswer.rules_xcodeproj.c.compile.params; sourceTree = ""; }; + E2E4EA2FD27AFB322BE474BF /* iOSAppUITestSuite.47.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITestSuite.47.link.params; sourceTree = ""; }; E3B451C960F633D6753B2227 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; E3CADF7BA4F15516E511C3B6 /* DefaultTestBundle.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = DefaultTestBundle.plist; sourceTree = ""; }; E3DF2C3E4311E329C293ADCB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; @@ -1449,12 +1476,9 @@ E4976A0A8B1D38CB8334D1E4 /* Lib.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Lib.framework; sourceTree = BUILT_PRODUCTS_DIR; }; E5FA0724A8A540E85270E748 /* ExternalFramework.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ExternalFramework.framework; path = CommandLine/external/ExternalFramework.framework; sourceTree = SOURCE_ROOT; }; E66DA40A07B7CDA238C93D0A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - E6A781D32E878F1E70FF3AA4 /* AppClip.110.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.110.link.params; sourceTree = ""; }; - E7072BE34266A1CEEA4C03FA /* WidgetExtension.81.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.81.link.params; sourceTree = ""; }; E71F84FFB56CB1AF81716ACD /* libprivate_swift_lib.a */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libprivate_swift_lib.a; path = "bazel-out/CONFIGURATION-STABLE-31/bin/CommandLine/CommandLineToolLib/libprivate_swift_lib.a"; sourceTree = BUILT_PRODUCTS_DIR; }; E79C923D6D25B40F7A1C18FF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; E84DBAC32A7C151ED97289BA /* _CompileStub_.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = _CompileStub_.m; sourceTree = DERIVED_FILE_DIR; }; - E8519C111E89B4ACA68B4688 /* BasicTests.73.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = BasicTests.73.link.params; sourceTree = ""; }; E851D6F2D8F78F93161DEF2C /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; E8919C51A5446537BFF377EB /* UnwantedScheme.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnwantedScheme.swift; sourceTree = ""; }; E8F2568FAD59657CEA8BBC66 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; @@ -1465,9 +1489,8 @@ E940819C20C65B054B328C8D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; E9535EC0F797C4F22FBB8F09 /* lib3.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lib3.h; sourceTree = ""; }; E9BDC061A3F08C052015732F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - E9BFEC0E46BAED7410A7BEF9 /* proto.154.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = proto.154.link.params; sourceTree = ""; }; + E9BFD0C4C3F9A743689B0DEA /* watchOS.25.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOS.25.link.params; sourceTree = ""; }; E9F7AFA9AF275CD0BE87B112 /* Person.pb.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Person.pb.swift; sourceTree = ""; }; - EA04D4760352BC92BF1353C8 /* AppClip.180.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.180.link.params; sourceTree = ""; }; EB134C90C2A1AE8CC10CA035 /* private_lib.rules_xcodeproj.c.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_lib.rules_xcodeproj.c.compile.params; sourceTree = ""; }; EB3AC3D65B423720D3F36A96 /* Info.withbundleid.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.withbundleid.plist; sourceTree = ""; }; EB3FB7C7066C15940ABFD2DC /* Lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = Lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; @@ -1478,20 +1501,22 @@ ED47BC3D346874D83932CBBF /* private_swift_lib.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = private_swift_lib.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; ED7D1E1D3205812DA8B79652 /* iOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; EDBC24457DA67ECC3D6F7FDD /* iOSAppUITests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - EDD65070BE1E2AAA25B39C00 /* tvOSApp.27.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.27.link.params; sourceTree = ""; }; EDF3C49F9EE73494542E6B4C /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; EE7553CCD99E267E6222B2D6 /* MixedAnswer_objc_modulemap-module.modulemap */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.module-map"; path = "MixedAnswer_objc_modulemap-module.modulemap"; sourceTree = ""; }; EEAC2256619B8AA10FB3C7DF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + EECD5E24E621EDE9207D9AFF /* iOSAppObjCUnitTestSuite.154.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppObjCUnitTestSuite.154.link.params; sourceTree = ""; }; EEF08D14C18A11BBA149BECB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; EEFAE18BAC51AE832DAEFB84 /* TestingUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestingUtils.swift; sourceTree = ""; }; - EF31471F1FAAC5880A47141A /* iOSAppUITests.206.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.206.link.params; sourceTree = ""; }; - EF6BBA4330608281B06EC85B /* WidgetExtension.115.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.115.link.params; sourceTree = ""; }; + F010D6A76F49257C3E29D29F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; F0ED87BDD1BD5F8BCB5F2868 /* UI.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UI.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + F0F7C74C06E543073C3E199C /* iOSApp.197.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.197.link.params; sourceTree = ""; }; F10161D9D9CFB958D22A906D /* iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + F11794602AD384FA2620F595 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; F1EAA5F54DC2A74E1F151E58 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; F1ED07E1536AECC399BE5D4A /* bucket */ = {isa = PBXFileReference; lastKnownFileType = folder; path = bucket; sourceTree = ""; }; F206319618ABB9B381621346 /* libfoo.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libfoo.dylib; sourceTree = ""; }; F2466C23EA89489C9DB23779 /* MixedAnswer-Swift.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MixedAnswer-Swift.h"; sourceTree = ""; }; + F26FCC7B54E8446027F59DAD /* ExtensionKitExtension.188.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = ExtensionKitExtension.188.link.params; sourceTree = ""; }; F3469FFD8EB6C52BEA4E7B0D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; F34912779764C41FD7501632 /* exported-symbols.lds */ = {isa = PBXFileReference; lastKnownFileType = file; path = "exported-symbols.lds"; sourceTree = ""; }; F3D02F87625E1133FC31A108 /* Utils.bundle */ = {isa = PBXFileReference; lastKnownFileType = wrapper.cfbundle; path = Utils.bundle; sourceTree = ""; }; @@ -1501,28 +1526,27 @@ F6EB9CCDA39E0A495CC91F44 /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; F6F1090237FF04C38B58E42A /* iOSAppUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSAppUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; F723A904BE9893FBEA3C6574 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; - F7DA4B391698FAEABA09C62C /* iOSAppUITests.137.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppUITests.137.link.params; sourceTree = ""; }; F8948F96F9754BD16B4B1C55 /* CryptoSwift.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = CryptoSwift.framework; sourceTree = ""; }; - F8BB65326797F3616296E86A /* WidgetExtension.185.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.185.link.params; sourceTree = ""; }; F921C7E57180C9859BE55BC9 /* impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = impl.h; sourceTree = ""; }; + F9582330B33EB94B4F6F238A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; F963A417552534EFDC33DA9F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; + F9655ACD835D5C541E97AEED /* ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; + F9D7089A933DB223AC992CCC /* LibFramework.watchOS.193.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = LibFramework.watchOS.193.link.params; sourceTree = ""; }; F9E638F023E555370973A72E /* BUILD */ = {isa = PBXFileReference; explicitFileType = text.script.python; path = BUILD; sourceTree = ""; }; F9F3AE7AFE3E0D81E9BD1583 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; FA2D73C975C4C080E2BDA419 /* person_proto_swift.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = person_proto_swift.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; FA2ECC9866D9B481C9AA3869 /* defines.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = defines.c; sourceTree = ""; }; - FAB01312636CBE437EE71DCB /* UniversalCommandLineTool.176.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = UniversalCommandLineTool.176.link.params; sourceTree = ""; }; + FA8C6505C61BE3787F8BF816 /* FrameworkCoreUtilsObjC.84.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = FrameworkCoreUtilsObjC.84.link.params; sourceTree = ""; }; FAB148519A328EB84D3C6345 /* AppClip.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = AppClip.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; FAB8D82F98F34AB1E21634FA /* AltIcon-60@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "AltIcon-60@3x.png"; sourceTree = ""; }; - FB07F35C1BF709B98681C077 /* iOSApp.193.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSApp.193.link.params; sourceTree = ""; }; + FAD6269ECF80D8643F5F7B3B /* tvOS.95.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOS.95.link.params; sourceTree = ""; }; FB1BE4BEC7481255F1CECF19 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; - FB2BCBCBD37D5FDCFAF37A85 /* iOSAppSwiftUnitTests.141.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.141.link.params; sourceTree = ""; }; FB83AD289E8C161D898CE568 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; FBAEB1E6D50AAF2C7105C26C /* WidgetExtension.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = WidgetExtension.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; FBF01A3E7D7B76DA04D92A0C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; FBF5E8B112A0F9856E6CB2D4 /* iOSApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSApp.swift; sourceTree = ""; }; FC00C85AEA7136F459F898C6 /* tool.binary */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tool.binary; sourceTree = BUILT_PRODUCTS_DIR; }; FC3A8C4396E61E2623C674F9 /* iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = iOSAppSwiftUnitTests.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; - FD208FC64918A9B402A2FB72 /* watchOSAppExtension.17.link.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = watchOSAppExtension.17.link.params; sourceTree = ""; }; FD2B68CA08A0E933AEC926AD /* tvOSApp.library.rules_xcodeproj.swift.compile.params */ = {isa = PBXFileReference; lastKnownFileType = file; path = tvOSApp.library.rules_xcodeproj.swift.compile.params; sourceTree = ""; }; FD6BAA19E0F18930717A7BCA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = ""; }; FDB9E2792616FFD229AFFFE1 /* libfoo.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libfoo.dylib; sourceTree = ""; }; @@ -1599,6 +1623,14 @@ path = Lib; sourceTree = ""; }; + 034AEEFBA5ED2B6F6036FDB3 /* ExtensionKitExtension */ = { + isa = PBXGroup; + children = ( + F9582330B33EB94B4F6F238A /* Info.plist */, + ); + path = ExtensionKitExtension; + sourceTree = ""; + }; 034D0521928673FD6B18B9FE /* ExampleResources-intermediates */ = { isa = PBXGroup; children = ( @@ -1689,6 +1721,14 @@ path = UndesiredSchemes; sourceTree = ""; }; + 06C8E6573B8275C6C38EADC0 /* rules_xcodeproj */ = { + isa = PBXGroup; + children = ( + 84BA5CC70BF053B0F776A2CF /* ExtensionKitExtension */, + ); + path = rules_xcodeproj; + sourceTree = ""; + }; 06FC05DE3B4CE99D0405F701 /* iOSAppObjCUnitTests.__internal__.__test_bundle */ = { isa = PBXGroup; children = ( @@ -1940,6 +1980,14 @@ path = includes; sourceTree = ""; }; + 0F129F9C93C2151C625BD84C /* rules_xcodeproj */ = { + isa = PBXGroup; + children = ( + 034AEEFBA5ED2B6F6036FDB3 /* ExtensionKitExtension */, + ); + path = rules_xcodeproj; + sourceTree = ""; + }; 0FBF7FD2E8A12905FBD28A88 /* iOSApp */ = { isa = PBXGroup; children = ( @@ -2444,6 +2492,7 @@ isa = PBXGroup; children = ( 3788BD8B9B2250A19230C5F2 /* AppClip */, + ADC84D6AAF03662C6F5BB6BB /* ExtensionKitExtension */, 836C186C2DBD5D451D66E431 /* external */, 65115B42C8624454BA5627B6 /* iOSApp */, 978CD4AE2487D5988ABF6714 /* Lib */, @@ -3350,6 +3399,16 @@ path = rules_xcodeproj; sourceTree = ""; }; + 44F99CBCD9ECF4E0D28EE3E1 /* ExtensionKitExtension */ = { + isa = PBXGroup; + children = ( + 93D0D1FD46F703E795E2DF9E /* BUILD */, + F11794602AD384FA2620F595 /* Info.plist */, + 2A3E4C4D7DB554DBB6D76F4B /* main.swift */, + ); + path = ExtensionKitExtension; + sourceTree = ""; + }; 454BA4513FB9B0777E37A1C9 /* ExternalResources-intermediates */ = { isa = PBXGroup; children = ( @@ -3412,115 +3471,119 @@ isa = PBXGroup; children = ( A03B86865F8A1F5158A94156 /* AppClip.6.link.params */, - 8332156D71A41357D4B731F7 /* AppClip.76.link.params */, - E6A781D32E878F1E70FF3AA4 /* AppClip.110.link.params */, - EA04D4760352BC92BF1353C8 /* AppClip.180.link.params */, - E8519C111E89B4ACA68B4688 /* BasicTests.73.link.params */, - 85170D8AC81512872EFA85E8 /* BasicTests.177.link.params */, - 821CEED3DB9C25E8B39E508B /* Bundle.28.link.params */, - CDA5FB3A7025701060A6342D /* Bundle.132.link.params */, - 4130CE501F1162393EA68BC7 /* CommandLineTool.60.link.params */, - 2659F220073993E3A0DBAAB1 /* CommandLineTool.164.link.params */, - 41B63BB76B3C4ED91B5533C7 /* CommandLineToolTests.74.link.params */, - D33F9739FDF626A13193A72B /* CommandLineToolTests.178.link.params */, - D1A12F0E93E37578799F3AF5 /* echo_client.52.link.params */, - 6376161F5DAE4A0777891961 /* echo_client.156.link.params */, - DA053F760DDD473A159C1E7D /* echo_server.54.link.params */, - 92CA30BF88B66D25DF56FF14 /* echo_server.158.link.params */, - 90AEBED782BF96F852E572BB /* FrameworkCoreUtilsObjC.12.link.params */, - 0580B013B51855485DF0FD0D /* FrameworkCoreUtilsObjC.82.link.params */, - 84DA361A7DCE06E100B83EC5 /* FrameworkCoreUtilsObjC.116.link.params */, - 23D5E17642A0DF52D863A4AA /* FrameworkCoreUtilsObjC.186.link.params */, - C4FEF7878F4C02DEE89B2A5A /* iMessageAppExtension.35.link.params */, - D99875225DA780E815BF743B /* iMessageAppExtension.139.link.params */, - 27BE4549A6B56DC907667ECD /* iOS.21.link.params */, - 01DFF0795F5379AF3A389A3D /* iOS.91.link.params */, - B72A666361CDEE621E577BCC /* iOS.125.link.params */, - 264179E81C7347B689CE1D14 /* iOS.195.link.params */, - 66E86C9351785EF69B187B16 /* iOSApp.19.link.params */, - 40F6DF3CD044CBBCC8C771DA /* iOSApp.89.link.params */, - CC2F994119767685C7CF133D /* iOSApp.123.link.params */, - FB07F35C1BF709B98681C077 /* iOSApp.193.link.params */, - 9CDBCEB57D805757F394C46A /* iOSAppObjCUnitTests.32.link.params */, - 7272195479D305A4E61A9B48 /* iOSAppObjCUnitTests.101.link.params */, - 463C915B80879BA00FF3DFDC /* iOSAppObjCUnitTests.136.link.params */, - 683BF08FB227AC4CC9082091 /* iOSAppObjCUnitTests.205.link.params */, - B79298D6044D757CFAF6A176 /* iOSAppObjCUnitTestSuite.47.link.params */, - 3C036AA3E0C0D66F6AF8E609 /* iOSAppObjCUnitTestSuite.151.link.params */, - 94FDC3D0900FA4C74F2D8608 /* iOSAppSwiftUnitTests.37.link.params */, - 02A01684B90A681A1887172A /* iOSAppSwiftUnitTests.103.link.params */, - FB2BCBCBD37D5FDCFAF37A85 /* iOSAppSwiftUnitTests.141.link.params */, - 2A8A753ED1F615E6A705ADEE /* iOSAppSwiftUnitTests.207.link.params */, - 18D5174364CF195EF9A3EF14 /* iOSAppSwiftUnitTestSuite.48.link.params */, - 61BDE712C9F6DD70B351C893 /* iOSAppSwiftUnitTestSuite.152.link.params */, - 8E8BDA4E064DAEBC22CEA8A4 /* iOSAppUITests.33.link.params */, - 3EBDC84E7473E71FFEBEF7CA /* iOSAppUITests.102.link.params */, - F7DA4B391698FAEABA09C62C /* iOSAppUITests.137.link.params */, - EF31471F1FAAC5880A47141A /* iOSAppUITests.206.link.params */, - 79F1001FA3552826C9D9DFE8 /* iOSAppUITestSuite.46.link.params */, - AB224BF21A3760DFFD6C34C2 /* iOSAppUITestSuite.150.link.params */, - DD502495CB3109F65CA688D4 /* LibFramework.tvOS.25.link.params */, - 85152F8199BDE8C247CC7DD9 /* LibFramework.tvOS.95.link.params */, - 60BD891A01D587BECDD7E0F1 /* LibFramework.tvOS.129.link.params */, - 67522D146ECE3E65AC4EAC8F /* LibFramework.tvOS.199.link.params */, - D002685903F29106F8A65A46 /* LibFramework.watchOS.15.link.params */, - 4F600468FA4D277AD3CE8DDE /* LibFramework.watchOS.85.link.params */, - 285ED1B40DE8929A9F0E4C30 /* LibFramework.watchOS.119.link.params */, - 2EAB816E4DE0A5B5788F24B8 /* LibFramework.watchOS.189.link.params */, - 0CC75255268D2BA5078ACC1B /* macOSApp.40.link.params */, - 37E5D2FE0DAAE7E72CD63FC4 /* macOSApp.144.link.params */, - 8DB1BDAF1C736199956EB3A7 /* macOSAppUITests.41.link.params */, - 01AE31C744AC333C8E7ADB43 /* macOSAppUITests.145.link.params */, - 0F296009F7820C04C5FFC001 /* macOSLib.framework.39.link.params */, - 69152C21EABB50E9C024CCA0 /* macOSLib.framework.143.link.params */, - 337C1BA10E0563EE5689136F /* proto.50.link.params */, - E9BFEC0E46BAED7410A7BEF9 /* proto.154.link.params */, + 490709D21BF6FE784F52D989 /* AppClip.77.link.params */, + 388F2DA61C3CD3A8FC013716 /* AppClip.112.link.params */, + 0F6AB05BDB8F92C5E77C7C0E /* AppClip.183.link.params */, + 45EB9B9B41A90DB24C6AEFB7 /* BasicTests.74.link.params */, + 9A3E9D60E3DB942471921115 /* BasicTests.180.link.params */, + 6C29E877920CE4C0D6C5A102 /* Bundle.29.link.params */, + 979344ACD1FDE5DCDBFB5E18 /* Bundle.135.link.params */, + 5A93BE50867EE121F9ABA36D /* CommandLineTool.61.link.params */, + 621FF346DE96FC197B51F132 /* CommandLineTool.167.link.params */, + 644022FE20E8ACBFFF5159F6 /* CommandLineToolTests.75.link.params */, + 8D66E9C602F7F17F68134B43 /* CommandLineToolTests.181.link.params */, + 7A4F74E5BB161DC950A900D7 /* echo_client.53.link.params */, + 67542291E44C5D5ADBF9496E /* echo_client.159.link.params */, + 16C40274CD76B150D66832A7 /* echo_server.55.link.params */, + 2B723F0E5FF5218880CBE2AE /* echo_server.161.link.params */, + 9D09460C2F37A5A99969DB95 /* ExtensionKitExtension.11.link.params */, + 8FCF4C33A4D81094567FCEED /* ExtensionKitExtension.82.link.params */, + 2AB7A9DC40F51C31C0C4F8F5 /* ExtensionKitExtension.117.link.params */, + F26FCC7B54E8446027F59DAD /* ExtensionKitExtension.188.link.params */, + 040B5FB9A9AD328ABF3E4B18 /* FrameworkCoreUtilsObjC.13.link.params */, + FA8C6505C61BE3787F8BF816 /* FrameworkCoreUtilsObjC.84.link.params */, + 128F7509351735A18F75ED29 /* FrameworkCoreUtilsObjC.119.link.params */, + 0F53C62717D4C0998125DE59 /* FrameworkCoreUtilsObjC.190.link.params */, + 5D40AC457EA778AC67E6198B /* iMessageAppExtension.36.link.params */, + 0BEE2D6599608FF926F7AF1C /* iMessageAppExtension.142.link.params */, + 424E345FCB6BAFE45937E678 /* iOS.22.link.params */, + D4CB671C6B2CFB88748469C8 /* iOS.93.link.params */, + 4497A6FA9A2986E625AB0587 /* iOS.128.link.params */, + 7F9CBB96D7BE8AA38E868E50 /* iOS.199.link.params */, + 7BF46C11F37DD47B3B3DA15F /* iOSApp.20.link.params */, + 39CE25C7ACD1E46DE3159357 /* iOSApp.91.link.params */, + 914C6D916E42FC4A321E1250 /* iOSApp.126.link.params */, + F0F7C74C06E543073C3E199C /* iOSApp.197.link.params */, + A9FD774D3B6BD04840A486C5 /* iOSAppObjCUnitTests.33.link.params */, + 0AD69E242181F3F5E2BC993C /* iOSAppObjCUnitTests.103.link.params */, + 62997254D6F800B1E2E12E83 /* iOSAppObjCUnitTests.139.link.params */, + 0634878B0BEF3F36B3BEFF8D /* iOSAppObjCUnitTests.209.link.params */, + B48CB142BD9CBEB7355191A2 /* iOSAppObjCUnitTestSuite.48.link.params */, + EECD5E24E621EDE9207D9AFF /* iOSAppObjCUnitTestSuite.154.link.params */, + C7EF6924EE638569E0FFFC11 /* iOSAppSwiftUnitTests.38.link.params */, + 3BFBD9E24AE94D2068F14163 /* iOSAppSwiftUnitTests.105.link.params */, + 9EAD0930ACB5734F959405C1 /* iOSAppSwiftUnitTests.144.link.params */, + 0A5EEC85D9ED500ECF5C2EDD /* iOSAppSwiftUnitTests.211.link.params */, + B9092C00FD299CA04440E802 /* iOSAppSwiftUnitTestSuite.49.link.params */, + 4FA1741B225766C4B84CF017 /* iOSAppSwiftUnitTestSuite.155.link.params */, + 8E5431C73D2D0871B229BC1D /* iOSAppUITests.34.link.params */, + 1CA424CBFBD625F4744CF46A /* iOSAppUITests.104.link.params */, + B0F17A67ED040EBC69E45BCF /* iOSAppUITests.140.link.params */, + 4217B3A11D27AC5C4CA0ED3B /* iOSAppUITests.210.link.params */, + E2E4EA2FD27AFB322BE474BF /* iOSAppUITestSuite.47.link.params */, + 78FC98853F9BD6B9C2A74EC2 /* iOSAppUITestSuite.153.link.params */, + 47BA1CCC5C873754F97C04CB /* LibFramework.tvOS.26.link.params */, + 8AB9D47810C15F6EE69F2A60 /* LibFramework.tvOS.97.link.params */, + 76DD56E4EC6D8B84EC59612F /* LibFramework.tvOS.132.link.params */, + 3B449198EAA96DD259FE046D /* LibFramework.tvOS.203.link.params */, + C95A70E2E28855D0F4EE6C25 /* LibFramework.watchOS.16.link.params */, + 510641E289F4B91B9A942F2D /* LibFramework.watchOS.87.link.params */, + 783F36E511AFCF1B267C2C48 /* LibFramework.watchOS.122.link.params */, + F9D7089A933DB223AC992CCC /* LibFramework.watchOS.193.link.params */, + A0C6D275DBF26BF3DDCA6ECA /* macOSApp.41.link.params */, + 0AA4C159C290DCD9A13B5D63 /* macOSApp.147.link.params */, + 584235E7707AC9C5EDBEB053 /* macOSAppUITests.42.link.params */, + BB45114BAC331BA5E840112F /* macOSAppUITests.148.link.params */, + C22AADA017D6F6A3275CBE15 /* macOSLib.framework.40.link.params */, + 98776A3753B3B3625B44FA58 /* macOSLib.framework.146.link.params */, + 46A7E45E8C31F30AC55CDD28 /* proto.51.link.params */, + 3DBF35FCBC028A4441FC56A6 /* proto.157.link.params */, D50CC3FDBD2A9A04F6299696 /* tool.4.link.params */, - 424CD5635D557F381C19E32A /* tool.108.link.params */, - 06483C6ED81946150E50116C /* tvOS.23.link.params */, - 12601311D6470B9CF3C4F110 /* tvOS.93.link.params */, - 373D257A078F97EE00374227 /* tvOS.127.link.params */, - 873E10D4CDD1ABBAEA9503AC /* tvOS.197.link.params */, - EDD65070BE1E2AAA25B39C00 /* tvOSApp.27.link.params */, - B2ACFE94F9EDABA7C9CC5FB4 /* tvOSApp.97.link.params */, - C55B62162D5580C11EAACD3E /* tvOSApp.131.link.params */, - 7BFCD4DBD51B65902B9DDEE9 /* tvOSApp.201.link.params */, - 462E92F1BC6827B4F79F40DA /* tvOSAppUITests.42.link.params */, - D59EED0FB832EF5E99922BCE /* tvOSAppUITests.146.link.params */, - 37CD84D37ED73BB9358614B4 /* tvOSAppUnitTests.43.link.params */, - 35F12B6A8758B044E0E23A9F /* tvOSAppUnitTests.147.link.params */, - BB6BE02C5A469FCF0AC32050 /* UIFramework.iOS.13.link.params */, - 32796DB7BC520FD0B4B4849C /* UIFramework.iOS.83.link.params */, - CFF1443BEA11D20C19811EAF /* UIFramework.iOS.117.link.params */, - 8FA2C781603CB07AB0B2AA26 /* UIFramework.iOS.187.link.params */, - ADEDE2B5A20F0D2142C65C81 /* UIFramework.tvOS.26.link.params */, - 5814551B308D21C55A0EC4DC /* UIFramework.tvOS.96.link.params */, - C8B9CB2B858585B9560D11CE /* UIFramework.tvOS.130.link.params */, - 1C362F9CE48FD341AE0F90F4 /* UIFramework.tvOS.200.link.params */, - 0FE3F9FB629D547AA0E42114 /* UIFramework.watchOS.16.link.params */, - 25D5C10E9E98CC02290AE2CB /* UIFramework.watchOS.86.link.params */, - C6C8262DC0C610E218B41907 /* UIFramework.watchOS.120.link.params */, - 5DD4EF5797BAE2A71274C476 /* UIFramework.watchOS.190.link.params */, - 5553504FC08B3C2A703A48C3 /* UniversalCommandLineTool.66.link.params */, - DED77FD29B1A59D5D6D06911 /* UniversalCommandLineTool.72.link.params */, - 08781E5C77EF5BAC278B80A1 /* UniversalCommandLineTool.170.link.params */, - FAB01312636CBE437EE71DCB /* UniversalCommandLineTool.176.link.params */, - 32B285A8DAC003C1B585184F /* watchOS.24.link.params */, - 3EA8C7DB11D39C17E196E121 /* watchOS.94.link.params */, - 76928F80645FE9205EC0302A /* watchOS.128.link.params */, - 6CED207A59579DA7A2D0274A /* watchOS.198.link.params */, - FD208FC64918A9B402A2FB72 /* watchOSAppExtension.17.link.params */, - AEF104356FC08AE2BF0B7AEA /* watchOSAppExtension.87.link.params */, - 69E43DDDC51D47B6231B2C59 /* watchOSAppExtension.121.link.params */, - C1470E334BD5793AED15DEAF /* watchOSAppExtension.191.link.params */, - 908761DE8B46E5DEC9D0430F /* watchOSAppExtensionUnitTests.45.link.params */, - 1ECC7C78860BF7C244846FDF /* watchOSAppExtensionUnitTests.149.link.params */, - A17B3637C2EAEFC973BFFBD3 /* watchOSAppUITests.44.link.params */, - 28E89A20CE963B4C904B38D3 /* watchOSAppUITests.148.link.params */, - BB1D3A77E0F34876318CB3E1 /* WidgetExtension.11.link.params */, - E7072BE34266A1CEEA4C03FA /* WidgetExtension.81.link.params */, - EF6BBA4330608281B06EC85B /* WidgetExtension.115.link.params */, - F8BB65326797F3616296E86A /* WidgetExtension.185.link.params */, + 0E43DC5FABF5D642A3078DAF /* tool.110.link.params */, + 71D81AE11B4463D1AE2FFF1B /* tvOS.24.link.params */, + FAD6269ECF80D8643F5F7B3B /* tvOS.95.link.params */, + C372D53692C35892C5BC39C8 /* tvOS.130.link.params */, + B13F77E05F3B32032C1D2F76 /* tvOS.201.link.params */, + CBB8CF7671CB4BA311A15A24 /* tvOSApp.28.link.params */, + 5C7FEC63610D916527E32865 /* tvOSApp.99.link.params */, + 1E69ABB941F7CDE496C212C4 /* tvOSApp.134.link.params */, + 6AD3E4B37B8C42CB76955418 /* tvOSApp.205.link.params */, + 1A8769A2E1AA6EC1002093E6 /* tvOSAppUITests.43.link.params */, + 9AE7A8478B63E94D24B0756B /* tvOSAppUITests.149.link.params */, + 1A729B8D2B4E58002D50F6CF /* tvOSAppUnitTests.44.link.params */, + 4B8EF155F7E70D3EE5DB3445 /* tvOSAppUnitTests.150.link.params */, + 5C8309843365C858A5222DB1 /* UIFramework.iOS.14.link.params */, + 5DB124913EEC77A0F47C9010 /* UIFramework.iOS.85.link.params */, + BCEBF3DE6AC518D5D382BF92 /* UIFramework.iOS.120.link.params */, + DE2B1A20AC41A14CC99245BB /* UIFramework.iOS.191.link.params */, + C0BA53F6A74D14BC5CCCEBED /* UIFramework.tvOS.27.link.params */, + 15B82B734C9E5AE7851083F1 /* UIFramework.tvOS.98.link.params */, + 9A56F61CA02BB0EF3083BC1A /* UIFramework.tvOS.133.link.params */, + D75027A842C9BFBE4256B9BB /* UIFramework.tvOS.204.link.params */, + 951383CB9CAB781176EA9477 /* UIFramework.watchOS.17.link.params */, + AF97340E336B5F3A48517ED4 /* UIFramework.watchOS.88.link.params */, + B207EBF658D8C687F5E6F131 /* UIFramework.watchOS.123.link.params */, + C98CA3C7EF2A7581745C5A9F /* UIFramework.watchOS.194.link.params */, + 79E19CA9513B2E7C18DC18DD /* UniversalCommandLineTool.67.link.params */, + A8CD33C5001D945C7C8039BE /* UniversalCommandLineTool.73.link.params */, + 24D919AF1EE9BE3A66F50629 /* UniversalCommandLineTool.173.link.params */, + 57B25EA5B3025D413CCA4CDF /* UniversalCommandLineTool.179.link.params */, + E9BFD0C4C3F9A743689B0DEA /* watchOS.25.link.params */, + CBB4FAB0E52A5C69890C801A /* watchOS.96.link.params */, + 4793772B968EFC98FFD839D5 /* watchOS.131.link.params */, + 0A1DCB21989D86EC0796A31F /* watchOS.202.link.params */, + 9C13832B0BA9BC4A892EA253 /* watchOSAppExtension.18.link.params */, + 2CA40041EB67586D2B98ADE4 /* watchOSAppExtension.89.link.params */, + 788FE0E9493DECDE23400611 /* watchOSAppExtension.124.link.params */, + 5A9053F3C44555395E41F801 /* watchOSAppExtension.195.link.params */, + 0071FA8F7D81A8F3FF3C2B5D /* watchOSAppExtensionUnitTests.46.link.params */, + 5D57D390C2E78D9EE77B3426 /* watchOSAppExtensionUnitTests.152.link.params */, + 47A645A5A60571FAC32BFB89 /* watchOSAppUITests.45.link.params */, + 34C10FCEE9484EB917D9141F /* watchOSAppUITests.151.link.params */, + 8FFDD0A7B3272757FB46C258 /* WidgetExtension.12.link.params */, + 4DF30B2438335D135FB154B3 /* WidgetExtension.83.link.params */, + 678CB0596E1C0E9BB8A55143 /* WidgetExtension.118.link.params */, + 1B94ACFCE9CA51B0BBC27C5E /* WidgetExtension.189.link.params */, ); path = "xcodeproj_bwb-params"; sourceTree = ""; @@ -3537,6 +3600,7 @@ isa = PBXGroup; children = ( B24165D83244B195DA356E44 /* AppClip */, + ADF63D0F15CDB6DBA69A3187 /* ExtensionKitExtension */, 87EC5EA3D47CC03F4CE60FE6 /* external */, 018BE9BAB3AB0F93D9A6B4C1 /* iMessageApp */, 98224CDD25CC18A044B99ED2 /* iOSApp */, @@ -4153,6 +4217,7 @@ isa = PBXGroup; children = ( 55E6AC72AE0864F418A70076 /* AppClip */, + 9067E1E0AF7935E08E0348E5 /* ExtensionKitExtension */, 52DA5561FF6DBD527C049B44 /* external */, E7552A3E616D8A8FD57F2319 /* iMessageApp */, E80A0D0BF8BB98BD3A90215F /* iOSApp */, @@ -4730,6 +4795,14 @@ path = external; sourceTree = ""; }; + 7454B2E61DA7B0A54616A747 /* rules_xcodeproj */ = { + isa = PBXGroup; + children = ( + 8CFDEA5454F8A02EB9B89329 /* ExtensionKitExtension */, + ); + path = rules_xcodeproj; + sourceTree = ""; + }; 74B23EE3DC70C90B2F994973 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -5141,6 +5214,14 @@ path = UIFramework.iOS; sourceTree = ""; }; + 84BA5CC70BF053B0F776A2CF /* ExtensionKitExtension */ = { + isa = PBXGroup; + children = ( + 12ADFA134D7E6F5B5280F3BA /* Info.plist */, + ); + path = ExtensionKitExtension; + sourceTree = ""; + }; 84D4C531C66BA59BC2FA591F /* macOSApp */ = { isa = PBXGroup; children = ( @@ -5160,6 +5241,14 @@ path = OnlyStructuredResources; sourceTree = ""; }; + 85A32C14F76EFBCE5C79B1D8 /* ExtensionKitExtension */ = { + isa = PBXGroup; + children = ( + 5F73D55E7041421E3E6A4A46 /* Info.plist */, + ); + path = ExtensionKitExtension; + sourceTree = ""; + }; 85E79D393BA3F6D9AE5545AD /* Lib */ = { isa = PBXGroup; children = ( @@ -5233,6 +5322,7 @@ 8D59CB4DD416D596DF065CE3 /* CoreUtilsObjC.framework */, 66E4E06396F34EA685DC743C /* echo_client */, 020AF219F3B55D5F1AD74A59 /* echo_server */, + 53D0746B57065053DECF192B /* ExtensionKitExtension.appex */, 0F7908A7AA17DC572020AD5A /* iMessageApp.app */, 0C8C8454418DDFFE862326C6 /* iMessageAppExtension.appex */, BC0D919D9C4954991E8C1FB8 /* iOSApp.app */, @@ -5393,6 +5483,14 @@ path = "CONFIGURATION-STABLE-22"; sourceTree = ""; }; + 8CFDEA5454F8A02EB9B89329 /* ExtensionKitExtension */ = { + isa = PBXGroup; + children = ( + F010D6A76F49257C3E29D29F /* Info.plist */, + ); + path = ExtensionKitExtension; + sourceTree = ""; + }; 8D25FF8B4546A14529DB44E4 /* OnlyStructuredResources.bundle */ = { isa = PBXGroup; children = ( @@ -5465,6 +5563,15 @@ path = rules_xcodeproj; sourceTree = ""; }; + 9067E1E0AF7935E08E0348E5 /* ExtensionKitExtension */ = { + isa = PBXGroup; + children = ( + 0F129F9C93C2151C625BD84C /* rules_xcodeproj */, + 5BFCB85BF8E721BAF9A145D3 /* ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params */, + ); + path = ExtensionKitExtension; + sourceTree = ""; + }; 90784F6182808446DB8F9E38 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -5868,6 +5975,7 @@ 1455BF74B8CEC69D82D1B11B /* Bundle */, 7842FE25D4254941AF6937DE /* cc */, D69C219021E740F7550775D2 /* CommandLine */, + 44F99CBCD9ECF4E0D28EE3E1 /* ExtensionKitExtension */, 9E42A163E768F811C747E2E0 /* GRPC */, 07CB8C057EDFD32703C7BB10 /* iMessageApp */, 0FBF7FD2E8A12905FBD28A88 /* iOSApp */, @@ -6089,6 +6197,7 @@ isa = PBXGroup; children = ( 380BFC5F6A8434EEA5AEF32B /* AppClip */, + AB2FB8D3BD39A6144D2FDB99 /* ExtensionKitExtension */, 2E6CC79EC3AF0E8823DDAB44 /* external */, 073B02B70BE6BDF7790771CF /* iOSApp */, F54BCC6C1E0EB137CB70633E /* Lib */, @@ -6141,6 +6250,15 @@ path = CommandLineToolTests.__internal__.__test_bundle; sourceTree = ""; }; + AB2FB8D3BD39A6144D2FDB99 /* ExtensionKitExtension */ = { + isa = PBXGroup; + children = ( + 7454B2E61DA7B0A54616A747 /* rules_xcodeproj */, + B690A5463B38309AA5B91513 /* ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params */, + ); + path = ExtensionKitExtension; + sourceTree = ""; + }; AB7D3945CB60AB90F52B1209 /* private */ = { isa = PBXGroup; children = ( @@ -6173,6 +6291,24 @@ path = "ios-arm64_armv7"; sourceTree = ""; }; + ADC84D6AAF03662C6F5BB6BB /* ExtensionKitExtension */ = { + isa = PBXGroup; + children = ( + 06C8E6573B8275C6C38EADC0 /* rules_xcodeproj */, + F9655ACD835D5C541E97AEED /* ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params */, + ); + path = ExtensionKitExtension; + sourceTree = ""; + }; + ADF63D0F15CDB6DBA69A3187 /* ExtensionKitExtension */ = { + isa = PBXGroup; + children = ( + DE6CDCF7358EBBC6D15CDDD9 /* rules_xcodeproj */, + 8A49B81A22D11DAC3A5C883F /* ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params */, + ); + path = ExtensionKitExtension; + sourceTree = ""; + }; AF348D15AD412B4626AF5FB2 /* proto.merged_infoplist-intermediates */ = { isa = PBXGroup; children = ( @@ -7300,6 +7436,14 @@ path = rules_xcodeproj; sourceTree = ""; }; + DE6CDCF7358EBBC6D15CDDD9 /* rules_xcodeproj */ = { + isa = PBXGroup; + children = ( + 85A32C14F76EFBCE5C79B1D8 /* ExtensionKitExtension */, + ); + path = rules_xcodeproj; + sourceTree = ""; + }; DEA71AA52DDACCB8CEEAD4A9 /* rules_xcodeproj */ = { isa = PBXGroup; children = ( @@ -9107,6 +9251,25 @@ productReference = 82081A6BD08E21EB1E306B59 /* watchOSAppUITests.xctest */; productType = "com.apple.product-type.bundle.ui-testing"; }; + CA9E047F313BBFD3127309AC /* ExtensionKitExtension */ = { + isa = PBXNativeTarget; + buildConfigurationList = A35FDDC994BA072386996965 /* Build configuration list for PBXNativeTarget "ExtensionKitExtension" */; + buildPhases = ( + 3ABB75B2F2CA86117440FEEC /* Copy Bazel Outputs / Generate Bazel Dependencies (Index Build) */, + 13A4790907F4F92C6741265F /* Create Compile Dependencies */, + D705A118EB9F6F7EFCAA7BFC /* Create Link Dependencies */, + B8B7511F2E188B8BDC7BD2CD /* Sources */, + ); + buildRules = ( + ); + dependencies = ( + 1BC1A8F75F0781AD1E81EFED /* PBXTargetDependency */, + ); + name = ExtensionKitExtension; + productName = ExtensionKitExtension; + productReference = 53D0746B57065053DECF192B /* ExtensionKitExtension.appex */; + productType = "com.apple.product-type.extensionkit-extension"; + }; CBEEB73C29EF2302986BB53C /* iOSAppUITests */ = { isa = PBXNativeTarget; buildConfigurationList = 833399284F963479C74428DD /* Build configuration list for PBXNativeTarget "iOSAppUITests" */; @@ -9618,6 +9781,10 @@ LastSwiftMigration = 9999; TestTargetID = 632D255CE04E97FB997EBDD7; }; + CA9E047F313BBFD3127309AC = { + CreatedOnToolsVersion = 13.0.0; + LastSwiftMigration = 9999; + }; CBEEB73C29EF2302986BB53C = { CreatedOnToolsVersion = 13.0.0; LastSwiftMigration = 9999; @@ -9715,6 +9882,7 @@ 447578DA2EC5FC0562E27537 /* echo_client_services_swift */, 3459622C5DCAB17AD407EDD0 /* echo_server */, AF222E48AA122A5A928AF4D9 /* echo_server_services_swift */, + CA9E047F313BBFD3127309AC /* ExtensionKitExtension */, 703D7AC89C4B9C9E4B61A58F /* FXPageControl */, 343F031FB3DF1E87C3568525 /* iMessageApp */, 2BECDF067E07C69468ED23A3 /* iMessageAppExtension */, @@ -9959,6 +10127,23 @@ shellScript = "set -euo pipefail\n\nperl -pe '\n s/__BAZEL_XCODE_DEVELOPER_DIR__/\\$(DEVELOPER_DIR)/g;\n s/__BAZEL_XCODE_SDKROOT__/\\$(SDKROOT)/g;\n s/\\$(\\()?([a-zA-Z_]\\w*)(?(1)\\))/$ENV{$2}/gx;\n' \"$SCRIPT_INPUT_FILE_0\" > \"$SCRIPT_OUTPUT_FILE_0\"\n"; showEnvVarsInLog = 0; }; + 13A4790907F4F92C6741265F /* Create Compile Dependencies */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "$(SWIFT_PARAMS_FILE)", + ); + name = "Create Compile Dependencies"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/swift.compile.params", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "set -euo pipefail\n\nperl -pe '\n s/__BAZEL_XCODE_DEVELOPER_DIR__/\\$(DEVELOPER_DIR)/g;\n s/__BAZEL_XCODE_SDKROOT__/\\$(SDKROOT)/g;\n s/\\$(\\()?([a-zA-Z_]\\w*)(?(1)\\))/$ENV{$2}/gx;\n' \"$SCRIPT_INPUT_FILE_0\" > \"$SCRIPT_OUTPUT_FILE_0\"\n"; + showEnvVarsInLog = 0; + }; 17AF25F7D42AE6AC290294D6 /* Create Compile Dependencies */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -10448,6 +10633,23 @@ shellScript = "set -euo pipefail\n\nif [[ \"${ENABLE_PREVIEWS:-}\" == \"YES\" ]]; then\nperl -pe 's/\\$(\\()?([a-zA-Z_]\\w*)(?(1)\\))/$ENV{$2}/g' \\\n \"$SCRIPT_INPUT_FILE_0\" > \"$SCRIPT_OUTPUT_FILE_0\"\nelse\n touch \"$SCRIPT_OUTPUT_FILE_0\"\nfi\n"; showEnvVarsInLog = 0; }; + 3ABB75B2F2CA86117440FEEC /* Copy Bazel Outputs / Generate Bazel Dependencies (Index Build) */ = { + isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "$(TARGET_BUILD_DIR)/$(INFOPLIST_PATH)", + ); + name = "Copy Bazel Outputs / Generate Bazel Dependencies (Index Build)"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "set -euo pipefail\n\nif [[ \"$ACTION\" == \"indexbuild\" ]]; then\n cd \"$SRCROOT\"\n\n \"$BAZEL_INTEGRATION_DIR/generate_index_build_bazel_dependencies.sh\"\nelse\n \"$BAZEL_INTEGRATION_DIR/copy_outputs.sh\" \\\n \"_BazelForcedCompile_.swift\" \\\n \"$BAZEL_INTEGRATION_DIR/appex.exclude.rsynclist\"\nfi\n"; + showEnvVarsInLog = 0; + }; 3C3A60964C9B83AC72C6EE62 /* Copy Bazel Outputs / Generate Bazel Dependencies (Index Build) */ = { isa = PBXShellScriptBuildPhase; alwaysOutOfDate = 1; @@ -12230,6 +12432,23 @@ shellScript = "set -euo pipefail\n\nperl -pe '\n s/__BAZEL_XCODE_DEVELOPER_DIR__/\\$(DEVELOPER_DIR)/g;\n s/__BAZEL_XCODE_SDKROOT__/\\$(SDKROOT)/g;\n s/\\$(\\()?([a-zA-Z_]\\w*)(?(1)\\))/$ENV{$2}/gx;\n' \"$SCRIPT_INPUT_FILE_0\" > \"$SCRIPT_OUTPUT_FILE_0\"\n"; showEnvVarsInLog = 0; }; + D705A118EB9F6F7EFCAA7BFC /* Create Link Dependencies */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "$(LINK_PARAMS_FILE)", + ); + name = "Create Link Dependencies"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/link.params", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "set -euo pipefail\n\nif [[ \"${ENABLE_PREVIEWS:-}\" == \"YES\" ]]; then\nperl -pe 's/\\$(\\()?([a-zA-Z_]\\w*)(?(1)\\))/$ENV{$2}/g' \\\n \"$SCRIPT_INPUT_FILE_0\" > \"$SCRIPT_OUTPUT_FILE_0\"\nelse\n touch \"$SCRIPT_OUTPUT_FILE_0\"\nfi\n"; + showEnvVarsInLog = 0; + }; D75C2F2533FCE79768AB872E /* Create Compile Dependencies */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -13212,6 +13431,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + B8B7511F2E188B8BDC7BD2CD /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 7EE31EF5D710A1CF93E4C8ED /* main.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BF1146AADBD1F5F4C8207679 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -13398,6 +13625,12 @@ target = 7E7D155EBCA520F35DEA3571 /* BazelDependencies */; targetProxy = 334E33C35297EDCE3D14FD82 /* PBXContainerItemProxy */; }; + 1BC1A8F75F0781AD1E81EFED /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = BazelDependencies; + target = 7E7D155EBCA520F35DEA3571 /* BazelDependencies */; + targetProxy = 0FD62E568EFC1A2404836748 /* PBXContainerItemProxy */; + }; 1DC4A965BF36C18F355826EC /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = BazelDependencies; @@ -14012,8 +14245,8 @@ COMPILE_TARGET_NAME = UI; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin/UI/rules_xcodeproj/UIFramework.watchOS/Info.plist"; "INFOPLIST_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-9/bin/UI/rules_xcodeproj/UIFramework.watchOS/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.16.link.params"; - "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.86.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.17.link.params"; + "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.88.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; "OTHER_SWIFT_FLAGS[sdk=watchos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-9/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-9/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-9/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -14094,8 +14327,8 @@ INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/Lib/dist/dynamic/rules_xcodeproj/iOS/Info.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/Lib/dist/dynamic/rules_xcodeproj/iOS/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.125.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.195.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.128.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.199.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PREVIEW_FRAMEWORK_PATHS = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework\""; "PREVIEW_FRAMEWORK_PATHS[sdk=iphoneos*]" = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7/CryptoSwift.framework\""; @@ -14120,6 +14353,7 @@ "\"bazel-out/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-12/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-13/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -14138,7 +14372,7 @@ COMPILE_TARGET_NAME = iOSAppUITestSuite.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Test/UITests/rules_xcodeproj/iOSAppUITestSuite.__internal__.__test_bundle/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITestSuite.150.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITestSuite.153.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/usr/lib -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_BUNDLE_IDENTIFIER = "rules-xcodeproj.example.uitests"; @@ -14174,8 +14408,8 @@ COMPILE_TARGET_NAME = tvOS; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin/Lib/dist/dynamic/rules_xcodeproj/tvOS/Info.plist"; "INFOPLIST_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-20/bin/Lib/dist/dynamic/rules_xcodeproj/tvOS/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.127.link.params"; - "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.197.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.130.link.params"; + "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.201.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PREVIEW_FRAMEWORK_PATHS = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator/CryptoSwift.framework\""; "PREVIEW_FRAMEWORK_PATHS[sdk=appletvos*]" = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64/CryptoSwift.framework\""; @@ -14209,8 +14443,8 @@ INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/Lib/dist/dynamic/rules_xcodeproj/iOS/Info.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/Lib/dist/dynamic/rules_xcodeproj/iOS/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.21.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.91.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.22.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.93.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PREVIEW_FRAMEWORK_PATHS = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework\""; "PREVIEW_FRAMEWORK_PATHS[sdk=iphoneos*]" = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7/CryptoSwift.framework\""; @@ -14243,8 +14477,8 @@ COMPILE_TARGET_NAME = watchOS; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin/Lib/dist/dynamic/rules_xcodeproj/watchOS/Info.plist"; "INFOPLIST_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-18/bin/Lib/dist/dynamic/rules_xcodeproj/watchOS/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.128.link.params"; - "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.198.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.131.link.params"; + "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.202.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PREVIEW_FRAMEWORK_PATHS = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator/CryptoSwift.framework\""; "PREVIEW_FRAMEWORK_PATHS[sdk=watchos*]" = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k/CryptoSwift.framework\""; @@ -14295,6 +14529,7 @@ "\"bazel-out/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-12/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-13/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -14307,6 +14542,7 @@ "\"bazel-out/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-17/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-18/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -14330,8 +14566,8 @@ INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Test/ObjCUnitTests/rules_xcodeproj/iOSAppObjCUnitTests.__internal__.__test_bundle/Info.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Test/ObjCUnitTests/rules_xcodeproj/iOSAppObjCUnitTests.__internal__.__test_bundle/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.136.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.205.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.139.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.209.link.params"; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PRODUCT_BUNDLE_IDENTIFIER = "rules-xcodeproj.example.objctests"; @@ -14389,6 +14625,7 @@ "\"bazel-out/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-3/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-4/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -14400,6 +14637,7 @@ "\"bazel-out/CONFIGURATION-STABLE-8/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-8/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-9/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -14424,8 +14662,8 @@ INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/rules_xcodeproj/iOSApp/Info.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/iOSApp/Source/rules_xcodeproj/iOSApp/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.19.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.89.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.20.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.91.link.params"; OTHER_CODE_SIGN_FLAGS = ( "--digest-algorithm=sha1", "--resource-rules=external/rules_apple~/tools/codesigningtool/disable_signing_resource_rules.plist", @@ -14605,7 +14843,7 @@ COMPILE_TARGET_NAME = tool.library; C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-31/bin/CommandLine/CommandLineTool/tool.library.rules_xcodeproj.c.compile.params"; EXECUTABLE_EXTENSION = binary; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.170.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.173.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; @@ -14631,6 +14869,7 @@ "\"bazel-out/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-12/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-13/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -14642,6 +14881,7 @@ "\"bazel-out/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-17/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-18/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -14666,8 +14906,8 @@ INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/rules_xcodeproj/iOSApp/Info.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source/rules_xcodeproj/iOSApp/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.123.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.193.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.126.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.197.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/Lib/UndesiredSchemes -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/UI -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -I -Xcc $(SRCROOT)/iOSApp/Source/CoreUtilsObjC -Xcc -I -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsObjC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/external/_main~non_module_deps~com_google_google_maps -Xcc \"-DNEEDS_QUOTES=Two words\" -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_swift_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap-module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsObjC/CoreUtilsObjC_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator/GoogleMapsBase.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator/GoogleMapsCore.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator/GoogleMaps.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; "OTHER_SWIFT_FLAGS[sdk=iphoneos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/Lib/UndesiredSchemes -I$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/UI -I$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64 -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64 -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64 -Xcc -I -Xcc $(SRCROOT)/iOSApp/Source/CoreUtilsObjC -Xcc -I -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsObjC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/external/_main~non_module_deps~com_google_google_maps -Xcc \"-DNEEDS_QUOTES=Two words\" -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_swift_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap-module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsObjC/CoreUtilsObjC_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64/GoogleMapsBase.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64/GoogleMapsCore.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64/GoogleMaps.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -14719,8 +14959,8 @@ COMPILE_TARGET_NAME = UI; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin/UI/rules_xcodeproj/UIFramework.tvOS/Info.plist"; "INFOPLIST_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-11/bin/UI/rules_xcodeproj/UIFramework.tvOS/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.26.link.params"; - "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.96.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.27.link.params"; + "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.98.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; "OTHER_SWIFT_FLAGS[sdk=appletvos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-11/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-11/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-11/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -14835,7 +15075,7 @@ C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-27/bin/CommandLine/CommandLineTool/tool.library.rules_xcodeproj.c.compile.params"; EXECUTABLE_EXTENSION = ""; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-27/bin/CommandLine/CommandLineTool/rules_xcodeproj/CommandLineTool/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineTool.60.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineTool.61.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_CODE_SIGN_FLAGS = "-v"; @@ -14971,7 +15211,7 @@ COMPILE_TARGET_NAME = aplugin.library; C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-16/bin/Bundle/aplugin.library.rules_xcodeproj.c.compile.params"; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-16/bin/Bundle/rules_xcodeproj/Bundle/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/Bundle.132.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/Bundle.135.link.params"; MACOSX_DEPLOYMENT_TARGET = 12.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; @@ -15000,7 +15240,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = watchOSAppExtensionUnitTests.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin/watchOSAppExtension/Test/UnitTests/rules_xcodeproj/watchOSAppExtensionUnitTests.__internal__.__test_bundle/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtensionUnitTests.45.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtensionUnitTests.46.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/WatchSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/WatchSimulator.platform/Developer/usr/lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin/UI -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PREVIEWS_SWIFT_INCLUDE__ = ""; @@ -15037,8 +15277,8 @@ COMPILE_TARGET_NAME = tvOS; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin/Lib/dist/dynamic/rules_xcodeproj/tvOS/Info.plist"; "INFOPLIST_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-11/bin/Lib/dist/dynamic/rules_xcodeproj/tvOS/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.23.link.params"; - "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.93.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.24.link.params"; + "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.95.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PREVIEW_FRAMEWORK_PATHS = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator/CryptoSwift.framework\""; "PREVIEW_FRAMEWORK_PATHS[sdk=appletvos*]" = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64/CryptoSwift.framework\""; @@ -15108,8 +15348,8 @@ "DEVELOPMENT_TEAM[sdk=watchos*]" = V82V4GQZXM; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin/watchOSAppExtension/rules_xcodeproj/watchOSAppExtension/Info.plist"; "INFOPLIST_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-9/bin/watchOSAppExtension/rules_xcodeproj/watchOSAppExtension/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.17.link.params"; - "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.87.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.18.link.params"; + "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.89.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin/UI -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; "OTHER_SWIFT_FLAGS[sdk=watchos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-9/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-9/bin/UI -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-9/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-9/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -15144,6 +15384,7 @@ "\"bazel-out/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-3/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-4/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -15162,7 +15403,7 @@ C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Test/ObjCUnitTests/iOSAppObjCUnitTestSuite.library.rules_xcodeproj.c.compile.params"; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Test/ObjCUnitTests/rules_xcodeproj/iOSAppObjCUnitTestSuite.__internal__.__test_bundle/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTestSuite.47.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTestSuite.48.link.params"; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PRODUCT_BUNDLE_IDENTIFIER = "rules-xcodeproj.example.objctests"; @@ -15199,7 +15440,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = tvOSAppUnitTests.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin/tvOSApp/Test/UnitTests/rules_xcodeproj/tvOSAppUnitTests.__internal__.__test_bundle/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUnitTests.43.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUnitTests.44.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/AppleTVSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/AppleTVSimulator.platform/Developer/usr/lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin/UI -I$(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin/tvOSApp/Source -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PREVIEWS_SWIFT_INCLUDE__ = ""; @@ -15233,7 +15474,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = macOSLib.framework; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-16/bin/macOSApp/Source/rules_xcodeproj/macOSLib.framework/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSLib.framework.143.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSLib.framework.146.link.params"; MACOSX_DEPLOYMENT_TARGET = 12.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PREVIEW_FRAMEWORK_PATHS = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/macos-arm64_x86_64/CryptoSwift.framework\""; @@ -15265,7 +15506,7 @@ C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-30/bin/CommandLine/CommandLineTool/tool.library.rules_xcodeproj.c.compile.params"; EXECUTABLE_EXTENSION = ""; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-30/bin/CommandLine/CommandLineTool/rules_xcodeproj/CommandLineTool/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineTool.164.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineTool.167.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_CODE_SIGN_FLAGS = "-v"; @@ -15293,7 +15534,7 @@ COMPILE_TARGET_NAME = echo_client.library; EXECUTABLE_EXTENSION = ""; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/GRPC/rules_xcodeproj/echo_client/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_client.156.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_client.159.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/GRPC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOLinux_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOWindows_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOAtomics_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIODarwin_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims_modulemap/_/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -15443,8 +15684,8 @@ "DEVELOPMENT_TEAM[sdk=appletvos*]" = V82V4GQZXM; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin/tvOSApp/Source/rules_xcodeproj/tvOSApp/Info.plist"; "INFOPLIST_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-20/bin/tvOSApp/Source/rules_xcodeproj/tvOSApp/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.131.link.params"; - "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.201.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.134.link.params"; + "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.205.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin/UI -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; "OTHER_SWIFT_FLAGS[sdk=appletvos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-20/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-20/bin/UI -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-20/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-20/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -15557,7 +15798,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = watchOSAppUITests.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin/watchOSApp/Test/UITests/rules_xcodeproj/watchOSAppUITests.__internal__.__test_bundle/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppUITests.148.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppUITests.151.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/WatchSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/WatchSimulator.platform/Developer/usr/lib -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_BUNDLE_IDENTIFIER = "rules-xcodeproj.example.watchTests"; @@ -15587,6 +15828,7 @@ "\"bazel-out/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-12/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-13/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -15599,6 +15841,7 @@ "\"bazel-out/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-17/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-18/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -15620,8 +15863,8 @@ INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Test/SwiftUnitTests/rules_xcodeproj/iOSAppSwiftUnitTests.__internal__.__test_bundle/Info.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Test/SwiftUnitTests/rules_xcodeproj/iOSAppSwiftUnitTests.__internal__.__test_bundle/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.141.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.207.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.144.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.211.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/usr/lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/Lib/UndesiredSchemes -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/UI -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Test/TestingUtils -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -I -Xcc $(SRCROOT)/iOSApp/Source/CoreUtilsObjC -Xcc -I -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsObjC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/external/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~FXPageControl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/external/_main~non_module_deps~FXPageControl -Xcc \"-DNEEDS_QUOTES=Two words\" -Xcc -DAWESOME -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_swift_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap-module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsObjC/CoreUtilsObjC_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator/GoogleMapsBase.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator/GoogleMapsCore.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator/GoogleMaps.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/external/_main~non_module_deps~FXPageControl/FXPageControl_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/Utils/Utils_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Test/TestingUtils/TestingUtils_modulemap/_/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; "OTHER_SWIFT_FLAGS[sdk=iphoneos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/iPhoneOS.platform/Developer/usr/lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/Lib/UndesiredSchemes -I$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/UI -I$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer -I$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source -I$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Test/TestingUtils -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64 -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64 -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64 -Xcc -I -Xcc $(SRCROOT)/iOSApp/Source/CoreUtilsObjC -Xcc -I -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsObjC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/external/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~FXPageControl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/external/_main~non_module_deps~FXPageControl -Xcc \"-DNEEDS_QUOTES=Two words\" -Xcc -DAWESOME -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_swift_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap-module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsObjC/CoreUtilsObjC_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64/GoogleMapsBase.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64/GoogleMapsCore.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64/GoogleMaps.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/external/_main~non_module_deps~FXPageControl/FXPageControl_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source/Utils/Utils_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Test/TestingUtils/TestingUtils_modulemap/_/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -15663,7 +15906,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = watchOSAppExtensionUnitTests.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin/watchOSAppExtension/Test/UnitTests/rules_xcodeproj/watchOSAppExtensionUnitTests.__internal__.__test_bundle/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtensionUnitTests.149.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtensionUnitTests.152.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/WatchSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/WatchSimulator.platform/Developer/usr/lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin/UI -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PREVIEWS_SWIFT_INCLUDE__ = ""; @@ -15693,7 +15936,7 @@ BAZEL_TARGET_ID = "@@//CommandLine/Tests:BasicTests CONFIGURATION-STABLE-33"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = BasicTests; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/BasicTests.73.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/BasicTests.74.link.params"; MACOSX_DEPLOYMENT_TARGET = 12.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/usr/lib -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-33/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -15727,8 +15970,8 @@ COMPILE_TARGET_NAME = LibFramework.tvOS; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin/Lib/rules_xcodeproj/LibFramework.tvOS/Info.plist"; "INFOPLIST_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-11/bin/Lib/rules_xcodeproj/LibFramework.tvOS/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.25.link.params"; - "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.95.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.26.link.params"; + "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.97.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PREVIEW_FRAMEWORK_PATHS = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator/CryptoSwift.framework\""; "PREVIEW_FRAMEWORK_PATHS[sdk=appletvos*]" = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64/CryptoSwift.framework\""; @@ -15763,8 +16006,8 @@ COMPILE_TARGET_NAME = LibFramework.tvOS; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin/Lib/rules_xcodeproj/LibFramework.tvOS/Info.plist"; "INFOPLIST_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-20/bin/Lib/rules_xcodeproj/LibFramework.tvOS/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.129.link.params"; - "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.199.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.132.link.params"; + "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.203.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PREVIEW_FRAMEWORK_PATHS = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator/CryptoSwift.framework\""; "PREVIEW_FRAMEWORK_PATHS[sdk=appletvos*]" = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64/CryptoSwift.framework\""; @@ -15821,7 +16064,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = macOSApp.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-16/bin/macOSApp/Source/rules_xcodeproj/macOSApp/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSApp.144.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSApp.147.link.params"; MACOSX_DEPLOYMENT_TARGET = 12.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-16/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/macos-arm64_x86_64 -F$(SRCROOT)/macOSApp/third_party -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/macos-arm64_x86_64 -Xcc -F -Xcc $(SRCROOT)/macOSApp/third_party -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-16/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-16/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/macos-arm64_x86_64/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/macOSApp/third_party/ExampleFramework.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -15861,7 +16104,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = tvOSAppUITests.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin/tvOSApp/Test/UITests/rules_xcodeproj/tvOSAppUITests.__internal__.__test_bundle/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUITests.146.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUITests.149.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/AppleTVSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/AppleTVSimulator.platform/Developer/usr/lib -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PRODUCT_BUNDLE_IDENTIFIER = "rules-xcodeproj.example.uitests"; @@ -15896,7 +16139,7 @@ COMPILE_TARGET_NAME = tool.library; C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-28/bin/CommandLine/CommandLineTool/tool.library.rules_xcodeproj.c.compile.params"; EXECUTABLE_EXTENSION = binary; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.66.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.67.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; @@ -15970,7 +16213,7 @@ COMPILE_TARGET_NAME = tool.library; C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-29/bin/CommandLine/CommandLineTool/tool.library.rules_xcodeproj.c.compile.params"; EXECUTABLE_EXTENSION = binary; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.72.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.73.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; @@ -16000,7 +16243,7 @@ COMPILE_TARGET_NAME = iMessageAppExtension.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iMessageApp/rules_xcodeproj/iMessageAppExtension/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iMessageAppExtension.139.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iMessageAppExtension.142.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PREVIEWS_SWIFT_INCLUDE__ = ""; @@ -16052,8 +16295,8 @@ "DEVELOPMENT_TEAM[sdk=appletvos*]" = V82V4GQZXM; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin/tvOSApp/Source/rules_xcodeproj/tvOSApp/Info.plist"; "INFOPLIST_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-11/bin/tvOSApp/Source/rules_xcodeproj/tvOSApp/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.27.link.params"; - "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.97.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.28.link.params"; + "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.99.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin/UI -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; "OTHER_SWIFT_FLAGS[sdk=appletvos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-11/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-11/bin/UI -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-11/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-11/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -16153,8 +16396,8 @@ INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/UI/rules_xcodeproj/UIFramework.iOS/Info.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/UI/rules_xcodeproj/UIFramework.iOS/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.13.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.83.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.14.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.85.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; "OTHER_SWIFT_FLAGS[sdk=iphoneos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -16244,8 +16487,8 @@ IPHONEOS_DEPLOYMENT_TARGET = 15.0; IPHONEOS_FILES = "bazel-out/CONFIGURATION-STABLE-17/bin/WidgetExtension/Intents.swift"; IPHONESIMULATOR_FILES = "bazel-out/CONFIGURATION-STABLE-12/bin/WidgetExtension/Intents.swift"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.115.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.185.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.118.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.189.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; "OTHER_SWIFT_FLAGS[sdk=iphoneos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -16324,8 +16567,8 @@ "DEVELOPMENT_TEAM[sdk=watchos*]" = V82V4GQZXM; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin/watchOSAppExtension/rules_xcodeproj/watchOSAppExtension/Info.plist"; "INFOPLIST_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-18/bin/watchOSAppExtension/rules_xcodeproj/watchOSAppExtension/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.121.link.params"; - "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.191.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.124.link.params"; + "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.195.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin/UI -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; "OTHER_SWIFT_FLAGS[sdk=watchos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-18/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-18/bin/UI -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-18/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-18/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -16360,6 +16603,7 @@ "\"bazel-out/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-3/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-4/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -16372,6 +16616,7 @@ "\"bazel-out/CONFIGURATION-STABLE-8/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-8/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-9/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -16393,8 +16638,8 @@ INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Test/SwiftUnitTests/rules_xcodeproj/iOSAppSwiftUnitTests.__internal__.__test_bundle/Info.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/iOSApp/Test/SwiftUnitTests/rules_xcodeproj/iOSAppSwiftUnitTests.__internal__.__test_bundle/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.37.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.103.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.38.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.105.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/usr/lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/Lib/UndesiredSchemes -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/UI -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Test/TestingUtils -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -I -Xcc $(SRCROOT)/iOSApp/Source/CoreUtilsObjC -Xcc -I -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~FXPageControl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~FXPageControl -Xcc \"-DNEEDS_QUOTES=Two words\" -Xcc -DAWESOME -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_swift_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap-module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC/CoreUtilsObjC_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator/GoogleMapsBase.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator/GoogleMapsCore.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator/GoogleMaps.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~FXPageControl/FXPageControl_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/Utils/Utils_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Test/TestingUtils/TestingUtils_modulemap/_/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; "OTHER_SWIFT_FLAGS[sdk=iphoneos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/iPhoneOS.platform/Developer/usr/lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/Lib/UndesiredSchemes -I$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/UI -I$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer -I$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/iOSApp/Source -I$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/iOSApp/Test/TestingUtils -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64 -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64 -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64 -Xcc -I -Xcc $(SRCROOT)/iOSApp/Source/CoreUtilsObjC -Xcc -I -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/iOSApp/Source/CoreUtilsObjC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/external/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~FXPageControl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/external/_main~non_module_deps~FXPageControl -Xcc \"-DNEEDS_QUOTES=Two words\" -Xcc -DAWESOME -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_swift_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap-module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/iOSApp/Source/CoreUtilsObjC/CoreUtilsObjC_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64/GoogleMapsBase.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64/GoogleMapsCore.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64/GoogleMaps.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/external/_main~non_module_deps~FXPageControl/FXPageControl_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/iOSApp/Source/Utils/Utils_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/iOSApp/Test/TestingUtils/TestingUtils_modulemap/_/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -16531,8 +16776,8 @@ INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/AppClip/rules_xcodeproj/AppClip/Info.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/AppClip/rules_xcodeproj/AppClip/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/AppClip.110.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/AppClip.180.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/AppClip.112.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/AppClip.183.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; "OTHER_SWIFT_FLAGS[sdk=iphoneos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -16585,8 +16830,8 @@ INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/UI/rules_xcodeproj/UIFramework.iOS/Info.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/UI/rules_xcodeproj/UIFramework.iOS/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.117.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.187.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.120.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.191.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; "OTHER_SWIFT_FLAGS[sdk=iphoneos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -16662,8 +16907,8 @@ COMPILE_TARGET_NAME = watchOS; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin/Lib/dist/dynamic/rules_xcodeproj/watchOS/Info.plist"; "INFOPLIST_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-9/bin/Lib/dist/dynamic/rules_xcodeproj/watchOS/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.24.link.params"; - "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.94.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.25.link.params"; + "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.96.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PREVIEW_FRAMEWORK_PATHS = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator/CryptoSwift.framework\""; "PREVIEW_FRAMEWORK_PATHS[sdk=watchos*]" = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k/CryptoSwift.framework\""; @@ -16693,6 +16938,7 @@ "\"bazel-out/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-3/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-4/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -16705,6 +16951,7 @@ "\"bazel-out/CONFIGURATION-STABLE-8/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-8/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-9/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -16728,8 +16975,8 @@ INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Test/ObjCUnitTests/rules_xcodeproj/iOSAppObjCUnitTests.__internal__.__test_bundle/Info.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/iOSApp/Test/ObjCUnitTests/rules_xcodeproj/iOSAppObjCUnitTests.__internal__.__test_bundle/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.32.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.101.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.33.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.103.link.params"; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PRODUCT_BUNDLE_IDENTIFIER = "rules-xcodeproj.example.objctests"; @@ -16763,7 +17010,7 @@ COMPILE_TARGET_NAME = tool.library; EXECUTABLE_EXTENSION = ""; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/Proto/rules_xcodeproj/proto/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/proto.50.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/proto.51.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/Proto -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -16806,7 +17053,7 @@ "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/AppClip/rules_xcodeproj/AppClip/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/AppClip.6.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/AppClip.76.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/AppClip.77.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; "OTHER_SWIFT_FLAGS[sdk=iphoneos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -16872,7 +17119,7 @@ COMPILE_TARGET_NAME = tool.library; C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-32/bin/CommandLine/CommandLineTool/tool.library.rules_xcodeproj.c.compile.params"; EXECUTABLE_EXTENSION = binary; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.176.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.179.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; @@ -16927,8 +17174,8 @@ COMPILE_TARGET_NAME = LibFramework.watchOS; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin/Lib/rules_xcodeproj/LibFramework.watchOS/Info.plist"; "INFOPLIST_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-18/bin/Lib/rules_xcodeproj/LibFramework.watchOS/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.119.link.params"; - "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.189.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.122.link.params"; + "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.193.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PREVIEW_FRAMEWORK_PATHS = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator/CryptoSwift.framework\""; "PREVIEW_FRAMEWORK_PATHS[sdk=watchos*]" = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k/CryptoSwift.framework\""; @@ -16996,6 +17243,56 @@ }; name = AppStore; }; + 81ECFEE39AA4AC0AD82F416C /* AppStore */ = { + isa = XCBuildConfiguration; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; + ARCHS = x86_64; + "ARCHS[sdk=iphoneos*]" = arm64; + BAZEL_COMPILE_TARGET_IDS = "@@//ExtensionKitExtension:ExtensionKitExtension.library CONFIGURATION-STABLE-12"; + "BAZEL_COMPILE_TARGET_IDS[sdk=iphoneos*]" = "@@//ExtensionKitExtension:ExtensionKitExtension.library CONFIGURATION-STABLE-17"; + "BAZEL_COMPILE_TARGET_IDS[sdk=iphonesimulator*]" = "$(BAZEL_COMPILE_TARGET_IDS)"; + BAZEL_LABEL = "@@//ExtensionKitExtension:ExtensionKitExtension"; + BAZEL_OUTPUTS_DSYM = "\"bazel-out/CONFIGURATION-STABLE-12/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\""; + "BAZEL_OUTPUTS_DSYM[sdk=iphoneos*]" = "\"bazel-out/CONFIGURATION-STABLE-17/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\""; + BAZEL_OUTPUTS_PRODUCT = "bazel-out/CONFIGURATION-STABLE-12/bin/ExtensionKitExtension/ExtensionKitExtension.appex"; + "BAZEL_OUTPUTS_PRODUCT[sdk=iphoneos*]" = "bazel-out/CONFIGURATION-STABLE-17/bin/ExtensionKitExtension/ExtensionKitExtension.appex"; + BAZEL_OUTPUTS_PRODUCT_BASENAME = ExtensionKitExtension.appex; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-12/bin/ExtensionKitExtension"; + "BAZEL_PACKAGE_BIN_DIR[sdk=iphoneos*]" = "bazel-out/CONFIGURATION-STABLE-17/bin/ExtensionKitExtension"; + BAZEL_TARGET_ID = "@@//ExtensionKitExtension:ExtensionKitExtension CONFIGURATION-STABLE-12"; + "BAZEL_TARGET_ID[sdk=iphoneos*]" = "@@//ExtensionKitExtension:ExtensionKitExtension CONFIGURATION-STABLE-17"; + "BAZEL_TARGET_ID[sdk=iphonesimulator*]" = "$(BAZEL_TARGET_ID)"; + CODE_SIGN_STYLE = Manual; + "CODE_SIGN_STYLE[sdk=iphoneos*]" = Automatic; + COMPILE_TARGET_NAME = ExtensionKitExtension.library; + "DEVELOPMENT_TEAM[sdk=iphoneos*]" = V82V4GQZXM; + INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/ExtensionKitExtension/rules_xcodeproj/ExtensionKitExtension/Info.plist"; + "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/ExtensionKitExtension/rules_xcodeproj/ExtensionKitExtension/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/ExtensionKitExtension.117.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/ExtensionKitExtension.188.link.params"; + OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + "OTHER_SWIFT_FLAGS[sdk=iphoneos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; + PREVIEWS_SWIFT_INCLUDE__ = ""; + PREVIEWS_SWIFT_INCLUDE__NO = ""; + PREVIEWS_SWIFT_INCLUDE__YES = "-I bazel-out/CONFIGURATION-STABLE-12/bin/ExtensionKitExtension"; + "PREVIEWS_SWIFT_INCLUDE__YES[sdk=iphoneos*]" = "-I bazel-out/CONFIGURATION-STABLE-17/bin/ExtensionKitExtension"; + PRODUCT_BUNDLE_IDENTIFIER = "rules-xcodeproj.example.extensionkit-extension"; + PRODUCT_MODULE_NAME = ExtensionKitExtension; + PRODUCT_NAME = ExtensionKitExtension; + SDKROOT = iphoneos; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/ExtensionKitExtension/ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params"; + "SWIFT_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/ExtensionKitExtension/ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params"; + TARGETED_DEVICE_FAMILY = 1; + TARGET_NAME = ExtensionKitExtension; + }; + name = AppStore; + }; 8267BA264578B67840D1E14E /* AppStore */ = { isa = XCBuildConfiguration; buildSettings = { @@ -17017,7 +17314,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = macOSAppUITests.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-16/bin/macOSApp/Test/UITests/rules_xcodeproj/macOSAppUITests.__internal__.__test_bundle/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSAppUITests.145.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSAppUITests.148.link.params"; MACOSX_DEPLOYMENT_TARGET = 12.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/usr/lib -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-16/bin -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -17082,7 +17379,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = tvOSAppUnitTests.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin/tvOSApp/Test/UnitTests/rules_xcodeproj/tvOSAppUnitTests.__internal__.__test_bundle/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUnitTests.147.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUnitTests.150.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/AppleTVSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/AppleTVSimulator.platform/Developer/usr/lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin/UI -I$(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin/tvOSApp/Source -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PREVIEWS_SWIFT_INCLUDE__ = ""; @@ -17119,7 +17416,7 @@ COMPILE_TARGET_NAME = echo_client.library; EXECUTABLE_EXTENSION = ""; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/GRPC/rules_xcodeproj/echo_client/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_client.52.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_client.53.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/GRPC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOLinux_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOWindows_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOAtomics_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIODarwin_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims_modulemap/_/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -17148,7 +17445,7 @@ COMPILE_TARGET_NAME = tool.library; EXECUTABLE_EXTENSION = ""; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/Proto/rules_xcodeproj/proto/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/proto.154.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/proto.157.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/Proto -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -17227,7 +17524,7 @@ COMPILE_TARGET_NAME = aplugin.library; C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/Bundle/aplugin.library.rules_xcodeproj.c.compile.params"; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/Bundle/rules_xcodeproj/Bundle/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/Bundle.28.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/Bundle.29.link.params"; MACOSX_DEPLOYMENT_TARGET = 12.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; @@ -17254,7 +17551,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = macOSLib.framework; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/macOSApp/Source/rules_xcodeproj/macOSLib.framework/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSLib.framework.39.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSLib.framework.40.link.params"; MACOSX_DEPLOYMENT_TARGET = 12.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PREVIEW_FRAMEWORK_PATHS = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/macos-arm64_x86_64/CryptoSwift.framework\""; @@ -17309,8 +17606,8 @@ COMPILE_TARGET_NAME = LibFramework.watchOS; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin/Lib/rules_xcodeproj/LibFramework.watchOS/Info.plist"; "INFOPLIST_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-9/bin/Lib/rules_xcodeproj/LibFramework.watchOS/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.15.link.params"; - "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.85.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.16.link.params"; + "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.87.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PREVIEW_FRAMEWORK_PATHS = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator/CryptoSwift.framework\""; "PREVIEW_FRAMEWORK_PATHS[sdk=watchos*]" = "\"$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k/CryptoSwift.framework\""; @@ -17340,7 +17637,7 @@ COMPILE_TARGET_NAME = echo_server.library; EXECUTABLE_EXTENSION = ""; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/GRPC/rules_xcodeproj/echo_server/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_server.54.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_server.55.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift -I$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/GRPC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOLinux_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOWindows_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOAtomics_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIODarwin_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-25/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims_modulemap/_/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -17374,7 +17671,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = macOSAppUITests.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/macOSApp/Test/UITests/rules_xcodeproj/macOSAppUITests.__internal__.__test_bundle/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSAppUITests.41.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSAppUITests.42.link.params"; MACOSX_DEPLOYMENT_TARGET = 12.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/usr/lib -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -17463,8 +17760,8 @@ INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC/rules_xcodeproj/FrameworkCoreUtilsObjC/Info.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/iOSApp/Source/CoreUtilsObjC/rules_xcodeproj/FrameworkCoreUtilsObjC/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.12.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.82.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.13.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.84.link.params"; OTHER_CPLUSPLUSFLAGS = "$(ASAN_OTHER_CPLUSPLUSFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PREVIEW_FRAMEWORK_PATHS = ""; @@ -17497,7 +17794,7 @@ COMPILE_TARGET_NAME = iMessageAppExtension.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iMessageApp/rules_xcodeproj/iMessageAppExtension/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iMessageAppExtension.35.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iMessageAppExtension.36.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PREVIEWS_SWIFT_INCLUDE__ = ""; @@ -17550,6 +17847,7 @@ "\"bazel-out/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-3/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-4/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -17568,7 +17866,7 @@ COMPILE_TARGET_NAME = iOSAppUITestSuite.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Test/UITests/rules_xcodeproj/iOSAppUITestSuite.__internal__.__test_bundle/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITestSuite.46.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITestSuite.47.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/usr/lib -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_BUNDLE_IDENTIFIER = "rules-xcodeproj.example.uitests"; @@ -17628,7 +17926,7 @@ COMPILE_TARGET_NAME = echo_server.library; EXECUTABLE_EXTENSION = ""; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/GRPC/rules_xcodeproj/echo_server/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_server.158.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_server.161.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_protobuf -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_log -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_collections -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_extras -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_http2 -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_transport_services -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift -I$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/GRPC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift/Sources/CGRPCZlib/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLinux/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOWindows/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOAtomics/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics/Sources/_AtomicsShims/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIODarwin/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/Sources/CNIOLLHTTP/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSL/include -Xcc -isystem -Xcc $(BAZEL_EXTERNAL)/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -isystem -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/Sources/CNIOBoringSSLShims/include -Xcc -DSWIFT_PACKAGE -Xcc -D__APPLE_USE_RFC_3542 -Xcc -DLLHTTP_STRICT_MODE -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_grpc_grpc_swift/CGRPCZlib_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOLinux_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOWindows_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOAtomics_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_atomics/_AtomicsShims_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIODarwin_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio/CNIOLLHTTP_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSL_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-26/bin/external/rules_swift~~non_module_deps~com_github_apple_swift_nio_ssl/CNIOBoringSSLShims_modulemap/_/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -17715,8 +18013,8 @@ COMPILE_TARGET_NAME = UI; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin/UI/rules_xcodeproj/UIFramework.watchOS/Info.plist"; "INFOPLIST_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-18/bin/UI/rules_xcodeproj/UIFramework.watchOS/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.120.link.params"; - "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.190.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.123.link.params"; + "LINK_PARAMS_FILE[sdk=watchos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.194.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-13/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; "OTHER_SWIFT_FLAGS[sdk=watchos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-18/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-18/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-18/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/watchos-arm64_32_armv7k/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -17840,7 +18138,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = CommandLineLibSwiftTestsLib; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-30/bin/CommandLine/Tests/rules_xcodeproj/CommandLineToolTests.__internal__.__test_bundle/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineToolTests.178.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineToolTests.181.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/usr/lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-30/bin/CommandLine/CommandLineToolLib -F$(BAZEL_EXTERNAL)/examples_command_line_external -Xcc -F -Xcc $(BAZEL_EXTERNAL)/examples_command_line_external -Xcc -I -Xcc $(SDKROOT)/usr/include/uuid -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-30/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/examples_command_line_external -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-30/bin/external/examples_command_line_external -Xcc -DSECRET_3=\"Hello\" -Xcc -DSECRET_2=\"World!\" -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-30/bin/CommandLine/CommandLineToolLib/lib_impl_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/CommandLine/swift_interop_hint/c_lib.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/examples_command_line_external/ExternalFramework.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-30/bin/external/examples_command_line_external/Library_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-30/bin/CommandLine/CommandLineToolLib/lib_swift_modulemap/_/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -17978,6 +18276,7 @@ "\"bazel-out/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-12/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-13/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -17990,6 +18289,7 @@ "\"bazel-out/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-17/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-17/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-18/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -18012,8 +18312,8 @@ INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Test/UITests/rules_xcodeproj/iOSAppUITests.__internal__.__test_bundle/Info.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Test/UITests/rules_xcodeproj/iOSAppUITests.__internal__.__test_bundle/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.137.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.206.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.140.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.210.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/usr/lib -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; "OTHER_SWIFT_FLAGS[sdk=iphoneos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/iPhoneOS.platform/Developer/usr/lib -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -18062,8 +18362,8 @@ INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsObjC/rules_xcodeproj/FrameworkCoreUtilsObjC/Info.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/iOSApp/Source/CoreUtilsObjC/rules_xcodeproj/FrameworkCoreUtilsObjC/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.116.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.186.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.119.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.190.link.params"; OTHER_CPLUSPLUSFLAGS = "$(ASAN_OTHER_CPLUSPLUSFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PREVIEW_FRAMEWORK_PATHS = ""; @@ -18121,7 +18421,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = watchOSAppUITests.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin/watchOSApp/Test/UITests/rules_xcodeproj/watchOSAppUITests.__internal__.__test_bundle/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppUITests.44.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppUITests.45.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/WatchSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/WatchSimulator.platform/Developer/usr/lib -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-4/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_BUNDLE_IDENTIFIER = "rules-xcodeproj.example.watchTests"; @@ -18150,6 +18450,7 @@ "\"bazel-out/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-3/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-4/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -18162,6 +18463,7 @@ "\"bazel-out/CONFIGURATION-STABLE-8/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-8/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-8/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-9/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -18184,8 +18486,8 @@ INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Test/UITests/rules_xcodeproj/iOSAppUITests.__internal__.__test_bundle/Info.plist"; "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/iOSApp/Test/UITests/rules_xcodeproj/iOSAppUITests.__internal__.__test_bundle/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.33.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.102.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.34.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.104.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/usr/lib -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; "OTHER_SWIFT_FLAGS[sdk=iphoneos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/iPhoneOS.platform/Developer/usr/lib -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -18214,6 +18516,7 @@ "\"bazel-out/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-3/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-3/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-4/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -18231,7 +18534,7 @@ COMPILE_TARGET_NAME = iOSAppSwiftUnitTestSuite.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Test/SwiftUnitTests/rules_xcodeproj/iOSAppSwiftUnitTestSuite.__internal__.__test_bundle/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTestSuite.48.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTestSuite.49.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/usr/lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/Lib/UndesiredSchemes -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/UI -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Test/TestingUtils -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -I -Xcc $(SRCROOT)/iOSApp/Source/CoreUtilsObjC -Xcc -I -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~FXPageControl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~FXPageControl -Xcc \"-DNEEDS_QUOTES=Two words\" -Xcc -DAWESOME -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_swift_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap-module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/CoreUtilsObjC/CoreUtilsObjC_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator/GoogleMapsBase.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator/GoogleMapsCore.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator/GoogleMaps.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~FXPageControl/FXPageControl_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Source/Utils/Utils_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/iOSApp/Test/TestingUtils/TestingUtils_modulemap/_/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PREVIEWS_SWIFT_INCLUDE__ = ""; @@ -18312,6 +18615,7 @@ "\"bazel-out/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-12/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-13/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -18329,7 +18633,7 @@ COMPILE_TARGET_NAME = iOSAppSwiftUnitTestSuite.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Test/SwiftUnitTests/rules_xcodeproj/iOSAppSwiftUnitTestSuite.__internal__.__test_bundle/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTestSuite.152.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTestSuite.155.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/usr/lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/Lib/UndesiredSchemes -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/Lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/UI -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source -I$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Test/TestingUtils -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator -Xcc -I -Xcc $(SRCROOT)/iOSApp/Source/CoreUtilsObjC -Xcc -I -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsObjC -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/external/_main~non_module_deps~com_google_google_maps -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~FXPageControl -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/external/_main~non_module_deps~FXPageControl -Xcc \"-DNEEDS_QUOTES=Two words\" -Xcc -DAWESOME -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_swift_modulemap_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsMixed/MixedAnswer/MixedAnswer_objc_modulemap-module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsObjC/CoreUtilsObjC_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsBase.xcframework/ios-arm64_x86_64-simulator/GoogleMapsBase.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMapsCore.xcframework/ios-arm64_x86_64-simulator/GoogleMapsCore.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_google_google_maps/GoogleMaps.xcframework/ios-arm64_x86_64-simulator/GoogleMaps.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/external/_main~non_module_deps~FXPageControl/FXPageControl_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Source/Utils/Utils_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Test/TestingUtils/TestingUtils_modulemap/_/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; PREVIEWS_SWIFT_INCLUDE__ = ""; @@ -18383,8 +18687,8 @@ IPHONEOS_DEPLOYMENT_TARGET = 15.0; IPHONEOS_FILES = "bazel-out/CONFIGURATION-STABLE-8/bin/WidgetExtension/Intents.swift"; IPHONESIMULATOR_FILES = "bazel-out/CONFIGURATION-STABLE-3/bin/WidgetExtension/Intents.swift"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.11.link.params"; - "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.81.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.12.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.83.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; "OTHER_SWIFT_FLAGS[sdk=iphoneos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7/CryptoSwift.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -18477,7 +18781,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = tvOSAppUITests.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin/tvOSApp/Test/UITests/rules_xcodeproj/tvOSAppUITests.__internal__.__test_bundle/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUITests.42.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUITests.43.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/AppleTVSimulator.platform/Developer/Library/Frameworks -F$(SDKROOT)/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/AppleTVSimulator.platform/Developer/usr/lib -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-6/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; PRODUCT_BUNDLE_IDENTIFIER = "rules-xcodeproj.example.uitests"; @@ -18553,7 +18857,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = CommandLineLibSwiftTestsLib; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-27/bin/CommandLine/Tests/rules_xcodeproj/CommandLineToolTests.__internal__.__test_bundle/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineToolTests.74.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineToolTests.75.link.params"; MACOSX_DEPLOYMENT_TARGET = 11.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/usr/lib -I$(BAZEL_OUT)/CONFIGURATION-STABLE-27/bin/CommandLine/CommandLineToolLib -F$(BAZEL_EXTERNAL)/examples_command_line_external -Xcc -F -Xcc $(BAZEL_EXTERNAL)/examples_command_line_external -Xcc -I -Xcc $(SDKROOT)/usr/include/uuid -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-27/bin -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/examples_command_line_external -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-27/bin/external/examples_command_line_external -Xcc -DSECRET_3=\"Hello\" -Xcc -DSECRET_2=\"World!\" -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-27/bin/CommandLine/CommandLineToolLib/lib_impl_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/CommandLine/swift_interop_hint/c_lib.modulemap -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/examples_command_line_external/ExternalFramework.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-27/bin/external/examples_command_line_external/Library_modulemap/_/module.modulemap -Xcc -fmodule-map-file=$(BAZEL_OUT)/CONFIGURATION-STABLE-27/bin/CommandLine/CommandLineToolLib/lib_swift_modulemap/_/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -18570,6 +18874,55 @@ }; name = Debug; }; + DD69A327C2F487288D542B9C /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + APPLICATION_EXTENSION_API_ONLY = YES; + ARCHS = x86_64; + "ARCHS[sdk=iphoneos*]" = arm64; + BAZEL_COMPILE_TARGET_IDS = "@@//ExtensionKitExtension:ExtensionKitExtension.library CONFIGURATION-STABLE-3"; + "BAZEL_COMPILE_TARGET_IDS[sdk=iphoneos*]" = "@@//ExtensionKitExtension:ExtensionKitExtension.library CONFIGURATION-STABLE-8"; + "BAZEL_COMPILE_TARGET_IDS[sdk=iphonesimulator*]" = "$(BAZEL_COMPILE_TARGET_IDS)"; + BAZEL_LABEL = "@@//ExtensionKitExtension:ExtensionKitExtension"; + BAZEL_OUTPUTS_DSYM = "\"bazel-out/CONFIGURATION-STABLE-3/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\""; + "BAZEL_OUTPUTS_DSYM[sdk=iphoneos*]" = "\"bazel-out/CONFIGURATION-STABLE-8/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\""; + BAZEL_OUTPUTS_PRODUCT = "bazel-out/CONFIGURATION-STABLE-3/bin/ExtensionKitExtension/ExtensionKitExtension.appex"; + "BAZEL_OUTPUTS_PRODUCT[sdk=iphoneos*]" = "bazel-out/CONFIGURATION-STABLE-8/bin/ExtensionKitExtension/ExtensionKitExtension.appex"; + BAZEL_OUTPUTS_PRODUCT_BASENAME = ExtensionKitExtension.appex; + BAZEL_PACKAGE_BIN_DIR = "bazel-out/CONFIGURATION-STABLE-3/bin/ExtensionKitExtension"; + "BAZEL_PACKAGE_BIN_DIR[sdk=iphoneos*]" = "bazel-out/CONFIGURATION-STABLE-8/bin/ExtensionKitExtension"; + BAZEL_TARGET_ID = "@@//ExtensionKitExtension:ExtensionKitExtension CONFIGURATION-STABLE-3"; + "BAZEL_TARGET_ID[sdk=iphoneos*]" = "@@//ExtensionKitExtension:ExtensionKitExtension CONFIGURATION-STABLE-8"; + "BAZEL_TARGET_ID[sdk=iphonesimulator*]" = "$(BAZEL_TARGET_ID)"; + CODE_SIGN_STYLE = Manual; + "CODE_SIGN_STYLE[sdk=iphoneos*]" = Automatic; + COMPILE_TARGET_NAME = ExtensionKitExtension.library; + "DEVELOPMENT_TEAM[sdk=iphoneos*]" = V82V4GQZXM; + INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/ExtensionKitExtension/rules_xcodeproj/ExtensionKitExtension/Info.plist"; + "INFOPLIST_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/ExtensionKitExtension/rules_xcodeproj/ExtensionKitExtension/Info.plist"; + IPHONEOS_DEPLOYMENT_TARGET = 15.0; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/ExtensionKitExtension.11.link.params"; + "LINK_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/ExtensionKitExtension.82.link.params"; + OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; + OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + "OTHER_SWIFT_FLAGS[sdk=iphoneos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; + PREVIEWS_SWIFT_INCLUDE__ = ""; + PREVIEWS_SWIFT_INCLUDE__NO = ""; + PREVIEWS_SWIFT_INCLUDE__YES = "-I bazel-out/CONFIGURATION-STABLE-3/bin/ExtensionKitExtension"; + "PREVIEWS_SWIFT_INCLUDE__YES[sdk=iphoneos*]" = "-I bazel-out/CONFIGURATION-STABLE-8/bin/ExtensionKitExtension"; + PRODUCT_BUNDLE_IDENTIFIER = "rules-xcodeproj.example.extensionkit-extension"; + PRODUCT_MODULE_NAME = ExtensionKitExtension; + PRODUCT_NAME = ExtensionKitExtension; + SDKROOT = iphoneos; + SUPPORTED_PLATFORMS = "iphonesimulator iphoneos"; + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES; + SWIFT_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/ExtensionKitExtension/ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params"; + "SWIFT_PARAMS_FILE[sdk=iphoneos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/ExtensionKitExtension/ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params"; + TARGETED_DEVICE_FAMILY = 1; + TARGET_NAME = ExtensionKitExtension; + }; + name = Debug; + }; DEC12D6B0A174761389E9100 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -18634,7 +18987,7 @@ COMPILE_TARGET_NAME = tool; C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-2/bin/cc/tool/tool.rules_xcodeproj.c.compile.params"; EXECUTABLE_EXTENSION = ""; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tool.108.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tool.110.link.params"; MACOSX_DEPLOYMENT_TARGET = 12.0; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; @@ -18659,6 +19012,7 @@ "\"bazel-out/CONFIGURATION-STABLE-12/bin/iOSApp/Source/CoreUtilsObjC/FrameworkCoreUtilsObjC_dsyms/CoreUtilsObjC.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/Lib/LibFramework.iOS.framework.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/UI/UIFramework.iOS.framework.dSYM\"", + "\"bazel-out/CONFIGURATION-STABLE-12/bin/ExtensionKitExtension/ExtensionKitExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/WidgetExtension/WidgetExtension.appex.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-12/bin/AppClip/AppClip.app.dSYM\"", "\"bazel-out/CONFIGURATION-STABLE-13/bin/Lib/LibFramework.watchOS.framework.dSYM\"", @@ -18677,7 +19031,7 @@ C_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Test/ObjCUnitTests/iOSAppObjCUnitTestSuite.library.rules_xcodeproj.c.compile.params"; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/iOSApp/Test/ObjCUnitTests/rules_xcodeproj/iOSAppObjCUnitTestSuite.__internal__.__test_bundle/Info.plist"; IPHONEOS_DEPLOYMENT_TARGET = 15.0; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTestSuite.151.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTestSuite.154.link.params"; OTHER_CFLAGS = "$(ASAN_OTHER_CFLAGS__$(CLANG_ADDRESS_SANITIZER))"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; PRODUCT_BUNDLE_IDENTIFIER = "rules-xcodeproj.example.objctests"; @@ -18735,7 +19089,7 @@ CODE_SIGN_STYLE = Manual; COMPILE_TARGET_NAME = macOSApp.library; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/macOSApp/Source/rules_xcodeproj/macOSApp/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSApp.40.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSApp.41.link.params"; MACOSX_DEPLOYMENT_TARGET = 12.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/macos-arm64_x86_64 -F$(SRCROOT)/macOSApp/third_party -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/macos-arm64_x86_64 -Xcc -F -Xcc $(SRCROOT)/macOSApp/third_party -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/macos-arm64_x86_64/CryptoSwift.framework/Modules/module.modulemap -Xcc -fmodule-map-file=$(SRCROOT)/macOSApp/third_party/ExampleFramework.framework/Modules/module.modulemap -Xcc -O0 -Xcc -DDEBUG=1 -Xcc -fstack-protector -Xcc -fstack-protector-all"; @@ -18817,7 +19171,7 @@ BAZEL_TARGET_ID = "@@//CommandLine/Tests:BasicTests CONFIGURATION-STABLE-34"; "BAZEL_TARGET_ID[sdk=macosx*]" = "$(BAZEL_TARGET_ID)"; COMPILE_TARGET_NAME = BasicTests; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/BasicTests.177.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/BasicTests.180.link.params"; MACOSX_DEPLOYMENT_TARGET = 12.0; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) @$(DERIVED_FILE_DIR)/swift.compile.params -F$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/Library/Frameworks -I$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/usr/lib -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-34/bin -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -18976,8 +19330,8 @@ COMPILE_TARGET_NAME = UI; INFOPLIST_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin/UI/rules_xcodeproj/UIFramework.tvOS/Info.plist"; "INFOPLIST_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-20/bin/UI/rules_xcodeproj/UIFramework.tvOS/Info.plist"; - LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.130.link.params"; - "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.200.link.params"; + LINK_PARAMS_FILE = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.133.link.params"; + "LINK_PARAMS_FILE[sdk=appletvos*]" = "$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.204.link.params"; OTHER_LDFLAGS = "@$(DERIVED_FILE_DIR)/link.params"; OTHER_SWIFT_FLAGS = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-15/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; "OTHER_SWIFT_FLAGS[sdk=appletvos*]" = "-Xcc -working-directory -Xcc $(PROJECT_DIR) -working-directory $(PROJECT_DIR) -Xcc -ivfsoverlay $(PREVIEWS_SWIFT_INCLUDE__$(ENABLE_PREVIEWS)) @$(DERIVED_FILE_DIR)/swift.compile.params -I$(BAZEL_OUT)/CONFIGURATION-STABLE-20/bin/Lib -F$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64 -Xcc -F -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64 -Xcc -iquote -Xcc $(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-20/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -Xcc -iquote -Xcc $(PROJECT_DIR) -Xcc -iquote -Xcc $(BAZEL_OUT)/CONFIGURATION-STABLE-20/bin -Xcc -fmodule-map-file=$(BAZEL_EXTERNAL)/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/tvos-arm64/CryptoSwift.framework/Modules/module.modulemap -Xcc -Os -Xcc -DNDEBUG=1 -Xcc -Wno-unused-variable -Xcc -Winit-self -Xcc -Wno-extra"; @@ -19475,6 +19829,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Debug; }; + A35FDDC994BA072386996965 /* Build configuration list for PBXNativeTarget "ExtensionKitExtension" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 81ECFEE39AA4AC0AD82F416C /* AppStore */, + DD69A327C2F487288D542B9C /* Debug */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; A7E24DE0AE2A97C9492DF438 /* Build configuration list for PBXNativeTarget "LibSwift (x86_64) (71903)" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/AppStore-swift_debug_settings.py b/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/AppStore-swift_debug_settings.py index 285df5b2b3..66f7fe95e5 100755 --- a/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/AppStore-swift_debug_settings.py +++ b/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/AppStore-swift_debug_settings.py @@ -26,6 +26,9 @@ "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-17/bin/Lib" ] }, + "arm64-apple-ios ExtensionKitExtension.appex/ExtensionKitExtension": { + "c": "-iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-17/bin -Os -DNDEBUG=1 -Wno-unused-variable -Winit-self -Wno-extra" + }, "arm64-apple-ios Lib.framework/Lib": { "c": "-F$(PROJECT_DIR)/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -iquote$(PROJECT_DIR)/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-17/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-17/bin -fmodule-map-file=$(PROJECT_DIR)/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7/CryptoSwift.framework/Modules/module.modulemap -Os -DNDEBUG=1 -Wno-unused-variable -Winit-self -Wno-extra", "f": [ @@ -193,6 +196,9 @@ "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-12/bin/Lib" ] }, + "x86_64-apple-ios-simulator ExtensionKitExtension.appex/ExtensionKitExtension": { + "c": "-iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-12/bin -Os -DNDEBUG=1 -Wno-unused-variable -Winit-self -Wno-extra" + }, "x86_64-apple-ios-simulator Lib.framework/Lib": { "c": "-F$(PROJECT_DIR)/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -iquote$(PROJECT_DIR)/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-12/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-12/bin -fmodule-map-file=$(PROJECT_DIR)/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -Os -DNDEBUG=1 -Wno-unused-variable -Winit-self -Wno-extra", "f": [ diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/Debug-swift_debug_settings.py b/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/Debug-swift_debug_settings.py index 2ba6c51f7f..e9f2cd9c36 100755 --- a/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/Debug-swift_debug_settings.py +++ b/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/bazel/Debug-swift_debug_settings.py @@ -26,6 +26,9 @@ "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-8/bin/Lib" ] }, + "arm64-apple-ios ExtensionKitExtension.appex/ExtensionKitExtension": { + "c": "-iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-8/bin -O0 -DDEBUG=1 -fstack-protector -fstack-protector-all" + }, "arm64-apple-ios Lib.framework/Lib": { "c": "-F$(PROJECT_DIR)/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7 -iquote$(PROJECT_DIR)/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-8/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-8/bin -fmodule-map-file=$(PROJECT_DIR)/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_armv7/CryptoSwift.framework/Modules/module.modulemap -O0 -DDEBUG=1 -fstack-protector -fstack-protector-all", "f": [ @@ -193,6 +196,9 @@ "$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-3/bin/Lib" ] }, + "x86_64-apple-ios-simulator ExtensionKitExtension.appex/ExtensionKitExtension": { + "c": "-iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-3/bin -O0 -DDEBUG=1 -fstack-protector -fstack-protector-all" + }, "x86_64-apple-ios-simulator Lib.framework/Lib": { "c": "-F$(PROJECT_DIR)/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator -iquote$(PROJECT_DIR)/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-3/bin/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift -iquote$(PROJECT_DIR) -iquote$(PROJECT_DIR)/bazel-out/CONFIGURATION-STABLE-3/bin -fmodule-map-file=$(PROJECT_DIR)/external/_main~non_module_deps~com_github_krzyzanowskim_cryptoswift/CryptoSwift.xcframework/ios-arm64_i386_x86_64-simulator/CryptoSwift.framework/Modules/module.modulemap -O0 -DDEBUG=1 -fstack-protector -fstack-protector-all", "f": [ diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist b/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist index 1985217b7f..9ae61584f7 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist +++ b/examples/integration/test/fixtures/bwb.xcodeproj/rules_xcodeproj/generated.xcfilelist @@ -1,113 +1,117 @@ -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/AppClip.110.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/AppClip.180.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/AppClip.112.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/AppClip.183.link.params $(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/AppClip.6.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/AppClip.76.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/BasicTests.177.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/BasicTests.73.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/Bundle.132.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/Bundle.28.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineTool.164.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineTool.60.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineToolTests.178.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineToolTests.74.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.116.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.12.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.186.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.82.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.129.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.199.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.25.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.95.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.119.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.15.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.189.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.85.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.117.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.13.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.187.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.83.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.130.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.200.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.26.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.96.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.120.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.16.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.190.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.86.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.170.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.176.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.66.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.72.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.11.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.115.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.185.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.81.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_client.156.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_client.52.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_server.158.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_server.54.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iMessageAppExtension.139.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iMessageAppExtension.35.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.125.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.195.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.21.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.91.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.123.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.19.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.193.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.89.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTestSuite.151.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTestSuite.47.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.101.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.136.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.205.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.32.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTestSuite.152.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTestSuite.48.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.103.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.141.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.207.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.37.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITestSuite.150.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITestSuite.46.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.102.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.137.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.206.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.33.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSApp.144.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSApp.40.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSAppUITests.145.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSAppUITests.41.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSLib.framework.143.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSLib.framework.39.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/proto.154.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/proto.50.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tool.108.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/AppClip.77.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/BasicTests.180.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/BasicTests.74.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/Bundle.135.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/Bundle.29.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineTool.167.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineTool.61.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineToolTests.181.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/CommandLineToolTests.75.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/ExtensionKitExtension.11.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/ExtensionKitExtension.117.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/ExtensionKitExtension.188.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/ExtensionKitExtension.82.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.119.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.13.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.190.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/FrameworkCoreUtilsObjC.84.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.132.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.203.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.26.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.tvOS.97.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.122.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.16.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.193.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/LibFramework.watchOS.87.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.120.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.14.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.191.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.iOS.85.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.133.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.204.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.27.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.tvOS.98.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.123.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.17.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.194.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UIFramework.watchOS.88.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.173.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.179.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.67.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/UniversalCommandLineTool.73.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.118.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.12.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.189.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/WidgetExtension.83.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_client.159.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_client.53.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_server.161.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/echo_server.55.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iMessageAppExtension.142.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iMessageAppExtension.36.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.128.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.199.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.22.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOS.93.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.126.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.197.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.20.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSApp.91.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTestSuite.154.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTestSuite.48.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.103.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.139.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.209.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppObjCUnitTests.33.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTestSuite.155.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTestSuite.49.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.105.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.144.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.211.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppSwiftUnitTests.38.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITestSuite.153.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITestSuite.47.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.104.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.140.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.210.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/iOSAppUITests.34.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSApp.147.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSApp.41.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSAppUITests.148.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSAppUITests.42.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSLib.framework.146.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/macOSLib.framework.40.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/proto.157.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/proto.51.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tool.110.link.params $(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tool.4.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.127.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.197.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.23.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.93.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.131.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.201.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.27.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.97.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUITests.146.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUITests.42.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUnitTests.147.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUnitTests.43.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.128.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.198.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.24.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.94.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.121.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.17.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.191.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.87.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtensionUnitTests.149.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtensionUnitTests.45.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppUITests.148.link.params -$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppUITests.44.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.130.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.201.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.24.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOS.95.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.134.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.205.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.28.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSApp.99.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUITests.149.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUITests.43.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUnitTests.150.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/tvOSAppUnitTests.44.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.131.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.202.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.25.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOS.96.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.124.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.18.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.195.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtension.89.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtensionUnitTests.152.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppExtensionUnitTests.46.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppUITests.151.link.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-0/bin/external/rules_xcodeproj~~internal~rules_xcodeproj_generated/generator/test/fixtures/xcodeproj_bwb/xcodeproj_bwb-params/watchOSAppUITests.45.link.params $(BAZEL_OUT)/CONFIGURATION-STABLE-1/bin/cc/lib/cc_lib_defines.rules_xcodeproj.c.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-1/bin/cc/lib/impl/cc_lib_impl.rules_xcodeproj.c.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-1/bin/cc/lib2/_virtual_includes/cc_lib_impl/lib2_prefix/lib2.h @@ -130,6 +134,8 @@ $(BAZEL_OUT)/CONFIGURATION-STABLE-11/bin/tvOSApp/Source/tvOSApp.library.rules_xc $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/AppClip/AppClip.library.rules_xcodeproj.swift.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/AppClip/Entitlements.withbundleid.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/AppClip/rules_xcodeproj/AppClip/Info.plist +$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/ExtensionKitExtension/ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/ExtensionKitExtension/rules_xcodeproj/ExtensionKitExtension/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/Lib/Lib.rules_xcodeproj.swift.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/Lib/Lib.swift $(BAZEL_OUT)/CONFIGURATION-STABLE-12/bin/Lib/UndesiredSchemes/UndesiredScheme_Swift.rules_xcodeproj.swift.compile.params @@ -219,6 +225,8 @@ $(BAZEL_OUT)/CONFIGURATION-STABLE-16/bin/macOSApp/Test/UITests/rules_xcodeproj/m $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/AppClip/AppClip.library.rules_xcodeproj.swift.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/AppClip/Entitlements.withbundleid.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/AppClip/rules_xcodeproj/AppClip/Info.plist +$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/ExtensionKitExtension/ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/ExtensionKitExtension/rules_xcodeproj/ExtensionKitExtension/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/Lib/Lib.rules_xcodeproj.swift.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/Lib/Lib.swift $(BAZEL_OUT)/CONFIGURATION-STABLE-17/bin/Lib/UndesiredSchemes/UndesiredScheme_Swift.rules_xcodeproj.swift.compile.params @@ -355,6 +363,8 @@ $(BAZEL_OUT)/CONFIGURATION-STABLE-29/bin/CommandLine/swift_interop_hint/c_lib.ru $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/AppClip/AppClip.library.rules_xcodeproj.swift.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/AppClip/Entitlements.withbundleid.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/AppClip/rules_xcodeproj/AppClip/Info.plist +$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/ExtensionKitExtension/ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/ExtensionKitExtension/rules_xcodeproj/ExtensionKitExtension/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/Lib/Lib.rules_xcodeproj.swift.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/Lib/Lib.swift $(BAZEL_OUT)/CONFIGURATION-STABLE-3/bin/Lib/UndesiredSchemes/UndesiredScheme_Swift.rules_xcodeproj.swift.compile.params @@ -471,6 +481,8 @@ $(BAZEL_OUT)/CONFIGURATION-STABLE-7/bin/macOSApp/Test/UITests/rules_xcodeproj/ma $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/AppClip/AppClip.library.rules_xcodeproj.swift.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/AppClip/Entitlements.withbundleid.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/AppClip/rules_xcodeproj/AppClip/Info.plist +$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/ExtensionKitExtension/ExtensionKitExtension.library.rules_xcodeproj.swift.compile.params +$(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/ExtensionKitExtension/rules_xcodeproj/ExtensionKitExtension/Info.plist $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/Lib/Lib.rules_xcodeproj.swift.compile.params $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/Lib/Lib.swift $(BAZEL_OUT)/CONFIGURATION-STABLE-8/bin/Lib/UndesiredSchemes/UndesiredScheme_Swift.rules_xcodeproj.swift.compile.params diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/ExtensionKitExtension.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/ExtensionKitExtension.xcscheme new file mode 100644 index 0000000000..f60b4762d3 --- /dev/null +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/ExtensionKitExtension.xcscheme @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOSApp.xcscheme b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOSApp.xcscheme index c593464c7e..506645de4e 100644 --- a/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOSApp.xcscheme +++ b/examples/integration/test/fixtures/bwb.xcodeproj/xcshareddata/xcschemes/iOSApp.xcscheme @@ -82,6 +82,20 @@ ReferencedContainer = "container:../../../../../test/fixtures/bwb.xcodeproj"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +