fix silly mistake

This commit is contained in:
Benjamin Reis 2018-06-01 09:32:11 +02:00
parent da980b6dab
commit 317f81691a

View file

@ -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);