• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// !$*UTF8*$!
2{
3	archiveVersion = 1;
4	classes = {
5	};
6	objectVersion = 46;
7	objects = {
8
9/* Begin PBXBuildFile section */
10		932918081D8376BE0029432C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 932918071D8376BE0029432C /* main.m */; };
11		9329180B1D8376BE0029432C /* WALTAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9329180A1D8376BE0029432C /* WALTAppDelegate.m */; };
12		9329180E1D8376BE0029432C /* MenuController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9329180D1D8376BE0029432C /* MenuController.m */; };
13		932918111D8376BE0029432C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9329180F1D8376BE0029432C /* Main.storyboard */; };
14		932918131D8376BE0029432C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 932918121D8376BE0029432C /* Assets.xcassets */; };
15		9329181F1D837A3E0029432C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9329181D1D837A3E0029432C /* LaunchScreen.storyboard */; };
16		932B1C6A1D861108008F3025 /* TapLatencyController.m in Sources */ = {isa = PBXBuildFile; fileRef = 932B1C691D861108008F3025 /* TapLatencyController.m */; };
17		932B1C761D865AE2008F3025 /* WALTLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 932B1C751D865AE2008F3025 /* WALTLogger.m */; };
18		93B35DE31D8CA7D000BE2E58 /* DebugLogController.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B35DE21D8CA7D000BE2E58 /* DebugLogController.m */; };
19		93B35DEC1D90639500BE2E58 /* CoreMIDI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B35DEB1D90639500BE2E58 /* CoreMIDI.framework */; };
20		93B35DEF1D90B4C500BE2E58 /* MIDIClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B35DEE1D90B4C500BE2E58 /* MIDIClient.m */; };
21		93B35DF31D90B7C200BE2E58 /* MIDIEndpoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B35DF21D90B7C200BE2E58 /* MIDIEndpoint.m */; };
22		93B35E081D91F1FE00BE2E58 /* MIDIMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B35E071D91F1FE00BE2E58 /* MIDIMessage.m */; };
23		93B35E0C1D92FA6200BE2E58 /* WALTClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B35E0B1D92FA6200BE2E58 /* WALTClient.m */; };
24		93B44C781D9AF97600D9BEC9 /* WALTTouch.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B44C771D9AF97600D9BEC9 /* WALTTouch.m */; };
25		93B44C7D1D9C433A00D9BEC9 /* SettingsController.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B44C7C1D9C433A00D9BEC9 /* SettingsController.m */; };
26		93B44C801D9C4DE300D9BEC9 /* ScreenResponseController.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B44C7F1D9C4DE300D9BEC9 /* ScreenResponseController.m */; };
27		93B44C831D9D9E1F00D9BEC9 /* NSArray+Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B44C821D9D9E1F00D9BEC9 /* NSArray+Extensions.m */; };
28		93B44C881D9EE33400D9BEC9 /* UIAlertView+Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 93B44C871D9EE33400D9BEC9 /* UIAlertView+Extensions.m */; };
29		93B44C8B1D9F1D3700D9BEC9 /* DragLatencyController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 93B44C8A1D9F1D3700D9BEC9 /* DragLatencyController.mm */; };
30		93B44C901DA8562E00D9BEC9 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B44C8F1DA8562E00D9BEC9 /* UIKit.framework */; };
31		93B44C921DA8563900D9BEC9 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93B44C911DA8563900D9BEC9 /* CoreGraphics.framework */; };
32/* End PBXBuildFile section */
33
34/* Begin PBXFileReference section */
35		932918031D8376BE0029432C /* WALT.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WALT.app; sourceTree = BUILT_PRODUCTS_DIR; };
36		932918071D8376BE0029432C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
37		932918091D8376BE0029432C /* WALTAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WALTAppDelegate.h; sourceTree = "<group>"; };
38		9329180A1D8376BE0029432C /* WALTAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WALTAppDelegate.m; sourceTree = "<group>"; };
39		9329180C1D8376BE0029432C /* MenuController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MenuController.h; sourceTree = "<group>"; };
40		9329180D1D8376BE0029432C /* MenuController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MenuController.m; sourceTree = "<group>"; };
41		932918101D8376BE0029432C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
42		932918121D8376BE0029432C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
43		932918171D8376BE0029432C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
44		9329181E1D837A3E0029432C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
45		932B1C681D861108008F3025 /* TapLatencyController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TapLatencyController.h; sourceTree = "<group>"; };
46		932B1C691D861108008F3025 /* TapLatencyController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TapLatencyController.m; sourceTree = "<group>"; };
47		932B1C741D865AE2008F3025 /* WALTLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WALTLogger.h; sourceTree = "<group>"; };
48		932B1C751D865AE2008F3025 /* WALTLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WALTLogger.m; sourceTree = "<group>"; };
49		93B35DE11D8CA7D000BE2E58 /* DebugLogController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DebugLogController.h; sourceTree = "<group>"; };
50		93B35DE21D8CA7D000BE2E58 /* DebugLogController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DebugLogController.m; sourceTree = "<group>"; };
51		93B35DEB1D90639500BE2E58 /* CoreMIDI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; };
52		93B35DED1D90B4C500BE2E58 /* MIDIClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MIDIClient.h; sourceTree = "<group>"; };
53		93B35DEE1D90B4C500BE2E58 /* MIDIClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MIDIClient.m; sourceTree = "<group>"; };
54		93B35DF11D90B7C200BE2E58 /* MIDIEndpoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MIDIEndpoint.h; sourceTree = "<group>"; };
55		93B35DF21D90B7C200BE2E58 /* MIDIEndpoint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MIDIEndpoint.m; sourceTree = "<group>"; };
56		93B35E061D91F1FE00BE2E58 /* MIDIMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MIDIMessage.h; sourceTree = "<group>"; };
57		93B35E071D91F1FE00BE2E58 /* MIDIMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MIDIMessage.m; sourceTree = "<group>"; };
58		93B35E0A1D92FA6200BE2E58 /* WALTClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WALTClient.h; sourceTree = "<group>"; };
59		93B35E0B1D92FA6200BE2E58 /* WALTClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WALTClient.m; sourceTree = "<group>"; };
60		93B44C761D9AF97600D9BEC9 /* WALTTouch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WALTTouch.h; sourceTree = "<group>"; };
61		93B44C771D9AF97600D9BEC9 /* WALTTouch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WALTTouch.m; sourceTree = "<group>"; };
62		93B44C7B1D9C433A00D9BEC9 /* SettingsController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsController.h; sourceTree = "<group>"; };
63		93B44C7C1D9C433A00D9BEC9 /* SettingsController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SettingsController.m; sourceTree = "<group>"; };
64		93B44C7E1D9C4DE300D9BEC9 /* ScreenResponseController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScreenResponseController.h; sourceTree = "<group>"; };
65		93B44C7F1D9C4DE300D9BEC9 /* ScreenResponseController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScreenResponseController.m; sourceTree = "<group>"; };
66		93B44C811D9D9E1F00D9BEC9 /* NSArray+Extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+Extensions.h"; sourceTree = "<group>"; };
67		93B44C821D9D9E1F00D9BEC9 /* NSArray+Extensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+Extensions.m"; sourceTree = "<group>"; };
68		93B44C861D9EE33400D9BEC9 /* UIAlertView+Extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIAlertView+Extensions.h"; sourceTree = "<group>"; };
69		93B44C871D9EE33400D9BEC9 /* UIAlertView+Extensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIAlertView+Extensions.m"; sourceTree = "<group>"; };
70		93B44C891D9F1D3700D9BEC9 /* DragLatencyController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DragLatencyController.h; sourceTree = "<group>"; };
71		93B44C8A1D9F1D3700D9BEC9 /* DragLatencyController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DragLatencyController.mm; sourceTree = "<group>"; };
72		93B44C8F1DA8562E00D9BEC9 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
73		93B44C911DA8563900D9BEC9 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
74/* End PBXFileReference section */
75
76/* Begin PBXFrameworksBuildPhase section */
77		932918001D8376BD0029432C /* Frameworks */ = {
78			isa = PBXFrameworksBuildPhase;
79			buildActionMask = 2147483647;
80			files = (
81				93B44C921DA8563900D9BEC9 /* CoreGraphics.framework in Frameworks */,
82				93B44C901DA8562E00D9BEC9 /* UIKit.framework in Frameworks */,
83				93B35DEC1D90639500BE2E58 /* CoreMIDI.framework in Frameworks */,
84			);
85			runOnlyForDeploymentPostprocessing = 0;
86		};
87/* End PBXFrameworksBuildPhase section */
88
89/* Begin PBXGroup section */
90		932917FA1D8376BD0029432C = {
91			isa = PBXGroup;
92			children = (
93				932918051D8376BE0029432C /* WALT */,
94				932918041D8376BE0029432C /* Products */,
95				932B1C211D83B14A008F3025 /* Frameworks */,
96			);
97			sourceTree = "<group>";
98		};
99		932918041D8376BE0029432C /* Products */ = {
100			isa = PBXGroup;
101			children = (
102				932918031D8376BE0029432C /* WALT.app */,
103			);
104			name = Products;
105			sourceTree = "<group>";
106		};
107		932918051D8376BE0029432C /* WALT */ = {
108			isa = PBXGroup;
109			children = (
110				932918091D8376BE0029432C /* WALTAppDelegate.h */,
111				9329180A1D8376BE0029432C /* WALTAppDelegate.m */,
112				932B1C741D865AE2008F3025 /* WALTLogger.h */,
113				932B1C751D865AE2008F3025 /* WALTLogger.m */,
114				93B44C761D9AF97600D9BEC9 /* WALTTouch.h */,
115				93B44C771D9AF97600D9BEC9 /* WALTTouch.m */,
116				93B44C811D9D9E1F00D9BEC9 /* NSArray+Extensions.h */,
117				93B44C821D9D9E1F00D9BEC9 /* NSArray+Extensions.m */,
118				93B44C861D9EE33400D9BEC9 /* UIAlertView+Extensions.h */,
119				93B44C871D9EE33400D9BEC9 /* UIAlertView+Extensions.m */,
120				932B1C6C1D861803008F3025 /* Connectivity */,
121				932B1C6D1D861809008F3025 /* UI */,
122				932918061D8376BE0029432C /* Supporting Files */,
123			);
124			path = WALT;
125			sourceTree = "<group>";
126		};
127		932918061D8376BE0029432C /* Supporting Files */ = {
128			isa = PBXGroup;
129			children = (
130				932918071D8376BE0029432C /* main.m */,
131				932918171D8376BE0029432C /* Info.plist */,
132			);
133			name = "Supporting Files";
134			sourceTree = "<group>";
135		};
136		932B1C211D83B14A008F3025 /* Frameworks */ = {
137			isa = PBXGroup;
138			children = (
139				93B44C911DA8563900D9BEC9 /* CoreGraphics.framework */,
140				93B44C8F1DA8562E00D9BEC9 /* UIKit.framework */,
141				93B35DEB1D90639500BE2E58 /* CoreMIDI.framework */,
142			);
143			name = Frameworks;
144			sourceTree = "<group>";
145		};
146		932B1C6C1D861803008F3025 /* Connectivity */ = {
147			isa = PBXGroup;
148			children = (
149				93B35DED1D90B4C500BE2E58 /* MIDIClient.h */,
150				93B35DEE1D90B4C500BE2E58 /* MIDIClient.m */,
151				93B35DF11D90B7C200BE2E58 /* MIDIEndpoint.h */,
152				93B35DF21D90B7C200BE2E58 /* MIDIEndpoint.m */,
153				93B35E061D91F1FE00BE2E58 /* MIDIMessage.h */,
154				93B35E071D91F1FE00BE2E58 /* MIDIMessage.m */,
155				93B35E0A1D92FA6200BE2E58 /* WALTClient.h */,
156				93B35E0B1D92FA6200BE2E58 /* WALTClient.m */,
157			);
158			name = Connectivity;
159			sourceTree = "<group>";
160		};
161		932B1C6D1D861809008F3025 /* UI */ = {
162			isa = PBXGroup;
163			children = (
164				9329180C1D8376BE0029432C /* MenuController.h */,
165				9329180D1D8376BE0029432C /* MenuController.m */,
166				93B35DE11D8CA7D000BE2E58 /* DebugLogController.h */,
167				93B35DE21D8CA7D000BE2E58 /* DebugLogController.m */,
168				93B44C891D9F1D3700D9BEC9 /* DragLatencyController.h */,
169				93B44C8A1D9F1D3700D9BEC9 /* DragLatencyController.mm */,
170				93B44C7B1D9C433A00D9BEC9 /* SettingsController.h */,
171				93B44C7C1D9C433A00D9BEC9 /* SettingsController.m */,
172				93B44C7E1D9C4DE300D9BEC9 /* ScreenResponseController.h */,
173				93B44C7F1D9C4DE300D9BEC9 /* ScreenResponseController.m */,
174				932B1C681D861108008F3025 /* TapLatencyController.h */,
175				932B1C691D861108008F3025 /* TapLatencyController.m */,
176				9329180F1D8376BE0029432C /* Main.storyboard */,
177				9329181D1D837A3E0029432C /* LaunchScreen.storyboard */,
178				932918121D8376BE0029432C /* Assets.xcassets */,
179			);
180			name = UI;
181			sourceTree = "<group>";
182		};
183/* End PBXGroup section */
184
185/* Begin PBXNativeTarget section */
186		932918021D8376BD0029432C /* WALT */ = {
187			isa = PBXNativeTarget;
188			buildConfigurationList = 9329181A1D8376BE0029432C /* Build configuration list for PBXNativeTarget "WALT" */;
189			buildPhases = (
190				932917FF1D8376BD0029432C /* Sources */,
191				932918001D8376BD0029432C /* Frameworks */,
192				932918011D8376BD0029432C /* Resources */,
193			);
194			buildRules = (
195			);
196			dependencies = (
197			);
198			name = WALT;
199			productName = WALT;
200			productReference = 932918031D8376BE0029432C /* WALT.app */;
201			productType = "com.apple.product-type.application";
202		};
203/* End PBXNativeTarget section */
204
205/* Begin PBXProject section */
206		932917FB1D8376BD0029432C /* Project object */ = {
207			isa = PBXProject;
208			attributes = {
209				LastUpgradeCheck = 0810;
210				ORGANIZATIONNAME = "Google Inc.";
211				TargetAttributes = {
212					932918021D8376BD0029432C = {
213						CreatedOnToolsVersion = 7.3.1;
214						DevelopmentTeam = M624B4DA33;
215						SystemCapabilities = {
216							com.apple.BackgroundModes = {
217								enabled = 1;
218							};
219							com.apple.WAC = {
220								enabled = 0;
221							};
222						};
223					};
224				};
225			};
226			buildConfigurationList = 932917FE1D8376BD0029432C /* Build configuration list for PBXProject "WALT" */;
227			compatibilityVersion = "Xcode 3.2";
228			developmentRegion = English;
229			hasScannedForEncodings = 0;
230			knownRegions = (
231				en,
232				Base,
233			);
234			mainGroup = 932917FA1D8376BD0029432C;
235			productRefGroup = 932918041D8376BE0029432C /* Products */;
236			projectDirPath = "";
237			projectRoot = "";
238			targets = (
239				932918021D8376BD0029432C /* WALT */,
240			);
241		};
242/* End PBXProject section */
243
244/* Begin PBXResourcesBuildPhase section */
245		932918011D8376BD0029432C /* Resources */ = {
246			isa = PBXResourcesBuildPhase;
247			buildActionMask = 2147483647;
248			files = (
249				9329181F1D837A3E0029432C /* LaunchScreen.storyboard in Resources */,
250				932918131D8376BE0029432C /* Assets.xcassets in Resources */,
251				932918111D8376BE0029432C /* Main.storyboard in Resources */,
252			);
253			runOnlyForDeploymentPostprocessing = 0;
254		};
255/* End PBXResourcesBuildPhase section */
256
257/* Begin PBXSourcesBuildPhase section */
258		932917FF1D8376BD0029432C /* Sources */ = {
259			isa = PBXSourcesBuildPhase;
260			buildActionMask = 2147483647;
261			files = (
262				93B44C7D1D9C433A00D9BEC9 /* SettingsController.m in Sources */,
263				93B35E081D91F1FE00BE2E58 /* MIDIMessage.m in Sources */,
264				93B44C881D9EE33400D9BEC9 /* UIAlertView+Extensions.m in Sources */,
265				93B44C831D9D9E1F00D9BEC9 /* NSArray+Extensions.m in Sources */,
266				93B44C8B1D9F1D3700D9BEC9 /* DragLatencyController.mm in Sources */,
267				93B35DE31D8CA7D000BE2E58 /* DebugLogController.m in Sources */,
268				9329180E1D8376BE0029432C /* MenuController.m in Sources */,
269				93B35DEF1D90B4C500BE2E58 /* MIDIClient.m in Sources */,
270				93B35DF31D90B7C200BE2E58 /* MIDIEndpoint.m in Sources */,
271				9329180B1D8376BE0029432C /* WALTAppDelegate.m in Sources */,
272				932B1C6A1D861108008F3025 /* TapLatencyController.m in Sources */,
273				932918081D8376BE0029432C /* main.m in Sources */,
274				93B44C801D9C4DE300D9BEC9 /* ScreenResponseController.m in Sources */,
275				93B35E0C1D92FA6200BE2E58 /* WALTClient.m in Sources */,
276				932B1C761D865AE2008F3025 /* WALTLogger.m in Sources */,
277				93B44C781D9AF97600D9BEC9 /* WALTTouch.m in Sources */,
278			);
279			runOnlyForDeploymentPostprocessing = 0;
280		};
281/* End PBXSourcesBuildPhase section */
282
283/* Begin PBXVariantGroup section */
284		9329180F1D8376BE0029432C /* Main.storyboard */ = {
285			isa = PBXVariantGroup;
286			children = (
287				932918101D8376BE0029432C /* Base */,
288			);
289			name = Main.storyboard;
290			sourceTree = "<group>";
291		};
292		9329181D1D837A3E0029432C /* LaunchScreen.storyboard */ = {
293			isa = PBXVariantGroup;
294			children = (
295				9329181E1D837A3E0029432C /* Base */,
296			);
297			name = LaunchScreen.storyboard;
298			sourceTree = "<group>";
299		};
300/* End PBXVariantGroup section */
301
302/* Begin XCBuildConfiguration section */
303		932918181D8376BE0029432C /* Debug */ = {
304			isa = XCBuildConfiguration;
305			buildSettings = {
306				CLANG_ANALYZER_NONNULL = YES;
307				CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
308				CLANG_CXX_LIBRARY = "libc++";
309				CLANG_ENABLE_OBJC_ARC = YES;
310				CLANG_WARN_BOOL_CONVERSION = YES;
311				CLANG_WARN_CONSTANT_CONVERSION = YES;
312				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
313				CLANG_WARN_EMPTY_BODY = YES;
314				CLANG_WARN_ENUM_CONVERSION = YES;
315				CLANG_WARN_INFINITE_RECURSION = YES;
316				CLANG_WARN_INT_CONVERSION = YES;
317				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
318				CLANG_WARN_SUSPICIOUS_MOVE = YES;
319				CLANG_WARN_UNREACHABLE_CODE = YES;
320				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
321				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
322				COPY_PHASE_STRIP = NO;
323				DEBUG_INFORMATION_FORMAT = dwarf;
324				ENABLE_STRICT_OBJC_MSGSEND = YES;
325				ENABLE_TESTABILITY = YES;
326				GCC_C_LANGUAGE_STANDARD = c11;
327				GCC_DYNAMIC_NO_PIC = NO;
328				GCC_NO_COMMON_BLOCKS = YES;
329				GCC_OPTIMIZATION_LEVEL = 0;
330				GCC_PREPROCESSOR_DEFINITIONS = (
331					"DEBUG=1",
332					"$(inherited)",
333				);
334				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
335				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
336				GCC_WARN_UNDECLARED_SELECTOR = YES;
337				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
338				GCC_WARN_UNUSED_FUNCTION = YES;
339				GCC_WARN_UNUSED_VARIABLE = YES;
340				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
341				MTL_ENABLE_DEBUG_INFO = YES;
342				ONLY_ACTIVE_ARCH = YES;
343				SDKROOT = iphoneos;
344				TARGETED_DEVICE_FAMILY = "1,2";
345			};
346			name = Debug;
347		};
348		932918191D8376BE0029432C /* Release */ = {
349			isa = XCBuildConfiguration;
350			buildSettings = {
351				CLANG_ANALYZER_NONNULL = YES;
352				CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
353				CLANG_CXX_LIBRARY = "libc++";
354				CLANG_ENABLE_OBJC_ARC = YES;
355				CLANG_WARN_BOOL_CONVERSION = YES;
356				CLANG_WARN_CONSTANT_CONVERSION = YES;
357				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
358				CLANG_WARN_EMPTY_BODY = YES;
359				CLANG_WARN_ENUM_CONVERSION = YES;
360				CLANG_WARN_INFINITE_RECURSION = YES;
361				CLANG_WARN_INT_CONVERSION = YES;
362				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
363				CLANG_WARN_SUSPICIOUS_MOVE = YES;
364				CLANG_WARN_UNREACHABLE_CODE = YES;
365				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
366				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
367				COPY_PHASE_STRIP = NO;
368				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
369				ENABLE_NS_ASSERTIONS = NO;
370				ENABLE_STRICT_OBJC_MSGSEND = YES;
371				GCC_C_LANGUAGE_STANDARD = c11;
372				GCC_NO_COMMON_BLOCKS = YES;
373				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
374				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
375				GCC_WARN_UNDECLARED_SELECTOR = YES;
376				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
377				GCC_WARN_UNUSED_FUNCTION = YES;
378				GCC_WARN_UNUSED_VARIABLE = YES;
379				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
380				MTL_ENABLE_DEBUG_INFO = NO;
381				SDKROOT = iphoneos;
382				TARGETED_DEVICE_FAMILY = "1,2";
383				VALIDATE_PRODUCT = YES;
384			};
385			name = Release;
386		};
387		9329181B1D8376BE0029432C /* Debug */ = {
388			isa = XCBuildConfiguration;
389			buildSettings = {
390				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
391				CODE_SIGN_IDENTITY = "iPhone Developer";
392				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
393				INFOPLIST_FILE = WALT/Info.plist;
394				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
395				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
396				PRODUCT_BUNDLE_IDENTIFIER = org.chromium.latency.WALT;
397				PRODUCT_NAME = "$(TARGET_NAME)";
398				PROVISIONING_PROFILE = "";
399			};
400			name = Debug;
401		};
402		9329181C1D8376BE0029432C /* Release */ = {
403			isa = XCBuildConfiguration;
404			buildSettings = {
405				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
406				CODE_SIGN_IDENTITY = "iPhone Developer";
407				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
408				INFOPLIST_FILE = WALT/Info.plist;
409				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
410				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
411				PRODUCT_BUNDLE_IDENTIFIER = org.chromium.latency.WALT;
412				PRODUCT_NAME = "$(TARGET_NAME)";
413				PROVISIONING_PROFILE = "";
414			};
415			name = Release;
416		};
417/* End XCBuildConfiguration section */
418
419/* Begin XCConfigurationList section */
420		932917FE1D8376BD0029432C /* Build configuration list for PBXProject "WALT" */ = {
421			isa = XCConfigurationList;
422			buildConfigurations = (
423				932918181D8376BE0029432C /* Debug */,
424				932918191D8376BE0029432C /* Release */,
425			);
426			defaultConfigurationIsVisible = 0;
427			defaultConfigurationName = Release;
428		};
429		9329181A1D8376BE0029432C /* Build configuration list for PBXNativeTarget "WALT" */ = {
430			isa = XCConfigurationList;
431			buildConfigurations = (
432				9329181B1D8376BE0029432C /* Debug */,
433				9329181C1D8376BE0029432C /* Release */,
434			);
435			defaultConfigurationIsVisible = 0;
436			defaultConfigurationName = Release;
437		};
438/* End XCConfigurationList section */
439	};
440	rootObject = 932917FB1D8376BD0029432C /* Project object */;
441}
442