Skip to content

Commit df9f4ab

Browse files
author
lorenzo
committed
Cone Curl Experiment 1
1 parent cc73659 commit df9f4ab

21 files changed

+21912
-8614
lines changed

PaperStackDemo.xcodeproj/project.pbxproj

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
/* Begin PBXBuildFile section */
1010
ED2E26EC138C9A5A00BC1538 /* PSPageView.m in Sources */ = {isa = PBXBuildFile; fileRef = ED2E26EB138C9A5900BC1538 /* PSPageView.m */; };
1111
ED2E26EF138CB58800BC1538 /* PSPlayerController.m in Sources */ = {isa = PBXBuildFile; fileRef = ED2E26EE138CB58800BC1538 /* PSPlayerController.m */; };
12+
ED5C3E0513906BB800C87A53 /* PSDrawings.m in Sources */ = {isa = PBXBuildFile; fileRef = ED5C3E0413906BB800C87A53 /* PSDrawings.m */; };
13+
ED5C3E0813906C3300C87A53 /* PSPageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = ED5C3E0713906C3300C87A53 /* PSPageCache.m */; };
14+
ED5C3E93139092C300C87A53 /* CCPage.m in Sources */ = {isa = PBXBuildFile; fileRef = ED5C3E8B139092C300C87A53 /* CCPage.m */; };
15+
ED5C3E94139092C300C87A53 /* EAGLView.m in Sources */ = {isa = PBXBuildFile; fileRef = ED5C3E8D139092C300C87A53 /* EAGLView.m */; };
16+
ED5C3E95139092C300C87A53 /* ES1Renderer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED5C3E90139092C300C87A53 /* ES1Renderer.m */; };
1217
ED67EE78138B12C900487AF1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED67EE77138B12C900487AF1 /* UIKit.framework */; };
1318
ED67EE7A138B12C900487AF1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED67EE79138B12C900487AF1 /* Foundation.framework */; };
1419
ED67EE7C138B12C900487AF1 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED67EE7B138B12C900487AF1 /* CoreGraphics.framework */; };
@@ -24,13 +29,27 @@
2429
ED9CD92F138CD1DB0076CC92 /* cover.png in Resources */ = {isa = PBXBuildFile; fileRef = ED9CD92E138CD1DB0076CC92 /* cover.png */; };
2530
ED9CD933138CD8FF0076CC92 /* UIImage+Scale.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9CD932138CD8FF0076CC92 /* UIImage+Scale.m */; };
2631
ED9CD972138EF6E80076CC92 /* page.png in Resources */ = {isa = PBXBuildFile; fileRef = ED9CD971138EF6E80076CC92 /* page.png */; };
32+
EDFE186A13909FBF00A7498E /* PSPlayerController.xib in Resources */ = {isa = PBXBuildFile; fileRef = EDFE186913909FBF00A7498E /* PSPlayerController.xib */; };
2733
/* End PBXBuildFile section */
2834

2935
/* Begin PBXFileReference section */
3036
ED2E26EA138C9A5900BC1538 /* PSPageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSPageView.h; sourceTree = "<group>"; };
3137
ED2E26EB138C9A5900BC1538 /* PSPageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSPageView.m; sourceTree = "<group>"; };
3238
ED2E26ED138CB58800BC1538 /* PSPlayerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSPlayerController.h; sourceTree = "<group>"; };
3339
ED2E26EE138CB58800BC1538 /* PSPlayerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSPlayerController.m; sourceTree = "<group>"; };
40+
ED5C3E0313906BB800C87A53 /* PSDrawings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSDrawings.h; sourceTree = "<group>"; };
41+
ED5C3E0413906BB800C87A53 /* PSDrawings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSDrawings.m; sourceTree = "<group>"; };
42+
ED5C3E0613906C3300C87A53 /* PSPageCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSPageCache.h; sourceTree = "<group>"; };
43+
ED5C3E0713906C3300C87A53 /* PSPageCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSPageCache.m; sourceTree = "<group>"; };
44+
ED5C3E0913906C9500C87A53 /* PSKonstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSKonstants.h; sourceTree = "<group>"; };
45+
ED5C3E89139092C300C87A53 /* CCCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCCommon.h; sourceTree = "<group>"; };
46+
ED5C3E8A139092C300C87A53 /* CCPage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCPage.h; sourceTree = "<group>"; };
47+
ED5C3E8B139092C300C87A53 /* CCPage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CCPage.m; sourceTree = "<group>"; };
48+
ED5C3E8C139092C300C87A53 /* EAGLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EAGLView.h; sourceTree = "<group>"; };
49+
ED5C3E8D139092C300C87A53 /* EAGLView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EAGLView.m; sourceTree = "<group>"; };
50+
ED5C3E8E139092C300C87A53 /* ESRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ESRenderer.h; sourceTree = "<group>"; };
51+
ED5C3E8F139092C300C87A53 /* ES1Renderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ES1Renderer.h; sourceTree = "<group>"; };
52+
ED5C3E90139092C300C87A53 /* ES1Renderer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ES1Renderer.m; sourceTree = "<group>"; };
3453
ED67EE73138B12C900487AF1 /* PaperStackDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PaperStackDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
3554
ED67EE77138B12C900487AF1 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
3655
ED67EE79138B12C900487AF1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
@@ -52,6 +71,7 @@
5271
ED9CD931138CD8FF0076CC92 /* UIImage+Scale.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+Scale.h"; sourceTree = "<group>"; };
5372
ED9CD932138CD8FF0076CC92 /* UIImage+Scale.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+Scale.m"; sourceTree = "<group>"; };
5473
ED9CD971138EF6E80076CC92 /* page.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = page.png; sourceTree = "<group>"; };
74+
EDFE186913909FBF00A7498E /* PSPlayerController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PSPlayerController.xib; sourceTree = "<group>"; };
5575
/* End PBXFileReference section */
5676

