N/A
This commit is contained in:
parent
814838badf
commit
243487dd56
|
@ -383,10 +383,12 @@ static void frontend_darwin_get_environment_settings(int *argc, char *argv[],
|
||||||
if (major > 8)
|
if (major > 8)
|
||||||
strlcpy(g_defaults.path.buildbot_server_url, "http://buildbot.libretro.com/nightly/apple/ios9/latest/", sizeof(g_defaults.path.buildbot_server_url));
|
strlcpy(g_defaults.path.buildbot_server_url, "http://buildbot.libretro.com/nightly/apple/ios9/latest/", sizeof(g_defaults.path.buildbot_server_url));
|
||||||
|
|
||||||
|
#if 0
|
||||||
NSString *path = [[NSBundle mainBundle] pathForResource:@"assets" ofType:@"zip"];
|
NSString *path = [[NSBundle mainBundle] pathForResource:@"assets" ofType:@"zip"];
|
||||||
NSURL *url = [NSURL fileURLWithPath:path];
|
NSURL *url = [NSURL fileURLWithPath:path];
|
||||||
if (url)
|
if (url)
|
||||||
NSLog(@"url from bundle: %@", url);
|
NSLog(@"url from bundle: %@", url);
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
CFTemporaryDirectory(temp_dir, sizeof(temp_dir));
|
CFTemporaryDirectory(temp_dir, sizeof(temp_dir));
|
||||||
|
|
Loading…
Reference in New Issue