RSS

(root)/iphone/common : 50 : tappity/tappity.xcodeproj/project.pbxproj

To get this branch, use:
bzr branch /browse/iphone/common

« back to all changes in this revision

Viewing changes to tappity/tappity.xcodeproj/project.pbxproj

Dömötör Gulyás
2009-10-30 10:05:15
Revision ID: dognotdog@gmail.com-20091030090515-tzzgj0hpoq1qi7ik
tappity server is changed to automagically hook into the relevant classes when linked with -ObjC; network header is changed to contain msg id in addition to size

Show diffs side-by-side

added added

removed removed

24
24
                DA48E44C10987D64004612B8 /* DomainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0416D51094B5B200407AC0 /* DomainViewController.m */; };
25
25
                DA48E44D10987D65004612B8 /* SimpleEditViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0416D71094B5B200407AC0 /* SimpleEditViewController.m */; };
26
26
                DA48E48A10987E4E004612B8 /* libTappityClient.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DA48E44310987D47004612B8 /* libTappityClient.a */; };
 
27
                DA48E64410990F61004612B8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
27
28
                DA6A9072109681CE008EEFD8 /* image-not-found-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = DA6A9071109681CE008EEFD8 /* image-not-found-icon.png */; };
28
29
/* End PBXBuildFile section */
29
30
 
320
321
                                DA48E44B10987D63004612B8 /* BrowserViewController.m in Sources */,
321
322
                                DA48E44C10987D64004612B8 /* DomainViewController.m in Sources */,
322
323
                                DA48E44D10987D65004612B8 /* SimpleEditViewController.m in Sources */,
 
324
                                DA48E64410990F61004612B8 /* main.m in Sources */,
323
325
                        );
324
326
                        runOnlyForDeploymentPostprocessing = 0;
325
327
                };
344
346
                                GCC_PRECOMPILE_PREFIX_HEADER = YES;
345
347
                                GCC_PREFIX_HEADER = tappity_Prefix.pch;
346
348
                                INFOPLIST_FILE = "tappity-Info.plist";
 
349
                                OTHER_LDFLAGS = "-ObjC";
347
350
                                PRODUCT_NAME = tappity;
348
351
                        };
349
352
                        name = Debug;
368
371
                                GCC_C_LANGUAGE_STANDARD = c99;
369
372
                                GCC_WARN_ABOUT_RETURN_TYPE = YES;
370
373
                                GCC_WARN_UNUSED_VARIABLE = YES;
 
374
                                OTHER_LDFLAGS = "-ObjC";
371
375
                                PREBINDING = NO;
372
376
                                SDKROOT = iphoneos3.0;
373
377
                        };
383
387
                                GCC_THUMB_SUPPORT = NO;
384
388
                                GCC_WARN_ABOUT_RETURN_TYPE = YES;
385
389
                                GCC_WARN_UNUSED_VARIABLE = YES;
 
390
                                OTHER_LDFLAGS = "-ObjC";
386
391
                                PREBINDING = NO;
387
392
                                SDKROOT = iphoneos3.0;
388
393
                        };

Loggerhead 1.17 is a web-based interface for Bazaar branches