oculus1

view oculus_test1.xcodeproj/project.pbxproj @ 26:75ab0d4ce2bb

backed out the shaderless oculus distortion method, as it's completely pointless
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 04 Oct 2013 14:57:33 +0300
parents
children
line source
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
9 /* Begin PBXBuildFile section */
10 06C414DB17EA2E9B00B02BEB /* camera.cc in Sources */ = {isa = PBXBuildFile; fileRef = 06C414D317EA2E9B00B02BEB /* camera.cc */; };
11 06C414DC17EA2E9B00B02BEB /* main.cc in Sources */ = {isa = PBXBuildFile; fileRef = 06C414D517EA2E9B00B02BEB /* main.cc */; };
12 06C414DD17EA2E9B00B02BEB /* opengl.cc in Sources */ = {isa = PBXBuildFile; fileRef = 06C414D617EA2E9B00B02BEB /* opengl.cc */; };
13 06C414DE17EA2E9B00B02BEB /* vr.cc in Sources */ = {isa = PBXBuildFile; fileRef = 06C414D917EA2E9B00B02BEB /* vr.cc */; };
14 06C4154917EA2EC800B02BEB /* OVR_Alg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C414E517EA2EC700B02BEB /* OVR_Alg.cpp */; };
15 06C4154A17EA2EC800B02BEB /* OVR_Allocator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C414E717EA2EC700B02BEB /* OVR_Allocator.cpp */; };
16 06C4154B17EA2EC800B02BEB /* OVR_Atomic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C414EA17EA2EC700B02BEB /* OVR_Atomic.cpp */; };
17 06C4154C17EA2EC800B02BEB /* OVR_File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C414EE17EA2EC700B02BEB /* OVR_File.cpp */; };
18 06C4154D17EA2EC800B02BEB /* OVR_FileFILE.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C414F017EA2EC700B02BEB /* OVR_FileFILE.cpp */; };
19 06C4154E17EA2EC800B02BEB /* OVR_Log.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C414F417EA2EC700B02BEB /* OVR_Log.cpp */; };
20 06C4154F17EA2EC800B02BEB /* OVR_Math.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C414F617EA2EC700B02BEB /* OVR_Math.cpp */; };
21 06C4155017EA2EC800B02BEB /* OVR_RefCount.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C414F817EA2EC700B02BEB /* OVR_RefCount.cpp */; };
22 06C4155117EA2EC800B02BEB /* OVR_Std.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C414FA17EA2EC700B02BEB /* OVR_Std.cpp */; };
23 06C4155217EA2EC800B02BEB /* OVR_String.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C414FC17EA2EC700B02BEB /* OVR_String.cpp */; };
24 06C4155317EA2EC800B02BEB /* OVR_String_FormatUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C414FE17EA2EC700B02BEB /* OVR_String_FormatUtil.cpp */; };
25 06C4155417EA2EC800B02BEB /* OVR_String_PathUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C414FF17EA2EC700B02BEB /* OVR_String_PathUtil.cpp */; };
26 06C4155517EA2EC800B02BEB /* OVR_SysFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4150117EA2EC700B02BEB /* OVR_SysFile.cpp */; };
27 06C4155617EA2EC800B02BEB /* OVR_System.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4150317EA2EC700B02BEB /* OVR_System.cpp */; };
28 06C4155717EA2EC800B02BEB /* OVR_Timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4150617EA2EC700B02BEB /* OVR_Timer.cpp */; };
29 06C4155817EA2EC800B02BEB /* OVR_UTF8Util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4150917EA2EC700B02BEB /* OVR_UTF8Util.cpp */; };
30 06C4155F17EA2EC800B02BEB /* OVR_OSX_DeviceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4151617EA2EC700B02BEB /* OVR_OSX_DeviceManager.cpp */; };
31 06C4156017EA2EC800B02BEB /* OVR_OSX_HIDDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4151817EA2EC800B02BEB /* OVR_OSX_HIDDevice.cpp */; };
32 06C4156117EA2EC800B02BEB /* OVR_OSX_HMDDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4151A17EA2EC800B02BEB /* OVR_OSX_HMDDevice.cpp */; };
33 06C4156217EA2EC800B02BEB /* OVR_OSX_SensorDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4151C17EA2EC800B02BEB /* OVR_OSX_SensorDevice.cpp */; };
34 06C4156317EA2EC800B02BEB /* OVR_ThreadsPthread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4151D17EA2EC800B02BEB /* OVR_ThreadsPthread.cpp */; };
35 06C4156417EA2EC800B02BEB /* OVR_DeviceHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4152017EA2EC800B02BEB /* OVR_DeviceHandle.cpp */; };
36 06C4156517EA2EC800B02BEB /* OVR_DeviceImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4152217EA2EC800B02BEB /* OVR_DeviceImpl.cpp */; };
37 06C4156617EA2EC800B02BEB /* OVR_JSON.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4152817EA2EC800B02BEB /* OVR_JSON.cpp */; };
38 06C4156717EA2EC800B02BEB /* OVR_LatencyTestImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4152A17EA2EC800B02BEB /* OVR_LatencyTestImpl.cpp */; };
39 06C4156817EA2EC800B02BEB /* OVR_Profile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4152C17EA2EC800B02BEB /* OVR_Profile.cpp */; };
40 06C4156917EA2EC800B02BEB /* OVR_SensorFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4152E17EA2EC800B02BEB /* OVR_SensorFilter.cpp */; };
41 06C4156A17EA2EC800B02BEB /* OVR_SensorFusion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4153017EA2EC800B02BEB /* OVR_SensorFusion.cpp */; };
42 06C4156B17EA2EC800B02BEB /* OVR_SensorImpl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4153217EA2EC800B02BEB /* OVR_SensorImpl.cpp */; };
43 06C4156C17EA2EC800B02BEB /* OVR_ThreadCommandQueue.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4153417EA2EC800B02BEB /* OVR_ThreadCommandQueue.cpp */; };
44 06C4156D17EA2EC800B02BEB /* Util_LatencyTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4153717EA2EC800B02BEB /* Util_LatencyTest.cpp */; };
45 06C4156E17EA2EC800B02BEB /* Util_MagCalibration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4153917EA2EC800B02BEB /* Util_MagCalibration.cpp */; };
46 06C4156F17EA2EC800B02BEB /* Util_Render_Stereo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 06C4153B17EA2EC800B02BEB /* Util_Render_Stereo.cpp */; };
47 06C4157717EA2F5E00B02BEB /* GLUT.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06C4157617EA2F5E00B02BEB /* GLUT.framework */; };
48 06C4157917EA2FEE00B02BEB /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06C4157817EA2FEE00B02BEB /* OpenGL.framework */; };
49 06C4157B17EA30A200B02BEB /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06C4157A17EA30A200B02BEB /* CoreFoundation.framework */; };
50 06C4157D17EA30B500B02BEB /* ApplicationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06C4157C17EA30B500B02BEB /* ApplicationServices.framework */; };
51 06C4157F17EA30C200B02BEB /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06C4157E17EA30C200B02BEB /* IOKit.framework */; };
52 /* End PBXBuildFile section */
54 /* Begin PBXCopyFilesBuildPhase section */
55 06C414C517EA2E0000B02BEB /* CopyFiles */ = {
56 isa = PBXCopyFilesBuildPhase;
57 buildActionMask = 2147483647;
58 dstPath = /usr/share/man/man1/;
59 dstSubfolderSpec = 0;
60 files = (
61 );
62 runOnlyForDeploymentPostprocessing = 1;
63 };
64 /* End PBXCopyFilesBuildPhase section */
66 /* Begin PBXFileReference section */
67 06C414C717EA2E0000B02BEB /* oculus_test1 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = oculus_test1; sourceTree = BUILT_PRODUCTS_DIR; };
68 06C414D317EA2E9B00B02BEB /* camera.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = camera.cc; path = src/camera.cc; sourceTree = SOURCE_ROOT; };
69 06C414D417EA2E9B00B02BEB /* camera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = camera.h; path = src/camera.h; sourceTree = SOURCE_ROOT; };
70 06C414D517EA2E9B00B02BEB /* main.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = main.cc; path = src/main.cc; sourceTree = SOURCE_ROOT; };
71 06C414D617EA2E9B00B02BEB /* opengl.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = opengl.cc; path = src/opengl.cc; sourceTree = SOURCE_ROOT; };
72 06C414D717EA2E9B00B02BEB /* opengl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = opengl.h; path = src/opengl.h; sourceTree = SOURCE_ROOT; };
73 06C414D817EA2E9B00B02BEB /* vr_impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vr_impl.h; path = src/vr_impl.h; sourceTree = SOURCE_ROOT; };
74 06C414D917EA2E9B00B02BEB /* vr.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = vr.cc; path = src/vr.cc; sourceTree = SOURCE_ROOT; };
75 06C414DA17EA2E9B00B02BEB /* vr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vr.h; path = src/vr.h; sourceTree = SOURCE_ROOT; };
76 06C414E117EA2EC700B02BEB /* OVR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR.h; sourceTree = "<group>"; };
77 06C414E217EA2EC700B02BEB /* OVRVersion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVRVersion.h; sourceTree = "<group>"; };
78 06C414E517EA2EC700B02BEB /* OVR_Alg.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Alg.cpp; sourceTree = "<group>"; };
79 06C414E617EA2EC700B02BEB /* OVR_Alg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Alg.h; sourceTree = "<group>"; };
80 06C414E717EA2EC700B02BEB /* OVR_Allocator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Allocator.cpp; sourceTree = "<group>"; };
81 06C414E817EA2EC700B02BEB /* OVR_Allocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Allocator.h; sourceTree = "<group>"; };
82 06C414E917EA2EC700B02BEB /* OVR_Array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Array.h; sourceTree = "<group>"; };
83 06C414EA17EA2EC700B02BEB /* OVR_Atomic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Atomic.cpp; sourceTree = "<group>"; };
84 06C414EB17EA2EC700B02BEB /* OVR_Atomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Atomic.h; sourceTree = "<group>"; };
85 06C414EC17EA2EC700B02BEB /* OVR_Color.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Color.h; sourceTree = "<group>"; };
86 06C414ED17EA2EC700B02BEB /* OVR_ContainerAllocator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_ContainerAllocator.h; sourceTree = "<group>"; };
87 06C414EE17EA2EC700B02BEB /* OVR_File.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_File.cpp; sourceTree = "<group>"; };
88 06C414EF17EA2EC700B02BEB /* OVR_File.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_File.h; sourceTree = "<group>"; };
89 06C414F017EA2EC700B02BEB /* OVR_FileFILE.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_FileFILE.cpp; sourceTree = "<group>"; };
90 06C414F117EA2EC700B02BEB /* OVR_Hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Hash.h; sourceTree = "<group>"; };
91 06C414F217EA2EC700B02BEB /* OVR_KeyCodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_KeyCodes.h; sourceTree = "<group>"; };
92 06C414F317EA2EC700B02BEB /* OVR_List.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_List.h; sourceTree = "<group>"; };
93 06C414F417EA2EC700B02BEB /* OVR_Log.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Log.cpp; sourceTree = "<group>"; };
94 06C414F517EA2EC700B02BEB /* OVR_Log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Log.h; sourceTree = "<group>"; };
95 06C414F617EA2EC700B02BEB /* OVR_Math.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Math.cpp; sourceTree = "<group>"; };
96 06C414F717EA2EC700B02BEB /* OVR_Math.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Math.h; sourceTree = "<group>"; };
97 06C414F817EA2EC700B02BEB /* OVR_RefCount.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_RefCount.cpp; sourceTree = "<group>"; };
98 06C414F917EA2EC700B02BEB /* OVR_RefCount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_RefCount.h; sourceTree = "<group>"; };
99 06C414FA17EA2EC700B02BEB /* OVR_Std.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Std.cpp; sourceTree = "<group>"; };
100 06C414FB17EA2EC700B02BEB /* OVR_Std.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Std.h; sourceTree = "<group>"; };
101 06C414FC17EA2EC700B02BEB /* OVR_String.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_String.cpp; sourceTree = "<group>"; };
102 06C414FD17EA2EC700B02BEB /* OVR_String.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_String.h; sourceTree = "<group>"; };
103 06C414FE17EA2EC700B02BEB /* OVR_String_FormatUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_String_FormatUtil.cpp; sourceTree = "<group>"; };
104 06C414FF17EA2EC700B02BEB /* OVR_String_PathUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_String_PathUtil.cpp; sourceTree = "<group>"; };
105 06C4150017EA2EC700B02BEB /* OVR_StringHash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_StringHash.h; sourceTree = "<group>"; };
106 06C4150117EA2EC700B02BEB /* OVR_SysFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_SysFile.cpp; sourceTree = "<group>"; };
107 06C4150217EA2EC700B02BEB /* OVR_SysFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_SysFile.h; sourceTree = "<group>"; };
108 06C4150317EA2EC700B02BEB /* OVR_System.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_System.cpp; sourceTree = "<group>"; };
109 06C4150417EA2EC700B02BEB /* OVR_System.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_System.h; sourceTree = "<group>"; };
110 06C4150517EA2EC700B02BEB /* OVR_Threads.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Threads.h; sourceTree = "<group>"; };
111 06C4150617EA2EC700B02BEB /* OVR_Timer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Timer.cpp; sourceTree = "<group>"; };
112 06C4150717EA2EC700B02BEB /* OVR_Timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Timer.h; sourceTree = "<group>"; };
113 06C4150817EA2EC700B02BEB /* OVR_Types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Types.h; sourceTree = "<group>"; };
114 06C4150917EA2EC700B02BEB /* OVR_UTF8Util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_UTF8Util.cpp; sourceTree = "<group>"; };
115 06C4150A17EA2EC700B02BEB /* OVR_UTF8Util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_UTF8Util.h; sourceTree = "<group>"; };
116 06C4151617EA2EC700B02BEB /* OVR_OSX_DeviceManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_OSX_DeviceManager.cpp; sourceTree = "<group>"; };
117 06C4151717EA2EC800B02BEB /* OVR_OSX_DeviceManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_OSX_DeviceManager.h; sourceTree = "<group>"; };
118 06C4151817EA2EC800B02BEB /* OVR_OSX_HIDDevice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_OSX_HIDDevice.cpp; sourceTree = "<group>"; };
119 06C4151917EA2EC800B02BEB /* OVR_OSX_HIDDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_OSX_HIDDevice.h; sourceTree = "<group>"; };
120 06C4151A17EA2EC800B02BEB /* OVR_OSX_HMDDevice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_OSX_HMDDevice.cpp; sourceTree = "<group>"; };
121 06C4151B17EA2EC800B02BEB /* OVR_OSX_HMDDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_OSX_HMDDevice.h; sourceTree = "<group>"; };
122 06C4151C17EA2EC800B02BEB /* OVR_OSX_SensorDevice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_OSX_SensorDevice.cpp; sourceTree = "<group>"; };
123 06C4151D17EA2EC800B02BEB /* OVR_ThreadsPthread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_ThreadsPthread.cpp; sourceTree = "<group>"; };
124 06C4151E17EA2EC800B02BEB /* OVR_Device.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Device.h; sourceTree = "<group>"; };
125 06C4151F17EA2EC800B02BEB /* OVR_DeviceConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_DeviceConstants.h; sourceTree = "<group>"; };
126 06C4152017EA2EC800B02BEB /* OVR_DeviceHandle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_DeviceHandle.cpp; sourceTree = "<group>"; };
127 06C4152117EA2EC800B02BEB /* OVR_DeviceHandle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_DeviceHandle.h; sourceTree = "<group>"; };
128 06C4152217EA2EC800B02BEB /* OVR_DeviceImpl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_DeviceImpl.cpp; sourceTree = "<group>"; };
129 06C4152317EA2EC800B02BEB /* OVR_DeviceImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_DeviceImpl.h; sourceTree = "<group>"; };
130 06C4152417EA2EC800B02BEB /* OVR_DeviceMessages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_DeviceMessages.h; sourceTree = "<group>"; };
131 06C4152517EA2EC800B02BEB /* OVR_HIDDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_HIDDevice.h; sourceTree = "<group>"; };
132 06C4152617EA2EC800B02BEB /* OVR_HIDDeviceBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_HIDDeviceBase.h; sourceTree = "<group>"; };
133 06C4152717EA2EC800B02BEB /* OVR_HIDDeviceImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_HIDDeviceImpl.h; sourceTree = "<group>"; };
134 06C4152817EA2EC800B02BEB /* OVR_JSON.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_JSON.cpp; sourceTree = "<group>"; };
135 06C4152917EA2EC800B02BEB /* OVR_JSON.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_JSON.h; sourceTree = "<group>"; };
136 06C4152A17EA2EC800B02BEB /* OVR_LatencyTestImpl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_LatencyTestImpl.cpp; sourceTree = "<group>"; };
137 06C4152B17EA2EC800B02BEB /* OVR_LatencyTestImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_LatencyTestImpl.h; sourceTree = "<group>"; };
138 06C4152C17EA2EC800B02BEB /* OVR_Profile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_Profile.cpp; sourceTree = "<group>"; };
139 06C4152D17EA2EC800B02BEB /* OVR_Profile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_Profile.h; sourceTree = "<group>"; };
140 06C4152E17EA2EC800B02BEB /* OVR_SensorFilter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_SensorFilter.cpp; sourceTree = "<group>"; };
141 06C4152F17EA2EC800B02BEB /* OVR_SensorFilter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_SensorFilter.h; sourceTree = "<group>"; };
142 06C4153017EA2EC800B02BEB /* OVR_SensorFusion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_SensorFusion.cpp; sourceTree = "<group>"; };
143 06C4153117EA2EC800B02BEB /* OVR_SensorFusion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_SensorFusion.h; sourceTree = "<group>"; };
144 06C4153217EA2EC800B02BEB /* OVR_SensorImpl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_SensorImpl.cpp; sourceTree = "<group>"; };
145 06C4153317EA2EC800B02BEB /* OVR_SensorImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_SensorImpl.h; sourceTree = "<group>"; };
146 06C4153417EA2EC800B02BEB /* OVR_ThreadCommandQueue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OVR_ThreadCommandQueue.cpp; sourceTree = "<group>"; };
147 06C4153517EA2EC800B02BEB /* OVR_ThreadCommandQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OVR_ThreadCommandQueue.h; sourceTree = "<group>"; };
148 06C4153717EA2EC800B02BEB /* Util_LatencyTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Util_LatencyTest.cpp; sourceTree = "<group>"; };
149 06C4153817EA2EC800B02BEB /* Util_LatencyTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util_LatencyTest.h; sourceTree = "<group>"; };
150 06C4153917EA2EC800B02BEB /* Util_MagCalibration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Util_MagCalibration.cpp; sourceTree = "<group>"; };
151 06C4153A17EA2EC800B02BEB /* Util_MagCalibration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util_MagCalibration.h; sourceTree = "<group>"; };
152 06C4153B17EA2EC800B02BEB /* Util_Render_Stereo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Util_Render_Stereo.cpp; sourceTree = "<group>"; };
153 06C4153C17EA2EC800B02BEB /* Util_Render_Stereo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Util_Render_Stereo.h; sourceTree = "<group>"; };
154 06C4157617EA2F5E00B02BEB /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = System/Library/Frameworks/GLUT.framework; sourceTree = SDKROOT; };
155 06C4157817EA2FEE00B02BEB /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
156 06C4157A17EA30A200B02BEB /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = ../../../../../../System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<group>"; };
157 06C4157C17EA30B500B02BEB /* ApplicationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ApplicationServices.framework; path = ../../../../../../System/Library/Frameworks/ApplicationServices.framework; sourceTree = "<group>"; };
158 06C4157E17EA30C200B02BEB /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = ../../../../../../System/Library/Frameworks/IOKit.framework; sourceTree = "<group>"; };
159 /* End PBXFileReference section */
161 /* Begin PBXFrameworksBuildPhase section */
162 06C414C417EA2E0000B02BEB /* Frameworks */ = {
163 isa = PBXFrameworksBuildPhase;
164 buildActionMask = 2147483647;
165 files = (
166 06C4157F17EA30C200B02BEB /* IOKit.framework in Frameworks */,
167 06C4157D17EA30B500B02BEB /* ApplicationServices.framework in Frameworks */,
168 06C4157B17EA30A200B02BEB /* CoreFoundation.framework in Frameworks */,
169 06C4157917EA2FEE00B02BEB /* OpenGL.framework in Frameworks */,
170 06C4157717EA2F5E00B02BEB /* GLUT.framework in Frameworks */,
171 );
172 runOnlyForDeploymentPostprocessing = 0;
173 };
174 /* End PBXFrameworksBuildPhase section */
176 /* Begin PBXGroup section */
177 06C414BE17EA2E0000B02BEB = {
178 isa = PBXGroup;
179 children = (
180 06C4157E17EA30C200B02BEB /* IOKit.framework */,
181 06C4157C17EA30B500B02BEB /* ApplicationServices.framework */,
182 06C4157A17EA30A200B02BEB /* CoreFoundation.framework */,
183 06C4157817EA2FEE00B02BEB /* OpenGL.framework */,
184 06C4157617EA2F5E00B02BEB /* GLUT.framework */,
185 06C414DF17EA2EC700B02BEB /* libovr */,
186 06C414C917EA2E0000B02BEB /* oculus_test1 */,
187 06C414C817EA2E0000B02BEB /* Products */,
188 );
189 sourceTree = "<group>";
190 };
191 06C414C817EA2E0000B02BEB /* Products */ = {
192 isa = PBXGroup;
193 children = (
194 06C414C717EA2E0000B02BEB /* oculus_test1 */,
195 );
196 name = Products;
197 sourceTree = "<group>";
198 };
199 06C414C917EA2E0000B02BEB /* oculus_test1 */ = {
200 isa = PBXGroup;
201 children = (
202 06C414D317EA2E9B00B02BEB /* camera.cc */,
203 06C414D417EA2E9B00B02BEB /* camera.h */,
204 06C414D517EA2E9B00B02BEB /* main.cc */,
205 06C414D617EA2E9B00B02BEB /* opengl.cc */,
206 06C414D717EA2E9B00B02BEB /* opengl.h */,
207 06C414D817EA2E9B00B02BEB /* vr_impl.h */,
208 06C414D917EA2E9B00B02BEB /* vr.cc */,
209 06C414DA17EA2E9B00B02BEB /* vr.h */,
210 );
211 path = oculus_test1;
212 sourceTree = "<group>";
213 };
214 06C414DF17EA2EC700B02BEB /* libovr */ = {
215 isa = PBXGroup;
216 children = (
217 06C414E017EA2EC700B02BEB /* Include */,
218 06C414E317EA2EC700B02BEB /* Src */,
219 );
220 path = libovr;
221 sourceTree = "<group>";
222 };
223 06C414E017EA2EC700B02BEB /* Include */ = {
224 isa = PBXGroup;
225 children = (
226 06C414E117EA2EC700B02BEB /* OVR.h */,
227 06C414E217EA2EC700B02BEB /* OVRVersion.h */,
228 );
229 path = Include;
230 sourceTree = "<group>";
231 };
232 06C414E317EA2EC700B02BEB /* Src */ = {
233 isa = PBXGroup;
234 children = (
235 06C414E417EA2EC700B02BEB /* Kernel */,
236 06C4151517EA2EC700B02BEB /* osx */,
237 06C4151E17EA2EC800B02BEB /* OVR_Device.h */,
238 06C4151F17EA2EC800B02BEB /* OVR_DeviceConstants.h */,
239 06C4152017EA2EC800B02BEB /* OVR_DeviceHandle.cpp */,
240 06C4152117EA2EC800B02BEB /* OVR_DeviceHandle.h */,
241 06C4152217EA2EC800B02BEB /* OVR_DeviceImpl.cpp */,
242 06C4152317EA2EC800B02BEB /* OVR_DeviceImpl.h */,
243 06C4152417EA2EC800B02BEB /* OVR_DeviceMessages.h */,
244 06C4152517EA2EC800B02BEB /* OVR_HIDDevice.h */,
245 06C4152617EA2EC800B02BEB /* OVR_HIDDeviceBase.h */,
246 06C4152717EA2EC800B02BEB /* OVR_HIDDeviceImpl.h */,
247 06C4152817EA2EC800B02BEB /* OVR_JSON.cpp */,
248 06C4152917EA2EC800B02BEB /* OVR_JSON.h */,
249 06C4152A17EA2EC800B02BEB /* OVR_LatencyTestImpl.cpp */,
250 06C4152B17EA2EC800B02BEB /* OVR_LatencyTestImpl.h */,
251 06C4152C17EA2EC800B02BEB /* OVR_Profile.cpp */,
252 06C4152D17EA2EC800B02BEB /* OVR_Profile.h */,
253 06C4152E17EA2EC800B02BEB /* OVR_SensorFilter.cpp */,
254 06C4152F17EA2EC800B02BEB /* OVR_SensorFilter.h */,
255 06C4153017EA2EC800B02BEB /* OVR_SensorFusion.cpp */,
256 06C4153117EA2EC800B02BEB /* OVR_SensorFusion.h */,
257 06C4153217EA2EC800B02BEB /* OVR_SensorImpl.cpp */,
258 06C4153317EA2EC800B02BEB /* OVR_SensorImpl.h */,
259 06C4153417EA2EC800B02BEB /* OVR_ThreadCommandQueue.cpp */,
260 06C4153517EA2EC800B02BEB /* OVR_ThreadCommandQueue.h */,
261 06C4153617EA2EC800B02BEB /* Util */,
262 );
263 path = Src;
264 sourceTree = "<group>";
265 };
266 06C414E417EA2EC700B02BEB /* Kernel */ = {
267 isa = PBXGroup;
268 children = (
269 06C414E517EA2EC700B02BEB /* OVR_Alg.cpp */,
270 06C414E617EA2EC700B02BEB /* OVR_Alg.h */,
271 06C414E717EA2EC700B02BEB /* OVR_Allocator.cpp */,
272 06C414E817EA2EC700B02BEB /* OVR_Allocator.h */,
273 06C414E917EA2EC700B02BEB /* OVR_Array.h */,
274 06C414EA17EA2EC700B02BEB /* OVR_Atomic.cpp */,
275 06C414EB17EA2EC700B02BEB /* OVR_Atomic.h */,
276 06C414EC17EA2EC700B02BEB /* OVR_Color.h */,
277 06C414ED17EA2EC700B02BEB /* OVR_ContainerAllocator.h */,
278 06C414EE17EA2EC700B02BEB /* OVR_File.cpp */,
279 06C414EF17EA2EC700B02BEB /* OVR_File.h */,
280 06C414F017EA2EC700B02BEB /* OVR_FileFILE.cpp */,
281 06C414F117EA2EC700B02BEB /* OVR_Hash.h */,
282 06C414F217EA2EC700B02BEB /* OVR_KeyCodes.h */,
283 06C414F317EA2EC700B02BEB /* OVR_List.h */,
284 06C414F417EA2EC700B02BEB /* OVR_Log.cpp */,
285 06C414F517EA2EC700B02BEB /* OVR_Log.h */,
286 06C414F617EA2EC700B02BEB /* OVR_Math.cpp */,
287 06C414F717EA2EC700B02BEB /* OVR_Math.h */,
288 06C414F817EA2EC700B02BEB /* OVR_RefCount.cpp */,
289 06C414F917EA2EC700B02BEB /* OVR_RefCount.h */,
290 06C414FA17EA2EC700B02BEB /* OVR_Std.cpp */,
291 06C414FB17EA2EC700B02BEB /* OVR_Std.h */,
292 06C414FC17EA2EC700B02BEB /* OVR_String.cpp */,
293 06C414FD17EA2EC700B02BEB /* OVR_String.h */,
294 06C414FE17EA2EC700B02BEB /* OVR_String_FormatUtil.cpp */,
295 06C414FF17EA2EC700B02BEB /* OVR_String_PathUtil.cpp */,
296 06C4150017EA2EC700B02BEB /* OVR_StringHash.h */,
297 06C4150117EA2EC700B02BEB /* OVR_SysFile.cpp */,
298 06C4150217EA2EC700B02BEB /* OVR_SysFile.h */,
299 06C4150317EA2EC700B02BEB /* OVR_System.cpp */,
300 06C4150417EA2EC700B02BEB /* OVR_System.h */,
301 06C4150517EA2EC700B02BEB /* OVR_Threads.h */,
302 06C4150617EA2EC700B02BEB /* OVR_Timer.cpp */,
303 06C4150717EA2EC700B02BEB /* OVR_Timer.h */,
304 06C4150817EA2EC700B02BEB /* OVR_Types.h */,
305 06C4150917EA2EC700B02BEB /* OVR_UTF8Util.cpp */,
306 06C4150A17EA2EC700B02BEB /* OVR_UTF8Util.h */,
307 );
308 path = Kernel;
309 sourceTree = "<group>";
310 };
311 06C4151517EA2EC700B02BEB /* osx */ = {
312 isa = PBXGroup;
313 children = (
314 06C4151617EA2EC700B02BEB /* OVR_OSX_DeviceManager.cpp */,
315 06C4151717EA2EC800B02BEB /* OVR_OSX_DeviceManager.h */,
316 06C4151817EA2EC800B02BEB /* OVR_OSX_HIDDevice.cpp */,
317 06C4151917EA2EC800B02BEB /* OVR_OSX_HIDDevice.h */,
318 06C4151A17EA2EC800B02BEB /* OVR_OSX_HMDDevice.cpp */,
319 06C4151B17EA2EC800B02BEB /* OVR_OSX_HMDDevice.h */,
320 06C4151C17EA2EC800B02BEB /* OVR_OSX_SensorDevice.cpp */,
321 06C4151D17EA2EC800B02BEB /* OVR_ThreadsPthread.cpp */,
322 );
323 path = osx;
324 sourceTree = "<group>";
325 };
326 06C4153617EA2EC800B02BEB /* Util */ = {
327 isa = PBXGroup;
328 children = (
329 06C4153717EA2EC800B02BEB /* Util_LatencyTest.cpp */,
330 06C4153817EA2EC800B02BEB /* Util_LatencyTest.h */,
331 06C4153917EA2EC800B02BEB /* Util_MagCalibration.cpp */,
332 06C4153A17EA2EC800B02BEB /* Util_MagCalibration.h */,
333 06C4153B17EA2EC800B02BEB /* Util_Render_Stereo.cpp */,
334 06C4153C17EA2EC800B02BEB /* Util_Render_Stereo.h */,
335 );
336 path = Util;
337 sourceTree = "<group>";
338 };
339 /* End PBXGroup section */
341 /* Begin PBXNativeTarget section */
342 06C414C617EA2E0000B02BEB /* oculus_test1 */ = {
343 isa = PBXNativeTarget;
344 buildConfigurationList = 06C414D017EA2E0000B02BEB /* Build configuration list for PBXNativeTarget "oculus_test1" */;
345 buildPhases = (
346 06C414C317EA2E0000B02BEB /* Sources */,
347 06C414C417EA2E0000B02BEB /* Frameworks */,
348 06C414C517EA2E0000B02BEB /* CopyFiles */,
349 );
350 buildRules = (
351 );
352 dependencies = (
353 );
354 name = oculus_test1;
355 productName = oculus_test1;
356 productReference = 06C414C717EA2E0000B02BEB /* oculus_test1 */;
357 productType = "com.apple.product-type.tool";
358 };
359 /* End PBXNativeTarget section */
361 /* Begin PBXProject section */
362 06C414BF17EA2E0000B02BEB /* Project object */ = {
363 isa = PBXProject;
364 attributes = {
365 LastUpgradeCheck = 0460;
366 ORGANIZATIONNAME = "Mutant Stargoat";
367 };
368 buildConfigurationList = 06C414C217EA2E0000B02BEB /* Build configuration list for PBXProject "oculus_test1" */;
369 compatibilityVersion = "Xcode 3.2";
370 developmentRegion = English;
371 hasScannedForEncodings = 0;
372 knownRegions = (
373 en,
374 );
375 mainGroup = 06C414BE17EA2E0000B02BEB;
376 productRefGroup = 06C414C817EA2E0000B02BEB /* Products */;
377 projectDirPath = "";
378 projectRoot = "";
379 targets = (
380 06C414C617EA2E0000B02BEB /* oculus_test1 */,
381 );
382 };
383 /* End PBXProject section */
385 /* Begin PBXSourcesBuildPhase section */
386 06C414C317EA2E0000B02BEB /* Sources */ = {
387 isa = PBXSourcesBuildPhase;
388 buildActionMask = 2147483647;
389 files = (
390 06C414DB17EA2E9B00B02BEB /* camera.cc in Sources */,
391 06C414DC17EA2E9B00B02BEB /* main.cc in Sources */,
392 06C414DD17EA2E9B00B02BEB /* opengl.cc in Sources */,
393 06C414DE17EA2E9B00B02BEB /* vr.cc in Sources */,
394 06C4154917EA2EC800B02BEB /* OVR_Alg.cpp in Sources */,
395 06C4154A17EA2EC800B02BEB /* OVR_Allocator.cpp in Sources */,
396 06C4154B17EA2EC800B02BEB /* OVR_Atomic.cpp in Sources */,
397 06C4154C17EA2EC800B02BEB /* OVR_File.cpp in Sources */,
398 06C4154D17EA2EC800B02BEB /* OVR_FileFILE.cpp in Sources */,
399 06C4154E17EA2EC800B02BEB /* OVR_Log.cpp in Sources */,
400 06C4154F17EA2EC800B02BEB /* OVR_Math.cpp in Sources */,
401 06C4155017EA2EC800B02BEB /* OVR_RefCount.cpp in Sources */,
402 06C4155117EA2EC800B02BEB /* OVR_Std.cpp in Sources */,
403 06C4155217EA2EC800B02BEB /* OVR_String.cpp in Sources */,
404 06C4155317EA2EC800B02BEB /* OVR_String_FormatUtil.cpp in Sources */,
405 06C4155417EA2EC800B02BEB /* OVR_String_PathUtil.cpp in Sources */,
406 06C4155517EA2EC800B02BEB /* OVR_SysFile.cpp in Sources */,
407 06C4155617EA2EC800B02BEB /* OVR_System.cpp in Sources */,
408 06C4155717EA2EC800B02BEB /* OVR_Timer.cpp in Sources */,
409 06C4155817EA2EC800B02BEB /* OVR_UTF8Util.cpp in Sources */,
410 06C4155F17EA2EC800B02BEB /* OVR_OSX_DeviceManager.cpp in Sources */,
411 06C4156017EA2EC800B02BEB /* OVR_OSX_HIDDevice.cpp in Sources */,
412 06C4156117EA2EC800B02BEB /* OVR_OSX_HMDDevice.cpp in Sources */,
413 06C4156217EA2EC800B02BEB /* OVR_OSX_SensorDevice.cpp in Sources */,
414 06C4156317EA2EC800B02BEB /* OVR_ThreadsPthread.cpp in Sources */,
415 06C4156417EA2EC800B02BEB /* OVR_DeviceHandle.cpp in Sources */,
416 06C4156517EA2EC800B02BEB /* OVR_DeviceImpl.cpp in Sources */,
417 06C4156617EA2EC800B02BEB /* OVR_JSON.cpp in Sources */,
418 06C4156717EA2EC800B02BEB /* OVR_LatencyTestImpl.cpp in Sources */,
419 06C4156817EA2EC800B02BEB /* OVR_Profile.cpp in Sources */,
420 06C4156917EA2EC800B02BEB /* OVR_SensorFilter.cpp in Sources */,
421 06C4156A17EA2EC800B02BEB /* OVR_SensorFusion.cpp in Sources */,
422 06C4156B17EA2EC800B02BEB /* OVR_SensorImpl.cpp in Sources */,
423 06C4156C17EA2EC800B02BEB /* OVR_ThreadCommandQueue.cpp in Sources */,
424 06C4156D17EA2EC800B02BEB /* Util_LatencyTest.cpp in Sources */,
425 06C4156E17EA2EC800B02BEB /* Util_MagCalibration.cpp in Sources */,
426 06C4156F17EA2EC800B02BEB /* Util_Render_Stereo.cpp in Sources */,
427 );
428 runOnlyForDeploymentPostprocessing = 0;
429 };
430 /* End PBXSourcesBuildPhase section */
432 /* Begin XCBuildConfiguration section */
433 06C414CE17EA2E0000B02BEB /* Debug */ = {
434 isa = XCBuildConfiguration;
435 buildSettings = {
436 ALWAYS_SEARCH_USER_PATHS = NO;
437 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
438 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
439 CLANG_CXX_LIBRARY = "libc++";
440 CLANG_WARN_CONSTANT_CONVERSION = YES;
441 CLANG_WARN_EMPTY_BODY = YES;
442 CLANG_WARN_ENUM_CONVERSION = YES;
443 CLANG_WARN_INT_CONVERSION = YES;
444 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
445 COPY_PHASE_STRIP = NO;
446 GCC_C_LANGUAGE_STANDARD = gnu99;
447 GCC_DYNAMIC_NO_PIC = NO;
448 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
449 GCC_OPTIMIZATION_LEVEL = 0;
450 GCC_PREPROCESSOR_DEFINITIONS = (
451 "DEBUG=1",
452 "$(inherited)",
453 );
454 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
455 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
456 GCC_WARN_ABOUT_RETURN_TYPE = YES;
457 GCC_WARN_UNINITIALIZED_AUTOS = YES;
458 GCC_WARN_UNUSED_VARIABLE = YES;
459 HEADER_SEARCH_PATHS = (
460 libovr/Include,
461 libovr/Src,
462 libovr/Src/Util,
463 libovr/Src/Kernel,
464 libovr/Src/OSX,
465 );
466 MACOSX_DEPLOYMENT_TARGET = 10.8;
467 ONLY_ACTIVE_ARCH = YES;
468 OTHER_LDFLAGS = (
469 "-lvmath",
470 "-lGLEW",
471 );
472 SDKROOT = "";
473 };
474 name = Debug;
475 };
476 06C414CF17EA2E0000B02BEB /* Release */ = {
477 isa = XCBuildConfiguration;
478 buildSettings = {
479 ALWAYS_SEARCH_USER_PATHS = NO;
480 ARCHS = "$(ARCHS_STANDARD_64_BIT)";
481 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
482 CLANG_CXX_LIBRARY = "libc++";
483 CLANG_WARN_CONSTANT_CONVERSION = YES;
484 CLANG_WARN_EMPTY_BODY = YES;
485 CLANG_WARN_ENUM_CONVERSION = YES;
486 CLANG_WARN_INT_CONVERSION = YES;
487 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
488 COPY_PHASE_STRIP = YES;
489 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
490 GCC_C_LANGUAGE_STANDARD = gnu99;
491 GCC_ENABLE_OBJC_EXCEPTIONS = YES;
492 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
493 GCC_WARN_ABOUT_RETURN_TYPE = YES;
494 GCC_WARN_UNINITIALIZED_AUTOS = YES;
495 GCC_WARN_UNUSED_VARIABLE = YES;
496 HEADER_SEARCH_PATHS = (
497 libovr/Include,
498 libovr/Src,
499 libovr/Src/Util,
500 libovr/Src/Kernel,
501 libovr/Src/OSX,
502 );
503 MACOSX_DEPLOYMENT_TARGET = 10.8;
504 OTHER_LDFLAGS = (
505 "-lvmath",
506 "-lGLEW",
507 );
508 SDKROOT = "";
509 };
510 name = Release;
511 };
512 06C414D117EA2E0000B02BEB /* Debug */ = {
513 isa = XCBuildConfiguration;
514 buildSettings = {
515 PRODUCT_NAME = "$(TARGET_NAME)";
516 SDKROOT = "";
517 };
518 name = Debug;
519 };
520 06C414D217EA2E0000B02BEB /* Release */ = {
521 isa = XCBuildConfiguration;
522 buildSettings = {
523 PRODUCT_NAME = "$(TARGET_NAME)";
524 SDKROOT = "";
525 };
526 name = Release;
527 };
528 /* End XCBuildConfiguration section */
530 /* Begin XCConfigurationList section */
531 06C414C217EA2E0000B02BEB /* Build configuration list for PBXProject "oculus_test1" */ = {
532 isa = XCConfigurationList;
533 buildConfigurations = (
534 06C414CE17EA2E0000B02BEB /* Debug */,
535 06C414CF17EA2E0000B02BEB /* Release */,
536 );
537 defaultConfigurationIsVisible = 0;
538 defaultConfigurationName = Release;
539 };
540 06C414D017EA2E0000B02BEB /* Build configuration list for PBXNativeTarget "oculus_test1" */ = {
541 isa = XCConfigurationList;
542 buildConfigurations = (
543 06C414D117EA2E0000B02BEB /* Debug */,
544 06C414D217EA2E0000B02BEB /* Release */,
545 );
546 defaultConfigurationIsVisible = 0;
547 defaultConfigurationName = Release;
548 };
549 /* End XCConfigurationList section */
550 };
551 rootObject = 06C414BF17EA2E0000B02BEB /* Project object */;
552 }