source: trunk/Cocoa/Pester/Source/Pester.pbproj/project.pbxproj@ 51

Last change on this file since 51 was 51, checked in by Nicholas Riley, 21 years ago

Alarms.nib: Removed horizontal scroll bar. Turned on grid. Set delegate to NJRTableDelegate instead of PSAlarmSetController.

NJRTableDelegate: In general, made functional (was previously unused). Fixed MyCompanyName. Changed ORDER_BY_CONTEXT to use key-value coding instead of assuming data consists of a dictionary of dictionaries. Added sorting support (reorderedData, replaces oData) with autosave support for sort context. Added _positionTypeSelectDisplay, which adjusts position and justification of type select display control based on the current sort column. Added support for reverse sorting in type select string. Use table data source instead of sorted data so text matches as displayed (this will break with non-text cells...).

NJRTableView: Adapted from iTableView (Jaguar table alternate table background color), TableTester (most everything else) and NJROutlineView (keyDown, moveToBeginning/EndOfDocument). Support for type selection, delete shortcut for row deletion, and iTunes-alike background colors and frame.

NSCharacterSet-NJRExtensions: Moved _typeSelectSet from NJROutlineView as it's now shared with NJRTableView. Still need to factor NJROutlineView as embedded in HostLauncher some day.

PSAlarm: Reorganized, renamed and categorized methods. Added time accessor for the benefit of sorting. Renamed compare: to compareDate: for clarity. Added compareMessage:, though it's currently unused. Renamed cancel to cancelTimer for clarity.

PSAlarmSetController: More fun with initial first responder on window show/hide; still need to work around bug properly (subclass NSComboBox?) and fix it for real. As is, works for OS X 10.1.

PSAlarms: Added alarms accessor, returning alarm array. Fixed memory leak on successful alarm removal (oops). Added removeAlarms:, needed with sorted alarm list.

PSAlarmsController: Set window resize increment. Changes to table delegate methods to use reordered alarm list. Register for NSTableViewSelectionDidChangeNotification now we're no longer the table view delegate. Fixed autoselection in alarmsChanged by using data reordering support in NJRTableView. Implement NJRTableViewDataSource to permit deletion from table view.

Pester.pbproj: Added new files.

Read Me.rtfd: Added TableTester/iTableView acknowledgements. Updated release notes.

