mirror of
https://github.com/swisspol/GCDWebServer.git
synced 2026-05-31 00:00:10 +08:00
Fix
This commit is contained in:
@@ -77,8 +77,7 @@
|
|||||||
|
|
||||||
- (id)initWithUploadDirectory:(NSString*)path {
|
- (id)initWithUploadDirectory:(NSString*)path {
|
||||||
if ((self = [super init])) {
|
if ((self = [super init])) {
|
||||||
#warning
|
NSBundle* siteBundle = [NSBundle bundleWithPath:[[NSBundle mainBundle] pathForResource:@"GCDWebUploader" ofType:@"bundle"]];
|
||||||
NSBundle* siteBundle = [NSBundle bundleWithPath:@"/Users/pol/Source/GitHub-GCDWebServer/GCDWebUploader/GCDWebUploader.bundle"]; // [[NSBundle mainBundle] pathForResource:@"GCDWebUploader" ofType:@"bundle"]
|
|
||||||
if (siteBundle == nil) {
|
if (siteBundle == nil) {
|
||||||
#if !__has_feature(objc_arc)
|
#if !__has_feature(objc_arc)
|
||||||
[self release];
|
[self release];
|
||||||
|
|||||||
Reference in New Issue
Block a user