RSS

(root)/iphone/common : 23 : Jigs/Jigs.xcodeproj/project.pbxproj

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

« back to all changes in this revision

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

Dömötör Gulyás
2009-08-09 18:33:08
Revision ID: dognotdog@gmail.com-20090809163308-k92rpn48plb13cqe
adds ability to create textures from PDF; adds color value to shaders; jigs now displays movement mode

Show diffs side-by-side

added added

removed removed

18
18
                DA0400A61026DCB3008C8C20 /* geometry.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0400A11026DCB3008C8C20 /* geometry.m */; };
19
19
                DA0400A71026DCB3008C8C20 /* GLESView.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0400A31026DCB3008C8C20 /* GLESView.m */; };
20
20
                DA0400A81026DCB3008C8C20 /* VertexArray.m in Sources */ = {isa = PBXBuildFile; fileRef = DA0400A51026DCB3008C8C20 /* VertexArray.m */; };
 
21
                DA44B4DD102EEC0B00129021 /* move-icon.pdf in Resources */ = {isa = PBXBuildFile; fileRef = DA44B4DA102EEC0B00129021 /* move-icon.pdf */; };
 
22
                DA44B4DE102EEC0B00129021 /* rotate-icon.pdf in Resources */ = {isa = PBXBuildFile; fileRef = DA44B4DB102EEC0B00129021 /* rotate-icon.pdf */; };
 
23
                DA44B4DF102EEC0B00129021 /* scale-icon.pdf in Resources */ = {isa = PBXBuildFile; fileRef = DA44B4DC102EEC0B00129021 /* scale-icon.pdf */; };
21
24
                DAB2BAE01028BD3600F4EF95 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DAB2BADF1028BD3600F4EF95 /* CoreGraphics.framework */; };
22
25
                DAB2BB771028C7EB00F4EF95 /* coding1.jpg in Resources */ = {isa = PBXBuildFile; fileRef = DAB2BB3A1028C23800F4EF95 /* coding1.jpg */; };
23
26
                DAB2BB7B1028C83A00F4EF95 /* jigsawPiece.vs in Resources */ = {isa = PBXBuildFile; fileRef = DAB2BB671028C5A600F4EF95 /* jigsawPiece.vs */; };
85
88
                DA0400A31026DCB3008C8C20 /* GLESView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GLESView.m; path = ../common/source/GLESView.m; sourceTree = SOURCE_ROOT; };
86
89
                DA0400A41026DCB3008C8C20 /* VertexArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VertexArray.h; path = ../common/source/VertexArray.h; sourceTree = SOURCE_ROOT; };
87
90
                DA0400A51026DCB3008C8C20 /* VertexArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VertexArray.m; path = ../common/source/VertexArray.m; sourceTree = SOURCE_ROOT; };
 
91
                DA44B4DA102EEC0B00129021 /* move-icon.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = "move-icon.pdf"; path = "../common/resources/move-icon.pdf"; sourceTree = SOURCE_ROOT; };
 
92
                DA44B4DB102EEC0B00129021 /* rotate-icon.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = "rotate-icon.pdf"; path = "../common/resources/rotate-icon.pdf"; sourceTree = SOURCE_ROOT; };
 
93
                DA44B4DC102EEC0B00129021 /* scale-icon.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; name = "scale-icon.pdf"; path = "../common/resources/scale-icon.pdf"; sourceTree = SOURCE_ROOT; };
88
94
                DAB2BADF1028BD3600F4EF95 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
89
95
                DAB2BB3A1028C23800F4EF95 /* coding1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; name = coding1.jpg; path = ../../../../Pictures/coding1.jpg; sourceTree = SOURCE_ROOT; };
90
96
                DAB2BB631028C59C00F4EF95 /* jigsawPiece.fs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fs; path = jigsawPiece.fs; sourceTree = "<group>"; };
192
198
                        children = (
193
199
                                DAB2BC4F1028E3A900F4EF95 /* JigsawGenerator.h */,
