|
122 | 122 | F6794D0218DD7980002B8AFF /* EAGLIOSSurface.m in Sources */ = {isa = PBXBuildFile; fileRef = F6794CFE18DD7980002B8AFF /* EAGLIOSSurface.m */; }; |
123 | 123 | F6794D0318DD7980002B8AFF /* EAGLIOSWindow.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6794CFF18DD7980002B8AFF /* EAGLIOSWindow.mm */; }; |
124 | 124 | F6794D0518DD802F002B8AFF /* egl_eagl_ios_config.h in Headers */ = {isa = PBXBuildFile; fileRef = F6794D0418DD802F002B8AFF /* egl_eagl_ios_config.h */; }; |
| 125 | + F6A2745618DE877B003304B2 /* egl_eagl_ios_windowsurfacehelper.h in Headers */ = {isa = PBXBuildFile; fileRef = F6A2745518DE877B003304B2 /* egl_eagl_ios_windowsurfacehelper.h */; }; |
| 126 | + F6A2745818DE87DE003304B2 /* egl_eagl_ios_windowsurfacehelper.m in Sources */ = {isa = PBXBuildFile; fileRef = F6A2745718DE87DE003304B2 /* egl_eagl_ios_windowsurfacehelper.m */; }; |
125 | 127 | F6F66B48189F4FE1008636CE /* eglplatform.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = C7A86F78172B8B2300739D0D /* eglplatform.h */; }; |
126 | 128 | F6F66B49189F57D3008636CE /* eglmesaext.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = C7A86F74172B8B2300739D0D /* eglmesaext.h */; }; |
127 | 129 | F6F66B4B18A109BE008636CE /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C784D397171457B10086C69F /* OpenGLES.framework */; }; |
|
277 | 279 | F6794CFE18DD7980002B8AFF /* EAGLIOSSurface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EAGLIOSSurface.m; path = ios/EAGLIOSSurface.m; sourceTree = "<group>"; }; |
278 | 280 | F6794CFF18DD7980002B8AFF /* EAGLIOSWindow.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = EAGLIOSWindow.mm; path = ios/EAGLIOSWindow.mm; sourceTree = "<group>"; }; |
279 | 281 | F6794D0418DD802F002B8AFF /* egl_eagl_ios_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = egl_eagl_ios_config.h; sourceTree = "<group>"; }; |
| 282 | + F6A2745518DE877B003304B2 /* egl_eagl_ios_windowsurfacehelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = egl_eagl_ios_windowsurfacehelper.h; sourceTree = "<group>"; }; |
| 283 | + F6A2745718DE87DE003304B2 /* egl_eagl_ios_windowsurfacehelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = egl_eagl_ios_windowsurfacehelper.m; path = ios/egl_eagl_ios_windowsurfacehelper.m; sourceTree = "<group>"; }; |
280 | 284 | F6F8047618D556E9009F64C0 /* opengles3_ios.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opengles3_ios.h; sourceTree = "<group>"; }; |
281 | 285 | F6F8047818D55716009F64C0 /* opengles3_ios.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = opengles3_ios.c; sourceTree = "<group>"; }; |
282 | 286 | /* End PBXFileReference section */ |
|
312 | 316 | C70713CE1821D5620020806A /* ios */ = { |
313 | 317 | isa = PBXGroup; |
314 | 318 | children = ( |
| 319 | + F6A2745718DE87DE003304B2 /* egl_eagl_ios_windowsurfacehelper.m */, |
315 | 320 | F6794CFC18DD7980002B8AFF /* egl_eagl_ios_driver.m */, |
316 | 321 | F6794CFD18DD7980002B8AFF /* EAGLIOSContext.m */, |
317 | 322 | F6794CFE18DD7980002B8AFF /* EAGLIOSSurface.m */, |
|
574 | 579 | F639689018AAF7110076C110 /* ios */ = { |
575 | 580 | isa = PBXGroup; |
576 | 581 | children = ( |
| 582 | + F6A2745518DE877B003304B2 /* egl_eagl_ios_windowsurfacehelper.h */, |
577 | 583 | F6794D0418DD802F002B8AFF /* egl_eagl_ios_config.h */, |
578 | 584 | F6794CF218DD7945002B8AFF /* egl_eagl_ios_driver.h */, |
579 | 585 | F6794CF318DD7945002B8AFF /* EAGLIOSContext.h */, |
|
628 | 634 | F61BCB2C18CF4E480015D31E /* opengles1_ios.h in Headers */, |
629 | 635 | C7A86F86172B8B2300739D0D /* egldisplay.h in Headers */, |
630 | 636 | C7A86F87172B8B2300739D0D /* egldriver.h in Headers */, |
| 637 | + F6A2745618DE877B003304B2 /* egl_eagl_ios_windowsurfacehelper.h in Headers */, |
631 | 638 | C7A86F88172B8B2300739D0D /* eglext.h in Headers */, |
632 | 639 | C7A86F89172B8B2300739D0D /* eglglobals.h in Headers */, |
633 | 640 | C7A86F8A172B8B2300739D0D /* eglimage.h in Headers */, |
|
798 | 805 | buildActionMask = 2147483647; |
799 | 806 | files = ( |
800 | 807 | C709B8C21706818800FBCA04 /* eglapi.m in Sources */, |
| 808 | + F6A2745818DE87DE003304B2 /* egl_eagl_ios_windowsurfacehelper.m in Sources */, |
801 | 809 | C7A86FA7172B8B3600739D0D /* eglapi.c in Sources */, |
802 | 810 | F6794D0118DD7980002B8AFF /* EAGLIOSContext.m in Sources */, |
803 | 811 | C7A86FA8172B8B3600739D0D /* eglarray.c in Sources */, |
|
0 commit comments