|
13 | 13 | AD8814701960EEBF005F2E41 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AD88146E1960EEBF005F2E41 /* Main.storyboard */; };
|
14 | 14 | AD8814721960EEBF005F2E41 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AD8814711960EEBF005F2E41 /* Images.xcassets */; };
|
15 | 15 | AD88147E1960EEBF005F2E41 /* iOSSwiftOpenGLTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD88147D1960EEBF005F2E41 /* iOSSwiftOpenGLTests.swift */; };
|
| 16 | + AD88148A1960EF38005F2E41 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AD8814891960EF38005F2E41 /* OpenGLES.framework */; }; |
| 17 | + AD88148C1960EFBA005F2E41 /* SimpleVertex.glsl in Resources */ = {isa = PBXBuildFile; fileRef = AD88148B1960EFBA005F2E41 /* SimpleVertex.glsl */; }; |
| 18 | + AD88148E1960EFCE005F2E41 /* SimpleFragment.glsl in Resources */ = {isa = PBXBuildFile; fileRef = AD88148D1960EFCE005F2E41 /* SimpleFragment.glsl */; }; |
| 19 | + AD8814901960F047005F2E41 /* Images.xcassets in Sources */ = {isa = PBXBuildFile; fileRef = AD8814711960EEBF005F2E41 /* Images.xcassets */; }; |
| 20 | + AD8814911960F27B005F2E41 /* OpenGLView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD8814871960EEDA005F2E41 /* OpenGLView.swift */; }; |
16 | 21 | /* End PBXBuildFile section */
|
17 | 22 |
|
18 | 23 | /* Begin PBXContainerItemProxy section */
|
|
36 | 41 | AD8814771960EEBF005F2E41 /* iOSSwiftOpenGLTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = iOSSwiftOpenGLTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
37 | 42 | AD88147C1960EEBF005F2E41 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
38 | 43 | AD88147D1960EEBF005F2E41 /* iOSSwiftOpenGLTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iOSSwiftOpenGLTests.swift; sourceTree = "<group>"; };
|
| 44 | + AD8814871960EEDA005F2E41 /* OpenGLView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OpenGLView.swift; sourceTree = "<group>"; }; |
| 45 | + AD8814891960EF38005F2E41 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; |
| 46 | + AD88148B1960EFBA005F2E41 /* SimpleVertex.glsl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = SimpleVertex.glsl; path = ../SimpleVertex.glsl; sourceTree = "<group>"; }; |
| 47 | + AD88148D1960EFCE005F2E41 /* SimpleFragment.glsl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = SimpleFragment.glsl; path = ../SimpleFragment.glsl; sourceTree = "<group>"; }; |
39 | 48 | /* End PBXFileReference section */
|
40 | 49 |
|
41 | 50 | /* Begin PBXFrameworksBuildPhase section */
|
42 | 51 | AD88145F1960EEBF005F2E41 /* Frameworks */ = {
|
43 | 52 | isa = PBXFrameworksBuildPhase;
|
44 | 53 | buildActionMask = 2147483647;
|
45 | 54 | files = (
|
| 55 | + AD88148A1960EF38005F2E41 /* OpenGLES.framework in Frameworks */, |
46 | 56 | );
|
47 | 57 | runOnlyForDeploymentPostprocessing = 0;
|
48 | 58 | };
|
|
59 | 69 | AD8814591960EEBF005F2E41 = {
|
60 | 70 | isa = PBXGroup;
|
61 | 71 | children = (
|
| 72 | + AD8814891960EF38005F2E41 /* OpenGLES.framework */, |
62 | 73 | AD8814641960EEBF005F2E41 /* iOSSwiftOpenGL */,
|
63 | 74 | AD88147A1960EEBF005F2E41 /* iOSSwiftOpenGLTests */,
|
64 | 75 | AD8814631960EEBF005F2E41 /* Products */,
|
|
79 | 90 | children = (
|
80 | 91 | AD8814671960EEBF005F2E41 /* AppDelegate.swift */,
|
81 | 92 | AD88146C1960EEBF005F2E41 /* ViewController.swift */,
|
82 |
| - AD88146E1960EEBF005F2E41 /* Main.storyboard */, |
83 |
| - AD8814711960EEBF005F2E41 /* Images.xcassets */, |
84 |
| - AD8814691960EEBF005F2E41 /* iOSSwiftOpenGL.xcdatamodeld */, |
| 93 | + AD8814871960EEDA005F2E41 /* OpenGLView.swift */, |
85 | 94 | AD8814651960EEBF005F2E41 /* Supporting Files */,
|
86 | 95 | );
|
87 | 96 | path = iOSSwiftOpenGL;
|
|
90 | 99 | AD8814651960EEBF005F2E41 /* Supporting Files */ = {
|
91 | 100 | isa = PBXGroup;
|
92 | 101 | children = (
|
| 102 | + AD88146E1960EEBF005F2E41 /* Main.storyboard */, |
| 103 | + AD88148D1960EFCE005F2E41 /* SimpleFragment.glsl */, |
| 104 | + AD88148B1960EFBA005F2E41 /* SimpleVertex.glsl */, |
| 105 | + AD8814711960EEBF005F2E41 /* Images.xcassets */, |
| 106 | + AD8814691960EEBF005F2E41 /* iOSSwiftOpenGL.xcdatamodeld */, |
93 | 107 | AD8814661960EEBF005F2E41 /* Info.plist */,
|
94 | 108 | );
|
95 | 109 | name = "Supporting Files";
|
|
193 | 207 | buildActionMask = 2147483647;
|
194 | 208 | files = (
|
195 | 209 | AD8814701960EEBF005F2E41 /* Main.storyboard in Resources */,
|
| 210 | + AD88148E1960EFCE005F2E41 /* SimpleFragment.glsl in Resources */, |
196 | 211 | AD8814721960EEBF005F2E41 /* Images.xcassets in Resources */,
|
| 212 | + AD88148C1960EFBA005F2E41 /* SimpleVertex.glsl in Resources */, |
197 | 213 | );
|
198 | 214 | runOnlyForDeploymentPostprocessing = 0;
|
199 | 215 | };
|
|
211 | 227 | isa = PBXSourcesBuildPhase;
|
212 | 228 | buildActionMask = 2147483647;
|
213 | 229 | files = (
|
| 230 | + AD8814901960F047005F2E41 /* Images.xcassets in Sources */, |
214 | 231 | AD88146D1960EEBF005F2E41 /* ViewController.swift in Sources */,
|
215 | 232 | AD88146B1960EEBF005F2E41 /* iOSSwiftOpenGL.xcdatamodeld in Sources */,
|
| 233 | + AD8814911960F27B005F2E41 /* OpenGLView.swift in Sources */, |
216 | 234 | AD8814681960EEBF005F2E41 /* AppDelegate.swift in Sources */,
|
217 | 235 | );
|
218 | 236 | runOnlyForDeploymentPostprocessing = 0;
|
|
401 | 419 | AD8814831960EEBF005F2E41 /* Release */,
|
402 | 420 | );
|
403 | 421 | defaultConfigurationIsVisible = 0;
|
| 422 | + defaultConfigurationName = Release; |
404 | 423 | };
|
405 | 424 | AD8814841960EEBF005F2E41 /* Build configuration list for PBXNativeTarget "iOSSwiftOpenGLTests" */ = {
|
406 | 425 | isa = XCConfigurationList;
|
|
409 | 428 | AD8814861960EEBF005F2E41 /* Release */,
|
410 | 429 | );
|
411 | 430 | defaultConfigurationIsVisible = 0;
|
| 431 | + defaultConfigurationName = Release; |
412 | 432 | };
|
413 | 433 | /* End XCConfigurationList section */
|
414 | 434 |
|
|
0 commit comments