Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/actions/xcode/test_xcode_project.lua')
-rw-r--r--tests/actions/xcode/test_xcode_project.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/actions/xcode/test_xcode_project.lua b/tests/actions/xcode/test_xcode_project.lua
index 93a3fe7..a5071fe 100644
--- a/tests/actions/xcode/test_xcode_project.lua
+++ b/tests/actions/xcode/test_xcode_project.lua
@@ -961,7 +961,7 @@
end
function suite.XCBuildConfigurationTarget_OnInfoPlist()
- files { "MyProject-Info.plist" }
+ files { "../../MyProject-Info.plist" }
prepare()
xcode.XCBuildConfiguration_Target(tr, tr.products.children[1], tr.configs[1])
test.capture [[
@@ -972,7 +972,7 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_DYNAMIC_NO_PIC = NO;
GCC_MODEL_TUNING = G5;
- INFOPLIST_FILE = "MyProject-Info.plist";
+ INFOPLIST_FILE = "../../MyProject-Info.plist";
INSTALL_PATH = /usr/local/bin;
PRODUCT_NAME = "MyProject";
};