RSS

(root)/iphone/tappity : /tappity/tappity.xcodeproj/project.pbxproj (revision 49)

To get this branch, use:
bzr branch /browse/iphone/tappity
Line Revision Contents
1 46
// !$*UTF8*$!
2
{
3
	archiveVersion = 1;
4
	classes = {
5
	};
6
	objectVersion = 45;
7
	objects = {
8
9
/* Begin PBXBuildFile section */
10
		1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
11
		1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
12
		1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
13
		288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; };
14
		28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
15 49
		DA48E34010986694004612B8 /* CoreLocation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DA48E33F10986694004612B8 /* CoreLocation.framework */; };
16
		DA48E42F10987CFD004612B8 /* Tappity.m in Sources */ = {isa = PBXBuildFile; fileRef = DA04196B1095082B00407AC0 /* Tappity.m */; };
17
		DA48E43310987D02004612B8 /* TappityServer.m in Sources */ = {isa = PBXBuildFile; fileRef = DA48E41610987C6C004612B8 /* TappityServer.m */; };
18
		DA48E44610987D5D004612B8 /* TappityAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* TappityAppDelegate.m */; };
19
		DA48E44710987D5E004612B8 /* TappityClient.m in Sources */ = {isa = PBXBuildFile; fileRef = DA04187D1094D14500407AC0 /* TappityClient.m */; };
20
		DA48E44810987D5F004612B8 /* TappityView.m in Sources */ = {isa = PBXBuildFile; fileRef = DA04193C1094FC6000407AC0 /* TappityView.m */; };
21
		DA48E44910987D60004612B8 /* Tappity.m in Sources */ = {isa = PBXBuildFile; fileRef = DA04196B1095082B00407AC0 /* Tappity.m */; };
22
		DA48E44A10987D63004612B8 /* BonjourBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0416D11094B5B200407AC0 /* BonjourBrowser.m */; };
23
		DA48E44B10987D63004612B8 /* BrowserViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0416D31094B5B200407AC0 /* BrowserViewController.m */; };
24
		DA48E44C10987D64004612B8 /* DomainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0416D51094B5B200407AC0 /* DomainViewController.m */; };
25
		DA48E44D10987D65004612B8 /* SimpleEditViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0416D71094B5B200407AC0 /* SimpleEditViewController.m */; };
26
		DA48E48A10987E4E004612B8 /* libTappityClient.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DA48E44310987D47004612B8 /* libTappityClient.a */; };
27 47
		DA6A9072109681CE008EEFD8 /* image-not-found-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = DA6A9071109681CE008EEFD8 /* image-not-found-icon.png */; };
28 46
/* End PBXBuildFile section */
29
30 49
/* Begin PBXContainerItemProxy section */
31
		DA48E48810987E44004612B8 /* PBXContainerItemProxy */ = {
32
			isa = PBXContainerItemProxy;
33
			containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
34
			proxyType = 1;
35
			remoteGlobalIDString = DA48E44210987D47004612B8 /* TappityClient */;
36
			remoteInfo = TappityClient;
37
		};
38
/* End PBXContainerItemProxy section */
39
40 46
/* Begin PBXFileReference section */
41
		1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
