From 2e6c4358bbcf678bb7c12b79a6f278657be2e028 Mon Sep 17 00:00:00 2001 From: Dinesh Harjani Date: Mon, 17 Jun 2024 16:22:08 +0100 Subject: [PATCH] Patch to Remove "Always Running Script" Xcode Issue This is for the script that updates the Build Number. It's a Patch rather than a Fix, but whenever I've tried something else to go for this, then it didn't update when it was needed so, better just run it every time. --- Example/nRF Connect Device Manager.xcodeproj/project.pbxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Example/nRF Connect Device Manager.xcodeproj/project.pbxproj b/Example/nRF Connect Device Manager.xcodeproj/project.pbxproj index 236c48d..cd6980b 100644 --- a/Example/nRF Connect Device Manager.xcodeproj/project.pbxproj +++ b/Example/nRF Connect Device Manager.xcodeproj/project.pbxproj @@ -316,6 +316,7 @@ }; AA1FA7F62816B127004D8497 /* ShellScript */ = { isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; buildActionMask = 2147483647; files = ( );