File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 16181618 LIBRARY_SEARCH_PATHS = "";
16191619 ONLY_ACTIVE_ARCH = YES;
16201620 PRODUCT_NAME = GitX;
1621- SDKROOT = "";
16221621 WRAPPER_EXTENSION = app;
16231622 ZERO_LINK = YES;
16241623 };
16461645 INSTALL_PATH = "$(HOME)/Applications";
16471646 LIBRARY_SEARCH_PATHS = "";
16481647 PRODUCT_NAME = GitX;
1649- SDKROOT = "";
16501648 WRAPPER_EXTENSION = app;
16511649 };
16521650 name = Release;
16651663 INFOPLIST_PREPROCESS = YES;
16661664 MACOSX_DEPLOYMENT_TARGET = 10.5;
16671665 PREBINDING = NO;
1668- SDKROOT = macosx10.5 ;
1666+ SDKROOT = macosx10.6 ;
16691667 };
16701668 name = Debug;
16711669 };
16821680 INFOPLIST_PREPROCESS = YES;
16831681 MACOSX_DEPLOYMENT_TARGET = 10.5;
16841682 PREBINDING = NO;
1685- SDKROOT = macosx10.5 ;
1683+ SDKROOT = macosx10.6 ;
16861684 };
16871685 name = Release;
16881686 };
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ - (void) awakeFromNib
3737 [view setResourceLoadDelegate: self ];
3838
3939 NSURL *resourceURL = [[[NSBundle mainBundle ] resourceURL ] URLByStandardizingPath ];
40- NSURL *baseURL = [[resourceURL URLByAppendingPathComponent: @" html/views" isDirectory: YES ] URLByAppendingPathComponent: startFile isDirectory: YES ];
40+ NSURL *baseURL = [[resourceURL URLByAppendingPathComponent: @" html/views" ] URLByAppendingPathComponent: startFile];
4141
42- NSURL *fileURL = [baseURL URLByAppendingPathComponent: @" index.html" isDirectory: NO ];
42+ NSURL *fileURL = [baseURL URLByAppendingPathComponent: @" index.html" ];
4343 [[view mainFrame ] loadRequest: [NSURLRequest requestWithURL: fileURL]];
4444}
4545
You can’t perform that action at this time.
0 commit comments