42
		1D3623240D0F684500981E51 /* TappityAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TappityAppDelegate.h; sourceTree = "<group>"; };
43
		1D3623250D0F684500981E51 /* TappityAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TappityAppDelegate.m; sourceTree = "<group>"; };
44
		1D6058910D05DD3D006BFB54 /* tappity.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = tappity.app; sourceTree = BUILT_PRODUCTS_DIR; };
45
		1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
46
		288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
47
		28AD733E0D9D9553002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
48
		29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
49
		32CA4F630368D1EE00C91783 /* tappity_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tappity_Prefix.pch; sourceTree = "<group>"; };
50
		8D1107310486CEB800E47090 /* tappity-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "tappity-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
51
		DA0416D01094B5B200407AC0 /* BonjourBrowser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BonjourBrowser.h; sourceTree = "<group>"; };
52
		DA0416D11094B5B200407AC0 /* BonjourBrowser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BonjourBrowser.m; sourceTree = "<group>"; };
53
		DA0416D21094B5B200407AC0 /* BrowserViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BrowserViewController.h; sourceTree = "<group>"; };
54
		DA0416D31094B5B200407AC0 /* BrowserViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BrowserViewController.m; sourceTree = "<group>"; };
55
		DA0416D41094B5B200407AC0 /* DomainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DomainViewController.h; sourceTree = "<group>"; };
56
		DA0416D51094B5B200407AC0 /* DomainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DomainViewController.m; sourceTree = "<group>"; };
57
		DA0416D61094B5B200407AC0 /* SimpleEditViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SimpleEditViewController.h; sourceTree = "<group>"; };
58
		DA0416D71094B5B200407AC0 /* SimpleEditViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SimpleEditViewController.m; sourceTree = "<group>"; };
59
		DA04187C1094D14500407AC0 /* TappityClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TappityClient.h; sourceTree = "<group>"; };
60
		DA04187D1094D14500407AC0 /* TappityClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TappityClient.m; sourceTree = "<group>"; };
61
		DA04193B1094FC6000407AC0 /* TappityView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TappityView.h; sourceTree = "<group>"; };
62
		DA04193C1094FC6000407AC0 /* TappityView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TappityView.m; sourceTree = "<group>"; };
63
		DA04196A1095082B00407AC0 /* Tappity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tappity.h; sourceTree = "<group>"; };
64
		DA04196B1095082B00407AC0 /* Tappity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Tappity.m; sourceTree = "<group>"; };
65
		DA041B97109583ED00407AC0 /* GraphicsServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GraphicsServices.h; path = GraphicsServices/GraphicsServices.h; sourceTree = "<group>"; };
66 49
		DA48E33F10986694004612B8 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
67
		DA48E41510987C6C004612B8 /* TappityServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TappityServer.h; sourceTree = "<group>"; };
68
		DA48E41610987C6C004612B8 /* TappityServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TappityServer.m; sourceTree = "<group>"; };
69
		DA48E42C10987CE0004612B8 /* libTappityServer.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libTappityServer.a; sourceTree = BUILT_PRODUCTS_DIR; };
70
		DA48E44310987D47004612B8 /* libTappityClient.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libTappityClient.a; sourceTree = BUILT_PRODUCTS_DIR; };
71 47
		DA6A9071109681CE008EEFD8 /* image-not-found-icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "image-not-found-icon.png"; path = "../Jigs/resources/image-not-found-icon.png"; sourceTree = SOURCE_ROOT; };
72 46
/* End PBXFileReference section */
73
74
/* Begin PBXFrameworksBuildPhase section */
75
		1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
76
			isa = PBXFrameworksBuildPhase;
77
			buildActionMask = 2147483647;
78
			files = (
79
				1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
80
				1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
81
				288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */,
82 49
				DA48E34010986694004612B8 /* CoreLocation.framework in Frameworks */,
83
				DA48E48A10987E4E004612B8 /* libTappityClient.a in Frameworks */,
84
			);
85
			runOnlyForDeploymentPostprocessing = 0;
86
		};
87
		DA48E42A10987CE0004612B8 /* Frameworks */ = {
88
			isa = PBXFrameworksBuildPhase;
89
			buildActionMask = 2147483647;
90
			files = (
91
			);
92
			runOnlyForDeploymentPostprocessing = 0;
93
		};
94
		DA48E44110987D47004612B8 /* Frameworks */ = {
95
			isa = PBXFrameworksBuildPhase;
96
			buildActionMask = 2147483647;
97
			files = (
98 46
			);
99
			runOnlyForDeploymentPostprocessing = 0;
100
		};
