|
9 | 9 | /* Begin PBXBuildFile section */
|
10 | 10 | ED2E26EC138C9A5A00BC1538 /* PSPageView.m in Sources */ = {isa = PBXBuildFile; fileRef = ED2E26EB138C9A5900BC1538 /* PSPageView.m */; };
|
11 | 11 | 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 */; }; |
12 | 17 | ED67EE78138B12C900487AF1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED67EE77138B12C900487AF1 /* UIKit.framework */; };
|
13 | 18 | ED67EE7A138B12C900487AF1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED67EE79138B12C900487AF1 /* Foundation.framework */; };
|
14 | 19 | ED67EE7C138B12C900487AF1 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED67EE7B138B12C900487AF1 /* CoreGraphics.framework */; };
|
|
24 | 29 | ED9CD92F138CD1DB0076CC92 /* cover.png in Resources */ = {isa = PBXBuildFile; fileRef = ED9CD92E138CD1DB0076CC92 /* cover.png */; };
|
25 | 30 | ED9CD933138CD8FF0076CC92 /* UIImage+Scale.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9CD932138CD8FF0076CC92 /* UIImage+Scale.m */; };
|
26 | 31 | ED9CD972138EF6E80076CC92 /* page.png in Resources */ = {isa = PBXBuildFile; fileRef = ED9CD971138EF6E80076CC92 /* page.png */; };
|
| 32 | + EDFE186A13909FBF00A7498E /* PSPlayerController.xib in Resources */ = {isa = PBXBuildFile; fileRef = EDFE186913909FBF00A7498E /* PSPlayerController.xib */; }; |
27 | 33 | /* End PBXBuildFile section */
|
28 | 34 |
|
29 | 35 | /* Begin PBXFileReference section */
|
30 | 36 | ED2E26EA138C9A5900BC1538 /* PSPageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSPageView.h; sourceTree = "<group>"; };
|
31 | 37 | ED2E26EB138C9A5900BC1538 /* PSPageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSPageView.m; sourceTree = "<group>"; };
|
32 | 38 | ED2E26ED138CB58800BC1538 /* PSPlayerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSPlayerController.h; sourceTree = "<group>"; };
|
33 | 39 | 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>"; }; |
34 | 53 | ED67EE73138B12C900487AF1 /* PaperStackDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PaperStackDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
35 | 54 | ED67EE77138B12C900487AF1 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
36 | 55 | ED67EE79138B12C900487AF1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
52 | 71 | ED9CD931138CD8FF0076CC92 /* UIImage+Scale.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+Scale.h"; sourceTree = "<group>"; };
|
53 | 72 | ED9CD932138CD8FF0076CC92 /* UIImage+Scale.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+Scale.m"; sourceTree = "<group>"; };
|
54 | 73 | 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>"; }; |
55 | 75 | /* End PBXFileReference section */
|
56 | 76 |
|
57 | 77 | /* Begin PBXFrameworksBuildPhase section */
|
|
73 | 93 | ED2E26D1138C939000BC1538 /* PaperStack */ = {
|
74 | 94 | isa = PBXGroup;
|
75 | 95 | children = (
|
| 96 | + ED5C3E881390928000C87A53 /* OpenGL */, |
| 97 | + ED5C3E0113906BA100C87A53 /* Drawings */, |
76 | 98 | ED9CD930138CD8870076CC92 /* Core */,
|
| 99 | + ED5C3E0613906C3300C87A53 /* PSPageCache.h */, |
| 100 | + ED5C3E0713906C3300C87A53 /* PSPageCache.m */, |
77 | 101 | ED2E26EA138C9A5900BC1538 /* PSPageView.h */,
|
78 | 102 | ED2E26EB138C9A5900BC1538 /* PSPageView.m */,
|
79 | 103 | ED2E26ED138CB58800BC1538 /* PSPlayerController.h */,
|
80 | 104 | ED2E26EE138CB58800BC1538 /* PSPlayerController.m */,
|
| 105 | + EDFE186913909FBF00A7498E /* PSPlayerController.xib */, |
81 | 106 | );
|
82 | 107 | path = PaperStack;
|
83 | 108 | sourceTree = "<group>";
|
84 | 109 | };
|
| 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 | + }; |
85 | 135 | ED67EE68138B12C900487AF1 = {
|
86 | 136 | isa = PBXGroup;
|
87 | 137 | children = (
|
|
213 | 263 | ED67EE9C138B16AE00487AF1 /* example.pdf in Resources */,
|
214 | 264 | ED9CD92F138CD1DB0076CC92 /* cover.png in Resources */,
|
215 | 265 | ED9CD972138EF6E80076CC92 /* page.png in Resources */,
|
| 266 | + EDFE186A13909FBF00A7498E /* PSPlayerController.xib in Resources */, |
216 | 267 | );
|
217 | 268 | runOnlyForDeploymentPostprocessing = 0;
|
218 | 269 | };
|
|
229 | 280 | ED2E26EC138C9A5A00BC1538 /* PSPageView.m in Sources */,
|
230 | 281 | ED2E26EF138CB58800BC1538 /* PSPlayerController.m in Sources */,
|
231 | 282 | 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 */, |
232 | 288 | );
|
233 | 289 | runOnlyForDeploymentPostprocessing = 0;
|
234 | 290 | };
|
|
0 commit comments