File size: 32.0 KB
Line 
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 38;
7 objects = {
8 080E96DDFE201D6D7F000001 = {
9 children = (
10 F560E2F20357506401A4E466,
11 F560E2F10357506401A4E466,
12 F560E311035787D501A4E466,
13 F560E314035787F901A4E466,
14 F59E47AF036AAC31016B311C,
15 F560E312035787E001A4E466,
16 F560E313035787ED01A4E466,
17 );
18 isa = PBXGroup;
19 name = Classes;
20 refType = 4;
21 };
22 089C165CFE840E0CC02AAC07 = {
23 children = (
24 089C165DFE840E0CC02AAC07,
25 );
26 isa = PBXVariantGroup;
27 name = InfoPlist.strings;
28 refType = 4;
29 };
30 089C165DFE840E0CC02AAC07 = {
31 fileEncoding = 10;
32 isa = PBXFileReference;
33 name = English;
34 path = English.lproj/InfoPlist.strings;
35 refType = 4;
36 };
37//080
38//081
39//082
40//083
41//084
42//100
43//101
44//102
45//103
46//104
47 1058C7A0FEA54F0111CA2CBB = {
48 children = (
49 1058C7A1FEA54F0111CA2CBB,
50 F5F240D0036A87E301FE7503,
51 F5F24187036A90D901FE7503,
52 F59E4BEA036B33EC016B311C,
53 );
54 isa = PBXGroup;
55 name = "Linked Frameworks";
56 refType = 4;
57 };
58 1058C7A1FEA54F0111CA2CBB = {
59 isa = PBXFrameworkReference;
60 name = Cocoa.framework;
61 path = /System/Library/Frameworks/Cocoa.framework;
62 refType = 0;
63 };
64 1058C7A2FEA54F0111CA2CBB = {
65 children = (
66 29B97325FDCFA39411CA2CEA,
67 29B97324FDCFA39411CA2CEA,
68 );
69 isa = PBXGroup;
70 name = "Other Frameworks";
71 refType = 4;
72 };
73 1058C7A3FEA54F0111CA2CBB = {
74 fileRef = 1058C7A1FEA54F0111CA2CBB;
75 isa = PBXBuildFile;
76 settings = {
77 };
78 };
79//100
80//101
81//102
82//103
83//104
84//170
85//171
86//172
87//173
88//174
89 17587328FF379C6511CA2CBB = {
90 isa = PBXApplicationReference;
91 path = Pester.app;
92 refType = 3;
93 };
94//170
95//171
96//172
97//173
98//174
99//190
100//191
101//192
102//193
103//194
104 19C28FACFE9D520D11CA2CBB = {
105 children = (
106 17587328FF379C6511CA2CBB,
107 );
108 isa = PBXGroup;
109 name = Products;
110 refType = 4;
111 };
112//190
113//191
114//192
115//193
116//194
117//290
118//291
119//292
120//293
121//294
122 29B97313FDCFA39411CA2CEA = {
123 buildStyles = (
124 4A9504CCFFE6A4B311CA0CBA,
125 4A9504CDFFE6A4B311CA0CBA,
126 );
127 isa = PBXProject;
128 mainGroup = 29B97314FDCFA39411CA2CEA;
129 projectDirPath = "";
130 targets = (
131 29B97326FDCFA39411CA2CEA,
132 );
133 };
134 29B97314FDCFA39411CA2CEA = {
135 children = (
136 080E96DDFE201D6D7F000001,
137 29B97315FDCFA39411CA2CEA,
138 29B97317FDCFA39411CA2CEA,
139 29B97323FDCFA39411CA2CEA,
140 19C28FACFE9D520D11CA2CBB,
141 );
142 isa = PBXGroup;
143 name = Pester;
144 path = "";
145 refType = 4;
146 };
147 29B97315FDCFA39411CA2CEA = {
148 children = (
149 29B97316FDCFA39411CA2CEA,
150 );
151 isa = PBXGroup;
152 name = "Other Sources";
153 path = "";
154 refType = 4;
155 };
156 29B97316FDCFA39411CA2CEA = {
157 isa = PBXFileReference;
158 path = main.m;
159 refType = 4;
160 };
161 29B97317FDCFA39411CA2CEA = {
162 children = (
163 F5243DA40378681101AEEDB1,
164 29B97318FDCFA39411CA2CEA,
165 F560E2EE03574F8A01A4E466,
166 F59DC6DF0353DF5E01AEEDB1,
167 F59E4BDE036B1D94016B311C,
168 089C165CFE840E0CC02AAC07,
169 F59DD44F0358ABF4017318D0,
170 F589C9C6035AA12B0155F4B2,
171 F59DC6E30353ED1201AEEDB1,
172 F562F809037E5D0101AEEDB1,
173 );
174 isa = PBXGroup;
175 name = Resources;
176 path = "";
177 refType = 4;
178 };
179 29B97318FDCFA39411CA2CEA = {
180 children = (
181 29B97319FDCFA39411CA2CEA,
182 );
183 isa = PBXVariantGroup;
184 name = MainMenu.nib;
185 path = "";
186 refType = 4;
187 };
188 29B97319FDCFA39411CA2CEA = {
189 isa = PBXFileReference;
190 name = English;
191 path = English.lproj/MainMenu.nib;
192 refType = 4;
193 };
194 29B97323FDCFA39411CA2CEA = {
195 children = (
196 1058C7A0FEA54F0111CA2CBB,
197 1058C7A2FEA54F0111CA2CBB,
198 );
199 isa = PBXGroup;
200 name = Frameworks;
201 path = "";
202 refType = 4;
203 };
204 29B97324FDCFA39411CA2CEA = {
205 isa = PBXFrameworkReference;
206 name = AppKit.framework;
207 path = /System/Library/Frameworks/AppKit.framework;
208 refType = 0;
209 };
210 29B97325FDCFA39411CA2CEA = {
211 isa = PBXFrameworkReference;
212 name = Foundation.framework;
213 path = /System/Library/Frameworks/Foundation.framework;
214 refType = 0;
215 };
216 29B97326FDCFA39411CA2CEA = {
217 buildPhases = (
218 29B97327FDCFA39411CA2CEA,
219 29B97328FDCFA39411CA2CEA,
220 29B9732BFDCFA39411CA2CEA,
221 29B9732DFDCFA39411CA2CEA,
222 );
223 buildSettings = {
224 FRAMEWORK_SEARCH_PATHS = "\"$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks\"";
225 HEADER_SEARCH_PATHS = "";
226 INSTALL_PATH = /;
227 LIBRARY_SEARCH_PATHS = "";
228 OTHER_CFLAGS = "";
229 PRODUCT_NAME = Pester;
230 SECTORDER_FLAGS = "";
231 USE_GCC3_PFE_SUPPORT = YES;
232 WARNING_CFLAGS = "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas";
233 WRAPPER_EXTENSION = app;
234 };
235 dependencies = (
236 );
237 isa = PBXApplicationTarget;
238 name = Pester;
239 productInstallPath = /;
240 productName = Pester;
241 productReference = 17587328FF379C6511CA2CBB;
242 productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
243<!DOCTYPE plist SYSTEM \"file://localhost/System/Library/DTDs/PropertyList.dtd\">
244<plist version=\"0.9\">
245<dict>
246 <key>CFBundleDevelopmentRegion</key>
247 <string>English</string>
248 <key>CFBundleExecutable</key>
249 <string>Pester</string>
250 <key>CFBundleGetInfoString</key>
251 <string>Pester 1.1a3, © 2002 Nicholas Riley</string>
252 <key>CFBundleIconFile</key>
253 <string>Application icon</string>
254 <key>CFBundleIdentifier</key>
255 <string>net.sabi.Pester</string>
256 <key>CFBundleInfoDictionaryVersion</key>
257 <string>6.0</string>
258 <key>CFBundleName</key>
259 <string>Pester</string>
260 <key>CFBundlePackageType</key>
261 <string>APPL</string>
262 <key>CFBundleShortVersionString</key>
263 <string>1.1a3</string>
264 <key>CFBundleSignature</key>
265 <string>Pstr</string>
266 <key>CFBundleVersion</key>
267 <string>1.1a3</string>
268 <key>NSMainNibFile</key>
269 <string>MainMenu</string>
270 <key>NSPrincipalClass</key>
271 <string>PSApplication</string>
272</dict>
273</plist>
274";
275 shouldUseHeadermap = 1;
276 };
277 29B97327FDCFA39411CA2CEA = {
278 buildActionMask = 2147483647;
279 files = (
280 F59DC6D50353C9E601AEEDB1,
281 F59DC6DD0353DE5101AEEDB1,
282 F59DC6EB0353F58B01AEEDB1,
283 F59DC6FE0354188F01AEEDB1,
284 F59F6CB60354E7DA01AEEDB1,
285 F517D6410356B80C016D68B9,
286 F517D6450356B8CC016D68B9,
287 F560E2F40357506501A4E466,
288 F560E310035787BC01A4E466,
289 F560E3170357895001A4E466,
290 F552A8AD0358E8B201AEEDB1,
291 F5F240B7036A862301FE7503,
292 F5F240BA036A867901FE7503,
293 F5F2418B036A910B01FE7503,
294 F59E479E036AA5E9016B311C,
295 F59E47A1036AA5E9016B311C,
296 F59E47A2036AA5E9016B311C,
297 F59E47A3036AA5E9016B311C,
298 F59E47A4036AA5E9016B311C,
299 F59E47AA036AAA6D016B311C,
300 F59E47AE036AAC1E016B311C,
301 F59E47B3036AACD1016B311C,
302 F59E47B7036AAD55016B311C,
303 F59E47BB036AB217016B311C,
304 F59E47BF036AB228016B311C,
305 F59E47C3036B1ADD016B311C,
306 F59E4BE9036B2E5E016B311C,
307 F59E4C10036B43D2016B311C,
308 F5F19868036B80AF01EB0372,
309 F5F1986F036B813101EB0372,
310 F5F19873036B822E01EB0372,
311 F5F198D3036BE57401EB0372,
312 F5F19910036D3B3101EB0372,
313 F515C768037DFB56018DB5B3,
314 F5B79839035F64F80136A8DD,
315 F5B79868038865B30136A8DD,
316 );
317 isa = PBXHeadersBuildPhase;
318 };
319 29B97328FDCFA39411CA2CEA = {
320 buildActionMask = 2147483647;
321 files = (
322 F59DC6E10353DF5E01AEEDB1,
323 F59DC6E40353ED1201AEEDB1,
324 F560E2F003574F8A01A4E466,
325 F560E2F6035766F101A4E466,
326 F560E2F7035766F201A4E466,
327 F59DD4510358ABF7017318D0,
328 F589C9C7035AA12E0155F4B2,
329 F59E4BE0036B1D94016B311C,
330 F5243DA50378681101AEEDB1,
331 );
332 isa = PBXResourcesBuildPhase;
333 };
334 29B9732BFDCFA39411CA2CEA = {
335 buildActionMask = 2147483647;
336 files = (
337 29B9732CFDCFA39411CA2CEA,
338 F59DC6D60353C9E601AEEDB1,
339 F59DC6DE0353DE5101AEEDB1,
340 F59DC6EA0353F58B01AEEDB1,
341 F59DC6FF0354188F01AEEDB1,
342 F59F6CB70354E7DA01AEEDB1,
343 F517D6400356B80C016D68B9,
344 F517D6440356B8CC016D68B9,
345 F560E2F30357506401A4E466,
346 F560E30F035787BC01A4E466,
347 F560E3180357895001A4E466,
348 F552A8AE0358E8B201AEEDB1,
349 F5F240B8036A862301FE7503,
350 F5F240CB036A869401FE7503,
351 F5F240CE036A877301FE7503,
352 F59E479C036AA5E9016B311C,
353 F59E479D036AA5E9016B311C,
354 F59E479F036AA5E9016B311C,
355 F59E47A0036AA5E9016B311C,
356 F59E47A9036AAA6D016B311C,
357 F59E47AD036AAC1E016B311C,
358 F59E47B2036AACD1016B311C,
359 F59E47B6036AAD55016B311C,
360 F59E47BA036AB217016B311C,
361 F59E47BE036AB228016B311C,
362 F59E47C2036B1ADD016B311C,
363 F59E4BE8036B2E5E016B311C,
364 F59E4C0F036B43D2016B311C,
365 F5F19869036B80AF01EB0372,
366 F5F1986E036B813101EB0372,
367 F5F19872036B822E01EB0372,
368 F5F198D2036BE57401EB0372,
369 F5F198DB036BE75E01EB0372,
370 F5F1990F036D3B3101EB0372,
371 F5B79838035F64F80136A8DD,
372 F5B79867038865B30136A8DD,
373 );
374 isa = PBXSourcesBuildPhase;
375 };
376 29B9732CFDCFA39411CA2CEA = {
377 fileRef = 29B97316FDCFA39411CA2CEA;
378 isa = PBXBuildFile;
379 settings = {
380 ATTRIBUTES = (
381 );
382 };
383 };
384 29B9732DFDCFA39411CA2CEA = {
385 buildActionMask = 2147483647;
386 files = (
387 1058C7A3FEA54F0111CA2CBB,
388 F5F24166036A87E401FE7503,
389 F5F24189036A90D901FE7503,
390 F59E4C0C036B33EC016B311C,
391 );
392 isa = PBXFrameworksBuildPhase;
393 };
394//290
395//291
396//292
397//293
398//294
399//4A0
400//4A1
401//4A2
402//4A3
403//4A4
404 4A9504CCFFE6A4B311CA0CBA = {
405 buildRules = (
406 );
407 buildSettings = {
408 COPY_PHASE_STRIP = NO;
409 OPTIMIZATION_CFLAGS = "-O0";
410 };
411 isa = PBXBuildStyle;
412 name = Development;
413 };
414 4A9504CDFFE6A4B311CA0CBA = {
415 buildRules = (
416 );
417 buildSettings = {
418 COPY_PHASE_STRIP = YES;
419 };
420 isa = PBXBuildStyle;
421 name = Deployment;
422 };
423//4A0
424//4A1
425//4A2
426//4A3
427//4A4
428//F50
429//F51
430//F52
431//F53
432//F54
433 F515C768037DFB56018DB5B3 = {
434 fileRef = F5F240CD036A877301FE7503;
435 isa = PBXBuildFile;
436 settings = {
437 };
438 };
439 F517D63E0356B80C016D68B9 = {
440 isa = PBXFileReference;
441 path = PSAlarmsController.m;
442 refType = 4;
443 };
444 F517D63F0356B80C016D68B9 = {
445 isa = PBXFileReference;
446 path = PSAlarmsController.h;
447 refType = 4;
448 };
449 F517D6400356B80C016D68B9 = {
450 fileRef = F517D63E0356B80C016D68B9;
451 isa = PBXBuildFile;
452 settings = {
453 };
454 };
455 F517D6410356B80C016D68B9 = {
456 fileRef = F517D63F0356B80C016D68B9;
457 isa = PBXBuildFile;
458 settings = {
459 };
460 };
461 F517D6420356B8CC016D68B9 = {
462 isa = PBXFileReference;
463 path = PSAlarms.m;
464 refType = 4;
465 };
466 F517D6430356B8CC016D68B9 = {
467 isa = PBXFileReference;
468 path = PSAlarms.h;
469 refType = 4;
470 };
471 F517D6440356B8CC016D68B9 = {
472 fileRef = F517D6420356B8CC016D68B9;
473 isa = PBXBuildFile;
474 settings = {
475 };
476 };
477 F517D6450356B8CC016D68B9 = {
478 fileRef = F517D6430356B8CC016D68B9;
479 isa = PBXBuildFile;
480 settings = {
481 };
482 };
483 F5243DA40378681101AEEDB1 = {
484 isa = PBXFileReference;
485 path = "Popup triangle.tiff";
486 refType = 4;
487 };
488 F5243DA50378681101AEEDB1 = {
489 fileRef = F5243DA40378681101AEEDB1;
490 isa = PBXBuildFile;
491 settings = {
492 };
493 };
494 F552A8AB0358E8B201AEEDB1 = {
495 isa = PBXFileReference;
496 path = NJRScrollView.h;
497 refType = 4;
498 };
499 F552A8AC0358E8B201AEEDB1 = {
500 isa = PBXFileReference;
501 path = NJRScrollView.m;
502 refType = 4;
503 };
504 F552A8AD0358E8B201AEEDB1 = {
505 fileRef = F552A8AB0358E8B201AEEDB1;
506 isa = PBXBuildFile;
507 settings = {
508 };
509 };
510 F552A8AE0358E8B201AEEDB1 = {
511 fileRef = F552A8AC0358E8B201AEEDB1;
512 isa = PBXBuildFile;
513 settings = {
514 };
515 };
516 F560E2EE03574F8A01A4E466 = {
517 children = (
518 F560E2EF03574F8A01A4E466,
519 );
520 isa = PBXVariantGroup;
521 name = Alarms.nib;
522 path = "";
523 refType = 4;
524 };
525 F560E2EF03574F8A01A4E466 = {
526 isa = PBXFileReference;
527 name = English;
528 path = English.lproj/Alarms.nib;
529 refType = 4;
530 };
531 F560E2F003574F8A01A4E466 = {
532 fileRef = F560E2EE03574F8A01A4E466;
533 isa = PBXBuildFile;
534 settings = {
535 };
536 };
537 F560E2F10357506401A4E466 = {
538 isa = PBXFileReference;
539 path = PSApplication.m;
540 refType = 4;
541 };
542 F560E2F20357506401A4E466 = {
543 isa = PBXFileReference;
544 path = PSApplication.h;
545 refType = 4;
546 };
547 F560E2F30357506401A4E466 = {
548 fileRef = F560E2F10357506401A4E466;
549 isa = PBXBuildFile;
550 settings = {
551 };
552 };
553 F560E2F40357506501A4E466 = {
554 fileRef = F560E2F20357506401A4E466;
555 isa = PBXBuildFile;
556 settings = {
557 };
558 };
559 F560E2F6035766F101A4E466 = {
560 fileRef = 29B97318FDCFA39411CA2CEA;
561 isa = PBXBuildFile;
562 settings = {
563 };
564 };
565 F560E2F7035766F201A4E466 = {
566 fileRef = 089C165CFE840E0CC02AAC07;
567 isa = PBXBuildFile;
568 settings = {
569 };
570 };
571 F560E30D035787BB01A4E466 = {
572 isa = PBXFileReference;
573 path = "NSTableView-NJRExtensions.m";
574 refType = 4;
575 };
576 F560E30E035787BC01A4E466 = {
577 isa = PBXFileReference;
578 path = "NSTableView-NJRExtensions.h";
579 refType = 4;
580 };
581 F560E30F035787BC01A4E466 = {
582 fileRef = F560E30D035787BB01A4E466;
583 isa = PBXBuildFile;
584 settings = {
585 };
586 };
587 F560E310035787BC01A4E466 = {
588 fileRef = F560E30E035787BC01A4E466;
589 isa = PBXBuildFile;
590 settings = {
591 };
592 };
593 F560E311035787D501A4E466 = {
594 children = (
595 F517D63F0356B80C016D68B9,
596 F517D63E0356B80C016D68B9,
597 F59DC6D30353C9E601AEEDB1,
598 F59DC6D40353C9E601AEEDB1,
599 F59E47B5036AAD55016B311C,
600 F59E47B4036AAD55016B311C,
601 F59DC6DB0353DE5101AEEDB1,
602 F59DC6DC0353DE5101AEEDB1,
603 F59E47C1036B1ADD016B311C,
604 F59E47C0036B1ADD016B311C,
605 F5F198D1036BE57401EB0372,
606 F5F198D0036BE57401EB0372,
607 );
608 isa = PBXGroup;
609 name = Controllers;
610 refType = 4;
611 };
612 F560E312035787E001A4E466 = {
613 children = (
614 F59F6CB40354E7DA01AEEDB1,
615 F59F6CB50354E7DA01AEEDB1,
616 F517D6430356B8CC016D68B9,
617 F517D6420356B8CC016D68B9,
618 );
619 isa = PBXGroup;
620 name = Models;
621 refType = 4;
622 };
623 F560E313035787ED01A4E466 = {
624 children = (
625 F5F19865036B806201EB0372,
626 F59E47A6036AA5FC016B311C,
627 F59E47A5036AA5F2016B311C,
628 F59DC6E90353F58B01AEEDB1,
629 F59DC6E80353F58B01AEEDB1,
630 F59DC6FC0354188F01AEEDB1,
631 F59DC6FD0354188F01AEEDB1,
632 F5F2418A036A910B01FE7503,
633 F5B79866038865B30136A8DD,
634 F5B79865038865B30136A8DD,
635 F5F1990E036D3B3101EB0372,
636 F5F1990D036D3B3101EB0372,
637 F59E4C0E036B43D2016B311C,
638 F59E4C0D036B43D2016B311C,
639 F560E30E035787BC01A4E466,
640 F560E30D035787BB01A4E466,
641 F5F198DA036BE75E01EB0372,
642 F5F198D9036BE75E01EB0372,
643 );
644 isa = PBXGroup;
645 name = Utilities;
646 refType = 4;
647 };
648 F560E314035787F901A4E466 = {
649 children = (
650 F5B79837035F64F80136A8DD,
651 F5B79836035F64F80136A8DD,
652 F552A8AB0358E8B201AEEDB1,
653 F552A8AC0358E8B201AEEDB1,
654 F560E3150357895001A4E466,
655 F560E3160357895001A4E466,
656 F5F240B6036A862101FE7503,
657 F5F240B5036A862101FE7503,
658 F5F240CD036A877301FE7503,
659 F5F240CC036A877301FE7503,
660 F5F19871036B822E01EB0372,
661 F5F19870036B822E01EB0372,
662 );
663 isa = PBXGroup;
664 name = Views;
665 path = "";
666 refType = 4;
667 };
668 F560E3150357895001A4E466 = {
669 isa = PBXFileReference;
670 path = NJRHistoryTrackingComboBox.h;
671 refType = 4;
672 };
673 F560E3160357895001A4E466 = {
674 isa = PBXFileReference;
675 path = NJRHistoryTrackingComboBox.m;
676 refType = 4;
677 };
678 F560E3170357895001A4E466 = {
679 fileRef = F560E3150357895001A4E466;
680 isa = PBXBuildFile;
681 settings = {
682 };
683 };
684 F560E3180357895001A4E466 = {
685 fileRef = F560E3160357895001A4E466;
686 isa = PBXBuildFile;
687 settings = {
688 };
689 };
690 F562F809037E5D0101AEEDB1 = {
691 isa = PBXFileReference;
692 path = VERSION;
693 refType = 4;
694 };
695 F589C9C6035AA12B0155F4B2 = {
696 isa = PBXFileReference;
697 path = "Read Me.rtfd";
698 refType = 4;
699 };
700 F589C9C7035AA12E0155F4B2 = {
701 fileRef = F589C9C6035AA12B0155F4B2;
702 isa = PBXBuildFile;
703 settings = {
704 };
705 };
706 F59DC6D30353C9E601AEEDB1 = {
707 isa = PBXFileReference;
708 path = PSAlarmSetController.h;
709 refType = 4;
710 };
711 F59DC6D40353C9E601AEEDB1 = {
712 isa = PBXFileReference;
713 path = PSAlarmSetController.m;
714 refType = 4;
715 };
716 F59DC6D50353C9E601AEEDB1 = {
717 fileRef = F59DC6D30353C9E601AEEDB1;
718 isa = PBXBuildFile;
719 settings = {
720 };
721 };
722 F59DC6D60353C9E601AEEDB1 = {
723 fileRef = F59DC6D40353C9E601AEEDB1;
724 isa = PBXBuildFile;
725 settings = {
726 };
727 };
728 F59DC6DB0353DE5101AEEDB1 = {
729 isa = PBXFileReference;
730 path = PSAlarmNotifierController.h;
731 refType = 4;
732 };
733 F59DC6DC0353DE5101AEEDB1 = {
734 isa = PBXFileReference;
735 path = PSAlarmNotifierController.m;
736 refType = 4;
737 };
738 F59DC6DD0353DE5101AEEDB1 = {
739 fileRef = F59DC6DB0353DE5101AEEDB1;
740 isa = PBXBuildFile;
741 settings = {
742 };
743 };
744 F59DC6DE0353DE5101AEEDB1 = {
745 fileRef = F59DC6DC0353DE5101AEEDB1;
746 isa = PBXBuildFile;
747 settings = {
748 };
749 };
750 F59DC6DF0353DF5E01AEEDB1 = {
751 children = (
752 F59DC6E00353DF5E01AEEDB1,
753 );
754 isa = PBXVariantGroup;
755 name = Notifier.nib;
756 path = "";
757 refType = 4;
758 };
759 F59DC6E00353DF5E01AEEDB1 = {
760 isa = PBXFileReference;
761 name = English;
762 path = English.lproj/Notifier.nib;
763 refType = 4;
764 };
765 F59DC6E10353DF5E01AEEDB1 = {
766 fileRef = F59DC6DF0353DF5E01AEEDB1;
767 isa = PBXBuildFile;
768 settings = {
769 };
770 };
771 F59DC6E30353ED1201AEEDB1 = {
772 isa = PBXFileReference;
773 path = "Application icon.icns";
774 refType = 4;
775 };
776 F59DC6E40353ED1201AEEDB1 = {
777 fileRef = F59DC6E30353ED1201AEEDB1;
778 isa = PBXBuildFile;
779 settings = {
780 };
781 };
782 F59DC6E80353F58B01AEEDB1 = {
783 isa = PBXFileReference;
784 path = NJRIntegerFilter.m;
785 refType = 4;
786 };
787 F59DC6E90353F58B01AEEDB1 = {
788 isa = PBXFileReference;
789 path = NJRIntegerFilter.h;
790 refType = 4;
791 };
792 F59DC6EA0353F58B01AEEDB1 = {
793 fileRef = F59DC6E80353F58B01AEEDB1;
794 isa = PBXBuildFile;
795 settings = {
796 };
797 };
798 F59DC6EB0353F58B01AEEDB1 = {
799 fileRef = F59DC6E90353F58B01AEEDB1;
800 isa = PBXBuildFile;
801 settings = {
802 };
803 };
804 F59DC6FC0354188F01AEEDB1 = {
805 isa = PBXFileReference;
806 path = NJRDateFormatter.h;
807 refType = 4;
808 };
809 F59DC6FD0354188F01AEEDB1 = {
810 isa = PBXFileReference;
811 path = NJRDateFormatter.m;
812 refType = 4;
813 };
814 F59DC6FE0354188F01AEEDB1 = {
815 fileRef = F59DC6FC0354188F01AEEDB1;
816 isa = PBXBuildFile;
817 settings = {
818 };
819 };
820 F59DC6FF0354188F01AEEDB1 = {
821 fileRef = F59DC6FD0354188F01AEEDB1;
822 isa = PBXBuildFile;
823 settings = {
824 };
825 };
826 F59DD44F0358ABF4017318D0 = {
827 children = (
828 F59DD4500358ABF4017318D0,
829 );
830 isa = PBXVariantGroup;
831 name = Credits.html;
832 path = "";
833 refType = 4;
834 };
835 F59DD4500358ABF4017318D0 = {
836 isa = PBXFileReference;
837 name = English;
838 path = English.lproj/Credits.html;
839 refType = 4;
840 };
841 F59DD4510358ABF7017318D0 = {
842 fileRef = F59DD44F0358ABF4017318D0;
843 isa = PBXBuildFile;
844 settings = {
845 };
846 };
847 F59E4793036AA5E9016B311C = {
848 isa = PBXFileReference;
849 path = NDResourceFork.m;
850 refType = 4;
851 };
852 F59E4794036AA5E9016B311C = {
853 isa = PBXFileReference;
854 path = "NSURL+NDCarbonUtilities.m";
855 refType = 4;
856 };
857 F59E4795036AA5E9016B311C = {
858 isa = PBXFileReference;
859 path = NDAppleScriptObject.h;
860 refType = 4;
861 };
862 F59E4796036AA5E9016B311C = {
863 isa = PBXFileReference;
864 path = "NSAppleEventDescriptor+NDAppleScriptObject.m";
865 refType = 4;
866 };
867 F59E4797036AA5E9016B311C = {
868 isa = PBXFileReference;
869 path = NDAppleScriptObject.m;
870 refType = 4;
871 };
872 F59E4798036AA5E9016B311C = {
873 isa = PBXFileReference;
874 path = "NSAppleEventDescriptor+NDAppleScriptObject.h";
875 refType = 4;
876 };
877 F59E4799036AA5E9016B311C = {
878 isa = PBXFileReference;
879 path = NDResourceFork.h;
880 refType = 4;
881 };
882 F59E479A036AA5E9016B311C = {
883 isa = PBXFileReference;
884 path = NDAppleScriptObject_Protocols.h;
885 refType = 4;
886 };
887 F59E479B036AA5E9016B311C = {
888 isa = PBXFileReference;
889 path = "NSURL+NDCarbonUtilities.h";
890 refType = 4;
891 };
892 F59E479C036AA5E9016B311C = {
893 fileRef = F59E4793036AA5E9016B311C;
894 isa = PBXBuildFile;
895 settings = {
896 };
897 };
898 F59E479D036AA5E9016B311C = {
899 fileRef = F59E4794036AA5E9016B311C;
900 isa = PBXBuildFile;
901 settings = {
902 };
903 };
904 F59E479E036AA5E9016B311C = {
905 fileRef = F59E4795036AA5E9016B311C;
906 isa = PBXBuildFile;
907 settings = {
908 };
909 };
910 F59E479F036AA5E9016B311C = {
911 fileRef = F59E4796036AA5E9016B311C;
912 isa = PBXBuildFile;
913 settings = {
914 };
915 };
916 F59E47A0036AA5E9016B311C = {
917 fileRef = F59E4797036AA5E9016B311C;
918 isa = PBXBuildFile;
919 settings = {
920 };
921 };
922 F59E47A1036AA5E9016B311C = {
923 fileRef = F59E4798036AA5E9016B311C;
924 isa = PBXBuildFile;
925 settings = {
926 };
927 };
928 F59E47A2036AA5E9016B311C = {
929 fileRef = F59E4799036AA5E9016B311C;
930 isa = PBXBuildFile;
931 settings = {
932 };
933 };
934 F59E47A3036AA5E9016B311C = {
935 fileRef = F59E479A036AA5E9016B311C;
936 isa = PBXBuildFile;
937 settings = {
938 };
939 };
940 F59E47A4036AA5E9016B311C = {
941 fileRef = F59E479B036AA5E9016B311C;
942 isa = PBXBuildFile;
943 settings = {
944 };
945 };
946 F59E47A5036AA5F2016B311C = {
947 children = (
948 F59E4799036AA5E9016B311C,
949 F59E4793036AA5E9016B311C,
950 F59E479B036AA5E9016B311C,
951 F59E4794036AA5E9016B311C,
952 F59E4798036AA5E9016B311C,
953 F59E4796036AA5E9016B311C,
954 F59E4795036AA5E9016B311C,
955 F59E479A036AA5E9016B311C,
956 F59E4797036AA5E9016B311C,
957 );
958 isa = PBXGroup;
959 path = NDAppleScript;
960 refType = 4;
961 };
962 F59E47A6036AA5FC016B311C = {
963 children = (
964 F5F240B9036A867901FE7503,
965 F5F240CA036A869401FE7503,
966 );
967 isa = PBXGroup;
968 name = BDAlias;
969 path = "";
970 refType = 4;
971 };
972 F59E47A7036AAA6D016B311C = {
973 isa = PBXFileReference;
974 path = PSAlert.m;
975 refType = 4;
976 };
977 F59E47A8036AAA6D016B311C = {
978 isa = PBXFileReference;
979 path = PSAlert.h;
980 refType = 4;
981 };
982 F59E47A9036AAA6D016B311C = {
983 fileRef = F59E47A7036AAA6D016B311C;
984 isa = PBXBuildFile;
985 settings = {
986 };
987 };
988 F59E47AA036AAA6D016B311C = {
989 fileRef = F59E47A8036AAA6D016B311C;
990 isa = PBXBuildFile;
991 settings = {
992 };
993 };
994 F59E47AB036AAC1E016B311C = {
995 isa = PBXFileReference;
996 path = PSBeepAlert.m;
997 refType = 4;
998 };
999 F59E47AC036AAC1E016B311C = {
1000 isa = PBXFileReference;
1001 path = PSBeepAlert.h;
1002 refType = 4;
1003 };
1004 F59E47AD036AAC1E016B311C = {
1005 fileRef = F59E47AB036AAC1E016B311C;
1006 isa = PBXBuildFile;
1007 settings = {
1008 };
1009 };
1010 F59E47AE036AAC1E016B311C = {
1011 fileRef = F59E47AC036AAC1E016B311C;
1012 isa = PBXBuildFile;
1013 settings = {
1014 };
1015 };
1016 F59E47AF036AAC31016B311C = {
1017 children = (
1018 F59E47A8036AAA6D016B311C,
1019 F59E47A7036AAA6D016B311C,
1020 F59E47B9036AB217016B311C,
1021 F59E47B8036AB217016B311C,
1022 F59E4BE7036B2E5E016B311C,
1023 F59E4BE6036B2E5E016B311C,
1024 F59E47B1036AACD1016B311C,
1025 F59E47B0036AACD1016B311C,
1026 F59E47AC036AAC1E016B311C,
1027 F59E47AB036AAC1E016B311C,
1028 F59E47BD036AB228016B311C,
1029 F59E47BC036AB228016B311C,
1030 F5F1986D036B813101EB0372,
1031 F5F1986C036B813101EB0372,
1032 );
1033 isa = PBXGroup;
1034 name = Alerts;
1035 path = "";
1036 refType = 4;
1037 };
1038 F59E47B0036AACD1016B311C = {
1039 isa = PBXFileReference;
1040 path = PSNotifierAlert.m;
1041 refType = 4;
1042 };
1043 F59E47B1036AACD1016B311C = {
1044 isa = PBXFileReference;
1045 path = PSNotifierAlert.h;
1046 refType = 4;
1047 };
1048 F59E47B2036AACD1016B311C = {
1049 fileRef = F59E47B0036AACD1016B311C;
1050 isa = PBXBuildFile;
1051 settings = {
1052 };
1053 };
1054 F59E47B3036AACD1016B311C = {
1055 fileRef = F59E47B1036AACD1016B311C;
1056 isa = PBXBuildFile;
1057 settings = {
1058 };
1059 };
1060 F59E47B4036AAD55016B311C = {
1061 isa = PBXFileReference;
1062 path = PSAlarmAlertController.m;
1063 refType = 4;
1064 };
1065 F59E47B5036AAD55016B311C = {
1066 isa = PBXFileReference;
1067 path = PSAlarmAlertController.h;
1068 refType = 4;
1069 };
1070 F59E47B6036AAD55016B311C = {
1071 fileRef = F59E47B4036AAD55016B311C;
1072 isa = PBXBuildFile;
1073 settings = {
1074 };
1075 };
1076 F59E47B7036AAD55016B311C = {
1077 fileRef = F59E47B5036AAD55016B311C;
1078 isa = PBXBuildFile;
1079 settings = {
1080 };
1081 };
1082 F59E47B8036AB217016B311C = {
1083 isa = PBXFileReference;
1084 path = PSDockBounceAlert.m;
1085 refType = 4;
1086 };
1087 F59E47B9036AB217016B311C = {
1088 isa = PBXFileReference;
1089 path = PSDockBounceAlert.h;
1090 refType = 4;
1091 };
1092 F59E47BA036AB217016B311C = {
1093 fileRef = F59E47B8036AB217016B311C;
1094 isa = PBXBuildFile;
1095 settings = {
1096 };
1097 };
1098 F59E47BB036AB217016B311C = {
1099 fileRef = F59E47B9036AB217016B311C;
1100 isa = PBXBuildFile;
1101 settings = {
1102 };
1103 };
1104 F59E47BC036AB228016B311C = {
1105 isa = PBXFileReference;
1106 path = PSMovieAlert.m;
1107 refType = 4;
1108 };
1109 F59E47BD036AB228016B311C = {
1110 isa = PBXFileReference;
1111 path = PSMovieAlert.h;
1112 refType = 4;
1113 };
1114 F59E47BE036AB228016B311C = {
1115 fileRef = F59E47BC036AB228016B311C;
1116 isa = PBXBuildFile;
1117 settings = {
1118 };
1119 };
1120 F59E47BF036AB228016B311C = {
1121 fileRef = F59E47BD036AB228016B311C;
1122 isa = PBXBuildFile;
1123 settings = {
1124 };
1125 };
1126 F59E47C0036B1ADD016B311C = {
1127 isa = PBXFileReference;
1128 path = PSMovieAlertController.m;
1129 refType = 4;
1130 };
1131 F59E47C1036B1ADD016B311C = {
1132 isa = PBXFileReference;
1133 path = PSMovieAlertController.h;
1134 refType = 4;
1135 };
1136 F59E47C2036B1ADD016B311C = {
1137 fileRef = F59E47C0036B1ADD016B311C;
1138 isa = PBXBuildFile;
1139 settings = {
1140 };
1141 };
1142 F59E47C3036B1ADD016B311C = {
1143 fileRef = F59E47C1036B1ADD016B311C;
1144 isa = PBXBuildFile;
1145 settings = {
1146 };
1147 };
1148 F59E4BDE036B1D94016B311C = {
1149 children = (
1150 F59E4BDF036B1D94016B311C,
1151 );
1152 isa = PBXVariantGroup;
1153 name = "Movie alert.nib";
1154 path = "";
1155 refType = 4;
1156 };
1157 F59E4BDF036B1D94016B311C = {
1158 isa = PBXFileReference;
1159 name = English;
1160 path = "English.lproj/Movie alert.nib";
1161 refType = 4;
1162 };
1163 F59E4BE0036B1D94016B311C = {
1164 fileRef = F59E4BDE036B1D94016B311C;
1165 isa = PBXBuildFile;
1166 settings = {
1167 };
1168 };
1169 F59E4BE6036B2E5E016B311C = {
1170 isa = PBXFileReference;
1171 path = PSScriptAlert.m;
1172 refType = 4;
1173 };
1174 F59E4BE7036B2E5E016B311C = {
1175 isa = PBXFileReference;
1176 path = PSScriptAlert.h;
1177 refType = 4;
1178 };
1179 F59E4BE8036B2E5E016B311C = {
1180 fileRef = F59E4BE6036B2E5E016B311C;
1181 isa = PBXBuildFile;
1182 settings = {
1183 };
1184 };
1185 F59E4BE9036B2E5E016B311C = {
1186 fileRef = F59E4BE7036B2E5E016B311C;
1187 isa = PBXBuildFile;
1188 settings = {
1189 };
1190 };
1191 F59E4BEA036B33EC016B311C = {
1192 isa = PBXFrameworkReference;
1193 name = QuickTime.framework;
1194 path = /System/Library/Frameworks/QuickTime.framework;
1195 refType = 0;
1196 };
1197 F59E4C0C036B33EC016B311C = {
1198 fileRef = F59E4BEA036B33EC016B311C;
1199 isa = PBXBuildFile;
1200 settings = {
1201 };
1202 };
1203 F59E4C0D036B43D2016B311C = {
1204 isa = PBXFileReference;
1205 path = "NSMovie-NJRExtensions.m";
1206 refType = 4;
1207 };
1208 F59E4C0E036B43D2016B311C = {
1209 isa = PBXFileReference;
1210 path = "NSMovie-NJRExtensions.h";
1211 refType = 4;
1212 };
1213 F59E4C0F036B43D2016B311C = {
1214 fileRef = F59E4C0D036B43D2016B311C;
1215 isa = PBXBuildFile;
1216 settings = {
1217 };
1218 };
1219 F59E4C10036B43D2016B311C = {
1220 fileRef = F59E4C0E036B43D2016B311C;
1221 isa = PBXBuildFile;
1222 settings = {
1223 };
1224 };
1225 F59F6CB40354E7DA01AEEDB1 = {
1226 isa = PBXFileReference;
1227 path = PSAlarm.h;
1228 refType = 4;
1229 };
1230 F59F6CB50354E7DA01AEEDB1 = {
1231 isa = PBXFileReference;
1232 path = PSAlarm.m;
1233 refType = 4;
1234 };
1235 F59F6CB60354E7DA01AEEDB1 = {
1236 fileRef = F59F6CB40354E7DA01AEEDB1;
1237 isa = PBXBuildFile;
1238 settings = {
1239 };
1240 };
1241 F59F6CB70354E7DA01AEEDB1 = {
1242 fileRef = F59F6CB50354E7DA01AEEDB1;
1243 isa = PBXBuildFile;
1244 settings = {
1245 };
1246 };
1247 F5B79836035F64F80136A8DD = {
1248 isa = PBXFileReference;
1249 path = NJRTableView.m;
1250 refType = 4;
1251 };
1252 F5B79837035F64F80136A8DD = {
1253 isa = PBXFileReference;
1254 path = NJRTableView.h;
1255 refType = 4;
1256 };
1257 F5B79838035F64F80136A8DD = {
1258 fileRef = F5B79836035F64F80136A8DD;
1259 isa = PBXBuildFile;
1260 settings = {
1261 };
1262 };
1263 F5B79839035F64F80136A8DD = {
1264 fileRef = F5B79837035F64F80136A8DD;
1265 isa = PBXBuildFile;
1266 settings = {
1267 };
1268 };
1269 F5B79865038865B30136A8DD = {
1270 isa = PBXFileReference;
1271 path = "NSCharacterSet-NJRExtensions.m";
1272 refType = 4;
1273 };
1274 F5B79866038865B30136A8DD = {
1275 isa = PBXFileReference;
1276 path = "NSCharacterSet-NJRExtensions.h";
1277 refType = 4;
1278 };
1279 F5B79867038865B30136A8DD = {
1280 fileRef = F5B79865038865B30136A8DD;
1281 isa = PBXBuildFile;
1282 settings = {
1283 };
1284 };
1285 F5B79868038865B30136A8DD = {
1286 fileRef = F5B79866038865B30136A8DD;
1287 isa = PBXBuildFile;
1288 settings = {
1289 };
1290 };
1291 F5F19865036B806201EB0372 = {
1292 children = (
1293 F5F19866036B80AF01EB0372,
1294 F5F19867036B80AF01EB0372,
1295 );
1296 isa = PBXGroup;
1297 name = SpeechUtilities;
1298 path = NDAppleScript;
1299 refType = 4;
1300 };
1301 F5F19866036B80AF01EB0372 = {
1302 isa = PBXFileReference;
1303 path = SUSpeaker.h;
1304 refType = 2;
1305 };
1306 F5F19867036B80AF01EB0372 = {
1307 isa = PBXFileReference;
1308 path = SUSpeaker.m;
1309 refType = 2;
1310 };
1311 F5F19868036B80AF01EB0372 = {
1312 fileRef = F5F19866036B80AF01EB0372;
1313 isa = PBXBuildFile;
1314 settings = {
1315 };
1316 };
1317 F5F19869036B80AF01EB0372 = {
1318 fileRef = F5F19867036B80AF01EB0372;
1319 isa = PBXBuildFile;
1320 settings = {
1321 };
1322 };
1323 F5F1986C036B813101EB0372 = {
1324 isa = PBXFileReference;
1325 path = PSSpeechAlert.m;
1326 refType = 4;
1327 };
1328 F5F1986D036B813101EB0372 = {
1329 isa = PBXFileReference;
1330 path = PSSpeechAlert.h;
1331 refType = 4;
1332 };
1333 F5F1986E036B813101EB0372 = {
1334 fileRef = F5F1986C036B813101EB0372;
1335 isa = PBXBuildFile;
1336 settings = {
1337 };
1338 };
1339 F5F1986F036B813101EB0372 = {
1340 fileRef = F5F1986D036B813101EB0372;
1341 isa = PBXBuildFile;
1342 settings = {
1343 };
1344 };
1345 F5F19870036B822E01EB0372 = {
1346 isa = PBXFileReference;
1347 path = NJRVoicePopUpButton.m;
1348 refType = 4;
1349 };
1350 F5F19871036B822E01EB0372 = {
1351 isa = PBXFileReference;
1352 path = NJRVoicePopUpButton.h;
1353 refType = 4;
1354 };
1355 F5F19872036B822E01EB0372 = {
1356 fileRef = F5F19870036B822E01EB0372;
1357 isa = PBXBuildFile;
1358 settings = {
1359 };
1360 };
1361 F5F19873036B822E01EB0372 = {
1362 fileRef = F5F19871036B822E01EB0372;
1363 isa = PBXBuildFile;
1364 settings = {
1365 };
1366 };
1367 F5F198D0036BE57401EB0372 = {
1368 isa = PBXFileReference;
1369 path = NJRTableDelegate.m;
1370 refType = 4;
1371 };
1372 F5F198D1036BE57401EB0372 = {
1373 isa = PBXFileReference;
1374 path = NJRTableDelegate.h;
1375 refType = 4;
1376 };
1377 F5F198D2036BE57401EB0372 = {
1378 fileRef = F5F198D0036BE57401EB0372;
1379 isa = PBXBuildFile;
1380 settings = {
1381 };
1382 };
1383 F5F198D3036BE57401EB0372 = {
1384 fileRef = F5F198D1036BE57401EB0372;
1385 isa = PBXBuildFile;
1386 settings = {
1387 };
1388 };
1389 F5F198D9036BE75E01EB0372 = {
1390 isa = PBXFileReference;
1391 path = "NSTableView-NJRExtensions.m";
1392 refType = 4;
1393 };
1394 F5F198DA036BE75E01EB0372 = {
1395 isa = PBXFileReference;
1396 path = "NSTableView-NJRExtensions.h";
1397 refType = 4;
1398 };
1399 F5F198DB036BE75E01EB0372 = {
1400 fileRef = F5F198D9036BE75E01EB0372;
1401 isa = PBXBuildFile;
1402 settings = {
1403 };
1404 };
1405 F5F1990D036D3B3101EB0372 = {
1406 isa = PBXFileReference;
1407 path = "NSImage-NJRExtensions.m";
1408 refType = 4;
1409 };
1410 F5F1990E036D3B3101EB0372 = {
1411 isa = PBXFileReference;
1412 path = "NSImage-NJRExtensions.h";
1413 refType = 4;
1414 };
1415 F5F1990F036D3B3101EB0372 = {
1416 fileRef = F5F1990D036D3B3101EB0372;
1417 isa = PBXBuildFile;
1418 settings = {
1419 };
1420 };
1421 F5F19910036D3B3101EB0372 = {
1422 fileRef = F5F1990E036D3B3101EB0372;
1423 isa = PBXBuildFile;
1424 settings = {
1425 };
1426 };
1427 F5F240B5036A862101FE7503 = {
1428 isa = PBXFileReference;
1429 path = NJRFSObjectSelector.m;
1430 refType = 4;
1431 };
1432 F5F240B6036A862101FE7503 = {
1433 isa = PBXFileReference;
1434 path = NJRFSObjectSelector.h;
1435 refType = 4;
1436 };
1437 F5F240B7036A862301FE7503 = {
1438 fileRef = F5F240B6036A862101FE7503;
1439 isa = PBXBuildFile;
1440 settings = {
1441 };
1442 };
1443 F5F240B8036A862301FE7503 = {
1444 fileRef = F5F240B5036A862101FE7503;
1445 isa = PBXBuildFile;
1446 settings = {
1447 };
1448 };
1449 F5F240B9036A867901FE7503 = {
1450 isa = PBXFileReference;
1451 path = BDAlias.h;
1452 refType = 4;
1453 };
1454 F5F240BA036A867901FE7503 = {
1455 fileRef = F5F240B9036A867901FE7503;
1456 isa = PBXBuildFile;
1457 settings = {
1458 };
1459 };
1460 F5F240CA036A869401FE7503 = {
1461 isa = PBXFileReference;
1462 path = BDAlias.m;
1463 refType = 4;
1464 };
1465 F5F240CB036A869401FE7503 = {
1466 fileRef = F5F240CA036A869401FE7503;
1467 isa = PBXBuildFile;
1468 settings = {
1469 };
1470 };
1471 F5F240CC036A877301FE7503 = {
1472 isa = PBXFileReference;
1473 path = NJRQTMediaPopUpButton.m;
1474 refType = 4;
1475 };
1476 F5F240CD036A877301FE7503 = {
1477 isa = PBXFileReference;
1478 path = NJRQTMediaPopUpButton.h;
1479 refType = 4;
1480 };
1481 F5F240CE036A877301FE7503 = {
1482 fileRef = F5F240CC036A877301FE7503;
1483 isa = PBXBuildFile;
1484 settings = {
1485 };
1486 };
1487 F5F240D0036A87E301FE7503 = {
1488 isa = PBXFrameworkReference;
1489 name = Carbon.framework;
1490 path = /System/Library/Frameworks/Carbon.framework;
1491 refType = 0;
1492 };
1493 F5F24166036A87E401FE7503 = {
1494 fileRef = F5F240D0036A87E301FE7503;
1495 isa = PBXBuildFile;
1496 settings = {
1497 };
1498 };
1499 F5F24187036A90D901FE7503 = {
1500 isa = PBXFrameworkReference;
1501 name = MachineSettings.framework;
1502 path = /System/Library/PrivateFrameworks/MachineSettings.framework;
1503 refType = 0;
1504 };
1505 F5F24189036A90D901FE7503 = {
1506 fileRef = F5F24187036A90D901FE7503;
1507 isa = PBXBuildFile;
1508 settings = {
1509 };
1510 };
1511 F5F2418A036A910B01FE7503 = {
1512 isa = PBXFileReference;
1513 path = SoundFileManager.h;
1514 refType = 4;
1515 };
1516 F5F2418B036A910B01FE7503 = {
1517 fileRef = F5F2418A036A910B01FE7503;
1518 isa = PBXBuildFile;
1519 settings = {
1520 };
1521 };
1522 };
1523 rootObject = 29B97313FDCFA39411CA2CEA;
1524}
Note: See TracBrowser for help on using the repository browser.