forked from mirrors/linphone-iphone
fix silly mistake
This commit is contained in:
parent
da980b6dab
commit
317f81691a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue