This commit is contained in:
twinaphex 2016-01-10 01:52:54 +01:00
parent fdb5f10c71
commit 814838badf

View File

@ -385,6 +385,7 @@ static void frontend_darwin_get_environment_settings(int *argc, char *argv[],
NSString *path = [[NSBundle mainBundle] pathForResource:@"assets" ofType:@"zip"];
NSURL *url = [NSURL fileURLWithPath:path];
if (url)
NSLog(@"url from bundle: %@", url);
#endif