57
57
28FD15070DC6FC5B0079059D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
58
58
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = source/main.m; sourceTree = "<group>"; };
59
59
32CA4F630368D1EE00C91783 /* MarineCompass_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MarineCompass_Prefix.pch; sourceTree = "<group>"; };
60
8D1107310486CEB800E47090 /* MarineCompass-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "MarineCompass-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
61
DA24479B101CB47D00E4EC33 /* geometry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = geometry.h; sourceTree = "<group>"; };
62
DA24479C101CB47D00E4EC33 /* geometry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = geometry.m; sourceTree = "<group>"; };
63
DA72E2FA101CF7D500BDB2EB /* scale1-1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "scale1-1.png"; path = "../scale1-1.png"; sourceTree = SOURCE_ROOT; };
60
8D1107310486CEB800E47090 /* MarineCompass-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "MarineCompass-Info.plist"; path = "../MarineCompass-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
61
DA24479B101CB47D00E4EC33 /* geometry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = geometry.h; path = ../../common/source/geometry.h; sourceTree = "<group>"; };
62
DA24479C101CB47D00E4EC33 /* geometry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = geometry.m; path = ../../common/source/geometry.m; sourceTree = "<group>"; };
64
63
DA8D1E99101D04BC00A5C982 /* scale2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = scale2.png; sourceTree = "<group>"; };
65
64
DA8D1EF1101D964B00A5C982 /* scale1.1024.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = scale1.1024.png; sourceTree = "<group>"; };
66
65
DA95F2B4101BD3CC00BE07C8 /* CoreLocation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreLocation.framework; path = System/Library/Frameworks/CoreLocation.framework; sourceTree = SDKROOT; };
69
68
DAE08B1C101CF3460010D6B6 /* scale1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = scale1.png; sourceTree = "<group>"; };
70
69
DAE08B29101CF3D80010D6B6 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
71
70
DAE09C04101F6A3600887D77 /* simple.vs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.vs; path = simple.vs; sourceTree = "<group>"; };
72
DAE09C2F101F6F8A00887D77 /* VertexArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VertexArray.h; sourceTree = "<group>"; };
73
DAE09C30101F6F8A00887D77 /* VertexArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VertexArray.m; sourceTree = "<group>"; };
71
DAE09C2F101F6F8A00887D77 /* VertexArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VertexArray.h; path = ../../common/source/VertexArray.h; sourceTree = "<group>"; };
72
DAE09C30101F6F8A00887D77 /* VertexArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VertexArray.m; path = ../../common/source/VertexArray.m; sourceTree = "<group>"; };
74
73
DAE09C76101F7DEC00887D77 /* simple.fs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fs; path = simple.fs; sourceTree = "<group>"; };
75
74
DAE09E2410204D9C00887D77 /* fresnel.fs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.fs; path = fresnel.fs; sourceTree = "<group>"; };
76
75
DAE09E2910204E1900887D77 /* fresnel.vs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.vs; path = fresnel.vs; sourceTree = "<group>"; };
77
DAE09E86102070C700887D77 /* white.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = white.png; path = ../white.png; sourceTree = SOURCE_ROOT; };
78
DAE09F1510207CCA00887D77 /* gray.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = gray.png; path = ../gray.png; sourceTree = SOURCE_ROOT; };
76
DAE09E86102070C700887D77 /* white.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = white.png; path = ../common/resources/white.png; sourceTree = SOURCE_ROOT; };
77
DAE09F1510207CCA00887D77 /* gray.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = gray.png; path = ../common/resources/gray.png; sourceTree = SOURCE_ROOT; };
79
78
DAE09FAA1021FB5C00887D77 /* ortho.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ortho.png; sourceTree = "<group>"; };
80
79
DAE09FAB1021FB5C00887D77 /* perspective.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = perspective.png; sourceTree = "<group>"; };
81
80
DAE09FBD1021FE8A00887D77 /* threelines.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = threelines.png; sourceTree = "<group>"; };
115
114
28FD14FD0DC6FC130079059D /* EAGLView.m */,
116
115
1D3623240D0F684500981E51 /* MarineCompassAppDelegate.h */,
117
116
1D3623250D0F684500981E51 /* MarineCompassAppDelegate.m */,
117
DAE09C04101F6A3600887D77 /* simple.vs */,
118
DAE09C76101F7DEC00887D77 /* simple.fs */,
118
119
DA24479B101CB47D00E4EC33 /* geometry.h */,
119
120
DA24479C101CB47D00E4EC33 /* geometry.m */,
120
DAE09C04101F6A3600887D77 /* simple.vs */,
121
DAE09C76101F7DEC00887D77 /* simple.fs */,
122
121
DAE09C2F101F6F8A00887D77 /* VertexArray.h */,
123
122
DAE09C30101F6F8A00887D77 /* VertexArray.m */,
124
123
DAE09E2410204D9C00887D77 /* fresnel.fs */,
143
142
080E96DDFE201D6D7F000001 /* source */,
144
143
29B97315FDCFA39411CA2CEA /* Other Sources */,
145
29B97317FDCFA39411CA2CEA /* Resources */,
144
29B97317FDCFA39411CA2CEA /* resources */,
146
145
29B97323FDCFA39411CA2CEA /* Frameworks */,
147
146
19C28FACFE9D520D11CA2CBB /* Products */,
178
177
DAB9C9D2101D9A7A0018F47F /* scale2.1024.png */,
179
178
DA8D1EF1101D964B00A5C982 /* scale1.1024.png */,
180
179
DA8D1E99101D04BC00A5C982 /* scale2.png */,
181
DA72E2FA101CF7D500BDB2EB /* scale1-1.png */,
182
180
DAE08B1C101CF3460010D6B6 /* scale1.png */,
183
181
28AD733E0D9D9553002E5188 /* MainWindow.xib */,
184
182
8D1107310486CEB800E47090 /* MarineCompass-Info.plist */,
187
185
sourceTree = "<group>";
189
187
29B97323FDCFA39411CA2CEA /* Frameworks */ = {