From 317f81691a8d196bbe19febc085aa45a025a485c Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Fri, 1 Jun 2018 09:32:11 +0200 Subject: [PATCH] fix silly mistake --- LiblinphoneTester/MasterView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LiblinphoneTester/MasterView.m b/LiblinphoneTester/MasterView.m index c2ad82173..f12532d63 100644 --- a/LiblinphoneTester/MasterView.m +++ b/LiblinphoneTester/MasterView.m @@ -63,7 +63,7 @@ void tester_logs_handler(int level, const char *fmt, va_list args) { LOGI(@"Bundle path: %@", bundlePath); LOGI(@"Writable path: %@", writablePath); -#if 0//(TARGET_OS_SIMULATOR) +#if TARGET_OS_SIMULATOR char *xmlFile = bc_tester_file("LibLinphoneIOS.xml"); char *args[] = {"--xml-file", xmlFile}; bc_tester_parse_args(2, args, 0);