use the export list to get the decoder working

git-svn-id: https://zxing.googlecode.com/svn/trunk@1359 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dkavanagh 2010-05-13 14:11:50 +00:00
parent 4ec4217f4d
commit 8673bff046
2 changed files with 3 additions and 3 deletions

View file

@ -57,8 +57,8 @@
#pragma mark Memory management
- (void)scanResult:(ParsedResult *)result {
[resultsView setText:[result stringForDisplay]];
- (void)scanResult:(NSString *)result {
[resultsView setText:result];
[self dismissModalViewControllerAnimated:true];
}

View file

@ -273,7 +273,7 @@
ALWAYS_SEARCH_USER_PATHS = NO;
COPY_PHASE_STRIP = NO;
DEAD_CODE_STRIPPING = NO;
EXPORTED_SYMBOLS_FILE = "";
EXPORTED_SYMBOLS_FILE = ../ZXingWidget/exportList;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;