From 4ca9cba93469ed21b80d31d909c53fa771df368e Mon Sep 17 00:00:00 2001 From: James Hugman Date: Mon, 23 Oct 2023 19:55:33 +0100 Subject: [PATCH] Trigger FML generate on every build --- Client.xcodeproj/project.pbxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Client.xcodeproj/project.pbxproj b/Client.xcodeproj/project.pbxproj index 0312e69674f6..9756f1d13aab 100644 --- a/Client.xcodeproj/project.pbxproj +++ b/Client.xcodeproj/project.pbxproj @@ -11953,14 +11953,14 @@ }; 5FA2232C27F6FA69005B3D87 /* Nimbus Feature Manifest Generator Script */ = { isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; buildActionMask = 12; files = ( ); inputFileListPaths = ( ); inputPaths = ( - "$(SRCROOT)/nimbus.fml.yaml", - "$(SRCROOT)/bin/nimbus-fml.sh", + "$(SOURCE_ROOT)/nimbus.fml.yaml", ); name = "Nimbus Feature Manifest Generator Script"; outputFileListPaths = ( @@ -11970,7 +11970,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "if [ $ACTION != \"indexbuild\" ]; then\n bash $PWD/bin/nimbus-fml.sh --verbose\nfi\n"; + shellScript = "if [ $ACTION != \"indexbuild\" ]; then\n bash $SOURCE_ROOT/bin/nimbus-fml.sh --verbose\nfi\n"; }; 871F34442AD0A291006E34EE /* ShellScript */ = { isa = PBXShellScriptBuildPhase;