101
/* End PBXFrameworksBuildPhase section */
102
103
/* Begin PBXGroup section */
104
		080E96DDFE201D6D7F000001 /* source */ = {
105
			isa = PBXGroup;
106
			children = (
107
				29B97316FDCFA39411CA2CEA /* main.m */,
108 49
				DA48E41510987C6C004612B8 /* TappityServer.h */,
109
				DA48E41610987C6C004612B8 /* TappityServer.m */,
110 46
				DA0416CF1094B5B200407AC0 /* BonjourSupport */,
111
				1D3623240D0F684500981E51 /* TappityAppDelegate.h */,
112
				1D3623250D0F684500981E51 /* TappityAppDelegate.m */,
113
				DA04187C1094D14500407AC0 /* TappityClient.h */,
114
				DA04187D1094D14500407AC0 /* TappityClient.m */,
115
				DA04193B1094FC6000407AC0 /* TappityView.h */,
116
				DA04193C1094FC6000407AC0 /* TappityView.m */,
117
				DA04196A1095082B00407AC0 /* Tappity.h */,
118
				DA04196B1095082B00407AC0 /* Tappity.m */,
119
				DA041B97109583ED00407AC0 /* GraphicsServices.h */,
120
			);
121
			path = source;
122
			sourceTree = "<group>";
123
		};
124
		19C28FACFE9D520D11CA2CBB /* Products */ = {
125
			isa = PBXGroup;
126
			children = (
127
				1D6058910D05DD3D006BFB54 /* tappity.app */,
128 49
				DA48E42C10987CE0004612B8 /* libTappityServer.a */,
129
				DA48E44310987D47004612B8 /* libTappityClient.a */,
130 46
			);
131
			name = Products;
132
			sourceTree = "<group>";
133
		};
134
		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
135
			isa = PBXGroup;
136
			children = (
137
				080E96DDFE201D6D7F000001 /* source */,
138
				29B97315FDCFA39411CA2CEA /* Other Sources */,
139
				29B97317FDCFA39411CA2CEA /* Resources */,
140
				29B97323FDCFA39411CA2CEA /* Frameworks */,
141
				19C28FACFE9D520D11CA2CBB /* Products */,
142
			);
143
			name = CustomTemplate;
144
			sourceTree = "<group>";
145
		};
146
		29B97315FDCFA39411CA2CEA /* Other Sources */ = {
147
			isa = PBXGroup;
148
			children = (
149
				32CA4F630368D1EE00C91783 /* tappity_Prefix.pch */,
150
			);
151
			name = "Other Sources";
152
			sourceTree = "<group>";
153
		};
154
		29B97317FDCFA39411CA2CEA /* Resources */ = {
155
			isa = PBXGroup;
156
			children = (
157 47
				DA6A9071109681CE008EEFD8 /* image-not-found-icon.png */,
158 46
				28AD733E0D9D9553002E5188 /* MainWindow.xib */,
159
				8D1107310486CEB800E47090 /* tappity-Info.plist */,
160
			);
161
			name = Resources;
162
			sourceTree = "<group>";
163
		};
164
		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
165
			isa = PBXGroup;
166
			children = (
167
				1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
168
				1D30AB110D05D00D00671497 /* Foundation.framework */,
169
				288765A40DF7441C002DB57D /* CoreGraphics.framework */,
170 49
				DA48E33F10986694004612B8 /* CoreLocation.framework */,
171 46
			);
172
			name = Frameworks;
173
			sourceTree = "<group>";
174
		};
175
		DA0416CF1094B5B200407AC0 /* BonjourSupport */ = {
176
			isa = PBXGroup;
177
			children = (
178
				DA0416D01094B5B200407AC0 /* BonjourBrowser.h */,
179
				DA0416D11094B5B200407AC0 /* BonjourBrowser.m */,
180
				DA0416D21094B5B200407AC0 /* BrowserViewController.h */,
181
				DA0416D31094B5B200407AC0 /* BrowserViewController.m */,
182
				DA0416D41094B5B200407AC0 /* DomainViewController.h */,
183
				DA0416D51094B5B200407AC0 /* DomainViewController.m */,
184
				DA0416D61094B5B200407AC0 /* SimpleEditViewController.h */,
185
				DA0416D71094B5B200407AC0 /* SimpleEditViewController.m */,
186
			);
187
			path = BonjourSupport;
188
			sourceTree = "<group>";
189
		};
190
/* End PBXGroup section */
191
192 49
/* Begin PBXHeadersBuildPhase section */
193
		DA48E42810987CE0004612B8 /* Headers */ = {
194
			isa = PBXHeadersBuildPhase;
195
			buildActionMask = 2147483647;
196
			files = (
197
			);
198
			runOnlyForDeploymentPostprocessing = 0;
199
		};
