mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
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:
parent
4ec4217f4d
commit
8673bff046
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue