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

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


The following commit has been merged in the upstream branch:
commit cbbab45d5d4a18000644294d9afa5c9fcfadbe27
Author: rpechayr <rpechayr at 59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Date:   Tue Jun 15 22:10:23 2010 +0000

    [iphone] updated README
    
    git-svn-id: http://zxing.googlecode.com/svn/trunk@1434 59b500cc-1b3d-0410-9834-0bbf25fbcc57

diff --git a/iphone/README b/iphone/README
index 490f906..c74ad9c 100644
--- a/iphone/README
+++ b/iphone/README
@@ -22,18 +22,12 @@ How to include ZXingWidget in a easy and clean way:
 	 application's target.  Under the "General" tab you will see a "Direct Dependencies" section. 
 	 Click the "+" button, select "ZXingWidget", and click "Add Target"
   
-  4. Finally, we need to tell your project where to find the ZXingWidget headers.  Open your
+  4. Finally, you need to tell your project where to find the ZXingWidget headers.  Open your
 	 "Project Settings" and go to the "Build" tab. Look for "Header Search Paths" and double-click
 	 it.  Add the relative path from your project's directory to the
 	 "zxing/iphone/ZXingWidget/Classes" directory. Make sure you click the checkbox "recursive path" !
  
-  5. Ultimately you need to make a tweak so that ZXing actually decodes barcode. In target section, double
-     click on your project target, and go to the build tab. Look for the "Exported Symbols Files" and
-     double-click on it. Att the relative path to the exportList files in "/zxing/iphone/ZXingWidget/exportList".
-     This will tell the linket to actually link with some key classes so that this code registers the necessary
-     decoders.
- 
-  6. You're ready to go. Just #import <ZXingWidgetController.h> from anywhere and it should work !
+  5. You're ready to go. Just #import <ZXingWidgetController.h> from anywhere and it should work !
 
 Know issues for above steps to include:
 ======================================
diff --git a/iphone/ScanTest/ScanTest.xcodeproj/project.pbxproj b/iphone/ScanTest/ScanTest.xcodeproj/project.pbxproj
index 09aff48..4927b7c 100755
--- a/iphone/ScanTest/ScanTest.xcodeproj/project.pbxproj
+++ b/iphone/ScanTest/ScanTest.xcodeproj/project.pbxproj
@@ -259,7 +259,7 @@
 				ALWAYS_SEARCH_USER_PATHS = NO;
 				COPY_PHASE_STRIP = NO;
 				DEAD_CODE_STRIPPING = NO;
-				EXPORTED_SYMBOLS_FILE = ../ZXingWidget/exportList;
+				EXPORTED_SYMBOLS_FILE = "";
 				GCC_DYNAMIC_NO_PIC = NO;
 				GCC_OPTIMIZATION_LEVEL = 0;
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
@@ -280,7 +280,7 @@
 			buildSettings = {
 				ALWAYS_SEARCH_USER_PATHS = NO;
 				COPY_PHASE_STRIP = YES;
-				EXPORTED_SYMBOLS_FILE = ../ZXingWidget/exportList;
+				EXPORTED_SYMBOLS_FILE = "";
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
 				GCC_PREFIX_HEADER = ScanTest_Prefix.pch;
 				GCC_SYMBOLS_PRIVATE_EXTERN = NO;

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



More information about the Pkg-google-commits mailing list