200
		DA48E43F10987D47004612B8 /* Headers */ = {
201
			isa = PBXHeadersBuildPhase;
202
			buildActionMask = 2147483647;
203
			files = (
204
			);
205
			runOnlyForDeploymentPostprocessing = 0;
206
		};
207
/* End PBXHeadersBuildPhase section */
208
209 46
/* Begin PBXNativeTarget section */
210
		1D6058900D05DD3D006BFB54 /* tappity */ = {
211
			isa = PBXNativeTarget;
212
			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "tappity" */;
213
			buildPhases = (
214
				1D60588D0D05DD3D006BFB54 /* Resources */,
215
				1D60588E0D05DD3D006BFB54 /* Sources */,
216
				1D60588F0D05DD3D006BFB54 /* Frameworks */,
217
			);
218
			buildRules = (
219
			);
220
			dependencies = (
221 49
				DA48E48910987E44004612B8 /* PBXTargetDependency */,
222 46
			);
223
			name = tappity;
224
			productName = tappity;
225
			productReference = 1D6058910D05DD3D006BFB54 /* tappity.app */;
226
			productType = "com.apple.product-type.application";
227
		};
228 49
		DA48E42B10987CE0004612B8 /* TappityServer */ = {
229
			isa = PBXNativeTarget;
230
			buildConfigurationList = DA48E43610987D28004612B8 /* Build configuration list for PBXNativeTarget "TappityServer" */;
231
			buildPhases = (
232
				DA48E42810987CE0004612B8 /* Headers */,
233
				DA48E42910987CE0004612B8 /* Sources */,
234
				DA48E42A10987CE0004612B8 /* Frameworks */,
235
			);
236
			buildRules = (
237
			);
238
			dependencies = (
239
			);
240
			name = TappityServer;
241
			productName = TappityServer;
242
			productReference = DA48E42C10987CE0004612B8 /* libTappityServer.a */;
243
			productType = "com.apple.product-type.library.static";
244
		};
245
		DA48E44210987D47004612B8 /* TappityClient */ = {
246
			isa = PBXNativeTarget;
247
			buildConfigurationList = DA48E45D10987D7D004612B8 /* Build configuration list for PBXNativeTarget "TappityClient" */;
248
			buildPhases = (
249
				DA48E43F10987D47004612B8 /* Headers */,
250
				DA48E44010987D47004612B8 /* Sources */,
251
				DA48E44110987D47004612B8 /* Frameworks */,
252
			);
253
			buildRules = (
254
			);
255
			dependencies = (
256
			);
257
			name = TappityClient;
258
			productName = TappityClient;
259
			productReference = DA48E44310987D47004612B8 /* libTappityClient.a */;
260
			productType = "com.apple.product-type.library.static";
261
		};
262 46
/* End PBXNativeTarget section */
263
264
/* Begin PBXProject section */
265
		29B97313FDCFA39411CA2CEA /* Project object */ = {
266
			isa = PBXProject;
267
			buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "tappity" */;
268
			compatibilityVersion = "Xcode 3.1";
269
			hasScannedForEncodings = 1;
270
			mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
271
			projectDirPath = "";
272
			projectRoot = "";
273
			targets = (
274
				1D6058900D05DD3D006BFB54 /* tappity */,
275 49
				DA48E42B10987CE0004612B8 /* TappityServer */,
276
				DA48E44210987D47004612B8 /* TappityClient */,
277 46
			);
278
		};
279
/* End PBXProject section */
280
281
/* Begin PBXResourcesBuildPhase section */
282
		1D60588D0D05DD3D006BFB54 /* Resources */ = {
283
			isa = PBXResourcesBuildPhase;
284
			buildActionMask = 2147483647;
285
			files = (
286
				28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */,
287 47
				DA6A9072109681CE008EEFD8 /* image-not-found-icon.png in Resources */,
288 46
			);
289
			runOnlyForDeploymentPostprocessing = 0;
290
		};
