Navigation Menu

Skip to content

Commit

Permalink
Enabled garbage collection.
Browse files Browse the repository at this point in the history
This is required for foundation tools according Apple documentation.
  • Loading branch information
tomaz committed Dec 29, 2010
1 parent 7d39857 commit 284ce2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appledoc.m
Expand Up @@ -6,9 +6,11 @@
// Copyright (C) 2010, Gentle Bytes. All rights reserved.
//

#import <objc/objc-auto.h>
#import "DDCommandLineInterface.h"
#import "GBAppledocApplication.h"

int main(int argc, const char *argv[]) {
objc_startCollectorThread();
return DDCliAppRunWithClass([GBAppledocApplication class]);
}

0 comments on commit 284ce2f

Please sign in to comment.