From 3d4f844fff941d5566ab6c5b0c55bb349f4bbb8d Mon Sep 17 00:00:00 2001 From: dkavanagh Date: Thu, 13 May 2010 14:11:50 +0000 Subject: [PATCH] use the export list to get the decoder working git-svn-id: http://zxing.googlecode.com/svn/trunk@1359 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- iphone/ScanTest/Classes/RootViewController.m | 4 ++-- iphone/ScanTest/ScanTest.xcodeproj/project.pbxproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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; -- 2.20.1