291
/* End PBXResourcesBuildPhase section */
292
293
/* Begin PBXSourcesBuildPhase section */
294
		1D60588E0D05DD3D006BFB54 /* Sources */ = {
295
			isa = PBXSourcesBuildPhase;
296
			buildActionMask = 2147483647;
297
			files = (
298
				1D60589B0D05DD56006BFB54 /* main.m in Sources */,
299 49
			);
300
			runOnlyForDeploymentPostprocessing = 0;
301
		};
302
		DA48E42910987CE0004612B8 /* Sources */ = {
303
			isa = PBXSourcesBuildPhase;
304
			buildActionMask = 2147483647;
305
			files = (
306
				DA48E42F10987CFD004612B8 /* Tappity.m in Sources */,
307
				DA48E43310987D02004612B8 /* TappityServer.m in Sources */,
308
			);
309
			runOnlyForDeploymentPostprocessing = 0;
310
		};
311
		DA48E44010987D47004612B8 /* Sources */ = {
312
			isa = PBXSourcesBuildPhase;
313
			buildActionMask = 2147483647;
314
			files = (
315
				DA48E44610987D5D004612B8 /* TappityAppDelegate.m in Sources */,
316
				DA48E44710987D5E004612B8 /* TappityClient.m in Sources */,
317
				DA48E44810987D5F004612B8 /* TappityView.m in Sources */,
318
				DA48E44910987D60004612B8 /* Tappity.m in Sources */,
319
				DA48E44A10987D63004612B8 /* BonjourBrowser.m in Sources */,
320
				DA48E44B10987D63004612B8 /* BrowserViewController.m in Sources */,
321
				DA48E44C10987D64004612B8 /* DomainViewController.m in Sources */,
322
				DA48E44D10987D65004612B8 /* SimpleEditViewController.m in Sources */,
323 46
			);
324
			runOnlyForDeploymentPostprocessing = 0;
325
		};
326
/* End PBXSourcesBuildPhase section */
327
328 49
/* Begin PBXTargetDependency section */
329
		DA48E48910987E44004612B8 /* PBXTargetDependency */ = {
330
			isa = PBXTargetDependency;
331
			target = DA48E44210987D47004612B8 /* TappityClient */;
332
			targetProxy = DA48E48810987E44004612B8 /* PBXContainerItemProxy */;
333
		};
334
/* End PBXTargetDependency section */
335
336 46
/* Begin XCBuildConfiguration section */
337
		1D6058940D05DD3E006BFB54 /* Debug */ = {
338
			isa = XCBuildConfiguration;
339
			buildSettings = {
340
				ALWAYS_SEARCH_USER_PATHS = NO;
341
				COPY_PHASE_STRIP = NO;
342
				GCC_DYNAMIC_NO_PIC = NO;
343
				GCC_OPTIMIZATION_LEVEL = 0;
344
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
345
				GCC_PREFIX_HEADER = tappity_Prefix.pch;
346
				INFOPLIST_FILE = "tappity-Info.plist";
347
				PRODUCT_NAME = tappity;
348
			};
349
			name = Debug;
350
		};
351
		1D6058950D05DD3E006BFB54 /* Release */ = {
352
			isa = XCBuildConfiguration;
353
			buildSettings = {
354
				ALWAYS_SEARCH_USER_PATHS = NO;
355
				COPY_PHASE_STRIP = YES;
356
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
357
				GCC_PREFIX_HEADER = tappity_Prefix.pch;
358
				INFOPLIST_FILE = "tappity-Info.plist";
359
				PRODUCT_NAME = tappity;
360
			};
361
			name = Release;
362
		};
363
		C01FCF4F08A954540054247B /* Debug */ = {
364
			isa = XCBuildConfiguration;
365
			buildSettings = {
366
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
367
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
368
				GCC_C_LANGUAGE_STANDARD = c99;
369
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
370
				GCC_WARN_UNUSED_VARIABLE = YES;
371
				PREBINDING = NO;
372 49
				SDKROOT = iphoneos3.0;
373 46
			};
374
			name = Debug;
375
		};
