From 8d6593054df2e474a4b697859ffe91535f0d793d Mon Sep 17 00:00:00 2001 From: Ali <> Date: Fri, 25 Aug 2023 13:01:43 +0400 Subject: [PATCH] Fixes for Xcode 14.3 --- build-system/bazel-rules/rules_apple | 2 +- tools/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-system/bazel-rules/rules_apple b/build-system/bazel-rules/rules_apple index 7a2573377d..c9794f7925 160000 --- a/build-system/bazel-rules/rules_apple +++ b/build-system/bazel-rules/rules_apple @@ -1 +1 @@ -Subproject commit 7a2573377d1cc233a487b4ce6070f5077765bc6e +Subproject commit c9794f7925f304bc163e91f026123472f88c00eb diff --git a/tools/main.cpp b/tools/main.cpp index 90a4b235c5..58e3a6a546 100644 --- a/tools/main.cpp +++ b/tools/main.cpp @@ -38,7 +38,7 @@ static bool cleanArch(std::vector &archData, bool &isEncrypted) { offset += sizeof(struct mach_header_64); break; default: - return nullptr; + return false; } uint32_t commandCount = swap32(header->ncmds);