summaryrefslogtreecommitdiff
path: root/cpp/test
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2023-03-08 16:20:12 +0100
committerJose <jose@zeroc.com>2023-03-08 16:20:12 +0100
commit544e5e426367af8bd261281ea952e755060948bf (patch)
tree79675751e5a1a190c8cdfee21392e03010b0dd11 /cpp/test
parentXcode 14.3 beta2 build fixes (#1463) (diff)
downloadice-544e5e426367af8bd261281ea952e755060948bf.tar.bz2
ice-544e5e426367af8bd261281ea952e755060948bf.tar.xz
ice-544e5e426367af8bd261281ea952e755060948bf.zip
Fix Xcode run script warnings
Xcode emits a warning when a script doesn't specify any input or outputs, setting alwaysOutOfData tells Xcode that the script is intended to run on every build and avoids the warning.
Diffstat (limited to 'cpp/test')
-rw-r--r--cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj b/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj
index 910431a42a4..f6a520816c0 100644
--- a/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj
+++ b/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj
@@ -440,6 +440,7 @@
/* Begin PBXShellScriptBuildPhase section */
148ABA141DF9B74A00594F70 /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
+ alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
@@ -454,6 +455,7 @@
};
148ABA501DFEEAEE00594F70 /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
+ alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);