194
200
                                DAB2BC501028E3A900F4EF95 /* JigsawGenerator.m */,
195
 
                                DAB2BC4C1028E34D00F4EF95 /* MersenneTwister.h */,
196
 
                                DAB2BC4D1028E34D00F4EF95 /* MersenneTwister.m */,
197
 
                                DAB2BC491028E34100F4EF95 /* SimplexNoise.h */,
198
 
                                DAB2BC4A1028E34100F4EF95 /* SimplexNoise.m */,
199
 
                                DA0400A01026DCB3008C8C20 /* geometry.h */,
200
 
                                DA0400A11026DCB3008C8C20 /* geometry.m */,
201
 
                                DA0400A21026DCB3008C8C20 /* GLESView.h */,
202
 
                                DA0400A31026DCB3008C8C20 /* GLESView.m */,
203
 
                                DA0400A41026DCB3008C8C20 /* VertexArray.h */,
204
 
                                DA0400A51026DCB3008C8C20 /* VertexArray.m */,
205
201
                                1D3623240D0F684500981E51 /* JigsAppDelegate.h */,
206
202
                                1D3623250D0F684500981E51 /* JigsAppDelegate.m */,
207
203
                                29B97316FDCFA39411CA2CEA /* main.m */,
221
217
                                DAB2C88D102D690F00F4EF95 /* ES2Shader.m */,
222
218
                                DAB2C8AB102D6B9F00F4EF95 /* ES1Shader.h */,
223
219
                                DAB2C8AC102D6B9F00F4EF95 /* ES1Shader.m */,
 
220
                                DAB2BC4C1028E34D00F4EF95 /* MersenneTwister.h */,
 
221
                                DAB2BC4D1028E34D00F4EF95 /* MersenneTwister.m */,
 
222
                                DAB2BC491028E34100F4EF95 /* SimplexNoise.h */,
 
223
                                DAB2BC4A1028E34100F4EF95 /* SimplexNoise.m */,
 
224
                                DA0400A01026DCB3008C8C20 /* geometry.h */,
 
225
                                DA0400A11026DCB3008C8C20 /* geometry.m */,
 
226
                                DA0400A21026DCB3008C8C20 /* GLESView.h */,
 
227
                                DA0400A31026DCB3008C8C20 /* GLESView.m */,
 
228
                                DA0400A41026DCB3008C8C20 /* VertexArray.h */,
 
229
                                DA0400A51026DCB3008C8C20 /* VertexArray.m */,
224
230
                        );
225
231
                        path = source;
226
232
                        sourceTree = "<group>";
257
263
                29B97317FDCFA39411CA2CEA /* Resources */ = {
258
264
                        isa = PBXGroup;
259
265
                        children = (
 
266
                                DA44B4DA102EEC0B00129021 /* move-icon.pdf */,
 
267
                                DA44B4DB102EEC0B00129021 /* rotate-icon.pdf */,
 
268
                                DA44B4DC102EEC0B00129021 /* scale-icon.pdf */,
260
269
                                DAB2C366102C18BB00F4EF95 /* white.png */,
261
270
                                DAB2BD98102A196D00F4EF95 /* bezier.jigedge */,
262
271
                                DAB2BD99102A196D00F4EF95 /* doublekeyed.jigedge */,
408
417
                                DAB2BDA0102A196D00F4EF95 /* lopsided.jigedge in Resources */,
409
418
                                DAB2BDA1102A196D00F4EF95 /* simple.jigedge in Resources */,
410
419
                                DAB2C367102C18BB00F4EF95 /* white.png in Resources */,
 
420
                                DA44B4DD102EEC0B00129021 /* move-icon.pdf in Resources */,
 
421
                                DA44B4DE102EEC0B00129021 /* rotate-icon.pdf in Resources */,
 
422
                                DA44B4DF102EEC0B00129021 /* scale-icon.pdf in Resources */,
411
423
                        );
412
424
                        runOnlyForDeploymentPostprocessing = 0;
413
425
                };

Loggerhead 1.17 is a web-based interface for Bazaar branches