79231c918436da810a1461d0ae65d4569db05135
[zxing.git] / iphone / ScanTest / ScanTest.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 45;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 1D3623260D0F684500981E51 /* ScanTestAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* ScanTestAppDelegate.m */; };
11                 1D60589B0D05DD56006BFB54 /* main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.mm */; };
12                 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
13                 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
14                 2892E4100DC94CBA00A64D0F /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2892E40F0DC94CBA00A64D0F /* CoreGraphics.framework */; };
15                 28AD73600D9D9599002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD735F0D9D9599002E5188 /* MainWindow.xib */; };
16                 28C286E10D94DF7D0034E888 /* RootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28C286E00D94DF7D0034E888 /* RootViewController.m */; };
17                 28F335F11007B36200424DE2 /* RootViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28F335F01007B36200424DE2 /* RootViewController.xib */; };
18                 E5345BC91198D74D000CB77F /* libZXingWidget.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E5345BC81198D74D000CB77F /* libZXingWidget.a */; };
19                 E5345BF11198D81A000CB77F /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5345BF01198D81A000CB77F /* AudioToolbox.framework */; };
20 /* End PBXBuildFile section */
21
22 /* Begin PBXFileReference section */
23                 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
24                 1D3623240D0F684500981E51 /* ScanTestAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScanTestAppDelegate.h; sourceTree = "<group>"; };
25                 1D3623250D0F684500981E51 /* ScanTestAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScanTestAppDelegate.m; sourceTree = "<group>"; };
26                 1D6058910D05DD3D006BFB54 /* ScanTest.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ScanTest.app; sourceTree = BUILT_PRODUCTS_DIR; };
27                 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
28                 2892E40F0DC94CBA00A64D0F /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
29                 28A0AAE50D9B0CCF005BE974 /* ScanTest_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScanTest_Prefix.pch; sourceTree = "<group>"; };
30                 28AD735F0D9D9599002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
31                 28C286DF0D94DF7D0034E888 /* RootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RootViewController.h; sourceTree = "<group>"; };
32                 28C286E00D94DF7D0034E888 /* RootViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RootViewController.m; sourceTree = "<group>"; };
33                 28F335F01007B36200424DE2 /* RootViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = RootViewController.xib; sourceTree = "<group>"; };
34                 29B97316FDCFA39411CA2CEA /* main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = main.mm; sourceTree = "<group>"; };
35                 8D1107310486CEB800E47090 /* ScanTest-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "ScanTest-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
36                 E5345BC81198D74D000CB77F /* libZXingWidget.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libZXingWidget.a; path = "../ZXingWidget/build/Debug-iphoneos/libZXingWidget.a"; sourceTree = SOURCE_ROOT; };
37                 E5345BCA1198D7E2000CB77F /* AddContactAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AddContactAction.h; path = ../ZXingWidget/AddContactAction.h; sourceTree = SOURCE_ROOT; };
38                 E5345BCB1198D7E2000CB77F /* BookmarkDoCoMoResultParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BookmarkDoCoMoResultParser.h; path = ../ZXingWidget/BookmarkDoCoMoResultParser.h; sourceTree = SOURCE_ROOT; };
39                 E5345BCC1198D7E2000CB77F /* BusinessCardParsedResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BusinessCardParsedResult.h; path = ../ZXingWidget/BusinessCardParsedResult.h; sourceTree = SOURCE_ROOT; };
40                 E5345BCD1198D7E2000CB77F /* CallAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CallAction.h; path = ../ZXingWidget/CallAction.h; sourceTree = SOURCE_ROOT; };
41                 E5345BCE1198D7E2000CB77F /* Decoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Decoder.h; path = ../ZXingWidget/Decoder.h; sourceTree = SOURCE_ROOT; };
42                 E5345BCF1198D7E2000CB77F /* DecoderDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DecoderDelegate.h; path = ../ZXingWidget/DecoderDelegate.h; sourceTree = SOURCE_ROOT; };
43                 E5345BD01198D7E2000CB77F /* DoCoMoResultParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DoCoMoResultParser.h; path = ../ZXingWidget/DoCoMoResultParser.h; sourceTree = SOURCE_ROOT; };
44                 E5345BD11198D7E2000CB77F /* EmailAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EmailAction.h; path = ../ZXingWidget/EmailAction.h; sourceTree = SOURCE_ROOT; };
45                 E5345BD21198D7E2000CB77F /* EmailDoCoMoResultParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EmailDoCoMoResultParser.h; path = ../ZXingWidget/EmailDoCoMoResultParser.h; sourceTree = SOURCE_ROOT; };
46                 E5345BD31198D7E2000CB77F /* EmailParsedResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EmailParsedResult.h; path = ../ZXingWidget/EmailParsedResult.h; sourceTree = SOURCE_ROOT; };
47                 E5345BD41198D7E2000CB77F /* FormatReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FormatReader.h; path = ../ZXingWidget/FormatReader.h; sourceTree = SOURCE_ROOT; };
48                 E5345BD51198D7E2000CB77F /* GeoParsedResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GeoParsedResult.h; path = ../ZXingWidget/GeoParsedResult.h; sourceTree = SOURCE_ROOT; };
49                 E5345BD61198D7E2000CB77F /* GeoResultParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GeoResultParser.h; path = ../ZXingWidget/GeoResultParser.h; sourceTree = SOURCE_ROOT; };
50                 E5345BD71198D7E2000CB77F /* GrayBytesMonochromeBitmapSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GrayBytesMonochromeBitmapSource.h; path = ../ZXingWidget/GrayBytesMonochromeBitmapSource.h; sourceTree = SOURCE_ROOT; };
51                 E5345BD81198D7E2000CB77F /* MeCardParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MeCardParser.h; path = ../ZXingWidget/MeCardParser.h; sourceTree = SOURCE_ROOT; };
52                 E5345BD91198D7E2000CB77F /* NSString+HTML.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSString+HTML.h"; path = "../ZXingWidget/NSString+HTML.h"; sourceTree = SOURCE_ROOT; };
53                 E5345BDA1198D7E2000CB77F /* OpenUrlAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OpenUrlAction.h; path = ../ZXingWidget/OpenUrlAction.h; sourceTree = SOURCE_ROOT; };
54                 E5345BDB1198D7E2000CB77F /* OverlayView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OverlayView.h; path = ../ZXingWidget/OverlayView.h; sourceTree = SOURCE_ROOT; };
55                 E5345BDC1198D7E2000CB77F /* ParsedResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ParsedResult.h; path = ../ZXingWidget/ParsedResult.h; sourceTree = SOURCE_ROOT; };
56                 E5345BDD1198D7E2000CB77F /* PlainEmailResultParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlainEmailResultParser.h; path = ../ZXingWidget/PlainEmailResultParser.h; sourceTree = SOURCE_ROOT; };
57                 E5345BDE1198D7E2000CB77F /* ResultAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ResultAction.h; path = ../ZXingWidget/ResultAction.h; sourceTree = SOURCE_ROOT; };
58                 E5345BDF1198D7E2000CB77F /* ResultParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ResultParser.h; path = ../ZXingWidget/ResultParser.h; sourceTree = SOURCE_ROOT; };
59                 E5345BE01198D7E2000CB77F /* ShowMapAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ShowMapAction.h; path = ../ZXingWidget/ShowMapAction.h; sourceTree = SOURCE_ROOT; };
60                 E5345BE11198D7E2000CB77F /* SMSAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SMSAction.h; path = ../ZXingWidget/SMSAction.h; sourceTree = SOURCE_ROOT; };
61                 E5345BE21198D7E2000CB77F /* SMSParsedResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SMSParsedResult.h; path = ../ZXingWidget/SMSParsedResult.h; sourceTree = SOURCE_ROOT; };
62                 E5345BE31198D7E2000CB77F /* SMSResultParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SMSResultParser.h; path = ../ZXingWidget/SMSResultParser.h; sourceTree = SOURCE_ROOT; };
63                 E5345BE41198D7E2000CB77F /* SMSTOResultParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SMSTOResultParser.h; path = ../ZXingWidget/SMSTOResultParser.h; sourceTree = SOURCE_ROOT; };
64                 E5345BE51198D7E2000CB77F /* TelParsedResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TelParsedResult.h; path = ../ZXingWidget/TelParsedResult.h; sourceTree = SOURCE_ROOT; };
65                 E5345BE61198D7E2000CB77F /* TelResultParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TelResultParser.h; path = ../ZXingWidget/TelResultParser.h; sourceTree = SOURCE_ROOT; };
66                 E5345BE71198D7E2000CB77F /* TextParsedResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TextParsedResult.h; path = ../ZXingWidget/TextParsedResult.h; sourceTree = SOURCE_ROOT; };
67                 E5345BE81198D7E2000CB77F /* TextResultParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TextResultParser.h; path = ../ZXingWidget/TextResultParser.h; sourceTree = SOURCE_ROOT; };
68                 E5345BE91198D7E2000CB77F /* TwoDDecoderResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TwoDDecoderResult.h; path = ../ZXingWidget/TwoDDecoderResult.h; sourceTree = SOURCE_ROOT; };
69                 E5345BEA1198D7E2000CB77F /* URIParsedResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = URIParsedResult.h; path = ../ZXingWidget/URIParsedResult.h; sourceTree = SOURCE_ROOT; };
70                 E5345BEB1198D7E2000CB77F /* URLResultParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = URLResultParser.h; path = ../ZXingWidget/URLResultParser.h; sourceTree = SOURCE_ROOT; };
71                 E5345BEC1198D7E2000CB77F /* URLTOResultParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = URLTOResultParser.h; path = ../ZXingWidget/URLTOResultParser.h; sourceTree = SOURCE_ROOT; };
72                 E5345BED1198D7E2000CB77F /* ZXingWidgetController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ZXingWidgetController.h; path = ../ZXingWidget/ZXingWidgetController.h; sourceTree = SOURCE_ROOT; };
73                 E5345BF01198D81A000CB77F /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
74                 E5345FD6119B27D2000CB77F /* libZXingWidget.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libZXingWidget.a; path = "build/Debug-iphoneos/libZXingWidget.a"; sourceTree = "<group>"; };
75 /* End PBXFileReference section */
76
77 /* Begin PBXFrameworksBuildPhase section */
78                 1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
79                         isa = PBXFrameworksBuildPhase;
80                         buildActionMask = 2147483647;
81                         files = (
82                                 1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
83                                 1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
84                                 2892E4100DC94CBA00A64D0F /* CoreGraphics.framework in Frameworks */,
85                                 E5345BC91198D74D000CB77F /* libZXingWidget.a in Frameworks */,
86                                 E5345BF11198D81A000CB77F /* AudioToolbox.framework in Frameworks */,
87                         );
88                         runOnlyForDeploymentPostprocessing = 0;
89                 };
90 /* End PBXFrameworksBuildPhase section */
91
92 /* Begin PBXGroup section */
93                 080E96DDFE201D6D7F000001 /* Classes */ = {
94                         isa = PBXGroup;
95                         children = (
96                                 28C286DF0D94DF7D0034E888 /* RootViewController.h */,
97                                 28C286E00D94DF7D0034E888 /* RootViewController.m */,
98                                 1D3623240D0F684500981E51 /* ScanTestAppDelegate.h */,
99                                 1D3623250D0F684500981E51 /* ScanTestAppDelegate.m */,
100                         );
101                         path = Classes;
102                         sourceTree = "<group>";
103                 };
104                 19C28FACFE9D520D11CA2CBB /* Products */ = {
105                         isa = PBXGroup;
106                         children = (
107                                 1D6058910D05DD3D006BFB54 /* ScanTest.app */,
108                                 E5345FD6119B27D2000CB77F /* libZXingWidget.a */,
109                         );
110                         name = Products;
111                         sourceTree = "<group>";
112                 };
113                 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
114                         isa = PBXGroup;
115                         children = (
116                                 080E96DDFE201D6D7F000001 /* Classes */,
117                                 29B97315FDCFA39411CA2CEA /* Other Sources */,
118                                 29B97317FDCFA39411CA2CEA /* Resources */,
119                                 E5345BC71198D714000CB77F /* ZXingWidget */,
120                                 29B97323FDCFA39411CA2CEA /* Frameworks */,
121                                 19C28FACFE9D520D11CA2CBB /* Products */,
122                         );
123                         name = CustomTemplate;
124                         sourceTree = "<group>";
125                 };
126                 29B97315FDCFA39411CA2CEA /* Other Sources */ = {
127                         isa = PBXGroup;
128                         children = (
129                                 28A0AAE50D9B0CCF005BE974 /* ScanTest_Prefix.pch */,
130                                 29B97316FDCFA39411CA2CEA /* main.mm */,
131                         );
132                         name = "Other Sources";
133                         sourceTree = "<group>";
134                 };
135                 29B97317FDCFA39411CA2CEA /* Resources */ = {
136                         isa = PBXGroup;
137                         children = (
138                                 28F335F01007B36200424DE2 /* RootViewController.xib */,
139                                 28AD735F0D9D9599002E5188 /* MainWindow.xib */,
140                                 8D1107310486CEB800E47090 /* ScanTest-Info.plist */,
141                         );
142                         name = Resources;
143                         sourceTree = "<group>";
144                 };
145                 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
146                         isa = PBXGroup;
147                         children = (
148                                 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
149                                 1D30AB110D05D00D00671497 /* Foundation.framework */,
150                                 2892E40F0DC94CBA00A64D0F /* CoreGraphics.framework */,
151                                 E5345BF01198D81A000CB77F /* AudioToolbox.framework */,
152                         );
153                         name = Frameworks;
154                         sourceTree = "<group>";
155                 };
156                 E5345BC71198D714000CB77F /* ZXingWidget */ = {
157                         isa = PBXGroup;
158                         children = (
159                                 E5345BCA1198D7E2000CB77F /* AddContactAction.h */,
160                                 E5345BCB1198D7E2000CB77F /* BookmarkDoCoMoResultParser.h */,
161                                 E5345BCC1198D7E2000CB77F /* BusinessCardParsedResult.h */,
162                                 E5345BCD1198D7E2000CB77F /* CallAction.h */,
163                                 E5345BCE1198D7E2000CB77F /* Decoder.h */,
164                                 E5345BCF1198D7E2000CB77F /* DecoderDelegate.h */,
165                                 E5345BD01198D7E2000CB77F /* DoCoMoResultParser.h */,
166                                 E5345BD11198D7E2000CB77F /* EmailAction.h */,
167                                 E5345BD21198D7E2000CB77F /* EmailDoCoMoResultParser.h */,
168                                 E5345BD31198D7E2000CB77F /* EmailParsedResult.h */,
169                                 E5345BD41198D7E2000CB77F /* FormatReader.h */,
170                                 E5345BD51198D7E2000CB77F /* GeoParsedResult.h */,
171                                 E5345BD61198D7E2000CB77F /* GeoResultParser.h */,
172                                 E5345BD71198D7E2000CB77F /* GrayBytesMonochromeBitmapSource.h */,
173                                 E5345BD81198D7E2000CB77F /* MeCardParser.h */,
174                                 E5345BD91198D7E2000CB77F /* NSString+HTML.h */,
175                                 E5345BDA1198D7E2000CB77F /* OpenUrlAction.h */,
176                                 E5345BDB1198D7E2000CB77F /* OverlayView.h */,
177                                 E5345BDC1198D7E2000CB77F /* ParsedResult.h */,
178                                 E5345BDD1198D7E2000CB77F /* PlainEmailResultParser.h */,
179                                 E5345BDE1198D7E2000CB77F /* ResultAction.h */,
180                                 E5345BDF1198D7E2000CB77F /* ResultParser.h */,
181                                 E5345BE01198D7E2000CB77F /* ShowMapAction.h */,
182                                 E5345BE11198D7E2000CB77F /* SMSAction.h */,
183                                 E5345BE21198D7E2000CB77F /* SMSParsedResult.h */,
184                                 E5345BE31198D7E2000CB77F /* SMSResultParser.h */,
185                                 E5345BE41198D7E2000CB77F /* SMSTOResultParser.h */,
186                                 E5345BE51198D7E2000CB77F /* TelParsedResult.h */,
187                                 E5345BE61198D7E2000CB77F /* TelResultParser.h */,
188                                 E5345BE71198D7E2000CB77F /* TextParsedResult.h */,
189                                 E5345BE81198D7E2000CB77F /* TextResultParser.h */,
190                                 E5345BE91198D7E2000CB77F /* TwoDDecoderResult.h */,
191                                 E5345BEA1198D7E2000CB77F /* URIParsedResult.h */,
192                                 E5345BEB1198D7E2000CB77F /* URLResultParser.h */,
193                                 E5345BEC1198D7E2000CB77F /* URLTOResultParser.h */,
194                                 E5345BED1198D7E2000CB77F /* ZXingWidgetController.h */,
195                                 E5345BC81198D74D000CB77F /* libZXingWidget.a */,
196                         );
197                         name = ZXingWidget;
198                         sourceTree = "<group>";
199                 };
200 /* End PBXGroup section */
201
202 /* Begin PBXNativeTarget section */
203                 1D6058900D05DD3D006BFB54 /* ScanTest */ = {
204                         isa = PBXNativeTarget;
205                         buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "ScanTest" */;
206                         buildPhases = (
207                                 1D60588D0D05DD3D006BFB54 /* Resources */,
208                                 1D60588E0D05DD3D006BFB54 /* Sources */,
209                                 1D60588F0D05DD3D006BFB54 /* Frameworks */,
210                         );
211                         buildRules = (
212                         );
213                         dependencies = (
214                         );
215                         name = ScanTest;
216                         productName = ScanTest;
217                         productReference = 1D6058910D05DD3D006BFB54 /* ScanTest.app */;
218                         productType = "com.apple.product-type.application";
219                 };
220 /* End PBXNativeTarget section */
221
222 /* Begin PBXProject section */
223                 29B97313FDCFA39411CA2CEA /* Project object */ = {
224                         isa = PBXProject;
225                         buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ScanTest" */;
226                         compatibilityVersion = "Xcode 3.1";
227                         hasScannedForEncodings = 1;
228                         knownRegions = (
229                                 English,
230                                 Japanese,
231                                 French,
232                                 German,
233                                 en,
234                         );
235                         mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
236                         projectDirPath = "";
237                         projectRoot = "";
238                         targets = (
239                                 1D6058900D05DD3D006BFB54 /* ScanTest */,
240                         );
241                 };
242 /* End PBXProject section */
243
244 /* Begin PBXResourcesBuildPhase section */
245                 1D60588D0D05DD3D006BFB54 /* Resources */ = {
246                         isa = PBXResourcesBuildPhase;
247                         buildActionMask = 2147483647;
248                         files = (
249                                 28AD73600D9D9599002E5188 /* MainWindow.xib in Resources */,
250                                 28F335F11007B36200424DE2 /* RootViewController.xib in Resources */,
251                         );
252                         runOnlyForDeploymentPostprocessing = 0;
253                 };
254 /* End PBXResourcesBuildPhase section */
255
256 /* Begin PBXSourcesBuildPhase section */
257                 1D60588E0D05DD3D006BFB54 /* Sources */ = {
258                         isa = PBXSourcesBuildPhase;
259                         buildActionMask = 2147483647;
260                         files = (
261                                 1D60589B0D05DD56006BFB54 /* main.mm in Sources */,
262                                 1D3623260D0F684500981E51 /* ScanTestAppDelegate.m in Sources */,
263                                 28C286E10D94DF7D0034E888 /* RootViewController.m in Sources */,
264                         );
265                         runOnlyForDeploymentPostprocessing = 0;
266                 };
267 /* End PBXSourcesBuildPhase section */
268
269 /* Begin XCBuildConfiguration section */
270                 1D6058940D05DD3E006BFB54 /* Debug */ = {
271                         isa = XCBuildConfiguration;
272                         buildSettings = {
273                                 ALWAYS_SEARCH_USER_PATHS = NO;
274                                 COPY_PHASE_STRIP = NO;
275                                 DEAD_CODE_STRIPPING = NO;
276                                 EXPORTED_SYMBOLS_FILE = "";
277                                 GCC_DYNAMIC_NO_PIC = NO;
278                                 GCC_OPTIMIZATION_LEVEL = 0;
279                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
280                                 GCC_PREFIX_HEADER = ScanTest_Prefix.pch;
281                                 GCC_VERSION = 4.2;
282                                 INFOPLIST_FILE = "ScanTest-Info.plist";
283                                 LIBRARY_SEARCH_PATHS = (
284                                         "$(inherited)",
285                                         "\"$(SRCROOT)/../ZXingWidget/build/Debug-iphoneos\"",
286                                 );
287                                 OTHER_LDFLAGS = "";
288                                 PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
289                                 PRODUCT_NAME = ScanTest;
290                                 STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = dynamic;
291                         };
292                         name = Debug;
293                 };
294                 1D6058950D05DD3E006BFB54 /* Release */ = {
295                         isa = XCBuildConfiguration;
296                         buildSettings = {
297                                 ALWAYS_SEARCH_USER_PATHS = NO;
298                                 COPY_PHASE_STRIP = YES;
299                                 GCC_PRECOMPILE_PREFIX_HEADER = YES;
300                                 GCC_PREFIX_HEADER = ScanTest_Prefix.pch;
301                                 INFOPLIST_FILE = "ScanTest-Info.plist";
302                                 LIBRARY_SEARCH_PATHS = (
303                                         "$(inherited)",
304                                         "\"$(SRCROOT)/../ZXingWidget/build/Debug-iphoneos\"",
305                                 );
306                                 PRODUCT_NAME = ScanTest;
307                                 VALIDATE_PRODUCT = YES;
308                         };
309                         name = Release;
310                 };
311                 C01FCF4F08A954540054247B /* Debug */ = {
312                         isa = XCBuildConfiguration;
313                         buildSettings = {
314                                 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
315                                 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
316                                 GCC_C_LANGUAGE_STANDARD = c99;
317                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
318                                 GCC_WARN_UNUSED_VARIABLE = YES;
319                                 PREBINDING = NO;
320                                 SDKROOT = iphoneos3.1.3;
321                         };
322                         name = Debug;
323                 };
324                 C01FCF5008A954540054247B /* Release */ = {
325                         isa = XCBuildConfiguration;
326                         buildSettings = {
327                                 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
328                                 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
329                                 GCC_C_LANGUAGE_STANDARD = c99;
330                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
331                                 GCC_WARN_UNUSED_VARIABLE = YES;
332                                 OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
333                                 PREBINDING = NO;
334                                 SDKROOT = iphoneos3.1.3;
335                         };
336                         name = Release;
337                 };
338 /* End XCBuildConfiguration section */
339
340 /* Begin XCConfigurationList section */
341                 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "ScanTest" */ = {
342                         isa = XCConfigurationList;
343                         buildConfigurations = (
344                                 1D6058940D05DD3E006BFB54 /* Debug */,
345                                 1D6058950D05DD3E006BFB54 /* Release */,
346                         );
347                         defaultConfigurationIsVisible = 0;
348                         defaultConfigurationName = Release;
349                 };
350                 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ScanTest" */ = {
351                         isa = XCConfigurationList;
352                         buildConfigurations = (
353                                 C01FCF4F08A954540054247B /* Debug */,
354                                 C01FCF5008A954540054247B /* Release */,
355                         );
356                         defaultConfigurationIsVisible = 0;
357                         defaultConfigurationName = Release;
358                 };
359 /* End XCConfigurationList section */
360         };
361         rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
362 }