use the export list to get the decoder working
authordkavanagh <dkavanagh@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 13 May 2010 14:11:50 +0000 (14:11 +0000)
committerdkavanagh <dkavanagh@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Thu, 13 May 2010 14:11:50 +0000 (14:11 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@1359 59b500cc-1b3d-0410-9834-0bbf25fbcc57

iphone/ScanTest/Classes/RootViewController.m
iphone/ScanTest/ScanTest.xcodeproj/project.pbxproj

index a7969cb..bbcb335 100644 (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];
 }
 
index 79231c9..a26753e 100755 (executable)
                                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;