[SCM] Multi-format 1D/2D barcode image processing library branch, upstream, updated. 24d4480bc48cf9eabf7b2bd2f528248b0e458809

dkavanagh dkavanagh at 59b500cc-1b3d-0410-9834-0bbf25fbcc57
Wed Aug 4 01:31:32 UTC 2010


The following commit has been merged in the upstream branch:
commit 3d4f844fff941d5566ab6c5b0c55bb349f4bbb8d
Author: dkavanagh <dkavanagh at 59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Date:   Thu May 13 14:11:50 2010 +0000

    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 a7969cb..bbcb335 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 79231c9..a26753e 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;

-- 
Multi-format 1D/2D barcode image processing library



More information about the Pkg-google-commits mailing list