Skip to content

Commit

Permalink
Trigger FML generate on every build
Browse files Browse the repository at this point in the history
  • Loading branch information
jhugman committed Oct 24, 2023
1 parent 801a97f commit 4ca9cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Client.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand All @@ -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;
Expand Down

0 comments on commit 4ca9cba

Please sign in to comment.