Skip to content

Commit

Permalink
Fix incremental macos/ios/tvos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven committed Jan 8, 2024
1 parent fc10539 commit 8ad08e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pkg/apple/RetroArch_Metal.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1667,17 +1667,18 @@
};
07340E8B2B4750520076B75D /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"$(SRCROOT)/.git/**",
);
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/git_version.h",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down
6 changes: 4 additions & 2 deletions pkg/apple/RetroArch_iOS13.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1401,17 +1401,18 @@
/* Begin PBXShellScriptBuildPhase section */
07340E8C2B47A4290076B75D /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"$(SRCROOT)/.git/**",
);
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/git_version.h",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand All @@ -1420,17 +1421,18 @@
};
07340E8D2B47A4910076B75D /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"$(SRCROOT)/.git/**",
);
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/git_version.h",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down

0 comments on commit 8ad08e0

Please sign in to comment.