From 4207f9c279e832e3afcb3f5fc6cd8d84cb4cfe4c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 28 Mar 2015 01:43:35 +0100 Subject: Bump OculusVR RIFT SDK to 0.5.0.1 --- LibOVR/Projects/Mac/LibOVRRT.plist | 28 + .../Mac/LibOVRRT.xcodeproj/project.pbxproj | 793 +++++++++++++++++++ .../project.xcworkspace/contents.xcworkspacedata | 7 + .../xcshareddata/xcschemes/LibOVRRT.xcscheme | 100 +++ .../LibOVRRT.xcworkspace/contents.xcworkspacedata | 10 + .../Mac/Xcode/LibOVR.xcodeproj/project.pbxproj | 839 --------------------- .../project.xcworkspace/contents.xcworkspacedata | 7 - 7 files changed, 938 insertions(+), 846 deletions(-) create mode 100644 LibOVR/Projects/Mac/LibOVRRT.plist create mode 100644 LibOVR/Projects/Mac/LibOVRRT.xcodeproj/project.pbxproj create mode 100644 LibOVR/Projects/Mac/LibOVRRT.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 LibOVR/Projects/Mac/LibOVRRT.xcodeproj/xcshareddata/xcschemes/LibOVRRT.xcscheme create mode 100644 LibOVR/Projects/Mac/LibOVRRT.xcworkspace/contents.xcworkspacedata delete mode 100644 LibOVR/Projects/Mac/Xcode/LibOVR.xcodeproj/project.pbxproj delete mode 100644 LibOVR/Projects/Mac/Xcode/LibOVR.xcodeproj/project.xcworkspace/contents.xcworkspacedata (limited to 'LibOVR/Projects/Mac') diff --git a/LibOVR/Projects/Mac/LibOVRRT.plist b/LibOVR/Projects/Mac/LibOVRRT.plist new file mode 100644 index 0000000..874636a --- /dev/null +++ b/LibOVR/Projects/Mac/LibOVRRT.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + Oculus-VR.$(PRODUCT_NAME:rfc1034identifier) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + FMWK + CFBundleShortVersionString + ${OVR_MAJOR_VERSION}.${OVR_MINOR_VERSION}.${OVR_PATCH_VERSION}.${OVR_BUILD_NUMBER} + CFBundleSignature + LOVR + CFBundleVersion + ${OVR_BUILD_NUMBER} + NSHumanReadableCopyright + Copyright © 2014 Oculus VR. All rights reserved. + NSPrincipalClass + + + diff --git a/LibOVR/Projects/Mac/LibOVRRT.xcodeproj/project.pbxproj b/LibOVR/Projects/Mac/LibOVRRT.xcodeproj/project.pbxproj new file mode 100644 index 0000000..06218b3 --- /dev/null +++ b/LibOVR/Projects/Mac/LibOVRRT.xcodeproj/project.pbxproj @@ -0,0 +1,793 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 160735CA1A3BE72100BC3261 /* OVR_Math.h in Headers */ = {isa = PBXBuildFile; fileRef = 160735C21A3BE72100BC3261 /* OVR_Math.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 160735CE1A3BE72100BC3261 /* OVR_CAPI_GL.h in Headers */ = {isa = PBXBuildFile; fileRef = 160735C61A3BE72100BC3261 /* OVR_CAPI_GL.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 160735CF1A3BE72100BC3261 /* OVR_CAPI_Keys.h in Headers */ = {isa = PBXBuildFile; fileRef = 160735C71A3BE72100BC3261 /* OVR_CAPI_Keys.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 160735D11A3BE72100BC3261 /* OVR_Version.h in Headers */ = {isa = PBXBuildFile; fileRef = 160735C91A3BE72100BC3261 /* OVR_Version.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 160735D31A3D744C00BC3261 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 160735D21A3D744C00BC3261 /* IOKit.framework */; }; + 160735D51A3D745300BC3261 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 160735D41A3D745300BC3261 /* OpenGL.framework */; }; + 160735D71A3D746400BC3261 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 160735D61A3D746400BC3261 /* AudioToolbox.framework */; }; + 160735D91A3D746C00BC3261 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 160735D81A3D746C00BC3261 /* Cocoa.framework */; }; + 160738691A3D85F200BC3261 /* CAPI_DistortionRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1607372B1A3D85F200BC3261 /* CAPI_DistortionRenderer.cpp */; }; + 1607386A1A3D85F200BC3261 /* CAPI_DistortionRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1607372C1A3D85F200BC3261 /* CAPI_DistortionRenderer.h */; }; + 1607386D1A3D85F200BC3261 /* CAPI_HMDRenderState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1607372F1A3D85F200BC3261 /* CAPI_HMDRenderState.cpp */; }; + 1607386E1A3D85F200BC3261 /* CAPI_HMDRenderState.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737301A3D85F200BC3261 /* CAPI_HMDRenderState.h */; }; + 1607386F1A3D85F200BC3261 /* CAPI_HMDState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160737311A3D85F200BC3261 /* CAPI_HMDState.cpp */; }; + 160738701A3D85F200BC3261 /* CAPI_HMDState.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737321A3D85F200BC3261 /* CAPI_HMDState.h */; }; + 160738711A3D85F200BC3261 /* CAPI_HSWDisplay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160737331A3D85F200BC3261 /* CAPI_HSWDisplay.cpp */; }; + 160738721A3D85F200BC3261 /* CAPI_HSWDisplay.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737341A3D85F200BC3261 /* CAPI_HSWDisplay.h */; }; + 160738971A3D85F200BC3261 /* CAPI_GL_DistortionRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1607375D1A3D85F200BC3261 /* CAPI_GL_DistortionRenderer.cpp */; }; + 160738981A3D85F200BC3261 /* CAPI_GL_DistortionRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1607375E1A3D85F200BC3261 /* CAPI_GL_DistortionRenderer.h */; }; + 160738991A3D85F200BC3261 /* CAPI_GL_DistortionShaders.h in Headers */ = {isa = PBXBuildFile; fileRef = 1607375F1A3D85F200BC3261 /* CAPI_GL_DistortionShaders.h */; }; + 1607389A1A3D85F200BC3261 /* CAPI_GL_HSWDisplay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160737601A3D85F200BC3261 /* CAPI_GL_HSWDisplay.cpp */; }; + 1607389B1A3D85F200BC3261 /* CAPI_GL_HSWDisplay.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737611A3D85F200BC3261 /* CAPI_GL_HSWDisplay.h */; }; + 1607389C1A3D85F200BC3261 /* CAPI_GL_Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160737621A3D85F200BC3261 /* CAPI_GL_Util.cpp */; }; + 1607389D1A3D85F200BC3261 /* CAPI_GL_Util.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737631A3D85F200BC3261 /* CAPI_GL_Util.h */; }; + 1607389E1A3D85F200BC3261 /* healthAndSafety.tga in Resources */ = {isa = PBXBuildFile; fileRef = 160737651A3D85F200BC3261 /* healthAndSafety.tga */; }; + 1607389F1A3D85F200BC3261 /* healthAndSafety.tga.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737661A3D85F200BC3261 /* healthAndSafety.tga.h */; }; + 160738A01A3D85F200BC3261 /* OVR_Display.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160737681A3D85F200BC3261 /* OVR_Display.cpp */; }; + 160738A11A3D85F200BC3261 /* OVR_Display.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737691A3D85F200BC3261 /* OVR_Display.h */; }; + 160738AC1A3D85F200BC3261 /* OVR_OSX_Display.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160737741A3D85F200BC3261 /* OVR_OSX_Display.cpp */; }; + 160738AD1A3D85F200BC3261 /* OVR_OSX_Display.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737751A3D85F200BC3261 /* OVR_OSX_Display.h */; }; + 160738BD1A3D85F200BC3261 /* OVR_BitStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160737861A3D85F200BC3261 /* OVR_BitStream.cpp */; }; + 160738BE1A3D85F200BC3261 /* OVR_BitStream.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737871A3D85F200BC3261 /* OVR_BitStream.h */; }; + 160738BF1A3D85F200BC3261 /* OVR_MessageIDTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737881A3D85F200BC3261 /* OVR_MessageIDTypes.h */; }; + 160738C01A3D85F200BC3261 /* OVR_NetworkPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160737891A3D85F200BC3261 /* OVR_NetworkPlugin.cpp */; }; + 160738C11A3D85F200BC3261 /* OVR_NetworkPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 1607378A1A3D85F200BC3261 /* OVR_NetworkPlugin.h */; }; + 160738C21A3D85F200BC3261 /* OVR_NetworkTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 1607378B1A3D85F200BC3261 /* OVR_NetworkTypes.h */; }; + 160738C31A3D85F200BC3261 /* OVR_PacketizedTCPSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1607378C1A3D85F200BC3261 /* OVR_PacketizedTCPSocket.cpp */; }; + 160738C41A3D85F200BC3261 /* OVR_PacketizedTCPSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = 1607378D1A3D85F200BC3261 /* OVR_PacketizedTCPSocket.h */; }; + 160738C51A3D85F200BC3261 /* OVR_RPC1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1607378E1A3D85F200BC3261 /* OVR_RPC1.cpp */; }; + 160738C61A3D85F200BC3261 /* OVR_RPC1.h in Headers */ = {isa = PBXBuildFile; fileRef = 1607378F1A3D85F200BC3261 /* OVR_RPC1.h */; }; + 160738C71A3D85F200BC3261 /* OVR_Session.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160737901A3D85F200BC3261 /* OVR_Session.cpp */; }; + 160738C81A3D85F200BC3261 /* OVR_Session.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737911A3D85F200BC3261 /* OVR_Session.h */; }; + 160738C91A3D85F200BC3261 /* OVR_Socket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160737921A3D85F200BC3261 /* OVR_Socket.cpp */; }; + 160738CA1A3D85F200BC3261 /* OVR_Socket.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737931A3D85F200BC3261 /* OVR_Socket.h */; }; + 160738CB1A3D85F200BC3261 /* OVR_Unix_Socket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160737941A3D85F200BC3261 /* OVR_Unix_Socket.cpp */; }; + 160738CC1A3D85F200BC3261 /* OVR_Unix_Socket.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737951A3D85F200BC3261 /* OVR_Unix_Socket.h */; }; + 160738CF1A3D85F200BC3261 /* OVR_CAPI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160737981A3D85F200BC3261 /* OVR_CAPI.cpp */; }; + 160738D21A3D85F200BC3261 /* OVR_Profile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1607379B1A3D85F200BC3261 /* OVR_Profile.cpp */; }; + 160738D31A3D85F200BC3261 /* OVR_Profile.h in Headers */ = {isa = PBXBuildFile; fileRef = 1607379C1A3D85F200BC3261 /* OVR_Profile.h */; }; + 160738D61A3D85F200BC3261 /* OVR_SerialFormat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1607379F1A3D85F200BC3261 /* OVR_SerialFormat.cpp */; }; + 160738D71A3D85F200BC3261 /* OVR_SerialFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737A01A3D85F200BC3261 /* OVR_SerialFormat.h */; }; + 160738D81A3D85F200BC3261 /* OVR_Stereo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160737A11A3D85F200BC3261 /* OVR_Stereo.cpp */; }; + 160738D91A3D85F200BC3261 /* OVR_Stereo.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737A21A3D85F200BC3261 /* OVR_Stereo.h */; }; + 160738E51A3D85F200BC3261 /* Oculus.icns in Resources */ = {isa = PBXBuildFile; fileRef = 160737B11A3D85F200BC3261 /* Oculus.icns */; }; + 1607391C1A3D85F200BC3261 /* Service_NetClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160737EB1A3D85F200BC3261 /* Service_NetClient.cpp */; }; + 1607391D1A3D85F200BC3261 /* Service_NetClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737EC1A3D85F200BC3261 /* Service_NetClient.h */; }; + 160739201A3D85F200BC3261 /* Service_NetSessionCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160737EF1A3D85F200BC3261 /* Service_NetSessionCommon.cpp */; }; + 160739211A3D85F200BC3261 /* Service_NetSessionCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = 160737F01A3D85F200BC3261 /* Service_NetSessionCommon.h */; }; + 160739381A3D85F200BC3261 /* Util_Interface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1607380A1A3D85F200BC3261 /* Util_Interface.cpp */; }; + 160739391A3D85F200BC3261 /* Util_Interface.h in Headers */ = {isa = PBXBuildFile; fileRef = 1607380B1A3D85F200BC3261 /* Util_Interface.h */; }; + 1607393E1A3D85F200BC3261 /* Util_LatencyTest2Reader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160738101A3D85F200BC3261 /* Util_LatencyTest2Reader.cpp */; }; + 1607393F1A3D85F200BC3261 /* Util_LatencyTest2Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = 160738111A3D85F200BC3261 /* Util_LatencyTest2Reader.h */; }; + 160739401A3D85F200BC3261 /* Util_LatencyTest2State.h in Headers */ = {isa = PBXBuildFile; fileRef = 160738121A3D85F200BC3261 /* Util_LatencyTest2State.h */; }; + 160739411A3D85F200BC3261 /* Util_Render_Stereo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 160738131A3D85F200BC3261 /* Util_Render_Stereo.cpp */; }; + 160739421A3D85F200BC3261 /* Util_Render_Stereo.h in Headers */ = {isa = PBXBuildFile; fileRef = 160738141A3D85F200BC3261 /* Util_Render_Stereo.h */; }; + 164B2D101A81A21600A00FE1 /* OVR_CAPI_Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 164B2D0D1A81A21600A00FE1 /* OVR_CAPI_Util.cpp */; }; + 164B2D111A81A21600A00FE1 /* OVR_StereoProjection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 164B2D0E1A81A21600A00FE1 /* OVR_StereoProjection.cpp */; }; + 164B2D121A81A21600A00FE1 /* OVR_StereoProjection.h in Headers */ = {isa = PBXBuildFile; fileRef = 164B2D0F1A81A21600A00FE1 /* OVR_StereoProjection.h */; }; + 164B2D171A81A2C500A00FE1 /* Vision_SensorStateReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 164B2D151A81A2C500A00FE1 /* Vision_SensorStateReader.cpp */; }; + 164B2D181A81A2C500A00FE1 /* Vision_SensorStateReader.h in Headers */ = {isa = PBXBuildFile; fileRef = 164B2D161A81A2C500A00FE1 /* Vision_SensorStateReader.h */; }; + 16535ACA1A5F0AB300E57802 /* OVR_CAPI_0_5_0.h in Headers */ = {isa = PBXBuildFile; fileRef = 16535AC91A5F0AB300E57802 /* OVR_CAPI_0_5_0.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 16535ACF1A606D1A00E57802 /* LibOVR.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 16535ACE1A606D1A00E57802 /* LibOVR.xcconfig */; }; + 16535AE71A60A54B00E57802 /* CAPI_DistortionTiming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16535AE11A60A54B00E57802 /* CAPI_DistortionTiming.cpp */; }; + 16535AE81A60A54B00E57802 /* CAPI_DistortionTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = 16535AE21A60A54B00E57802 /* CAPI_DistortionTiming.h */; }; + 16535AE91A60A54B00E57802 /* CAPI_FrameLatencyTracker.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16535AE31A60A54B00E57802 /* CAPI_FrameLatencyTracker.cpp */; }; + 16535AEA1A60A54B00E57802 /* CAPI_FrameLatencyTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 16535AE41A60A54B00E57802 /* CAPI_FrameLatencyTracker.h */; }; + 16535AEB1A60A54B00E57802 /* CAPI_FrameTimeManager3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 16535AE51A60A54B00E57802 /* CAPI_FrameTimeManager3.cpp */; }; + 16535AEC1A60A54B00E57802 /* CAPI_FrameTimeManager3.h in Headers */ = {isa = PBXBuildFile; fileRef = 16535AE61A60A54B00E57802 /* CAPI_FrameTimeManager3.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 1607330B1A3BB73A00BC3261 /* LibOVRRT_0.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = LibOVRRT_0.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 160735C21A3BE72100BC3261 /* OVR_Math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Math.h; sourceTree = ""; }; + 160735C61A3BE72100BC3261 /* OVR_CAPI_GL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_CAPI_GL.h; sourceTree = ""; }; + 160735C71A3BE72100BC3261 /* OVR_CAPI_Keys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_CAPI_Keys.h; sourceTree = ""; }; + 160735C91A3BE72100BC3261 /* OVR_Version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Version.h; sourceTree = ""; }; + 160735D21A3D744C00BC3261 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; }; + 160735D41A3D745300BC3261 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; }; + 160735D61A3D746400BC3261 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; + 160735D81A3D746C00BC3261 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; + 1607372B1A3D85F200BC3261 /* CAPI_DistortionRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_DistortionRenderer.cpp; sourceTree = ""; }; + 1607372C1A3D85F200BC3261 /* CAPI_DistortionRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_DistortionRenderer.h; sourceTree = ""; }; + 1607372F1A3D85F200BC3261 /* CAPI_HMDRenderState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_HMDRenderState.cpp; sourceTree = ""; }; + 160737301A3D85F200BC3261 /* CAPI_HMDRenderState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_HMDRenderState.h; sourceTree = ""; }; + 160737311A3D85F200BC3261 /* CAPI_HMDState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_HMDState.cpp; sourceTree = ""; }; + 160737321A3D85F200BC3261 /* CAPI_HMDState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_HMDState.h; sourceTree = ""; }; + 160737331A3D85F200BC3261 /* CAPI_HSWDisplay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_HSWDisplay.cpp; sourceTree = ""; }; + 160737341A3D85F200BC3261 /* CAPI_HSWDisplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_HSWDisplay.h; sourceTree = ""; }; + 1607375D1A3D85F200BC3261 /* CAPI_GL_DistortionRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_GL_DistortionRenderer.cpp; sourceTree = ""; }; + 1607375E1A3D85F200BC3261 /* CAPI_GL_DistortionRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_GL_DistortionRenderer.h; sourceTree = ""; }; + 1607375F1A3D85F200BC3261 /* CAPI_GL_DistortionShaders.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_GL_DistortionShaders.h; sourceTree = ""; }; + 160737601A3D85F200BC3261 /* CAPI_GL_HSWDisplay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_GL_HSWDisplay.cpp; sourceTree = ""; }; + 160737611A3D85F200BC3261 /* CAPI_GL_HSWDisplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_GL_HSWDisplay.h; sourceTree = ""; }; + 160737621A3D85F200BC3261 /* CAPI_GL_Util.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; fileEncoding = 4; path = CAPI_GL_Util.cpp; sourceTree = ""; }; + 160737631A3D85F200BC3261 /* CAPI_GL_Util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_GL_Util.h; sourceTree = ""; }; + 160737651A3D85F200BC3261 /* healthAndSafety.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = healthAndSafety.tga; sourceTree = ""; }; + 160737661A3D85F200BC3261 /* healthAndSafety.tga.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = healthAndSafety.tga.h; sourceTree = ""; }; + 160737681A3D85F200BC3261 /* OVR_Display.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Display.cpp; sourceTree = ""; }; + 160737691A3D85F200BC3261 /* OVR_Display.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Display.h; sourceTree = ""; }; + 160737741A3D85F200BC3261 /* OVR_OSX_Display.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_OSX_Display.cpp; sourceTree = ""; }; + 160737751A3D85F200BC3261 /* OVR_OSX_Display.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_OSX_Display.h; sourceTree = ""; }; + 160737861A3D85F200BC3261 /* OVR_BitStream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_BitStream.cpp; sourceTree = ""; }; + 160737871A3D85F200BC3261 /* OVR_BitStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_BitStream.h; sourceTree = ""; }; + 160737881A3D85F200BC3261 /* OVR_MessageIDTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_MessageIDTypes.h; sourceTree = ""; }; + 160737891A3D85F200BC3261 /* OVR_NetworkPlugin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_NetworkPlugin.cpp; sourceTree = ""; }; + 1607378A1A3D85F200BC3261 /* OVR_NetworkPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_NetworkPlugin.h; sourceTree = ""; }; + 1607378B1A3D85F200BC3261 /* OVR_NetworkTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_NetworkTypes.h; sourceTree = ""; }; + 1607378C1A3D85F200BC3261 /* OVR_PacketizedTCPSocket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_PacketizedTCPSocket.cpp; sourceTree = ""; }; + 1607378D1A3D85F200BC3261 /* OVR_PacketizedTCPSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_PacketizedTCPSocket.h; sourceTree = ""; }; + 1607378E1A3D85F200BC3261 /* OVR_RPC1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_RPC1.cpp; sourceTree = ""; }; + 1607378F1A3D85F200BC3261 /* OVR_RPC1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_RPC1.h; sourceTree = ""; }; + 160737901A3D85F200BC3261 /* OVR_Session.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Session.cpp; sourceTree = ""; }; + 160737911A3D85F200BC3261 /* OVR_Session.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Session.h; sourceTree = ""; }; + 160737921A3D85F200BC3261 /* OVR_Socket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Socket.cpp; sourceTree = ""; }; + 160737931A3D85F200BC3261 /* OVR_Socket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Socket.h; sourceTree = ""; }; + 160737941A3D85F200BC3261 /* OVR_Unix_Socket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Unix_Socket.cpp; sourceTree = ""; }; + 160737951A3D85F200BC3261 /* OVR_Unix_Socket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Unix_Socket.h; sourceTree = ""; }; + 160737981A3D85F200BC3261 /* OVR_CAPI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_CAPI.cpp; sourceTree = ""; }; + 1607379B1A3D85F200BC3261 /* OVR_Profile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Profile.cpp; sourceTree = ""; }; + 1607379C1A3D85F200BC3261 /* OVR_Profile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Profile.h; sourceTree = ""; }; + 1607379F1A3D85F200BC3261 /* OVR_SerialFormat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_SerialFormat.cpp; sourceTree = ""; }; + 160737A01A3D85F200BC3261 /* OVR_SerialFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_SerialFormat.h; sourceTree = ""; }; + 160737A11A3D85F200BC3261 /* OVR_Stereo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Stereo.cpp; sourceTree = ""; }; + 160737A21A3D85F200BC3261 /* OVR_Stereo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Stereo.h; sourceTree = ""; }; + 160737B11A3D85F200BC3261 /* Oculus.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = Oculus.icns; sourceTree = ""; }; + 160737EB1A3D85F200BC3261 /* Service_NetClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Service_NetClient.cpp; sourceTree = ""; }; + 160737EC1A3D85F200BC3261 /* Service_NetClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Service_NetClient.h; sourceTree = ""; }; + 160737EF1A3D85F200BC3261 /* Service_NetSessionCommon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Service_NetSessionCommon.cpp; sourceTree = ""; }; + 160737F01A3D85F200BC3261 /* Service_NetSessionCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Service_NetSessionCommon.h; sourceTree = ""; }; + 1607380A1A3D85F200BC3261 /* Util_Interface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Util_Interface.cpp; sourceTree = ""; }; + 1607380B1A3D85F200BC3261 /* Util_Interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util_Interface.h; sourceTree = ""; }; + 160738101A3D85F200BC3261 /* Util_LatencyTest2Reader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Util_LatencyTest2Reader.cpp; sourceTree = ""; }; + 160738111A3D85F200BC3261 /* Util_LatencyTest2Reader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util_LatencyTest2Reader.h; sourceTree = ""; }; + 160738121A3D85F200BC3261 /* Util_LatencyTest2State.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util_LatencyTest2State.h; sourceTree = ""; }; + 160738131A3D85F200BC3261 /* Util_Render_Stereo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Util_Render_Stereo.cpp; sourceTree = ""; }; + 160738141A3D85F200BC3261 /* Util_Render_Stereo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util_Render_Stereo.h; sourceTree = ""; }; + 160739991A3E3FF800BC3261 /* libOVRKernel.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libOVRKernel.a; path = ../../../LibOVRKernel/Lib/Mac/x86_64/Debug/libOVRKernel.a; sourceTree = SOURCE_ROOT; }; + 164B2D0D1A81A21600A00FE1 /* OVR_CAPI_Util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_CAPI_Util.cpp; sourceTree = ""; }; + 164B2D0E1A81A21600A00FE1 /* OVR_StereoProjection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_StereoProjection.cpp; sourceTree = ""; }; + 164B2D0F1A81A21600A00FE1 /* OVR_StereoProjection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_StereoProjection.h; sourceTree = ""; }; + 164B2D151A81A2C500A00FE1 /* Vision_SensorStateReader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Vision_SensorStateReader.cpp; path = Vision/SensorFusion/Vision_SensorStateReader.cpp; sourceTree = ""; }; + 164B2D161A81A2C500A00FE1 /* Vision_SensorStateReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Vision_SensorStateReader.h; path = Vision/SensorFusion/Vision_SensorStateReader.h; sourceTree = ""; }; + 16535AC91A5F0AB300E57802 /* OVR_CAPI_0_5_0.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_CAPI_0_5_0.h; sourceTree = ""; }; + 16535ACE1A606D1A00E57802 /* LibOVR.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = LibOVR.xcconfig; sourceTree = ""; }; + 16535AE11A60A54B00E57802 /* CAPI_DistortionTiming.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_DistortionTiming.cpp; sourceTree = ""; }; + 16535AE21A60A54B00E57802 /* CAPI_DistortionTiming.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_DistortionTiming.h; sourceTree = ""; }; + 16535AE31A60A54B00E57802 /* CAPI_FrameLatencyTracker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_FrameLatencyTracker.cpp; sourceTree = ""; }; + 16535AE41A60A54B00E57802 /* CAPI_FrameLatencyTracker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_FrameLatencyTracker.h; sourceTree = ""; }; + 16535AE51A60A54B00E57802 /* CAPI_FrameTimeManager3.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_FrameTimeManager3.cpp; sourceTree = ""; }; + 16535AE61A60A54B00E57802 /* CAPI_FrameTimeManager3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_FrameTimeManager3.h; sourceTree = ""; }; + 16535B401A6453B500E57802 /* LibOVRRT.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = LibOVRRT.plist; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 160733071A3BB73A00BC3261 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 160735D91A3D746C00BC3261 /* Cocoa.framework in Frameworks */, + 160735D71A3D746400BC3261 /* AudioToolbox.framework in Frameworks */, + 160735D51A3D745300BC3261 /* OpenGL.framework in Frameworks */, + 160735D31A3D744C00BC3261 /* IOKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 160733011A3BB73A00BC3261 = { + isa = PBXGroup; + children = ( + 16073A2C1A3FE73200BC3261 /* Frameworks */, + 160735C01A3BE72100BC3261 /* Include */, + 1607330C1A3BB73A00BC3261 /* Products */, + 160737291A3D85F200BC3261 /* Src */, + 16073A621A48133300BC3261 /* Supporting files */, + ); + sourceTree = ""; + }; + 1607330C1A3BB73A00BC3261 /* Products */ = { + isa = PBXGroup; + children = ( + 1607330B1A3BB73A00BC3261 /* LibOVRRT_0.framework */, + ); + name = Products; + sourceTree = ""; + }; + 160735C01A3BE72100BC3261 /* Include */ = { + isa = PBXGroup; + children = ( + 160735C11A3BE72100BC3261 /* Extras */, + 16535AC91A5F0AB300E57802 /* OVR_CAPI_0_5_0.h */, + 160735C61A3BE72100BC3261 /* OVR_CAPI_GL.h */, + 160735C71A3BE72100BC3261 /* OVR_CAPI_Keys.h */, + 160735C91A3BE72100BC3261 /* OVR_Version.h */, + ); + name = Include; + path = ../../Include; + sourceTree = ""; + }; + 160735C11A3BE72100BC3261 /* Extras */ = { + isa = PBXGroup; + children = ( + 160735C21A3BE72100BC3261 /* OVR_Math.h */, + ); + path = Extras; + sourceTree = ""; + }; + 160737291A3D85F200BC3261 /* Src */ = { + isa = PBXGroup; + children = ( + 1607372A1A3D85F200BC3261 /* CAPI */, + 160737671A3D85F200BC3261 /* Displays */, + 160737851A3D85F200BC3261 /* Net */, + 160737AF1A3D85F200BC3261 /* Resources */, + 160737E81A3D85F200BC3261 /* Service */, + 160738091A3D85F200BC3261 /* Util */, + 164B2D131A81A2A000A00FE1 /* Vision */, + 160737981A3D85F200BC3261 /* OVR_CAPI.cpp */, + 164B2D0D1A81A21600A00FE1 /* OVR_CAPI_Util.cpp */, + 1607379B1A3D85F200BC3261 /* OVR_Profile.cpp */, + 1607379C1A3D85F200BC3261 /* OVR_Profile.h */, + 1607379F1A3D85F200BC3261 /* OVR_SerialFormat.cpp */, + 160737A01A3D85F200BC3261 /* OVR_SerialFormat.h */, + 160737A11A3D85F200BC3261 /* OVR_Stereo.cpp */, + 160737A21A3D85F200BC3261 /* OVR_Stereo.h */, + 164B2D0E1A81A21600A00FE1 /* OVR_StereoProjection.cpp */, + 164B2D0F1A81A21600A00FE1 /* OVR_StereoProjection.h */, + ); + name = Src; + path = ../../Src; + sourceTree = ""; + }; + 1607372A1A3D85F200BC3261 /* CAPI */ = { + isa = PBXGroup; + children = ( + 16535AE11A60A54B00E57802 /* CAPI_DistortionTiming.cpp */, + 16535AE21A60A54B00E57802 /* CAPI_DistortionTiming.h */, + 16535AE31A60A54B00E57802 /* CAPI_FrameLatencyTracker.cpp */, + 16535AE41A60A54B00E57802 /* CAPI_FrameLatencyTracker.h */, + 16535AE51A60A54B00E57802 /* CAPI_FrameTimeManager3.cpp */, + 16535AE61A60A54B00E57802 /* CAPI_FrameTimeManager3.h */, + 1607372B1A3D85F200BC3261 /* CAPI_DistortionRenderer.cpp */, + 1607372C1A3D85F200BC3261 /* CAPI_DistortionRenderer.h */, + 1607372F1A3D85F200BC3261 /* CAPI_HMDRenderState.cpp */, + 160737301A3D85F200BC3261 /* CAPI_HMDRenderState.h */, + 160737311A3D85F200BC3261 /* CAPI_HMDState.cpp */, + 160737321A3D85F200BC3261 /* CAPI_HMDState.h */, + 160737331A3D85F200BC3261 /* CAPI_HSWDisplay.cpp */, + 160737341A3D85F200BC3261 /* CAPI_HSWDisplay.h */, + 1607375C1A3D85F200BC3261 /* GL */, + 160737641A3D85F200BC3261 /* Textures */, + ); + path = CAPI; + sourceTree = ""; + }; + 1607375C1A3D85F200BC3261 /* GL */ = { + isa = PBXGroup; + children = ( + 1607375D1A3D85F200BC3261 /* CAPI_GL_DistortionRenderer.cpp */, + 1607375E1A3D85F200BC3261 /* CAPI_GL_DistortionRenderer.h */, + 1607375F1A3D85F200BC3261 /* CAPI_GL_DistortionShaders.h */, + 160737601A3D85F200BC3261 /* CAPI_GL_HSWDisplay.cpp */, + 160737611A3D85F200BC3261 /* CAPI_GL_HSWDisplay.h */, + 160737621A3D85F200BC3261 /* CAPI_GL_Util.cpp */, + 160737631A3D85F200BC3261 /* CAPI_GL_Util.h */, + ); + path = GL; + sourceTree = ""; + }; + 160737641A3D85F200BC3261 /* Textures */ = { + isa = PBXGroup; + children = ( + 160737651A3D85F200BC3261 /* healthAndSafety.tga */, + 160737661A3D85F200BC3261 /* healthAndSafety.tga.h */, + ); + path = Textures; + sourceTree = ""; + }; + 160737671A3D85F200BC3261 /* Displays */ = { + isa = PBXGroup; + children = ( + 160737681A3D85F200BC3261 /* OVR_Display.cpp */, + 160737691A3D85F200BC3261 /* OVR_Display.h */, + 160737741A3D85F200BC3261 /* OVR_OSX_Display.cpp */, + 160737751A3D85F200BC3261 /* OVR_OSX_Display.h */, + ); + path = Displays; + sourceTree = ""; + }; + 160737851A3D85F200BC3261 /* Net */ = { + isa = PBXGroup; + children = ( + 160737861A3D85F200BC3261 /* OVR_BitStream.cpp */, + 160737871A3D85F200BC3261 /* OVR_BitStream.h */, + 160737881A3D85F200BC3261 /* OVR_MessageIDTypes.h */, + 160737891A3D85F200BC3261 /* OVR_NetworkPlugin.cpp */, + 1607378A1A3D85F200BC3261 /* OVR_NetworkPlugin.h */, + 1607378B1A3D85F200BC3261 /* OVR_NetworkTypes.h */, + 1607378C1A3D85F200BC3261 /* OVR_PacketizedTCPSocket.cpp */, + 1607378D1A3D85F200BC3261 /* OVR_PacketizedTCPSocket.h */, + 1607378E1A3D85F200BC3261 /* OVR_RPC1.cpp */, + 1607378F1A3D85F200BC3261 /* OVR_RPC1.h */, + 160737901A3D85F200BC3261 /* OVR_Session.cpp */, + 160737911A3D85F200BC3261 /* OVR_Session.h */, + 160737921A3D85F200BC3261 /* OVR_Socket.cpp */, + 160737931A3D85F200BC3261 /* OVR_Socket.h */, + 160737941A3D85F200BC3261 /* OVR_Unix_Socket.cpp */, + 160737951A3D85F200BC3261 /* OVR_Unix_Socket.h */, + ); + path = Net; + sourceTree = ""; + }; + 160737AF1A3D85F200BC3261 /* Resources */ = { + isa = PBXGroup; + children = ( + 160737B01A3D85F200BC3261 /* Mac */, + ); + path = Resources; + sourceTree = ""; + }; + 160737B01A3D85F200BC3261 /* Mac */ = { + isa = PBXGroup; + children = ( + 160737B11A3D85F200BC3261 /* Oculus.icns */, + ); + path = Mac; + sourceTree = ""; + }; + 160737E81A3D85F200BC3261 /* Service */ = { + isa = PBXGroup; + children = ( + 160737EB1A3D85F200BC3261 /* Service_NetClient.cpp */, + 160737EC1A3D85F200BC3261 /* Service_NetClient.h */, + 160737EF1A3D85F200BC3261 /* Service_NetSessionCommon.cpp */, + 160737F01A3D85F200BC3261 /* Service_NetSessionCommon.h */, + ); + path = Service; + sourceTree = ""; + }; + 160738091A3D85F200BC3261 /* Util */ = { + isa = PBXGroup; + children = ( + 1607380A1A3D85F200BC3261 /* Util_Interface.cpp */, + 1607380B1A3D85F200BC3261 /* Util_Interface.h */, + 160738101A3D85F200BC3261 /* Util_LatencyTest2Reader.cpp */, + 160738111A3D85F200BC3261 /* Util_LatencyTest2Reader.h */, + 160738121A3D85F200BC3261 /* Util_LatencyTest2State.h */, + 160738131A3D85F200BC3261 /* Util_Render_Stereo.cpp */, + 160738141A3D85F200BC3261 /* Util_Render_Stereo.h */, + ); + path = Util; + sourceTree = ""; + }; + 16073A2C1A3FE73200BC3261 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 160739991A3E3FF800BC3261 /* libOVRKernel.a */, + 160735D81A3D746C00BC3261 /* Cocoa.framework */, + 160735D61A3D746400BC3261 /* AudioToolbox.framework */, + 160735D41A3D745300BC3261 /* OpenGL.framework */, + 160735D21A3D744C00BC3261 /* IOKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 16073A621A48133300BC3261 /* Supporting files */ = { + isa = PBXGroup; + children = ( + 16535B401A6453B500E57802 /* LibOVRRT.plist */, + 16535ACE1A606D1A00E57802 /* LibOVR.xcconfig */, + ); + name = "Supporting files"; + sourceTree = ""; + }; + 164B2D131A81A2A000A00FE1 /* Vision */ = { + isa = PBXGroup; + children = ( + 164B2D141A81A2AE00A00FE1 /* SensorFusion */, + ); + name = Vision; + sourceTree = ""; + }; + 164B2D141A81A2AE00A00FE1 /* SensorFusion */ = { + isa = PBXGroup; + children = ( + 164B2D151A81A2C500A00FE1 /* Vision_SensorStateReader.cpp */, + 164B2D161A81A2C500A00FE1 /* Vision_SensorStateReader.h */, + ); + name = SensorFusion; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 160733081A3BB73A00BC3261 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 160738CC1A3D85F200BC3261 /* OVR_Unix_Socket.h in Headers */, + 160735CE1A3BE72100BC3261 /* OVR_CAPI_GL.h in Headers */, + 1607386A1A3D85F200BC3261 /* CAPI_DistortionRenderer.h in Headers */, + 160738BE1A3D85F200BC3261 /* OVR_BitStream.h in Headers */, + 16535ACA1A5F0AB300E57802 /* OVR_CAPI_0_5_0.h in Headers */, + 160738D91A3D85F200BC3261 /* OVR_Stereo.h in Headers */, + 1607389B1A3D85F200BC3261 /* CAPI_GL_HSWDisplay.h in Headers */, + 160735CF1A3BE72100BC3261 /* OVR_CAPI_Keys.h in Headers */, + 16535AE81A60A54B00E57802 /* CAPI_DistortionTiming.h in Headers */, + 164B2D121A81A21600A00FE1 /* OVR_StereoProjection.h in Headers */, + 160738AD1A3D85F200BC3261 /* OVR_OSX_Display.h in Headers */, + 16535AEC1A60A54B00E57802 /* CAPI_FrameTimeManager3.h in Headers */, + 160738C11A3D85F200BC3261 /* OVR_NetworkPlugin.h in Headers */, + 1607389D1A3D85F200BC3261 /* CAPI_GL_Util.h in Headers */, + 160738A11A3D85F200BC3261 /* OVR_Display.h in Headers */, + 160738CA1A3D85F200BC3261 /* OVR_Socket.h in Headers */, + 160738C61A3D85F200BC3261 /* OVR_RPC1.h in Headers */, + 1607391D1A3D85F200BC3261 /* Service_NetClient.h in Headers */, + 1607389F1A3D85F200BC3261 /* healthAndSafety.tga.h in Headers */, + 160735D11A3BE72100BC3261 /* OVR_Version.h in Headers */, + 160739401A3D85F200BC3261 /* Util_LatencyTest2State.h in Headers */, + 1607386E1A3D85F200BC3261 /* CAPI_HMDRenderState.h in Headers */, + 160738991A3D85F200BC3261 /* CAPI_GL_DistortionShaders.h in Headers */, + 160738C81A3D85F200BC3261 /* OVR_Session.h in Headers */, + 160738C21A3D85F200BC3261 /* OVR_NetworkTypes.h in Headers */, + 160738BF1A3D85F200BC3261 /* OVR_MessageIDTypes.h in Headers */, + 1607393F1A3D85F200BC3261 /* Util_LatencyTest2Reader.h in Headers */, + 160739421A3D85F200BC3261 /* Util_Render_Stereo.h in Headers */, + 160738981A3D85F200BC3261 /* CAPI_GL_DistortionRenderer.h in Headers */, + 160735CA1A3BE72100BC3261 /* OVR_Math.h in Headers */, + 160738721A3D85F200BC3261 /* CAPI_HSWDisplay.h in Headers */, + 160738C41A3D85F200BC3261 /* OVR_PacketizedTCPSocket.h in Headers */, + 160739391A3D85F200BC3261 /* Util_Interface.h in Headers */, + 160739211A3D85F200BC3261 /* Service_NetSessionCommon.h in Headers */, + 16535AEA1A60A54B00E57802 /* CAPI_FrameLatencyTracker.h in Headers */, + 160738D31A3D85F200BC3261 /* OVR_Profile.h in Headers */, + 164B2D181A81A2C500A00FE1 /* Vision_SensorStateReader.h in Headers */, + 160738701A3D85F200BC3261 /* CAPI_HMDState.h in Headers */, + 160738D71A3D85F200BC3261 /* OVR_SerialFormat.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 1607330A1A3BB73A00BC3261 /* LibOVRRT */ = { + isa = PBXNativeTarget; + buildConfigurationList = 160733211A3BB73A00BC3261 /* Build configuration list for PBXNativeTarget "LibOVRRT" */; + buildPhases = ( + 160733061A3BB73A00BC3261 /* Sources */, + 160733071A3BB73A00BC3261 /* Frameworks */, + 160733081A3BB73A00BC3261 /* Headers */, + 160733091A3BB73A00BC3261 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = LibOVRRT; + productName = LibOVRRT; + productReference = 1607330B1A3BB73A00BC3261 /* LibOVRRT_0.framework */; + productType = "com.apple.product-type.framework"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 160733021A3BB73A00BC3261 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0610; + ORGANIZATIONNAME = "Oculus VR"; + TargetAttributes = { + 1607330A1A3BB73A00BC3261 = { + CreatedOnToolsVersion = 6.1; + }; + }; + }; + buildConfigurationList = 160733051A3BB73A00BC3261 /* Build configuration list for PBXProject "LibOVRRT" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 160733011A3BB73A00BC3261; + productRefGroup = 1607330C1A3BB73A00BC3261 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 1607330A1A3BB73A00BC3261 /* LibOVRRT */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 160733091A3BB73A00BC3261 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 16535ACF1A606D1A00E57802 /* LibOVR.xcconfig in Resources */, + 160738E51A3D85F200BC3261 /* Oculus.icns in Resources */, + 1607389E1A3D85F200BC3261 /* healthAndSafety.tga in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 160733061A3BB73A00BC3261 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 160738BD1A3D85F200BC3261 /* OVR_BitStream.cpp in Sources */, + 16535AE91A60A54B00E57802 /* CAPI_FrameLatencyTracker.cpp in Sources */, + 160738D21A3D85F200BC3261 /* OVR_Profile.cpp in Sources */, + 160738D81A3D85F200BC3261 /* OVR_Stereo.cpp in Sources */, + 160738CB1A3D85F200BC3261 /* OVR_Unix_Socket.cpp in Sources */, + 1607393E1A3D85F200BC3261 /* Util_LatencyTest2Reader.cpp in Sources */, + 160738C91A3D85F200BC3261 /* OVR_Socket.cpp in Sources */, + 1607391C1A3D85F200BC3261 /* Service_NetClient.cpp in Sources */, + 160738C71A3D85F200BC3261 /* OVR_Session.cpp in Sources */, + 1607389C1A3D85F200BC3261 /* CAPI_GL_Util.cpp in Sources */, + 160739411A3D85F200BC3261 /* Util_Render_Stereo.cpp in Sources */, + 1607389A1A3D85F200BC3261 /* CAPI_GL_HSWDisplay.cpp in Sources */, + 160738AC1A3D85F200BC3261 /* OVR_OSX_Display.cpp in Sources */, + 160738A01A3D85F200BC3261 /* OVR_Display.cpp in Sources */, + 160738D61A3D85F200BC3261 /* OVR_SerialFormat.cpp in Sources */, + 160739381A3D85F200BC3261 /* Util_Interface.cpp in Sources */, + 160738C01A3D85F200BC3261 /* OVR_NetworkPlugin.cpp in Sources */, + 16535AEB1A60A54B00E57802 /* CAPI_FrameTimeManager3.cpp in Sources */, + 164B2D171A81A2C500A00FE1 /* Vision_SensorStateReader.cpp in Sources */, + 160738C51A3D85F200BC3261 /* OVR_RPC1.cpp in Sources */, + 1607386F1A3D85F200BC3261 /* CAPI_HMDState.cpp in Sources */, + 160738691A3D85F200BC3261 /* CAPI_DistortionRenderer.cpp in Sources */, + 164B2D101A81A21600A00FE1 /* OVR_CAPI_Util.cpp in Sources */, + 164B2D111A81A21600A00FE1 /* OVR_StereoProjection.cpp in Sources */, + 160738C31A3D85F200BC3261 /* OVR_PacketizedTCPSocket.cpp in Sources */, + 16535AE71A60A54B00E57802 /* CAPI_DistortionTiming.cpp in Sources */, + 160738CF1A3D85F200BC3261 /* OVR_CAPI.cpp in Sources */, + 160738711A3D85F200BC3261 /* CAPI_HSWDisplay.cpp in Sources */, + 160738971A3D85F200BC3261 /* CAPI_GL_DistortionRenderer.cpp in Sources */, + 160739201A3D85F200BC3261 /* Service_NetSessionCommon.cpp in Sources */, + 1607386D1A3D85F200BC3261 /* CAPI_HMDRenderState.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 1607331F1A3BB73A00BC3261 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 16535ACE1A606D1A00E57802 /* LibOVR.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = "${OVR_MAJOR_VERSION}.${OVR_MINOR_VERSION}.${OVR_PATCH_VERSION}"; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_CPP_EXCEPTIONS = NO; + GCC_ENABLE_CPP_RTTI = NO; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ""; + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.9; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + PRODUCT_NAME = "$(TARGET_NAME)_${OVR_PRODUCT_VERSION}"; + SDKROOT = macosx; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 160733201A3BB73A00BC3261 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 16535ACE1A606D1A00E57802 /* LibOVR.xcconfig */; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = YES; + CURRENT_PROJECT_VERSION = "${OVR_MAJOR_VERSION}.${OVR_MINOR_VERSION}.${OVR_PATCH_VERSION}"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_ENABLE_CPP_EXCEPTIONS = NO; + GCC_ENABLE_CPP_RTTI = NO; + GCC_PREPROCESSOR_DEFINITIONS = ""; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.9; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = "$(TARGET_NAME)_${OVR_PRODUCT_VERSION}"; + SDKROOT = macosx; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 160733221A3BB73A00BC3261 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = YES; + CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES; + CLANG_WARN_ASSIGN_ENUM = YES; + COMBINE_HIDPI_IMAGES = YES; + CONFIGURATION_BUILD_DIR = "$(SRCROOT)/../../Lib/Mac/$CONFIGURATION"; + CONFIGURATION_TEMP_DIR = "$(SRCROOT)/../../Obj/Mac/$CONFIGURATION"; + CURRENT_PROJECT_VERSION = "${OVR_MAJOR_VERSION}.${OVR_MINOR_VERSION}.${OVR_PATCH_VERSION}"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = "${OVR_MAJOR_VERSION}.${OVR_MINOR_VERSION}.${OVR_PATCH_VERSION}"; + DYLIB_CURRENT_VERSION = "${OVR_MAJOR_VERSION}.${OVR_MINOR_VERSION}.${OVR_PATCH_VERSION}"; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_VERSION = "${OVR_MAJOR_VERSION}"; + GCC_PREPROCESSOR_DEFINITIONS = ( + OVR_DLL_BUILD, + "DEBUG=1", + OVR_BUILD_DEBUG, + ); + GCC_STRICT_ALIASING = NO; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + GCC_WARN_ABOUT_MISSING_NEWLINE = YES; + GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES; + GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; + GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; + GCC_WARN_SHADOW = YES; + GCC_WARN_UNUSED_LABEL = YES; + GCC_WARN_UNUSED_PARAMETER = YES; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, + "$(SRCROOT)/../../Include", + "$(SRCROOT)/../../Src", + "$(SRCROOT)/../../../LibOVRKernel/Src", + "$(SRCROOT)/../../../LibOVRKernel/Src/Kernel", + "$(SRCROOT)/../../../../3rdParty/TinyXml", + ); + INFOPLIST_FILE = "$(SRCROOT)/LibOVRRT.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_DEPENDENCY_INFO_FILE = "$(OBJECT_FILE_DIR_$(CURRENT_VARIANT))/$(CURRENT_ARCH)/$(PRODUCT_NAME)_dependency_info.dat"; + LD_MAP_FILE_PATH = "$(TARGET_TEMP_DIR)/LinkMap.txt"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/../../../LibOVRKernel/Lib/Mac/$CONFIGURATION", + ); + MACOSX_DEPLOYMENT_TARGET = 10.8; + OBJROOT = "$(SRCROOT)/../../Obj/Mac/$CONFIGURATION"; + OTHER_LDFLAGS = "-lOVRKernel"; + PRODUCT_NAME = "$(TARGET_NAME)_${OVR_PRODUCT_VERSION}"; + RUN_CLANG_STATIC_ANALYZER = YES; + SKIP_INSTALL = YES; + SYMROOT = "$(SRCROOT)/../../Lib/Mac/$CONFIGURATION"; + USER_HEADER_SEARCH_PATHS = ""; + }; + name = Debug; + }; + 160733231A3BB73A00BC3261 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = YES; + CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES; + CLANG_WARN_ASSIGN_ENUM = YES; + COMBINE_HIDPI_IMAGES = YES; + CONFIGURATION_BUILD_DIR = "$(SRCROOT)/../../Lib/Mac/$CONFIGURATION"; + CONFIGURATION_TEMP_DIR = "$(SRCROOT)/../../Obj/Mac/$CONFIGURATION"; + CURRENT_PROJECT_VERSION = "${OVR_MAJOR_VERSION}.${OVR_MINOR_VERSION}.${OVR_PATCH_VERSION}"; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = "${OVR_MAJOR_VERSION}.${OVR_MINOR_VERSION}.${OVR_PATCH_VERSION}"; + DYLIB_CURRENT_VERSION = "${OVR_MAJOR_VERSION}.${OVR_MINOR_VERSION}.${OVR_PATCH_VERSION}"; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_VERSION = "${OVR_MAJOR_VERSION}"; + GCC_PREPROCESSOR_DEFINITIONS = OVR_DLL_BUILD; + GCC_STRICT_ALIASING = NO; + GCC_SYMBOLS_PRIVATE_EXTERN = YES; + GCC_WARN_ABOUT_MISSING_NEWLINE = YES; + GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES; + GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; + GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; + GCC_WARN_SHADOW = YES; + GCC_WARN_UNUSED_LABEL = YES; + GCC_WARN_UNUSED_PARAMETER = YES; + HEADER_SEARCH_PATHS = ( + "$(inherited)", + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, + "$(SRCROOT)/../../Include", + "$(SRCROOT)/../../Src", + "$(SRCROOT)/../../../LibOVRKernel/Src", + "$(SRCROOT)/../../../LibOVRKernel/Src/Kernel", + "$(SRCROOT)/../../../../3rdParty/TinyXml", + ); + INFOPLIST_FILE = "$(SRCROOT)/LibOVRRT.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_DEPENDENCY_INFO_FILE = "$(OBJECT_FILE_DIR_$(CURRENT_VARIANT))/$(CURRENT_ARCH)/$(PRODUCT_NAME)_dependency_info.dat"; + LD_MAP_FILE_PATH = "$(TARGET_TEMP_DIR)/LinkMap.txt"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/../../../LibOVRKernel/Lib/Mac/$CONFIGURATION", + ); + MACOSX_DEPLOYMENT_TARGET = 10.8; + OBJROOT = "$(SRCROOT)/../../Obj/Mac/$CONFIGURATION"; + OTHER_LDFLAGS = "-lOVRKernel"; + PRODUCT_NAME = "$(TARGET_NAME)_${OVR_PRODUCT_VERSION}"; + RUN_CLANG_STATIC_ANALYZER = YES; + SKIP_INSTALL = YES; + SYMROOT = "$(SRCROOT)/../../Lib/Mac/$CONFIGURATION"; + USER_HEADER_SEARCH_PATHS = ""; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 160733051A3BB73A00BC3261 /* Build configuration list for PBXProject "LibOVRRT" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1607331F1A3BB73A00BC3261 /* Debug */, + 160733201A3BB73A00BC3261 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 160733211A3BB73A00BC3261 /* Build configuration list for PBXNativeTarget "LibOVRRT" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 160733221A3BB73A00BC3261 /* Debug */, + 160733231A3BB73A00BC3261 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 160733021A3BB73A00BC3261 /* Project object */; +} diff --git a/LibOVR/Projects/Mac/LibOVRRT.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/LibOVR/Projects/Mac/LibOVRRT.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..c266aca --- /dev/null +++ b/LibOVR/Projects/Mac/LibOVRRT.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/LibOVR/Projects/Mac/LibOVRRT.xcodeproj/xcshareddata/xcschemes/LibOVRRT.xcscheme b/LibOVR/Projects/Mac/LibOVRRT.xcodeproj/xcshareddata/xcschemes/LibOVRRT.xcscheme new file mode 100644 index 0000000..5e07d8f --- /dev/null +++ b/LibOVR/Projects/Mac/LibOVRRT.xcodeproj/xcshareddata/xcschemes/LibOVRRT.xcscheme @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LibOVR/Projects/Mac/LibOVRRT.xcworkspace/contents.xcworkspacedata b/LibOVR/Projects/Mac/LibOVRRT.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..74a4b29 --- /dev/null +++ b/LibOVR/Projects/Mac/LibOVRRT.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/LibOVR/Projects/Mac/Xcode/LibOVR.xcodeproj/project.pbxproj b/LibOVR/Projects/Mac/Xcode/LibOVR.xcodeproj/project.pbxproj deleted file mode 100644 index 7a406be..0000000 --- a/LibOVR/Projects/Mac/Xcode/LibOVR.xcodeproj/project.pbxproj +++ /dev/null @@ -1,839 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 4683CEBE1970867300285E02 /* CAPI_GL_HSWDisplay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4683CEBC1970867300285E02 /* CAPI_GL_HSWDisplay.cpp */; }; - 4683CEBF1970867300285E02 /* CAPI_GL_HSWDisplay.h in Headers */ = {isa = PBXBuildFile; fileRef = 4683CEBD1970867300285E02 /* CAPI_GL_HSWDisplay.h */; }; - 8864E8FD19D5289700ACEEC1 /* OVR_CAPI_Keys.h in Headers */ = {isa = PBXBuildFile; fileRef = 8864E8FC19D5289700ACEEC1 /* OVR_CAPI_Keys.h */; }; - 886FFB1E19E4898300775723 /* Util_SystemInfo_OSX.mm in Sources */ = {isa = PBXBuildFile; fileRef = 886FFB1D19E4898300775723 /* Util_SystemInfo_OSX.mm */; }; - A42F68671A11F2000027C6E1 /* Util_SystemGUI_OSX.mm in Sources */ = {isa = PBXBuildFile; fileRef = A42F68641A11F2000027C6E1 /* Util_SystemGUI_OSX.mm */; }; - A42F68681A11F2000027C6E1 /* Util_SystemGUI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A42F68651A11F2000027C6E1 /* Util_SystemGUI.cpp */; }; - A42F68691A11F2000027C6E1 /* Util_SystemGUI.h in Headers */ = {isa = PBXBuildFile; fileRef = A42F68661A11F2000027C6E1 /* Util_SystemGUI.h */; }; - A42F68751A11F2B80027C6E1 /* OVR_Compiler.h in Headers */ = {isa = PBXBuildFile; fileRef = A42F686E1A11F2B80027C6E1 /* OVR_Compiler.h */; }; - A42F68761A11F2B80027C6E1 /* OVR_DebugHelp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A42F686F1A11F2B80027C6E1 /* OVR_DebugHelp.cpp */; }; - A42F68771A11F2B80027C6E1 /* OVR_DebugHelp.h in Headers */ = {isa = PBXBuildFile; fileRef = A42F68701A11F2B80027C6E1 /* OVR_DebugHelp.h */; }; - A42F68781A11F2B80027C6E1 /* OVR_mach_exc_OSX.c in Sources */ = {isa = PBXBuildFile; fileRef = A42F68711A11F2B80027C6E1 /* OVR_mach_exc_OSX.c */; }; - A42F68791A11F2B80027C6E1 /* OVR_mach_exc_OSX.h in Headers */ = {isa = PBXBuildFile; fileRef = A42F68721A11F2B80027C6E1 /* OVR_mach_exc_OSX.h */; }; - A42F687A1A11F2B80027C6E1 /* OVR_Nullptr.h in Headers */ = {isa = PBXBuildFile; fileRef = A42F68731A11F2B80027C6E1 /* OVR_Nullptr.h */; }; - A42F687B1A11F2B80027C6E1 /* OVR_Observer.h in Headers */ = {isa = PBXBuildFile; fileRef = A42F68741A11F2B80027C6E1 /* OVR_Observer.h */; }; - A42F687F1A11F2F10027C6E1 /* CAPI_GLE_GL.h in Headers */ = {isa = PBXBuildFile; fileRef = A42F687C1A11F2F10027C6E1 /* CAPI_GLE_GL.h */; }; - A42F68801A11F2F10027C6E1 /* CAPI_GLE.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A42F687D1A11F2F10027C6E1 /* CAPI_GLE.cpp */; }; - A42F68811A11F2F10027C6E1 /* CAPI_GLE.h in Headers */ = {isa = PBXBuildFile; fileRef = A42F687E1A11F2F10027C6E1 /* CAPI_GLE.h */; }; - A4A859B619D6310100ED2071 /* CAPI_LatencyStatistics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A4A859B419D6310100ED2071 /* CAPI_LatencyStatistics.cpp */; }; - A4A859B719D6310100ED2071 /* CAPI_LatencyStatistics.h in Headers */ = {isa = PBXBuildFile; fileRef = A4A859B519D6310100ED2071 /* CAPI_LatencyStatistics.h */; }; - A4A859BA19D6311500ED2071 /* Util_SystemInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A4A859B819D6311500ED2071 /* Util_SystemInfo.cpp */; }; - A4A859BB19D6311500ED2071 /* Util_SystemInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = A4A859B919D6311500ED2071 /* Util_SystemInfo.h */; }; - E8094D0F196FAE8800937940 /* CAPI_HSWDisplay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8094D0D196FAE8800937940 /* CAPI_HSWDisplay.cpp */; }; - E8094D10196FAE8800937940 /* CAPI_HSWDisplay.h in Headers */ = {isa = PBXBuildFile; fileRef = E8094D0E196FAE8800937940 /* CAPI_HSWDisplay.h */; }; - E85F262C1954204900AA807B /* OVR_SerialFormat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E85F262A1954204900AA807B /* OVR_SerialFormat.cpp */; }; - E85F262D1954204900AA807B /* OVR_SerialFormat.h in Headers */ = {isa = PBXBuildFile; fileRef = E85F262B1954204900AA807B /* OVR_SerialFormat.h */; }; - E8788D1D196CF68000128BE5 /* Tracking_PoseState.h in Headers */ = {isa = PBXBuildFile; fileRef = E8788D1B196CF68000128BE5 /* Tracking_PoseState.h */; }; - E8788D1E196CF68000128BE5 /* Tracking_SensorState.h in Headers */ = {isa = PBXBuildFile; fileRef = E8788D1C196CF68000128BE5 /* Tracking_SensorState.h */; }; - E8788D22196CF98000128BE5 /* Util_LatencyTest2Reader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8788D1F196CF98000128BE5 /* Util_LatencyTest2Reader.cpp */; }; - E8788D23196CF98000128BE5 /* Util_LatencyTest2Reader.h in Headers */ = {isa = PBXBuildFile; fileRef = E8788D20196CF98000128BE5 /* Util_LatencyTest2Reader.h */; }; - E8788D24196CF98000128BE5 /* Util_LatencyTest2State.h in Headers */ = {isa = PBXBuildFile; fileRef = E8788D21196CF98000128BE5 /* Util_LatencyTest2State.h */; }; - E87DF46E196A1BEF005E383C /* OVR_CRC32.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E87DF46A196A1BEF005E383C /* OVR_CRC32.cpp */; }; - E87DF46F196A1BEF005E383C /* OVR_CRC32.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF46B196A1BEF005E383C /* OVR_CRC32.h */; }; - E87DF470196A1BEF005E383C /* OVR_SharedMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E87DF46C196A1BEF005E383C /* OVR_SharedMemory.cpp */; }; - E87DF471196A1BEF005E383C /* OVR_SharedMemory.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF46D196A1BEF005E383C /* OVR_SharedMemory.h */; }; - E87DF47A196A1CEF005E383C /* OVR_Display.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF474196A1CEF005E383C /* OVR_Display.h */; }; - E87DF47D196A1CEF005E383C /* OVR_OSX_Display.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E87DF477196A1CEF005E383C /* OVR_OSX_Display.cpp */; }; - E87DF47E196A1CEF005E383C /* OVR_OSX_Display.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF478196A1CEF005E383C /* OVR_OSX_Display.h */; }; - E87DF490196A20E9005E383C /* OVR_BitStream.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E87DF480196A20E9005E383C /* OVR_BitStream.cpp */; }; - E87DF491196A20E9005E383C /* OVR_BitStream.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF481196A20E9005E383C /* OVR_BitStream.h */; }; - E87DF492196A20E9005E383C /* OVR_MessageIDTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF482196A20E9005E383C /* OVR_MessageIDTypes.h */; }; - E87DF493196A20E9005E383C /* OVR_NetworkPlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E87DF483196A20E9005E383C /* OVR_NetworkPlugin.cpp */; }; - E87DF494196A20E9005E383C /* OVR_NetworkPlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF484196A20E9005E383C /* OVR_NetworkPlugin.h */; }; - E87DF495196A20E9005E383C /* OVR_NetworkTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF485196A20E9005E383C /* OVR_NetworkTypes.h */; }; - E87DF496196A20E9005E383C /* OVR_PacketizedTCPSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E87DF486196A20E9005E383C /* OVR_PacketizedTCPSocket.cpp */; }; - E87DF497196A20E9005E383C /* OVR_PacketizedTCPSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF487196A20E9005E383C /* OVR_PacketizedTCPSocket.h */; }; - E87DF498196A20E9005E383C /* OVR_RPC1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E87DF488196A20E9005E383C /* OVR_RPC1.cpp */; }; - E87DF499196A20E9005E383C /* OVR_RPC1.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF489196A20E9005E383C /* OVR_RPC1.h */; }; - E87DF49A196A20E9005E383C /* OVR_Session.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E87DF48A196A20E9005E383C /* OVR_Session.cpp */; }; - E87DF49B196A20E9005E383C /* OVR_Session.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF48B196A20E9005E383C /* OVR_Session.h */; }; - E87DF49C196A20E9005E383C /* OVR_Socket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E87DF48C196A20E9005E383C /* OVR_Socket.cpp */; }; - E87DF49D196A20E9005E383C /* OVR_Socket.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF48D196A20E9005E383C /* OVR_Socket.h */; }; - E87DF49E196A20E9005E383C /* OVR_Unix_Socket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E87DF48E196A20E9005E383C /* OVR_Unix_Socket.cpp */; }; - E87DF49F196A20E9005E383C /* OVR_Unix_Socket.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF48F196A20E9005E383C /* OVR_Unix_Socket.h */; }; - E87DF4AB196A2161005E383C /* Service_NetClient.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4A3196A2161005E383C /* Service_NetClient.cpp */; }; - E87DF4AC196A2161005E383C /* Service_NetClient.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF4A4196A2161005E383C /* Service_NetClient.h */; }; - E87DF4AF196A2161005E383C /* Service_NetSessionCommon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4A7196A2161005E383C /* Service_NetSessionCommon.cpp */; }; - E87DF4B0196A2161005E383C /* Service_NetSessionCommon.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF4A8196A2161005E383C /* Service_NetSessionCommon.h */; }; - E87DF4D2196A232F005E383C /* OVR_DeviceConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF4B3196A232F005E383C /* OVR_DeviceConstants.h */; }; - E87DF4F3196A23B4005E383C /* Tracking_SensorStateReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E87DF4F1196A23B4005E383C /* Tracking_SensorStateReader.cpp */; }; - E87DF4F4196A23B4005E383C /* Tracking_SensorStateReader.h in Headers */ = {isa = PBXBuildFile; fileRef = E87DF4F2196A23B4005E383C /* Tracking_SensorStateReader.h */; }; - E886FE9E190737FA00D5DB45 /* OVR_CAPI_GL.h in Headers */ = {isa = PBXBuildFile; fileRef = E886FE9B190737FA00D5DB45 /* OVR_CAPI_GL.h */; }; - E886FE9F190737FA00D5DB45 /* OVR_CAPI.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E886FE9C190737FA00D5DB45 /* OVR_CAPI.cpp */; }; - E886FEA0190737FA00D5DB45 /* OVR_CAPI.h in Headers */ = {isa = PBXBuildFile; fileRef = E886FE9D190737FA00D5DB45 /* OVR_CAPI.h */; }; - E886FEA21907528C00D5DB45 /* CAPI_DistortionRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E886FEA11907528C00D5DB45 /* CAPI_DistortionRenderer.cpp */; }; - E8AA40D11907221900D5F144 /* OVR_Alg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40A61907221900D5F144 /* OVR_Alg.cpp */; }; - E8AA40D21907221900D5F144 /* OVR_Alg.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40A71907221900D5F144 /* OVR_Alg.h */; }; - E8AA40D31907221900D5F144 /* OVR_Allocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40A81907221900D5F144 /* OVR_Allocator.cpp */; }; - E8AA40D41907221900D5F144 /* OVR_Allocator.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40A91907221900D5F144 /* OVR_Allocator.h */; }; - E8AA40D51907221900D5F144 /* OVR_Array.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40AA1907221900D5F144 /* OVR_Array.h */; }; - E8AA40D61907221900D5F144 /* OVR_Atomic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40AB1907221900D5F144 /* OVR_Atomic.cpp */; }; - E8AA40D71907221900D5F144 /* OVR_Atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40AC1907221900D5F144 /* OVR_Atomic.h */; }; - E8AA40D81907221900D5F144 /* OVR_Color.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40AD1907221900D5F144 /* OVR_Color.h */; }; - E8AA40D91907221900D5F144 /* OVR_ContainerAllocator.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40AE1907221900D5F144 /* OVR_ContainerAllocator.h */; }; - E8AA40DA1907221900D5F144 /* OVR_Deque.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40AF1907221900D5F144 /* OVR_Deque.h */; }; - E8AA40DB1907221900D5F144 /* OVR_File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40B01907221900D5F144 /* OVR_File.cpp */; }; - E8AA40DC1907221900D5F144 /* OVR_File.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40B11907221900D5F144 /* OVR_File.h */; }; - E8AA40DD1907221900D5F144 /* OVR_FileFILE.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40B21907221900D5F144 /* OVR_FileFILE.cpp */; }; - E8AA40DE1907221900D5F144 /* OVR_Hash.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40B31907221900D5F144 /* OVR_Hash.h */; }; - E8AA40DF1907221900D5F144 /* OVR_KeyCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40B41907221900D5F144 /* OVR_KeyCodes.h */; }; - E8AA40E01907221900D5F144 /* OVR_List.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40B51907221900D5F144 /* OVR_List.h */; }; - E8AA40E11907221900D5F144 /* OVR_Lockless.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40B61907221900D5F144 /* OVR_Lockless.cpp */; }; - E8AA40E21907221900D5F144 /* OVR_Lockless.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40B71907221900D5F144 /* OVR_Lockless.h */; }; - E8AA40E31907221900D5F144 /* OVR_Log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40B81907221900D5F144 /* OVR_Log.cpp */; }; - E8AA40E41907221900D5F144 /* OVR_Log.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40B91907221900D5F144 /* OVR_Log.h */; }; - E8AA40E51907221900D5F144 /* OVR_Math.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40BA1907221900D5F144 /* OVR_Math.cpp */; }; - E8AA40E61907221900D5F144 /* OVR_Math.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40BB1907221900D5F144 /* OVR_Math.h */; }; - E8AA40E71907221900D5F144 /* OVR_RefCount.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40BC1907221900D5F144 /* OVR_RefCount.cpp */; }; - E8AA40E81907221900D5F144 /* OVR_RefCount.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40BD1907221900D5F144 /* OVR_RefCount.h */; }; - E8AA40E91907221900D5F144 /* OVR_Std.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40BE1907221900D5F144 /* OVR_Std.cpp */; }; - E8AA40EA1907221900D5F144 /* OVR_Std.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40BF1907221900D5F144 /* OVR_Std.h */; }; - E8AA40EB1907221900D5F144 /* OVR_String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40C01907221900D5F144 /* OVR_String.cpp */; }; - E8AA40EC1907221900D5F144 /* OVR_String.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40C11907221900D5F144 /* OVR_String.h */; }; - E8AA40ED1907221900D5F144 /* OVR_String_FormatUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40C21907221900D5F144 /* OVR_String_FormatUtil.cpp */; }; - E8AA40EE1907221900D5F144 /* OVR_String_PathUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40C31907221900D5F144 /* OVR_String_PathUtil.cpp */; }; - E8AA40EF1907221900D5F144 /* OVR_StringHash.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40C41907221900D5F144 /* OVR_StringHash.h */; }; - E8AA40F01907221900D5F144 /* OVR_SysFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40C51907221900D5F144 /* OVR_SysFile.cpp */; }; - E8AA40F11907221900D5F144 /* OVR_SysFile.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40C61907221900D5F144 /* OVR_SysFile.h */; }; - E8AA40F21907221900D5F144 /* OVR_System.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40C71907221900D5F144 /* OVR_System.cpp */; }; - E8AA40F31907221900D5F144 /* OVR_System.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40C81907221900D5F144 /* OVR_System.h */; }; - E8AA40F41907221900D5F144 /* OVR_Threads.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40C91907221900D5F144 /* OVR_Threads.h */; }; - E8AA40F51907221900D5F144 /* OVR_ThreadsPthread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40CA1907221900D5F144 /* OVR_ThreadsPthread.cpp */; }; - E8AA40F71907221900D5F144 /* OVR_Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40CC1907221900D5F144 /* OVR_Timer.cpp */; }; - E8AA40F81907221900D5F144 /* OVR_Timer.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40CD1907221900D5F144 /* OVR_Timer.h */; }; - E8AA40F91907221900D5F144 /* OVR_Types.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40CE1907221900D5F144 /* OVR_Types.h */; }; - E8AA40FA1907221900D5F144 /* OVR_UTF8Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA40CF1907221900D5F144 /* OVR_UTF8Util.cpp */; }; - E8AA40FB1907221900D5F144 /* OVR_UTF8Util.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA40D01907221900D5F144 /* OVR_UTF8Util.h */; }; - E8AA410D1907224700D5F144 /* Util_Interface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA41011907224700D5F144 /* Util_Interface.cpp */; }; - E8AA410E1907224700D5F144 /* Util_Interface.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA41021907224700D5F144 /* Util_Interface.h */; }; - E8AA41131907224700D5F144 /* Util_Render_Stereo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA41071907224700D5F144 /* Util_Render_Stereo.cpp */; }; - E8AA41141907224700D5F144 /* Util_Render_Stereo.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA41081907224700D5F144 /* Util_Render_Stereo.h */; }; - E8AA4173190722BB00D5F144 /* OVR_JSON.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA412B190722BB00D5F144 /* OVR_JSON.cpp */; }; - E8AA4174190722BB00D5F144 /* OVR_JSON.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA412C190722BB00D5F144 /* OVR_JSON.h */; }; - E8AA4185190722BB00D5F144 /* OVR_Profile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA413D190722BB00D5F144 /* OVR_Profile.cpp */; }; - E8AA4186190722BB00D5F144 /* OVR_Profile.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA413E190722BB00D5F144 /* OVR_Profile.h */; }; - E8AA4197190722BB00D5F144 /* OVR_Stereo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA414F190722BB00D5F144 /* OVR_Stereo.cpp */; }; - E8AA4198190722BB00D5F144 /* OVR_Stereo.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA4150190722BB00D5F144 /* OVR_Stereo.h */; }; - E8AA41E2190724E600D5F144 /* CAPI_DistortionRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA41BA190724E600D5F144 /* CAPI_DistortionRenderer.h */; }; - E8AA41E3190724E600D5F144 /* CAPI_FrameTimeManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA41BB190724E600D5F144 /* CAPI_FrameTimeManager.cpp */; }; - E8AA41E4190724E600D5F144 /* CAPI_FrameTimeManager.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA41BC190724E600D5F144 /* CAPI_FrameTimeManager.h */; }; - E8AA41E7190724E600D5F144 /* CAPI_HMDRenderState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA41BF190724E600D5F144 /* CAPI_HMDRenderState.cpp */; }; - E8AA41E8190724E600D5F144 /* CAPI_HMDRenderState.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA41C0190724E600D5F144 /* CAPI_HMDRenderState.h */; }; - E8AA41E9190724E600D5F144 /* CAPI_HMDState.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA41C1190724E600D5F144 /* CAPI_HMDState.cpp */; }; - E8AA41EA190724E600D5F144 /* CAPI_HMDState.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA41C2190724E600D5F144 /* CAPI_HMDState.h */; }; - E8AA41F6190724E600D5F144 /* CAPI_GL_DistortionRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA41D0190724E600D5F144 /* CAPI_GL_DistortionRenderer.cpp */; }; - E8AA41F7190724E600D5F144 /* CAPI_GL_DistortionRenderer.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA41D1190724E600D5F144 /* CAPI_GL_DistortionRenderer.h */; }; - E8AA41F8190724E600D5F144 /* CAPI_GL_Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8AA41D2190724E600D5F144 /* CAPI_GL_Util.cpp */; }; - E8AA41F9190724E600D5F144 /* CAPI_GL_Util.h in Headers */ = {isa = PBXBuildFile; fileRef = E8AA41D3190724E600D5F144 /* CAPI_GL_Util.h */; }; - E8B18323196D376800555C29 /* OVR_ThreadCommandQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E8B18321196D376800555C29 /* OVR_ThreadCommandQueue.cpp */; }; - E8B18324196D376800555C29 /* OVR_ThreadCommandQueue.h in Headers */ = {isa = PBXBuildFile; fileRef = E8B18322196D376800555C29 /* OVR_ThreadCommandQueue.h */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 4683CEBC1970867300285E02 /* CAPI_GL_HSWDisplay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CAPI_GL_HSWDisplay.cpp; path = GL/CAPI_GL_HSWDisplay.cpp; sourceTree = ""; }; - 4683CEBD1970867300285E02 /* CAPI_GL_HSWDisplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CAPI_GL_HSWDisplay.h; path = GL/CAPI_GL_HSWDisplay.h; sourceTree = ""; }; - 8864E8FC19D5289700ACEEC1 /* OVR_CAPI_Keys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_CAPI_Keys.h; path = ../../../Src/OVR_CAPI_Keys.h; sourceTree = ""; }; - 886FFB1D19E4898300775723 /* Util_SystemInfo_OSX.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Util_SystemInfo_OSX.mm; sourceTree = ""; }; - A42F68641A11F2000027C6E1 /* Util_SystemGUI_OSX.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Util_SystemGUI_OSX.mm; sourceTree = ""; }; - A42F68651A11F2000027C6E1 /* Util_SystemGUI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Util_SystemGUI.cpp; sourceTree = ""; }; - A42F68661A11F2000027C6E1 /* Util_SystemGUI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util_SystemGUI.h; sourceTree = ""; }; - A42F686E1A11F2B80027C6E1 /* OVR_Compiler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Compiler.h; sourceTree = ""; }; - A42F686F1A11F2B80027C6E1 /* OVR_DebugHelp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_DebugHelp.cpp; sourceTree = ""; }; - A42F68701A11F2B80027C6E1 /* OVR_DebugHelp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_DebugHelp.h; sourceTree = ""; }; - A42F68711A11F2B80027C6E1 /* OVR_mach_exc_OSX.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = OVR_mach_exc_OSX.c; sourceTree = ""; }; - A42F68721A11F2B80027C6E1 /* OVR_mach_exc_OSX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_mach_exc_OSX.h; sourceTree = ""; }; - A42F68731A11F2B80027C6E1 /* OVR_Nullptr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Nullptr.h; sourceTree = ""; }; - A42F68741A11F2B80027C6E1 /* OVR_Observer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Observer.h; sourceTree = ""; }; - A42F687C1A11F2F10027C6E1 /* CAPI_GLE_GL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CAPI_GLE_GL.h; path = GL/CAPI_GLE_GL.h; sourceTree = ""; }; - A42F687D1A11F2F10027C6E1 /* CAPI_GLE.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CAPI_GLE.cpp; path = GL/CAPI_GLE.cpp; sourceTree = ""; }; - A42F687E1A11F2F10027C6E1 /* CAPI_GLE.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CAPI_GLE.h; path = GL/CAPI_GLE.h; sourceTree = ""; }; - A4A859B419D6310100ED2071 /* CAPI_LatencyStatistics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_LatencyStatistics.cpp; sourceTree = ""; }; - A4A859B519D6310100ED2071 /* CAPI_LatencyStatistics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_LatencyStatistics.h; sourceTree = ""; }; - A4A859B819D6311500ED2071 /* Util_SystemInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Util_SystemInfo.cpp; sourceTree = ""; }; - A4A859B919D6311500ED2071 /* Util_SystemInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util_SystemInfo.h; sourceTree = ""; }; - E8094D0D196FAE8800937940 /* CAPI_HSWDisplay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_HSWDisplay.cpp; sourceTree = ""; }; - E8094D0E196FAE8800937940 /* CAPI_HSWDisplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_HSWDisplay.h; sourceTree = ""; }; - E82D4CD31906FE640070CB3F /* libovr.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libovr.a; sourceTree = BUILT_PRODUCTS_DIR; }; - E85F262A1954204900AA807B /* OVR_SerialFormat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OVR_SerialFormat.cpp; path = ../../../Src/OVR_SerialFormat.cpp; sourceTree = ""; }; - E85F262B1954204900AA807B /* OVR_SerialFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_SerialFormat.h; path = ../../../Src/OVR_SerialFormat.h; sourceTree = ""; }; - E8788D1B196CF68000128BE5 /* Tracking_PoseState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Tracking_PoseState.h; path = ../../../Src/Tracking/Tracking_PoseState.h; sourceTree = ""; }; - E8788D1C196CF68000128BE5 /* Tracking_SensorState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Tracking_SensorState.h; path = ../../../Src/Tracking/Tracking_SensorState.h; sourceTree = ""; }; - E8788D1F196CF98000128BE5 /* Util_LatencyTest2Reader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Util_LatencyTest2Reader.cpp; sourceTree = ""; }; - E8788D20196CF98000128BE5 /* Util_LatencyTest2Reader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util_LatencyTest2Reader.h; sourceTree = ""; }; - E8788D21196CF98000128BE5 /* Util_LatencyTest2State.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util_LatencyTest2State.h; sourceTree = ""; }; - E87DF46A196A1BEF005E383C /* OVR_CRC32.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_CRC32.cpp; sourceTree = ""; }; - E87DF46B196A1BEF005E383C /* OVR_CRC32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_CRC32.h; sourceTree = ""; }; - E87DF46C196A1BEF005E383C /* OVR_SharedMemory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_SharedMemory.cpp; sourceTree = ""; }; - E87DF46D196A1BEF005E383C /* OVR_SharedMemory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_SharedMemory.h; sourceTree = ""; }; - E87DF474196A1CEF005E383C /* OVR_Display.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_Display.h; path = ../../../Src/Displays/OVR_Display.h; sourceTree = ""; }; - E87DF477196A1CEF005E383C /* OVR_OSX_Display.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OVR_OSX_Display.cpp; path = ../../../Src/Displays/OVR_OSX_Display.cpp; sourceTree = ""; }; - E87DF478196A1CEF005E383C /* OVR_OSX_Display.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_OSX_Display.h; path = ../../../Src/Displays/OVR_OSX_Display.h; sourceTree = ""; }; - E87DF480196A20E9005E383C /* OVR_BitStream.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OVR_BitStream.cpp; path = ../../../Src/Net/OVR_BitStream.cpp; sourceTree = ""; }; - E87DF481196A20E9005E383C /* OVR_BitStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_BitStream.h; path = ../../../Src/Net/OVR_BitStream.h; sourceTree = ""; }; - E87DF482196A20E9005E383C /* OVR_MessageIDTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_MessageIDTypes.h; path = ../../../Src/Net/OVR_MessageIDTypes.h; sourceTree = ""; }; - E87DF483196A20E9005E383C /* OVR_NetworkPlugin.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OVR_NetworkPlugin.cpp; path = ../../../Src/Net/OVR_NetworkPlugin.cpp; sourceTree = ""; }; - E87DF484196A20E9005E383C /* OVR_NetworkPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_NetworkPlugin.h; path = ../../../Src/Net/OVR_NetworkPlugin.h; sourceTree = ""; }; - E87DF485196A20E9005E383C /* OVR_NetworkTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_NetworkTypes.h; path = ../../../Src/Net/OVR_NetworkTypes.h; sourceTree = ""; }; - E87DF486196A20E9005E383C /* OVR_PacketizedTCPSocket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OVR_PacketizedTCPSocket.cpp; path = ../../../Src/Net/OVR_PacketizedTCPSocket.cpp; sourceTree = ""; }; - E87DF487196A20E9005E383C /* OVR_PacketizedTCPSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_PacketizedTCPSocket.h; path = ../../../Src/Net/OVR_PacketizedTCPSocket.h; sourceTree = ""; }; - E87DF488196A20E9005E383C /* OVR_RPC1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OVR_RPC1.cpp; path = ../../../Src/Net/OVR_RPC1.cpp; sourceTree = ""; }; - E87DF489196A20E9005E383C /* OVR_RPC1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_RPC1.h; path = ../../../Src/Net/OVR_RPC1.h; sourceTree = ""; }; - E87DF48A196A20E9005E383C /* OVR_Session.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OVR_Session.cpp; path = ../../../Src/Net/OVR_Session.cpp; sourceTree = ""; }; - E87DF48B196A20E9005E383C /* OVR_Session.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_Session.h; path = ../../../Src/Net/OVR_Session.h; sourceTree = ""; }; - E87DF48C196A20E9005E383C /* OVR_Socket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OVR_Socket.cpp; path = ../../../Src/Net/OVR_Socket.cpp; sourceTree = ""; }; - E87DF48D196A20E9005E383C /* OVR_Socket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_Socket.h; path = ../../../Src/Net/OVR_Socket.h; sourceTree = ""; }; - E87DF48E196A20E9005E383C /* OVR_Unix_Socket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OVR_Unix_Socket.cpp; path = ../../../Src/Net/OVR_Unix_Socket.cpp; sourceTree = ""; }; - E87DF48F196A20E9005E383C /* OVR_Unix_Socket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_Unix_Socket.h; path = ../../../Src/Net/OVR_Unix_Socket.h; sourceTree = ""; }; - E87DF4A3196A2161005E383C /* Service_NetClient.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Service_NetClient.cpp; path = ../../../Src/Service/Service_NetClient.cpp; sourceTree = ""; }; - E87DF4A4196A2161005E383C /* Service_NetClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Service_NetClient.h; path = ../../../Src/Service/Service_NetClient.h; sourceTree = ""; }; - E87DF4A7196A2161005E383C /* Service_NetSessionCommon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Service_NetSessionCommon.cpp; path = ../../../Src/Service/Service_NetSessionCommon.cpp; sourceTree = ""; }; - E87DF4A8196A2161005E383C /* Service_NetSessionCommon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Service_NetSessionCommon.h; path = ../../../Src/Service/Service_NetSessionCommon.h; sourceTree = ""; }; - E87DF4B3196A232F005E383C /* OVR_DeviceConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_DeviceConstants.h; path = ../../../Src/Sensors/OVR_DeviceConstants.h; sourceTree = ""; }; - E87DF4F1196A23B4005E383C /* Tracking_SensorStateReader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Tracking_SensorStateReader.cpp; path = ../../../Src/Tracking/Tracking_SensorStateReader.cpp; sourceTree = ""; }; - E87DF4F2196A23B4005E383C /* Tracking_SensorStateReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Tracking_SensorStateReader.h; path = ../../../Src/Tracking/Tracking_SensorStateReader.h; sourceTree = ""; }; - E886FE9B190737FA00D5DB45 /* OVR_CAPI_GL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_CAPI_GL.h; path = ../../../Src/OVR_CAPI_GL.h; sourceTree = ""; }; - E886FE9C190737FA00D5DB45 /* OVR_CAPI.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OVR_CAPI.cpp; path = ../../../Src/OVR_CAPI.cpp; sourceTree = ""; }; - E886FE9D190737FA00D5DB45 /* OVR_CAPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_CAPI.h; path = ../../../Src/OVR_CAPI.h; sourceTree = ""; }; - E886FEA11907528C00D5DB45 /* CAPI_DistortionRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_DistortionRenderer.cpp; sourceTree = ""; }; - E8AA40A61907221900D5F144 /* OVR_Alg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Alg.cpp; sourceTree = ""; }; - E8AA40A71907221900D5F144 /* OVR_Alg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Alg.h; sourceTree = ""; }; - E8AA40A81907221900D5F144 /* OVR_Allocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Allocator.cpp; sourceTree = ""; }; - E8AA40A91907221900D5F144 /* OVR_Allocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Allocator.h; sourceTree = ""; }; - E8AA40AA1907221900D5F144 /* OVR_Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Array.h; sourceTree = ""; }; - E8AA40AB1907221900D5F144 /* OVR_Atomic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Atomic.cpp; sourceTree = ""; }; - E8AA40AC1907221900D5F144 /* OVR_Atomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Atomic.h; sourceTree = ""; }; - E8AA40AD1907221900D5F144 /* OVR_Color.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Color.h; sourceTree = ""; }; - E8AA40AE1907221900D5F144 /* OVR_ContainerAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_ContainerAllocator.h; sourceTree = ""; }; - E8AA40AF1907221900D5F144 /* OVR_Deque.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Deque.h; sourceTree = ""; }; - E8AA40B01907221900D5F144 /* OVR_File.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_File.cpp; sourceTree = ""; }; - E8AA40B11907221900D5F144 /* OVR_File.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_File.h; sourceTree = ""; }; - E8AA40B21907221900D5F144 /* OVR_FileFILE.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_FileFILE.cpp; sourceTree = ""; }; - E8AA40B31907221900D5F144 /* OVR_Hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Hash.h; sourceTree = ""; }; - E8AA40B41907221900D5F144 /* OVR_KeyCodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_KeyCodes.h; sourceTree = ""; }; - E8AA40B51907221900D5F144 /* OVR_List.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_List.h; sourceTree = ""; }; - E8AA40B61907221900D5F144 /* OVR_Lockless.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Lockless.cpp; sourceTree = ""; }; - E8AA40B71907221900D5F144 /* OVR_Lockless.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Lockless.h; sourceTree = ""; }; - E8AA40B81907221900D5F144 /* OVR_Log.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Log.cpp; sourceTree = ""; }; - E8AA40B91907221900D5F144 /* OVR_Log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Log.h; sourceTree = ""; }; - E8AA40BA1907221900D5F144 /* OVR_Math.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Math.cpp; sourceTree = ""; }; - E8AA40BB1907221900D5F144 /* OVR_Math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Math.h; sourceTree = ""; }; - E8AA40BC1907221900D5F144 /* OVR_RefCount.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_RefCount.cpp; sourceTree = ""; }; - E8AA40BD1907221900D5F144 /* OVR_RefCount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_RefCount.h; sourceTree = ""; }; - E8AA40BE1907221900D5F144 /* OVR_Std.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Std.cpp; sourceTree = ""; }; - E8AA40BF1907221900D5F144 /* OVR_Std.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Std.h; sourceTree = ""; }; - E8AA40C01907221900D5F144 /* OVR_String.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_String.cpp; sourceTree = ""; }; - E8AA40C11907221900D5F144 /* OVR_String.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_String.h; sourceTree = ""; }; - E8AA40C21907221900D5F144 /* OVR_String_FormatUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_String_FormatUtil.cpp; sourceTree = ""; }; - E8AA40C31907221900D5F144 /* OVR_String_PathUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_String_PathUtil.cpp; sourceTree = ""; }; - E8AA40C41907221900D5F144 /* OVR_StringHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_StringHash.h; sourceTree = ""; }; - E8AA40C51907221900D5F144 /* OVR_SysFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_SysFile.cpp; sourceTree = ""; }; - E8AA40C61907221900D5F144 /* OVR_SysFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_SysFile.h; sourceTree = ""; }; - E8AA40C71907221900D5F144 /* OVR_System.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_System.cpp; sourceTree = ""; }; - E8AA40C81907221900D5F144 /* OVR_System.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_System.h; sourceTree = ""; }; - E8AA40C91907221900D5F144 /* OVR_Threads.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Threads.h; sourceTree = ""; }; - E8AA40CA1907221900D5F144 /* OVR_ThreadsPthread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_ThreadsPthread.cpp; sourceTree = ""; }; - E8AA40CC1907221900D5F144 /* OVR_Timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Timer.cpp; sourceTree = ""; }; - E8AA40CD1907221900D5F144 /* OVR_Timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Timer.h; sourceTree = ""; }; - E8AA40CE1907221900D5F144 /* OVR_Types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Types.h; sourceTree = ""; }; - E8AA40CF1907221900D5F144 /* OVR_UTF8Util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_UTF8Util.cpp; sourceTree = ""; }; - E8AA40D01907221900D5F144 /* OVR_UTF8Util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_UTF8Util.h; sourceTree = ""; }; - E8AA41011907224700D5F144 /* Util_Interface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Util_Interface.cpp; sourceTree = ""; }; - E8AA41021907224700D5F144 /* Util_Interface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util_Interface.h; sourceTree = ""; }; - E8AA41071907224700D5F144 /* Util_Render_Stereo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Util_Render_Stereo.cpp; sourceTree = ""; }; - E8AA41081907224700D5F144 /* Util_Render_Stereo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util_Render_Stereo.h; sourceTree = ""; }; - E8AA412B190722BB00D5F144 /* OVR_JSON.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OVR_JSON.cpp; path = ../../../Src/OVR_JSON.cpp; sourceTree = ""; }; - E8AA412C190722BB00D5F144 /* OVR_JSON.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_JSON.h; path = ../../../Src/OVR_JSON.h; sourceTree = ""; }; - E8AA413D190722BB00D5F144 /* OVR_Profile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OVR_Profile.cpp; path = ../../../Src/OVR_Profile.cpp; sourceTree = ""; }; - E8AA413E190722BB00D5F144 /* OVR_Profile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_Profile.h; path = ../../../Src/OVR_Profile.h; sourceTree = ""; }; - E8AA414F190722BB00D5F144 /* OVR_Stereo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OVR_Stereo.cpp; path = ../../../Src/OVR_Stereo.cpp; sourceTree = ""; }; - E8AA4150190722BB00D5F144 /* OVR_Stereo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OVR_Stereo.h; path = ../../../Src/OVR_Stereo.h; sourceTree = ""; }; - E8AA41BA190724E600D5F144 /* CAPI_DistortionRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_DistortionRenderer.h; sourceTree = ""; }; - E8AA41BB190724E600D5F144 /* CAPI_FrameTimeManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_FrameTimeManager.cpp; sourceTree = ""; }; - E8AA41BC190724E600D5F144 /* CAPI_FrameTimeManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_FrameTimeManager.h; sourceTree = ""; }; - E8AA41BF190724E600D5F144 /* CAPI_HMDRenderState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_HMDRenderState.cpp; sourceTree = ""; }; - E8AA41C0190724E600D5F144 /* CAPI_HMDRenderState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_HMDRenderState.h; sourceTree = ""; }; - E8AA41C1190724E600D5F144 /* CAPI_HMDState.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_HMDState.cpp; sourceTree = ""; }; - E8AA41C2190724E600D5F144 /* CAPI_HMDState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_HMDState.h; sourceTree = ""; }; - E8AA41D0190724E600D5F144 /* CAPI_GL_DistortionRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_GL_DistortionRenderer.cpp; sourceTree = ""; }; - E8AA41D1190724E600D5F144 /* CAPI_GL_DistortionRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_GL_DistortionRenderer.h; sourceTree = ""; }; - E8AA41D2190724E600D5F144 /* CAPI_GL_Util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CAPI_GL_Util.cpp; sourceTree = ""; }; - E8AA41D3190724E600D5F144 /* CAPI_GL_Util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CAPI_GL_Util.h; sourceTree = ""; }; - E8B18321196D376800555C29 /* OVR_ThreadCommandQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_ThreadCommandQueue.cpp; sourceTree = ""; }; - E8B18322196D376800555C29 /* OVR_ThreadCommandQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_ThreadCommandQueue.h; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - E82D4CD01906FE640070CB3F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - E82D4CCA1906FE640070CB3F = { - isa = PBXGroup; - children = ( - E87DF472196A1C03005E383C /* Displays */, - E8AA41B8190724E600D5F144 /* CAPI */, - E87DF4F0196A23A2005E383C /* Tracking */, - E87DF4B1196A21DC005E383C /* Sensors */, - E87DF4A0196A2151005E383C /* Service */, - E87DF47F196A20CF005E383C /* Net */, - E8AA40A51907221900D5F144 /* Kernel */, - E8AA40FC1907224700D5F144 /* Util */, - E886FE9B190737FA00D5DB45 /* OVR_CAPI_GL.h */, - E886FE9C190737FA00D5DB45 /* OVR_CAPI.cpp */, - E886FE9D190737FA00D5DB45 /* OVR_CAPI.h */, - 8864E8FC19D5289700ACEEC1 /* OVR_CAPI_Keys.h */, - E85F262A1954204900AA807B /* OVR_SerialFormat.cpp */, - E85F262B1954204900AA807B /* OVR_SerialFormat.h */, - E8AA412B190722BB00D5F144 /* OVR_JSON.cpp */, - E8AA412C190722BB00D5F144 /* OVR_JSON.h */, - E8AA413D190722BB00D5F144 /* OVR_Profile.cpp */, - E8AA413E190722BB00D5F144 /* OVR_Profile.h */, - E8AA414F190722BB00D5F144 /* OVR_Stereo.cpp */, - E8AA4150190722BB00D5F144 /* OVR_Stereo.h */, - E82D4CD41906FE640070CB3F /* Products */, - ); - sourceTree = ""; - }; - E82D4CD41906FE640070CB3F /* Products */ = { - isa = PBXGroup; - children = ( - E82D4CD31906FE640070CB3F /* libovr.a */, - ); - name = Products; - sourceTree = ""; - }; - E87DF472196A1C03005E383C /* Displays */ = { - isa = PBXGroup; - children = ( - E87DF474196A1CEF005E383C /* OVR_Display.h */, - E87DF477196A1CEF005E383C /* OVR_OSX_Display.cpp */, - E87DF478196A1CEF005E383C /* OVR_OSX_Display.h */, - ); - name = Displays; - sourceTree = ""; - }; - E87DF47F196A20CF005E383C /* Net */ = { - isa = PBXGroup; - children = ( - E87DF480196A20E9005E383C /* OVR_BitStream.cpp */, - E87DF481196A20E9005E383C /* OVR_BitStream.h */, - E87DF482196A20E9005E383C /* OVR_MessageIDTypes.h */, - E87DF483196A20E9005E383C /* OVR_NetworkPlugin.cpp */, - E87DF484196A20E9005E383C /* OVR_NetworkPlugin.h */, - E87DF485196A20E9005E383C /* OVR_NetworkTypes.h */, - E87DF486196A20E9005E383C /* OVR_PacketizedTCPSocket.cpp */, - E87DF487196A20E9005E383C /* OVR_PacketizedTCPSocket.h */, - E87DF488196A20E9005E383C /* OVR_RPC1.cpp */, - E87DF489196A20E9005E383C /* OVR_RPC1.h */, - E87DF48A196A20E9005E383C /* OVR_Session.cpp */, - E87DF48B196A20E9005E383C /* OVR_Session.h */, - E87DF48C196A20E9005E383C /* OVR_Socket.cpp */, - E87DF48D196A20E9005E383C /* OVR_Socket.h */, - E87DF48E196A20E9005E383C /* OVR_Unix_Socket.cpp */, - E87DF48F196A20E9005E383C /* OVR_Unix_Socket.h */, - ); - name = Net; - sourceTree = ""; - }; - E87DF4A0196A2151005E383C /* Service */ = { - isa = PBXGroup; - children = ( - E87DF4A3196A2161005E383C /* Service_NetClient.cpp */, - E87DF4A4196A2161005E383C /* Service_NetClient.h */, - E87DF4A7196A2161005E383C /* Service_NetSessionCommon.cpp */, - E87DF4A8196A2161005E383C /* Service_NetSessionCommon.h */, - ); - name = Service; - sourceTree = ""; - }; - E87DF4B1196A21DC005E383C /* Sensors */ = { - isa = PBXGroup; - children = ( - E87DF4B3196A232F005E383C /* OVR_DeviceConstants.h */, - ); - name = Sensors; - sourceTree = ""; - }; - E87DF4F0196A23A2005E383C /* Tracking */ = { - isa = PBXGroup; - children = ( - E8788D1B196CF68000128BE5 /* Tracking_PoseState.h */, - E8788D1C196CF68000128BE5 /* Tracking_SensorState.h */, - E87DF4F1196A23B4005E383C /* Tracking_SensorStateReader.cpp */, - E87DF4F2196A23B4005E383C /* Tracking_SensorStateReader.h */, - ); - name = Tracking; - sourceTree = ""; - }; - E8AA40A51907221900D5F144 /* Kernel */ = { - isa = PBXGroup; - children = ( - A42F686E1A11F2B80027C6E1 /* OVR_Compiler.h */, - A42F686F1A11F2B80027C6E1 /* OVR_DebugHelp.cpp */, - A42F68701A11F2B80027C6E1 /* OVR_DebugHelp.h */, - A42F68711A11F2B80027C6E1 /* OVR_mach_exc_OSX.c */, - A42F68721A11F2B80027C6E1 /* OVR_mach_exc_OSX.h */, - A42F68731A11F2B80027C6E1 /* OVR_Nullptr.h */, - A42F68741A11F2B80027C6E1 /* OVR_Observer.h */, - E87DF46A196A1BEF005E383C /* OVR_CRC32.cpp */, - E87DF46B196A1BEF005E383C /* OVR_CRC32.h */, - E87DF46C196A1BEF005E383C /* OVR_SharedMemory.cpp */, - E87DF46D196A1BEF005E383C /* OVR_SharedMemory.h */, - E8B18321196D376800555C29 /* OVR_ThreadCommandQueue.cpp */, - E8B18322196D376800555C29 /* OVR_ThreadCommandQueue.h */, - E8AA40A61907221900D5F144 /* OVR_Alg.cpp */, - E8AA40A71907221900D5F144 /* OVR_Alg.h */, - E8AA40A81907221900D5F144 /* OVR_Allocator.cpp */, - E8AA40A91907221900D5F144 /* OVR_Allocator.h */, - E8AA40AA1907221900D5F144 /* OVR_Array.h */, - E8AA40AB1907221900D5F144 /* OVR_Atomic.cpp */, - E8AA40AC1907221900D5F144 /* OVR_Atomic.h */, - E8AA40AD1907221900D5F144 /* OVR_Color.h */, - E8AA40AE1907221900D5F144 /* OVR_ContainerAllocator.h */, - E8AA40AF1907221900D5F144 /* OVR_Deque.h */, - E8AA40B01907221900D5F144 /* OVR_File.cpp */, - E8AA40B11907221900D5F144 /* OVR_File.h */, - E8AA40B21907221900D5F144 /* OVR_FileFILE.cpp */, - E8AA40B31907221900D5F144 /* OVR_Hash.h */, - E8AA40B41907221900D5F144 /* OVR_KeyCodes.h */, - E8AA40B51907221900D5F144 /* OVR_List.h */, - E8AA40B61907221900D5F144 /* OVR_Lockless.cpp */, - E8AA40B71907221900D5F144 /* OVR_Lockless.h */, - E8AA40B81907221900D5F144 /* OVR_Log.cpp */, - E8AA40B91907221900D5F144 /* OVR_Log.h */, - E8AA40BA1907221900D5F144 /* OVR_Math.cpp */, - E8AA40BB1907221900D5F144 /* OVR_Math.h */, - E8AA40BC1907221900D5F144 /* OVR_RefCount.cpp */, - E8AA40BD1907221900D5F144 /* OVR_RefCount.h */, - E8AA40BE1907221900D5F144 /* OVR_Std.cpp */, - E8AA40BF1907221900D5F144 /* OVR_Std.h */, - E8AA40C01907221900D5F144 /* OVR_String.cpp */, - E8AA40C11907221900D5F144 /* OVR_String.h */, - E8AA40C21907221900D5F144 /* OVR_String_FormatUtil.cpp */, - E8AA40C31907221900D5F144 /* OVR_String_PathUtil.cpp */, - E8AA40C41907221900D5F144 /* OVR_StringHash.h */, - E8AA40C51907221900D5F144 /* OVR_SysFile.cpp */, - E8AA40C61907221900D5F144 /* OVR_SysFile.h */, - E8AA40C71907221900D5F144 /* OVR_System.cpp */, - E8AA40C81907221900D5F144 /* OVR_System.h */, - E8AA40C91907221900D5F144 /* OVR_Threads.h */, - E8AA40CA1907221900D5F144 /* OVR_ThreadsPthread.cpp */, - E8AA40CC1907221900D5F144 /* OVR_Timer.cpp */, - E8AA40CD1907221900D5F144 /* OVR_Timer.h */, - E8AA40CE1907221900D5F144 /* OVR_Types.h */, - E8AA40CF1907221900D5F144 /* OVR_UTF8Util.cpp */, - E8AA40D01907221900D5F144 /* OVR_UTF8Util.h */, - ); - name = Kernel; - path = ../../../Src/Kernel; - sourceTree = ""; - }; - E8AA40FC1907224700D5F144 /* Util */ = { - isa = PBXGroup; - children = ( - A42F68641A11F2000027C6E1 /* Util_SystemGUI_OSX.mm */, - A42F68651A11F2000027C6E1 /* Util_SystemGUI.cpp */, - A42F68661A11F2000027C6E1 /* Util_SystemGUI.h */, - 886FFB1D19E4898300775723 /* Util_SystemInfo_OSX.mm */, - A4A859B819D6311500ED2071 /* Util_SystemInfo.cpp */, - A4A859B919D6311500ED2071 /* Util_SystemInfo.h */, - E8788D1F196CF98000128BE5 /* Util_LatencyTest2Reader.cpp */, - E8788D20196CF98000128BE5 /* Util_LatencyTest2Reader.h */, - E8788D21196CF98000128BE5 /* Util_LatencyTest2State.h */, - E8AA41011907224700D5F144 /* Util_Interface.cpp */, - E8AA41021907224700D5F144 /* Util_Interface.h */, - E8AA41071907224700D5F144 /* Util_Render_Stereo.cpp */, - E8AA41081907224700D5F144 /* Util_Render_Stereo.h */, - ); - name = Util; - path = ../../../Src/Util; - sourceTree = ""; - }; - E8AA41B8190724E600D5F144 /* CAPI */ = { - isa = PBXGroup; - children = ( - A42F687C1A11F2F10027C6E1 /* CAPI_GLE_GL.h */, - A42F687D1A11F2F10027C6E1 /* CAPI_GLE.cpp */, - A42F687E1A11F2F10027C6E1 /* CAPI_GLE.h */, - A4A859B419D6310100ED2071 /* CAPI_LatencyStatistics.cpp */, - A4A859B519D6310100ED2071 /* CAPI_LatencyStatistics.h */, - 4683CEBC1970867300285E02 /* CAPI_GL_HSWDisplay.cpp */, - 4683CEBD1970867300285E02 /* CAPI_GL_HSWDisplay.h */, - E886FEA11907528C00D5DB45 /* CAPI_DistortionRenderer.cpp */, - E8AA41BA190724E600D5F144 /* CAPI_DistortionRenderer.h */, - E8AA41BB190724E600D5F144 /* CAPI_FrameTimeManager.cpp */, - E8AA41BC190724E600D5F144 /* CAPI_FrameTimeManager.h */, - E8094D0D196FAE8800937940 /* CAPI_HSWDisplay.cpp */, - E8094D0E196FAE8800937940 /* CAPI_HSWDisplay.h */, - E8AA41BF190724E600D5F144 /* CAPI_HMDRenderState.cpp */, - E8AA41C0190724E600D5F144 /* CAPI_HMDRenderState.h */, - E8AA41C1190724E600D5F144 /* CAPI_HMDState.cpp */, - E8AA41C2190724E600D5F144 /* CAPI_HMDState.h */, - E8AA41CF190724E600D5F144 /* GL */, - ); - name = CAPI; - path = ../../../Src/CAPI; - sourceTree = ""; - }; - E8AA41CF190724E600D5F144 /* GL */ = { - isa = PBXGroup; - children = ( - E8AA41D0190724E600D5F144 /* CAPI_GL_DistortionRenderer.cpp */, - E8AA41D1190724E600D5F144 /* CAPI_GL_DistortionRenderer.h */, - E8AA41D2190724E600D5F144 /* CAPI_GL_Util.cpp */, - E8AA41D3190724E600D5F144 /* CAPI_GL_Util.h */, - ); - path = GL; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - E82D4CD11906FE640070CB3F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - E8AA4198190722BB00D5F144 /* OVR_Stereo.h in Headers */, - E8B18324196D376800555C29 /* OVR_ThreadCommandQueue.h in Headers */, - E8788D23196CF98000128BE5 /* Util_LatencyTest2Reader.h in Headers */, - E8AA41E2190724E600D5F144 /* CAPI_DistortionRenderer.h in Headers */, - E8094D10196FAE8800937940 /* CAPI_HSWDisplay.h in Headers */, - 4683CEBF1970867300285E02 /* CAPI_GL_HSWDisplay.h in Headers */, - E87DF471196A1BEF005E383C /* OVR_SharedMemory.h in Headers */, - E87DF4D2196A232F005E383C /* OVR_DeviceConstants.h in Headers */, - E8AA40DF1907221900D5F144 /* OVR_KeyCodes.h in Headers */, - E8AA40D51907221900D5F144 /* OVR_Array.h in Headers */, - E8788D24196CF98000128BE5 /* Util_LatencyTest2State.h in Headers */, - A42F68791A11F2B80027C6E1 /* OVR_mach_exc_OSX.h in Headers */, - E8AA41F7190724E600D5F144 /* CAPI_GL_DistortionRenderer.h in Headers */, - E87DF47A196A1CEF005E383C /* OVR_Display.h in Headers */, - E87DF46F196A1BEF005E383C /* OVR_CRC32.h in Headers */, - A4A859BB19D6311500ED2071 /* Util_SystemInfo.h in Headers */, - E85F262D1954204900AA807B /* OVR_SerialFormat.h in Headers */, - E8AA40DC1907221900D5F144 /* OVR_File.h in Headers */, - E8AA40D41907221900D5F144 /* OVR_Allocator.h in Headers */, - E8788D1D196CF68000128BE5 /* Tracking_PoseState.h in Headers */, - E8AA410E1907224700D5F144 /* Util_Interface.h in Headers */, - E886FEA0190737FA00D5DB45 /* OVR_CAPI.h in Headers */, - E8AA41F9190724E600D5F144 /* CAPI_GL_Util.h in Headers */, - 8864E8FD19D5289700ACEEC1 /* OVR_CAPI_Keys.h in Headers */, - E8AA40E21907221900D5F144 /* OVR_Lockless.h in Headers */, - E8AA40F31907221900D5F144 /* OVR_System.h in Headers */, - E8AA41E8190724E600D5F144 /* CAPI_HMDRenderState.h in Headers */, - E8AA41141907224700D5F144 /* Util_Render_Stereo.h in Headers */, - E8788D1E196CF68000128BE5 /* Tracking_SensorState.h in Headers */, - E8AA40E61907221900D5F144 /* OVR_Math.h in Headers */, - E87DF4B0196A2161005E383C /* Service_NetSessionCommon.h in Headers */, - E8AA40F91907221900D5F144 /* OVR_Types.h in Headers */, - A42F68691A11F2000027C6E1 /* Util_SystemGUI.h in Headers */, - E8AA40D91907221900D5F144 /* OVR_ContainerAllocator.h in Headers */, - E87DF49B196A20E9005E383C /* OVR_Session.h in Headers */, - E87DF497196A20E9005E383C /* OVR_PacketizedTCPSocket.h in Headers */, - A42F687B1A11F2B80027C6E1 /* OVR_Observer.h in Headers */, - A42F68771A11F2B80027C6E1 /* OVR_DebugHelp.h in Headers */, - E87DF492196A20E9005E383C /* OVR_MessageIDTypes.h in Headers */, - E8AA40D71907221900D5F144 /* OVR_Atomic.h in Headers */, - E8AA41E4190724E600D5F144 /* CAPI_FrameTimeManager.h in Headers */, - A42F687F1A11F2F10027C6E1 /* CAPI_GLE_GL.h in Headers */, - A42F68811A11F2F10027C6E1 /* CAPI_GLE.h in Headers */, - E8AA40D21907221900D5F144 /* OVR_Alg.h in Headers */, - A4A859B719D6310100ED2071 /* CAPI_LatencyStatistics.h in Headers */, - A42F687A1A11F2B80027C6E1 /* OVR_Nullptr.h in Headers */, - E87DF494196A20E9005E383C /* OVR_NetworkPlugin.h in Headers */, - E87DF495196A20E9005E383C /* OVR_NetworkTypes.h in Headers */, - E8AA40E01907221900D5F144 /* OVR_List.h in Headers */, - E8AA40EF1907221900D5F144 /* OVR_StringHash.h in Headers */, - E886FE9E190737FA00D5DB45 /* OVR_CAPI_GL.h in Headers */, - E87DF4F4196A23B4005E383C /* Tracking_SensorStateReader.h in Headers */, - E8AA41EA190724E600D5F144 /* CAPI_HMDState.h in Headers */, - E8AA40D81907221900D5F144 /* OVR_Color.h in Headers */, - E8AA4174190722BB00D5F144 /* OVR_JSON.h in Headers */, - E87DF49F196A20E9005E383C /* OVR_Unix_Socket.h in Headers */, - E87DF491196A20E9005E383C /* OVR_BitStream.h in Headers */, - E8AA40F11907221900D5F144 /* OVR_SysFile.h in Headers */, - E8AA40DE1907221900D5F144 /* OVR_Hash.h in Headers */, - E87DF4AC196A2161005E383C /* Service_NetClient.h in Headers */, - E87DF49D196A20E9005E383C /* OVR_Socket.h in Headers */, - E8AA40EC1907221900D5F144 /* OVR_String.h in Headers */, - E8AA4186190722BB00D5F144 /* OVR_Profile.h in Headers */, - E8AA40EA1907221900D5F144 /* OVR_Std.h in Headers */, - E87DF499196A20E9005E383C /* OVR_RPC1.h in Headers */, - E8AA40E81907221900D5F144 /* OVR_RefCount.h in Headers */, - E8AA40DA1907221900D5F144 /* OVR_Deque.h in Headers */, - E8AA40FB1907221900D5F144 /* OVR_UTF8Util.h in Headers */, - E87DF47E196A1CEF005E383C /* OVR_OSX_Display.h in Headers */, - E8AA40F41907221900D5F144 /* OVR_Threads.h in Headers */, - A42F68751A11F2B80027C6E1 /* OVR_Compiler.h in Headers */, - E8AA40F81907221900D5F144 /* OVR_Timer.h in Headers */, - E8AA40E41907221900D5F144 /* OVR_Log.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - E82D4CD21906FE640070CB3F /* LibOVR */ = { - isa = PBXNativeTarget; - buildConfigurationList = E82D4CD71906FE640070CB3F /* Build configuration list for PBXNativeTarget "LibOVR" */; - buildPhases = ( - E82D4CCF1906FE640070CB3F /* Sources */, - E82D4CD01906FE640070CB3F /* Frameworks */, - E82D4CD11906FE640070CB3F /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = LibOVR; - productName = LibOVR; - productReference = E82D4CD31906FE640070CB3F /* libovr.a */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - E82D4CCB1906FE640070CB3F /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0510; - ORGANIZATIONNAME = "Oculus VR Inc."; - }; - buildConfigurationList = E82D4CCE1906FE640070CB3F /* Build configuration list for PBXProject "LibOVR" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = E82D4CCA1906FE640070CB3F; - productRefGroup = E82D4CD41906FE640070CB3F /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - E82D4CD21906FE640070CB3F /* LibOVR */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - E82D4CCF1906FE640070CB3F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E8AA41E3190724E600D5F144 /* CAPI_FrameTimeManager.cpp in Sources */, - E8AA41131907224700D5F144 /* Util_Render_Stereo.cpp in Sources */, - E8AA4185190722BB00D5F144 /* OVR_Profile.cpp in Sources */, - E8094D0F196FAE8800937940 /* CAPI_HSWDisplay.cpp in Sources */, - E8AA40F01907221900D5F144 /* OVR_SysFile.cpp in Sources */, - E8AA40DB1907221900D5F144 /* OVR_File.cpp in Sources */, - E8788D22196CF98000128BE5 /* Util_LatencyTest2Reader.cpp in Sources */, - E8AA40ED1907221900D5F144 /* OVR_String_FormatUtil.cpp in Sources */, - E8AA4173190722BB00D5F144 /* OVR_JSON.cpp in Sources */, - A42F68801A11F2F10027C6E1 /* CAPI_GLE.cpp in Sources */, - E8AA40D61907221900D5F144 /* OVR_Atomic.cpp in Sources */, - E8AA40E31907221900D5F144 /* OVR_Log.cpp in Sources */, - E87DF4AF196A2161005E383C /* Service_NetSessionCommon.cpp in Sources */, - E87DF4F3196A23B4005E383C /* Tracking_SensorStateReader.cpp in Sources */, - E87DF4AB196A2161005E383C /* Service_NetClient.cpp in Sources */, - E8AA40E91907221900D5F144 /* OVR_Std.cpp in Sources */, - E8AA41F6190724E600D5F144 /* CAPI_GL_DistortionRenderer.cpp in Sources */, - E8AA40DD1907221900D5F144 /* OVR_FileFILE.cpp in Sources */, - E8AA40E51907221900D5F144 /* OVR_Math.cpp in Sources */, - E8AA40D31907221900D5F144 /* OVR_Allocator.cpp in Sources */, - E8AA41E9190724E600D5F144 /* CAPI_HMDState.cpp in Sources */, - E8AA40FA1907221900D5F144 /* OVR_UTF8Util.cpp in Sources */, - A4A859B619D6310100ED2071 /* CAPI_LatencyStatistics.cpp in Sources */, - E8AA410D1907224700D5F144 /* Util_Interface.cpp in Sources */, - E8AA40F71907221900D5F144 /* OVR_Timer.cpp in Sources */, - E87DF49A196A20E9005E383C /* OVR_Session.cpp in Sources */, - A42F68681A11F2000027C6E1 /* Util_SystemGUI.cpp in Sources */, - E8AA40D11907221900D5F144 /* OVR_Alg.cpp in Sources */, - 4683CEBE1970867300285E02 /* CAPI_GL_HSWDisplay.cpp in Sources */, - E8AA4197190722BB00D5F144 /* OVR_Stereo.cpp in Sources */, - A42F68781A11F2B80027C6E1 /* OVR_mach_exc_OSX.c in Sources */, - E87DF493196A20E9005E383C /* OVR_NetworkPlugin.cpp in Sources */, - E8AA40F21907221900D5F144 /* OVR_System.cpp in Sources */, - E8B18323196D376800555C29 /* OVR_ThreadCommandQueue.cpp in Sources */, - E8AA40EB1907221900D5F144 /* OVR_String.cpp in Sources */, - E87DF490196A20E9005E383C /* OVR_BitStream.cpp in Sources */, - E886FE9F190737FA00D5DB45 /* OVR_CAPI.cpp in Sources */, - E8AA40E71907221900D5F144 /* OVR_RefCount.cpp in Sources */, - E85F262C1954204900AA807B /* OVR_SerialFormat.cpp in Sources */, - E87DF496196A20E9005E383C /* OVR_PacketizedTCPSocket.cpp in Sources */, - A42F68761A11F2B80027C6E1 /* OVR_DebugHelp.cpp in Sources */, - A42F68671A11F2000027C6E1 /* Util_SystemGUI_OSX.mm in Sources */, - E87DF46E196A1BEF005E383C /* OVR_CRC32.cpp in Sources */, - E8AA40E11907221900D5F144 /* OVR_Lockless.cpp in Sources */, - E8AA41E7190724E600D5F144 /* CAPI_HMDRenderState.cpp in Sources */, - E8AA41F8190724E600D5F144 /* CAPI_GL_Util.cpp in Sources */, - E8AA40EE1907221900D5F144 /* OVR_String_PathUtil.cpp in Sources */, - E87DF47D196A1CEF005E383C /* OVR_OSX_Display.cpp in Sources */, - 886FFB1E19E4898300775723 /* Util_SystemInfo_OSX.mm in Sources */, - E87DF49C196A20E9005E383C /* OVR_Socket.cpp in Sources */, - E886FEA21907528C00D5DB45 /* CAPI_DistortionRenderer.cpp in Sources */, - E87DF49E196A20E9005E383C /* OVR_Unix_Socket.cpp in Sources */, - E87DF498196A20E9005E383C /* OVR_RPC1.cpp in Sources */, - E8AA40F51907221900D5F144 /* OVR_ThreadsPthread.cpp in Sources */, - A4A859BA19D6311500ED2071 /* Util_SystemInfo.cpp in Sources */, - E87DF470196A1BEF005E383C /* OVR_SharedMemory.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - E82D4CD51906FE640070CB3F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = NO; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CONFIGURATION_BUILD_DIR = "$(SRCROOT)/../../../Lib/Mac/Xcode/$(CONFIGURATION)"; - CONFIGURATION_TEMP_DIR = "$(SRCROOT)/../../../Lib/Mac/Xcode/$(CONFIGURATION)"; - COPY_PHASE_STRIP = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_OBJC_EXCEPTIONS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.7; - OBJROOT = "$(SRCROOT)/../../../Lib/Mac/Xcode/$(CONFIGURATION)"; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx; - SYMROOT = "$(SRCROOT)/../../../Lib/Mac/Xcode/$(CONFIGURATION)"; - }; - name = Debug; - }; - E82D4CD61906FE640070CB3F /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = NO; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CONFIGURATION_BUILD_DIR = "$(SRCROOT)/../../../Lib/Mac/Xcode/$(CONFIGURATION)"; - CONFIGURATION_TEMP_DIR = "$(SRCROOT)/../../../Lib/Mac/Xcode/$(CONFIGURATION)"; - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_ENABLE_OBJC_EXCEPTIONS = YES; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - MACOSX_DEPLOYMENT_TARGET = 10.7; - OBJROOT = "$(SRCROOT)/../../../Lib/Mac/Xcode/$(CONFIGURATION)"; - SDKROOT = macosx; - SYMROOT = "$(SRCROOT)/../../../Lib/Mac/Xcode/$(CONFIGURATION)"; - }; - name = Release; - }; - E82D4CD81906FE640070CB3F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; - CONFIGURATION_BUILD_DIR = "$(SRCROOT)/../../../Lib/Mac/$(CONFIGURATION)"; - CONFIGURATION_TEMP_DIR = "$(SRCROOT)/../../../Lib/Mac/$(CONFIGURATION)"; - EXECUTABLE_PREFIX = ""; - GCC_INLINES_ARE_PRIVATE_EXTERN = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - OVR_BUILD_DEBUG, - "$(inherited)", - ); - MACOSX_DEPLOYMENT_TARGET = 10.8; - OBJROOT = "$(SRCROOT)/../../../Lib/Mac/$(CONFIGURATION)"; - ONLY_ACTIVE_ARCH = NO; - PRODUCT_NAME = libovr; - SYMROOT = "$(SRCROOT)/../../../Lib/Mac/$(CONFIGURATION)"; - }; - name = Debug; - }; - E82D4CD91906FE640070CB3F /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; - CONFIGURATION_BUILD_DIR = "$(SRCROOT)/../../../Lib/Mac/$(CONFIGURATION)"; - CONFIGURATION_TEMP_DIR = "$(SRCROOT)/../../../Lib/Mac/$(CONFIGURATION)"; - EXECUTABLE_PREFIX = ""; - GCC_INLINES_ARE_PRIVATE_EXTERN = YES; - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - MACOSX_DEPLOYMENT_TARGET = 10.8; - OBJROOT = "$(SRCROOT)/../../../Lib/Mac/$(CONFIGURATION)"; - ONLY_ACTIVE_ARCH = NO; - PRODUCT_NAME = libovr; - SYMROOT = "$(SRCROOT)/../../../Lib/Mac/$(CONFIGURATION)"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - E82D4CCE1906FE640070CB3F /* Build configuration list for PBXProject "LibOVR" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E82D4CD51906FE640070CB3F /* Debug */, - E82D4CD61906FE640070CB3F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - E82D4CD71906FE640070CB3F /* Build configuration list for PBXNativeTarget "LibOVR" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - E82D4CD81906FE640070CB3F /* Debug */, - E82D4CD91906FE640070CB3F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = E82D4CCB1906FE640070CB3F /* Project object */; -} diff --git a/LibOVR/Projects/Mac/Xcode/LibOVR.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/LibOVR/Projects/Mac/Xcode/LibOVR.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 6e21728..0000000 --- a/LibOVR/Projects/Mac/Xcode/LibOVR.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - -- cgit v1.2.3