mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Solved compilation warnings
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
fileManager = [NSFileManager defaultManager];
|
||||
applicationSupportFolder = [self applicationSupportFolder];
|
||||
if ( ![fileManager fileExistsAtPath:applicationSupportFolder isDirectory:NULL] ) {
|
||||
[fileManager createDirectoryAtPath:applicationSupportFolder attributes:nil];
|
||||
[fileManager createDirectoryAtPath:applicationSupportFolder withIntermediateDirectories:YES attributes:nil error:nil];
|
||||
}
|
||||
|
||||
url = [NSURL fileURLWithPath: [applicationSupportFolder stringByAppendingPathComponent: @"GitTest.xml"]];
|
||||
|
||||
Reference in New Issue
Block a user