File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1618
1618
LIBRARY_SEARCH_PATHS = "";
1619
1619
ONLY_ACTIVE_ARCH = YES;
1620
1620
PRODUCT_NAME = GitX;
1621
- SDKROOT = "";
1622
1621
WRAPPER_EXTENSION = app;
1623
1622
ZERO_LINK = YES;
1624
1623
};
1646
1645
INSTALL_PATH = "$(HOME)/Applications";
1647
1646
LIBRARY_SEARCH_PATHS = "";
1648
1647
PRODUCT_NAME = GitX;
1649
- SDKROOT = "";
1650
1648
WRAPPER_EXTENSION = app;
1651
1649
};
1652
1650
name = Release;
1665
1663
INFOPLIST_PREPROCESS = YES;
1666
1664
MACOSX_DEPLOYMENT_TARGET = 10.5;
1667
1665
PREBINDING = NO;
1668
- SDKROOT = macosx10.5 ;
1666
+ SDKROOT = macosx10.6 ;
1669
1667
};
1670
1668
name = Debug;
1671
1669
};
1682
1680
INFOPLIST_PREPROCESS = YES;
1683
1681
MACOSX_DEPLOYMENT_TARGET = 10.5;
1684
1682
PREBINDING = NO;
1685
- SDKROOT = macosx10.5 ;
1683
+ SDKROOT = macosx10.6 ;
1686
1684
};
1687
1685
name = Release;
1688
1686
};
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ - (void) awakeFromNib
37
37
[view setResourceLoadDelegate: self ];
38
38
39
39
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];
41
41
42
- NSURL *fileURL = [baseURL URLByAppendingPathComponent: @" index.html" isDirectory: NO ];
42
+ NSURL *fileURL = [baseURL URLByAppendingPathComponent: @" index.html" ];
43
43
[[view mainFrame ] loadRequest: [NSURLRequest requestWithURL: fileURL]];
44
44
}
45
45
You can’t perform that action at this time.
0 commit comments