From a4e68c68cf6b2364846937ac93e30ade58878a3e Mon Sep 17 00:00:00 2001 From: Jason Perkins Date: Thu, 13 Sep 2012 16:43:44 -0400 Subject: Pull 1: Fixed path to Info.plist in Xcode projects (Adrien Anselme) --- tests/actions/xcode/test_xcode_project.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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"; }; -- cgit v1.2.3