From: dkavanagh Date: Thu, 13 May 2010 14:11:50 +0000 (+0000) Subject: use the export list to get the decoder working X-Git-Url: http://git.rot13.org/?p=zxing.git;a=commitdiff_plain;h=3d4f844fff941d5566ab6c5b0c55bb349f4bbb8d;hp=9ef7c3eec59fd392aed6f79b7e905fefad0f3b2f use the export list to get the decoder working git-svn-id: http://zxing.googlecode.com/svn/trunk@1359 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- diff --git a/iphone/ScanTest/Classes/RootViewController.m b/iphone/ScanTest/Classes/RootViewController.m index a7969cb0..bbcb3350 100644 --- a/iphone/ScanTest/Classes/RootViewController.m +++ b/iphone/ScanTest/Classes/RootViewController.m @@ -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]; } diff --git a/iphone/ScanTest/ScanTest.xcodeproj/project.pbxproj b/iphone/ScanTest/ScanTest.xcodeproj/project.pbxproj index 79231c91..a26753e2 100755 --- a/iphone/ScanTest/ScanTest.xcodeproj/project.pbxproj +++ b/iphone/ScanTest/ScanTest.xcodeproj/project.pbxproj @@ -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;