5777
/* Begin PBXFrameworksBuildPhase section */
@@ -73,15 +93,45 @@
7393
ED2E26D1138C939000BC1538 /* PaperStack */ = {
7494
isa = PBXGroup;
7595
children = (
96+
ED5C3E881390928000C87A53 /* OpenGL */,
97+
ED5C3E0113906BA100C87A53 /* Drawings */,
7698
ED9CD930138CD8870076CC92 /* Core */,
99+
ED5C3E0613906C3300C87A53 /* PSPageCache.h */,
100+
ED5C3E0713906C3300C87A53 /* PSPageCache.m */,
77101
ED2E26EA138C9A5900BC1538 /* PSPageView.h */,
78102
ED2E26EB138C9A5900BC1538 /* PSPageView.m */,
79103
ED2E26ED138CB58800BC1538 /* PSPlayerController.h */,
80104
ED2E26EE138CB58800BC1538 /* PSPlayerController.m */,
105+
EDFE186913909FBF00A7498E /* PSPlayerController.xib */,
81106
);
82107
path = PaperStack;
83108
sourceTree = "<group>";
84109
};
110+
ED5C3E0113906BA100C87A53 /* Drawings */ = {
111+
isa = PBXGroup;
112+
children = (
113+
ED5C3E0313906BB800C87A53 /* PSDrawings.h */,
114+
ED5C3E0413906BB800C87A53 /* PSDrawings.m */,
115+
ED5C3E0913906C9500C87A53 /* PSKonstants.h */,
116+
);
117+
name = Drawings;
118+
sourceTree = "<group>";
119+
};
120+
ED5C3E881390928000C87A53 /* OpenGL */ = {
121+
isa = PBXGroup;
122+
children = (
123+
ED5C3E89139092C300C87A53 /* CCCommon.h */,
124+
ED5C3E8A139092C300C87A53 /* CCPage.h */,
125+
ED5C3E8B139092C300C87A53 /* CCPage.m */,
126+
ED5C3E8C139092C300C87A53 /* EAGLView.h */,
127+
ED5C3E8D139092C300C87A53 /* EAGLView.m */,
128+
ED5C3E8E139092C300C87A53 /* ESRenderer.h */,
129+
ED5C3E8F139092C300C87A53 /* ES1Renderer.h */,
130+
ED5C3E90139092C300C87A53 /* ES1Renderer.m */,
131+
);
132+
name = OpenGL;
133+
sourceTree = "<group>";
134+
};
85135
ED67EE68138B12C900487AF1 = {
86136
isa = PBXGroup;
87137
children = (
@@ -213,6 +263,7 @@
213263
ED67EE9C138B16AE00487AF1 /* example.pdf in Resources */,
214264
ED9CD92F138CD1DB0076CC92 /* cover.png in Resources */,
215265
ED9CD972138EF6E80076CC92 /* page.png in Resources */,
266+
EDFE186A13909FBF00A7498E /* PSPlayerController.xib in Resources */,
216267
);
217268
runOnlyForDeploymentPostprocessing = 0;
218269
};
@@ -229,6 +280,11 @@
229280
ED2E26EC138C9A5A00BC1538 /* PSPageView.m in Sources */,
230281
ED2E26EF138CB58800BC1538 /* PSPlayerController.m in Sources */,
231282
ED9CD933138CD8FF0076CC92 /* UIImage+Scale.m in Sources */,
283+
ED5C3E0513906BB800C87A53 /* PSDrawings.m in Sources */,
284+
ED5C3E0813906C3300C87A53 /* PSPageCache.m in Sources */,
285+
ED5C3E93139092C300C87A53 /* CCPage.m in Sources */,
286+
ED5C3E94139092C300C87A53 /* EAGLView.m in Sources */,
287+
ED5C3E95139092C300C87A53 /* ES1Renderer.m in Sources */,
232288
);
233289
runOnlyForDeploymentPostprocessing = 0;
234290
};

0 commit comments

Comments
 (0)