376
		C01FCF5008A954540054247B /* Release */ = {
377
			isa = XCBuildConfiguration;
378
			buildSettings = {
379 49
				ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
380 46
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
381 49
				DEBUG_INFORMATION_FORMAT = dwarf;
382
				GCC_C_LANGUAGE_STANDARD = gnu99;
383
				GCC_THUMB_SUPPORT = NO;
384 46
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
385
				GCC_WARN_UNUSED_VARIABLE = YES;
386
				PREBINDING = NO;
387 49
				SDKROOT = iphoneos3.0;
388
			};
389
			name = Release;
390
		};
391
		DA48E42D10987CE1004612B8 /* Debug */ = {
392
			isa = XCBuildConfiguration;
393
			buildSettings = {
394
				ALWAYS_SEARCH_USER_PATHS = NO;
395
				COPY_PHASE_STRIP = NO;
396
				GCC_DYNAMIC_NO_PIC = NO;
397
				GCC_OPTIMIZATION_LEVEL = 0;
398
				PREBINDING = NO;
399
				PRODUCT_NAME = TappityServer;
400
			};
401
			name = Debug;
402
		};
403
		DA48E42E10987CE1004612B8 /* Release */ = {
404
			isa = XCBuildConfiguration;
405
			buildSettings = {
406
				ALWAYS_SEARCH_USER_PATHS = NO;
407
				COPY_PHASE_STRIP = YES;
408
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
409
				PREBINDING = NO;
410
				PRODUCT_NAME = TappityServer;
411
			};
412
			name = Release;
413
		};
414
		DA48E44410987D48004612B8 /* Debug */ = {
415
			isa = XCBuildConfiguration;
416
			buildSettings = {
417
				ALWAYS_SEARCH_USER_PATHS = NO;
418
				COPY_PHASE_STRIP = NO;
419
				GCC_DYNAMIC_NO_PIC = NO;
420
				GCC_OPTIMIZATION_LEVEL = 0;
421
				PREBINDING = NO;
422
				PRODUCT_NAME = TappityClient;
423
			};
424
			name = Debug;
425
		};
426
		DA48E44510987D48004612B8 /* Release */ = {
427
			isa = XCBuildConfiguration;
428
			buildSettings = {
429
				ALWAYS_SEARCH_USER_PATHS = NO;
430
				COPY_PHASE_STRIP = YES;
431
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
432
				PREBINDING = NO;
433
				PRODUCT_NAME = TappityClient;
434 46
			};
435
			name = Release;
436
		};
437
/* End XCBuildConfiguration section */
438
439
/* Begin XCConfigurationList section */
440
		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "tappity" */ = {
441
			isa = XCConfigurationList;
442
			buildConfigurations = (
443
				1D6058940D05DD3E006BFB54 /* Debug */,
444
				1D6058950D05DD3E006BFB54 /* Release */,
445
			);
446
			defaultConfigurationIsVisible = 0;
447
			defaultConfigurationName = Release;
448
		};
449
		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "tappity" */ = {
450
			isa = XCConfigurationList;
451
			buildConfigurations = (
452
				C01FCF4F08A954540054247B /* Debug */,
453
				C01FCF5008A954540054247B /* Release */,
454
			);
455
			defaultConfigurationIsVisible = 0;
456
			defaultConfigurationName = Release;
457
		};
458 49
		DA48E43610987D28004612B8 /* Build configuration list for PBXNativeTarget "TappityServer" */ = {
459
			isa = XCConfigurationList;
460
			buildConfigurations = (
461
				DA48E42D10987CE1004612B8 /* Debug */,
462
				DA48E42E10987CE1004612B8 /* Release */,
463
			);
464
			defaultConfigurationIsVisible = 0;
465
			defaultConfigurationName = Release;
466
		};
467
		DA48E45D10987D7D004612B8 /* Build configuration list for PBXNativeTarget "TappityClient" */ = {
468
			isa = XCConfigurationList;
469
			buildConfigurations = (
470
				DA48E44410987D48004612B8 /* Debug */,
471
				DA48E44510987D48004612B8 /* Release */,
472
			);
473
			defaultConfigurationIsVisible = 0;
474
			defaultConfigurationName = Release;
475
		};
476 46
/* End XCConfigurationList section */
477
	};
478
	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
479
}

Loggerhead 1.17 is a web-based interface for Bazaar branches