9
9
/* Begin PBXBuildFile section */
10
1D3623260D0F684500981E51 /* TappityAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* TappityAppDelegate.m */; };
11
10
1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
12
11
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
13
12
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
14
13
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; };
15
14
28AD733F0D9D9553002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD733E0D9D9553002E5188 /* MainWindow.xib */; };
16
DA0416D81094B5B200407AC0 /* BonjourBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0416D11094B5B200407AC0 /* BonjourBrowser.m */; };
17
DA0416D91094B5B200407AC0 /* BrowserViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0416D31094B5B200407AC0 /* BrowserViewController.m */; };
18
DA0416DA1094B5B200407AC0 /* DomainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0416D51094B5B200407AC0 /* DomainViewController.m */; };
19
DA0416DB1094B5B200407AC0 /* SimpleEditViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0416D71094B5B200407AC0 /* SimpleEditViewController.m */; };
20
DA04187E1094D14500407AC0 /* TappityClient.m in Sources */ = {isa = PBXBuildFile; fileRef = DA04187D1094D14500407AC0 /* TappityClient.m */; };
21
DA04193D1094FC6000407AC0 /* TappityView.m in Sources */ = {isa = PBXBuildFile; fileRef = DA04193C1094FC6000407AC0 /* TappityView.m */; };
22
DA04196C1095082B00407AC0 /* Tappity.m in Sources */ = {isa = PBXBuildFile; fileRef = DA04196B1095082B00407AC0 /* Tappity.m */; };
23
DA6A8FFA10967BEB008EEFD8 /* ImageWell.m in Sources */ = {isa = PBXBuildFile; fileRef = DA6A8FF910967BEB008EEFD8 /* ImageWell.m */; };
24
DA6A900010967C24008EEFD8 /* ElAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = DA6A8FFF10967C24008EEFD8 /* ElAnimation.m */; };
15
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 */; };
25
27
DA6A9072109681CE008EEFD8 /* image-not-found-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = DA6A9071109681CE008EEFD8 /* image-not-found-icon.png */; };
26
28
/* End PBXBuildFile section */
30
/* Begin PBXContainerItemProxy section */
31
DA48E48810987E44004612B8 /* PBXContainerItemProxy */ = {
32
isa = PBXContainerItemProxy;
33
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
35
remoteGlobalIDString = DA48E44210987D47004612B8 /* TappityClient */;
36
remoteInfo = TappityClient;
38
/* End PBXContainerItemProxy section */
28
40
/* Begin PBXFileReference section */
29
41
1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
30
42
1D3623240D0F684500981E51 /* TappityAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TappityAppDelegate.h; sourceTree = "<group>"; };
51
63
DA04196A1095082B00407AC0 /* Tappity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tappity.h; sourceTree = "<group>"; };
52
64
DA04196B1095082B00407AC0 /* Tappity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Tappity.m; sourceTree = "<group>"; };
53
65
DA041B97109583ED00407AC0 /* GraphicsServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GraphicsServices.h; path = GraphicsServices/GraphicsServices.h; sourceTree = "<group>"; };
54
DA6A8FF810967BEB008EEFD8 /* ImageWell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageWell.h; path = ../Jigs/source/ImageWell.h; sourceTree = SOURCE_ROOT; };
55
DA6A8FF910967BEB008EEFD8 /* ImageWell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImageWell.m; path = ../Jigs/source/ImageWell.m; sourceTree = SOURCE_ROOT; };
56
DA6A8FFE10967C24008EEFD8 /* ElAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ElAnimation.h; path = ../common/source/ElAnimation.h; sourceTree = SOURCE_ROOT; };
57
DA6A8FFF10967C24008EEFD8 /* ElAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ElAnimation.m; path = ../common/source/ElAnimation.m; sourceTree = SOURCE_ROOT; };
66
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; };
58
71
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; };
59
72
/* End PBXFileReference section */
66
79
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
67
80
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
68
81
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */,
82
DA48E34010986694004612B8 /* CoreLocation.framework in Frameworks */,
83
DA48E48A10987E4E004612B8 /* libTappityClient.a in Frameworks */,
85
runOnlyForDeploymentPostprocessing = 0;
87
DA48E42A10987CE0004612B8 /* Frameworks */ = {
88
isa = PBXFrameworksBuildPhase;
89
buildActionMask = 2147483647;
92
runOnlyForDeploymentPostprocessing = 0;
94
DA48E44110987D47004612B8 /* Frameworks */ = {
95
isa = PBXFrameworksBuildPhase;
96
buildActionMask = 2147483647;
70
99
runOnlyForDeploymentPostprocessing = 0;
75
104
080E96DDFE201D6D7F000001 /* source */ = {
78
DA6A8FFE10967C24008EEFD8 /* ElAnimation.h */,
79
DA6A8FFF10967C24008EEFD8 /* ElAnimation.m */,
80
DA6A8FF810967BEB008EEFD8 /* ImageWell.h */,
81
DA6A8FF910967BEB008EEFD8 /* ImageWell.m */,
82
107
29B97316FDCFA39411CA2CEA /* main.m */,
108
DA48E41510987C6C004612B8 /* TappityServer.h */,
109
DA48E41610987C6C004612B8 /* TappityServer.m */,
83
110
DA0416CF1094B5B200407AC0 /* BonjourSupport */,
84
111
1D3623240D0F684500981E51 /* TappityAppDelegate.h */,
85
112
1D3623250D0F684500981E51 /* TappityAppDelegate.m */,
160
190
/* End PBXGroup section */
192
/* Begin PBXHeadersBuildPhase section */
193
DA48E42810987CE0004612B8 /* Headers */ = {
194
isa = PBXHeadersBuildPhase;
195
buildActionMask = 2147483647;
198
runOnlyForDeploymentPostprocessing = 0;
200
DA48E43F10987D47004612B8 /* Headers */ = {
201
isa = PBXHeadersBuildPhase;
202
buildActionMask = 2147483647;
205
runOnlyForDeploymentPostprocessing = 0;
207
/* End PBXHeadersBuildPhase section */
162
209
/* Begin PBXNativeTarget section */
163
210
1D6058900D05DD3D006BFB54 /* tappity */ = {
164
211
isa = PBXNativeTarget;
221
DA48E48910987E44004612B8 /* PBXTargetDependency */,
176
224
productName = tappity;
177
225
productReference = 1D6058910D05DD3D006BFB54 /* tappity.app */;
178
226
productType = "com.apple.product-type.application";
228
DA48E42B10987CE0004612B8 /* TappityServer */ = {
229
isa = PBXNativeTarget;
230
buildConfigurationList = DA48E43610987D28004612B8 /* Build configuration list for PBXNativeTarget "TappityServer" */;
232
DA48E42810987CE0004612B8 /* Headers */,
233
DA48E42910987CE0004612B8 /* Sources */,
234
DA48E42A10987CE0004612B8 /* Frameworks */,
240
name = TappityServer;
241
productName = TappityServer;
242
productReference = DA48E42C10987CE0004612B8 /* libTappityServer.a */;
243
productType = "com.apple.product-type.library.static";
245
DA48E44210987D47004612B8 /* TappityClient */ = {
246
isa = PBXNativeTarget;
247
buildConfigurationList = DA48E45D10987D7D004612B8 /* Build configuration list for PBXNativeTarget "TappityClient" */;
249
DA48E43F10987D47004612B8 /* Headers */,
250
DA48E44010987D47004612B8 /* Sources */,
251
DA48E44110987D47004612B8 /* Frameworks */,
257
name = TappityClient;
258
productName = TappityClient;
259
productReference = DA48E44310987D47004612B8 /* libTappityClient.a */;
260
productType = "com.apple.product-type.library.static";
180
262
/* End PBXNativeTarget section */
182
264
/* Begin PBXProject section */
212
296
buildActionMask = 2147483647;
214
298
1D60589B0D05DD56006BFB54 /* main.m in Sources */,
215
1D3623260D0F684500981E51 /* TappityAppDelegate.m in Sources */,
216
DA0416D81094B5B200407AC0 /* BonjourBrowser.m in Sources */,
217
DA0416D91094B5B200407AC0 /* BrowserViewController.m in Sources */,
218
DA0416DA1094B5B200407AC0 /* DomainViewController.m in Sources */,
219
DA0416DB1094B5B200407AC0 /* SimpleEditViewController.m in Sources */,
220
DA04187E1094D14500407AC0 /* TappityClient.m in Sources */,
221
DA04193D1094FC6000407AC0 /* TappityView.m in Sources */,
222
DA04196C1095082B00407AC0 /* Tappity.m in Sources */,
223
DA6A8FFA10967BEB008EEFD8 /* ImageWell.m in Sources */,
224
DA6A900010967C24008EEFD8 /* ElAnimation.m in Sources */,
300
runOnlyForDeploymentPostprocessing = 0;
302
DA48E42910987CE0004612B8 /* Sources */ = {
303
isa = PBXSourcesBuildPhase;
304
buildActionMask = 2147483647;
306
DA48E42F10987CFD004612B8 /* Tappity.m in Sources */,
307
DA48E43310987D02004612B8 /* TappityServer.m in Sources */,
309
runOnlyForDeploymentPostprocessing = 0;
311
DA48E44010987D47004612B8 /* Sources */ = {
312
isa = PBXSourcesBuildPhase;
313
buildActionMask = 2147483647;
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 */,
226
324
runOnlyForDeploymentPostprocessing = 0;
228
326
/* End PBXSourcesBuildPhase section */
328
/* Begin PBXTargetDependency section */
329
DA48E48910987E44004612B8 /* PBXTargetDependency */ = {
330
isa = PBXTargetDependency;
331
target = DA48E44210987D47004612B8 /* TappityClient */;
332
targetProxy = DA48E48810987E44004612B8 /* PBXContainerItemProxy */;
334
/* End PBXTargetDependency section */
230
336
/* Begin XCBuildConfiguration section */
231
337
1D6058940D05DD3E006BFB54 /* Debug */ = {
232
338
isa = XCBuildConfiguration;
263
369
GCC_WARN_ABOUT_RETURN_TYPE = YES;
264
370
GCC_WARN_UNUSED_VARIABLE = YES;
266
SDKROOT = iphoneos3.1.2;
372
SDKROOT = iphoneos3.0;
270
376
C01FCF5008A954540054247B /* Release */ = {
271
377
isa = XCBuildConfiguration;
272
378
buildSettings = {
273
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
379
ARCHS = "$(ARCHS_UNIVERSAL_IPHONE_OS)";
274
380
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
275
GCC_C_LANGUAGE_STANDARD = c99;
381
DEBUG_INFORMATION_FORMAT = dwarf;
382
GCC_C_LANGUAGE_STANDARD = gnu99;
383
GCC_THUMB_SUPPORT = NO;
276
384
GCC_WARN_ABOUT_RETURN_TYPE = YES;
277
385
GCC_WARN_UNUSED_VARIABLE = YES;
279
SDKROOT = iphoneos3.1.2;
387
SDKROOT = iphoneos3.0;
391
DA48E42D10987CE1004612B8 /* Debug */ = {
392
isa = XCBuildConfiguration;
394
ALWAYS_SEARCH_USER_PATHS = NO;
395
COPY_PHASE_STRIP = NO;
396
GCC_DYNAMIC_NO_PIC = NO;
397
GCC_OPTIMIZATION_LEVEL = 0;
399
PRODUCT_NAME = TappityServer;
403
DA48E42E10987CE1004612B8 /* Release */ = {
404
isa = XCBuildConfiguration;
406
ALWAYS_SEARCH_USER_PATHS = NO;
407
COPY_PHASE_STRIP = YES;
408
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
410
PRODUCT_NAME = TappityServer;
414
DA48E44410987D48004612B8 /* Debug */ = {
415
isa = XCBuildConfiguration;
417
ALWAYS_SEARCH_USER_PATHS = NO;
418
COPY_PHASE_STRIP = NO;
419
GCC_DYNAMIC_NO_PIC = NO;
420
GCC_OPTIMIZATION_LEVEL = 0;
422
PRODUCT_NAME = TappityClient;
426
DA48E44510987D48004612B8 /* Release */ = {
427
isa = XCBuildConfiguration;
429
ALWAYS_SEARCH_USER_PATHS = NO;
430
COPY_PHASE_STRIP = YES;
431
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
433
PRODUCT_NAME = TappityClient;
301
455
defaultConfigurationIsVisible = 0;
302
456
defaultConfigurationName = Release;
458
DA48E43610987D28004612B8 /* Build configuration list for PBXNativeTarget "TappityServer" */ = {
459
isa = XCConfigurationList;
460
buildConfigurations = (
461
DA48E42D10987CE1004612B8 /* Debug */,
462
DA48E42E10987CE1004612B8 /* Release */,
464
defaultConfigurationIsVisible = 0;
465
defaultConfigurationName = Release;
467
DA48E45D10987D7D004612B8 /* Build configuration list for PBXNativeTarget "TappityClient" */ = {
468
isa = XCConfigurationList;
469
buildConfigurations = (
470
DA48E44410987D48004612B8 /* Debug */,
471
DA48E44510987D48004612B8 /* Release */,
473
defaultConfigurationIsVisible = 0;
474
defaultConfigurationName = Release;
304
476
/* End XCConfigurationList section */
306
478
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;