RSS

(root)/iphone/tappity : 46 : Jigs/Jigs.xcodeproj/project.pbxproj

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

« back to all changes in this revision

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

Dömötör Gulyás
2009-10-27 01:03:19
Revision ID: dognotdog@gmail.com-20091027000319-1vrkixkgf9lkud6g
adds tappity project

Show diffs side-by-side

added added

removed removed

17
17
                DA04009F1026DC87008C8C20 /* JigView.m in Sources */ = {isa = PBXBuildFile; fileRef = DA04009E1026DC87008C8C20 /* JigView.m */; };
18
18
                DA0400A61026DCB3008C8C20 /* geometry.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0400A11026DCB3008C8C20 /* geometry.m */; };
19
19
                DA0400A81026DCB3008C8C20 /* VertexArray.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0400A51026DCB3008C8C20 /* VertexArray.m */; };
 
20
                DA0417971094C34B00407AC0 /* TappityServer.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0417961094C34B00407AC0 /* TappityServer.m */; };
 
21
                DA04196F1095085A00407AC0 /* Tappity.m in Sources */ = {isa = PBXBuildFile; fileRef = DA04196E1095085A00407AC0 /* Tappity.m */; };
20
22
                DA142A2B10336BE300864430 /* button1.png in Resources */ = {isa = PBXBuildFile; fileRef = DA142A2A10336BE300864430 /* button1.png */; };
21
23
                DA142A951033856000864430 /* few-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = DA142A931033856000864430 /* few-icon.png */; };
22
24
                DA142A961033856000864430 /* many-icon.png in Resources */ = {isa = PBXBuildFile; fileRef = DA142A941033856000864430 /* many-icon.png */; };
78
80
                DA0400A31026DCB3008C8C20 /* GLESView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GLESView.m; path = ../common/source/GLESView.m; sourceTree = SOURCE_ROOT; };
79
81
                DA0400A41026DCB3008C8C20 /* VertexArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VertexArray.h; path = ../common/source/VertexArray.h; sourceTree = SOURCE_ROOT; };
80
82
                DA0400A51026DCB3008C8C20 /* VertexArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VertexArray.m; path = ../common/source/VertexArray.m; sourceTree = SOURCE_ROOT; };
 
83
                DA0417951094C34B00407AC0 /* TappityServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TappityServer.h; sourceTree = "<group>"; };
 
84
                DA0417961094C34B00407AC0 /* TappityServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TappityServer.m; sourceTree = "<group>"; };
 
85
                DA04196D1095085A00407AC0 /* Tappity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Tappity.h; path = ../tappity/source/Tappity.h; sourceTree = SOURCE_ROOT; };
 
86
                DA04196E1095085A00407AC0 /* Tappity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Tappity.m; path = ../tappity/source/Tappity.m; sourceTree = SOURCE_ROOT; };
 
87
                DA041BD010958D8900407AC0 /* GraphicsServices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GraphicsServices.h; path = ../tappity/source/GraphicsServices/GraphicsServices.h; sourceTree = SOURCE_ROOT; };
81
88
                DA142A2A10336BE300864430 /* button1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = button1.png; path = ../common/resources/button1.png; sourceTree = SOURCE_ROOT; };
82
89
                DA142A931033856000864430 /* few-icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "few-icon.png"; path = "../common/resources/few-icon.png"; sourceTree = SOURCE_ROOT; };
83
90
                DA142A941033856000864430 /* many-icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "many-icon.png"; path = "../common/resources/many-icon.png"; sourceTree = SOURCE_ROOT; };
248
255
                                DA5AF5A91031D72B00434F8C /* ImageWell.m */,
249
256
                                DA5AF85910321E7500434F8C /* ElAnimation.h */,
250
257
                                DA5AF85A10321E7500434F8C /* ElAnimation.m */,
 
258
                                DA0417951094C34B00407AC0 /* TappityServer.h */,
 
259
                                DA0417961094C34B00407AC0 /* TappityServer.m */,
 
260
                                DA04196D1095085A00407AC0 /* Tappity.h */,
 
261
                                DA04196E1095085A00407AC0 /* Tappity.m */,
 
262
                                DA041BD010958D8900407AC0 /* GraphicsServices.h */,
251
263
                        );
252
264
                        path = source;
253
265
                        sourceTree = "<group>";
495
507
                                DA5AF85B10321E7500434F8C /* ElAnimation.m in Sources */,
496
508
                                DA142CC810345C7500864430 /* GLESView.m in Sources */,
497
509
                                DAADC5B11039F7D400D7FD16 /* GriddedImageWell.m in Sources */,
 
510
                                DA0417971094C34B00407AC0 /* TappityServer.m in Sources */,
 
511
                                DA04196F1095085A00407AC0 /* Tappity.m in Sources */,
498
512
                        );
499
513
                        runOnlyForDeploymentPostprocessing = 0;
500
514
                };
544
558
                                GCC_WARN_SIGN_COMPARE = YES;
545
559
                                GCC_WARN_UNUSED_VARIABLE = YES;
546
560
                                PREBINDING = NO;
547
 
                                SDKROOT = iphoneos3.1.2;
 
561
                                SDKROOT = iphoneos3.1;
548
562
                        };
549
563
                        name = Debug;
550
564
                };
565
579
                                GCC_WARN_UNUSED_VARIABLE = YES;
566
580
                                OTHER_CFLAGS = "-DNDEBUG";
567
581
                                PREBINDING = NO;
568
 
                                SDKROOT = iphoneos3.1.2;
 
582
                                SDKROOT = iphoneos3.1;
569
583
                        };
570
584
                        name = Release;
571
585
                };

Loggerhead 1.17 is a web-based interface for Bazaar branches