Removed Spotlight stuff for now to get Cog to compile agian (Sorry matthew).
Moved nib files to .xib files.CQTexperiment
parent
803a3306a5
commit
cbfc93bd62
|
@ -229,7 +229,7 @@ increase/decrease as long as the user holds the left/right, plus/minus button */
|
||||||
|
|
||||||
[self registerHotKeys];
|
[self registerHotKeys];
|
||||||
|
|
||||||
[spotlightWindowController initWithWindowNibName:@"SpotlightPanel"];
|
//[spotlightWindowController initWithWindowNibName:@"SpotlightPanel"];
|
||||||
|
|
||||||
//Init Remote
|
//Init Remote
|
||||||
if ([[NSUserDefaults standardUserDefaults] boolForKey:@"remoteEnabled"] && ![[NSUserDefaults standardUserDefaults] boolForKey:@"remoteOnlyOnActive"]) {
|
if ([[NSUserDefaults standardUserDefaults] boolForKey:@"remoteEnabled"] && ![[NSUserDefaults standardUserDefaults] boolForKey:@"remoteOnlyOnActive"]) {
|
||||||
|
|
|
@ -15,6 +15,8 @@
|
||||||
171B57DF0C091F2B00F6AFAF /* mp3.icns in Resources */ = {isa = PBXBuildFile; fileRef = 171B57DB0C091F2B00F6AFAF /* mp3.icns */; };
|
171B57DF0C091F2B00F6AFAF /* mp3.icns in Resources */ = {isa = PBXBuildFile; fileRef = 171B57DB0C091F2B00F6AFAF /* mp3.icns */; };
|
||||||
171B57E00C091F2B00F6AFAF /* ogg.icns in Resources */ = {isa = PBXBuildFile; fileRef = 171B57DC0C091F2B00F6AFAF /* ogg.icns */; };
|
171B57E00C091F2B00F6AFAF /* ogg.icns in Resources */ = {isa = PBXBuildFile; fileRef = 171B57DC0C091F2B00F6AFAF /* ogg.icns */; };
|
||||||
173428F50D5FB1C400E8D854 /* EntriesController.m in Sources */ = {isa = PBXBuildFile; fileRef = 173428F40D5FB1C400E8D854 /* EntriesController.m */; };
|
173428F50D5FB1C400E8D854 /* EntriesController.m in Sources */ = {isa = PBXBuildFile; fileRef = 173428F40D5FB1C400E8D854 /* EntriesController.m */; };
|
||||||
|
17342A9A0D5FD20B00E8D854 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 17342A980D5FD20B00E8D854 /* MainMenu.xib */; };
|
||||||
|
17342ABF0D5FD36400E8D854 /* OpenURLPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 17342ABD0D5FD36400E8D854 /* OpenURLPanel.xib */; };
|
||||||
1755E1F90BA0D2B600CA3560 /* PlaylistLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1755E1F70BA0D2B600CA3560 /* PlaylistLoader.m */; };
|
1755E1F90BA0D2B600CA3560 /* PlaylistLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1755E1F70BA0D2B600CA3560 /* PlaylistLoader.m */; };
|
||||||
1766C6930B911DF1004A7AE4 /* AudioScrobbler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1766C68F0B911DF1004A7AE4 /* AudioScrobbler.m */; };
|
1766C6930B911DF1004A7AE4 /* AudioScrobbler.m in Sources */ = {isa = PBXBuildFile; fileRef = 1766C68F0B911DF1004A7AE4 /* AudioScrobbler.m */; };
|
||||||
1766C6950B911DF1004A7AE4 /* AudioScrobblerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 1766C6910B911DF1004A7AE4 /* AudioScrobblerClient.m */; };
|
1766C6950B911DF1004A7AE4 /* AudioScrobblerClient.m in Sources */ = {isa = PBXBuildFile; fileRef = 1766C6910B911DF1004A7AE4 /* AudioScrobblerClient.m */; };
|
||||||
|
@ -66,7 +68,6 @@
|
||||||
1791005F0CB44D6D0070BC5C /* Cog.scriptTerminology in Resources */ = {isa = PBXBuildFile; fileRef = 1791005D0CB44D6D0070BC5C /* Cog.scriptTerminology */; };
|
1791005F0CB44D6D0070BC5C /* Cog.scriptTerminology in Resources */ = {isa = PBXBuildFile; fileRef = 1791005D0CB44D6D0070BC5C /* Cog.scriptTerminology */; };
|
||||||
1791FF900CB43A2C0070BC5C /* MediaKeysApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 1791FF8E0CB43A2C0070BC5C /* MediaKeysApplication.m */; };
|
1791FF900CB43A2C0070BC5C /* MediaKeysApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 1791FF8E0CB43A2C0070BC5C /* MediaKeysApplication.m */; };
|
||||||
179790E10C087AB7001D6996 /* OpenURLPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 179790DF0C087AB7001D6996 /* OpenURLPanel.m */; };
|
179790E10C087AB7001D6996 /* OpenURLPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 179790DF0C087AB7001D6996 /* OpenURLPanel.m */; };
|
||||||
179790F20C087B46001D6996 /* OpenURLPanel.nib in Resources */ = {isa = PBXBuildFile; fileRef = 179790F00C087B46001D6996 /* OpenURLPanel.nib */; };
|
|
||||||
17B6FA7F0D48225300C3BEF1 /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 17BF2B270CDD77EB007E1295 /* Sparkle.framework */; };
|
17B6FA7F0D48225300C3BEF1 /* Sparkle.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 17BF2B270CDD77EB007E1295 /* Sparkle.framework */; };
|
||||||
17BA9FBF0CC431890015F804 /* ContainerNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 17BA9FBD0CC431890015F804 /* ContainerNode.m */; };
|
17BA9FBF0CC431890015F804 /* ContainerNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 17BA9FBD0CC431890015F804 /* ContainerNode.m */; };
|
||||||
17BA9FC80CC432060015F804 /* ContainedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 17BA9FC60CC432060015F804 /* ContainedNode.m */; };
|
17BA9FC80CC432060015F804 /* ContainedNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 17BA9FC60CC432060015F804 /* ContainedNode.m */; };
|
||||||
|
@ -104,9 +105,7 @@
|
||||||
17F562390C3BD91B0019975C /* General.preferencePane in Resources */ = {isa = PBXBuildFile; fileRef = 17F5622E0C3BD8FB0019975C /* General.preferencePane */; };
|
17F562390C3BD91B0019975C /* General.preferencePane in Resources */ = {isa = PBXBuildFile; fileRef = 17F5622E0C3BD8FB0019975C /* General.preferencePane */; };
|
||||||
567E73780D5F456D006C6486 /* SpotlightSearchController.m in Sources */ = {isa = PBXBuildFile; fileRef = 567E73770D5F456D006C6486 /* SpotlightSearchController.m */; };
|
567E73780D5F456D006C6486 /* SpotlightSearchController.m in Sources */ = {isa = PBXBuildFile; fileRef = 567E73770D5F456D006C6486 /* SpotlightSearchController.m */; };
|
||||||
567E75070D5F71E7006C6486 /* SpotlightTransformers.m in Sources */ = {isa = PBXBuildFile; fileRef = 567E75060D5F71E7006C6486 /* SpotlightTransformers.m */; };
|
567E75070D5F71E7006C6486 /* SpotlightTransformers.m in Sources */ = {isa = PBXBuildFile; fileRef = 567E75060D5F71E7006C6486 /* SpotlightTransformers.m */; };
|
||||||
567E75750D5F8E20006C6486 /* SpotlightWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 567E75740D5F8E20006C6486 /* SpotlightWindowController.m */; };
|
|
||||||
569C52E60D5F34F500BDBDC9 /* SpotlightPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 569C52E50D5F34F500BDBDC9 /* SpotlightPanel.xib */; };
|
569C52E60D5F34F500BDBDC9 /* SpotlightPanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = 569C52E50D5F34F500BDBDC9 /* SpotlightPanel.xib */; };
|
||||||
8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; };
|
|
||||||
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
|
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
|
||||||
8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
|
8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
|
||||||
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
|
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
|
||||||
|
@ -471,6 +470,8 @@
|
||||||
171B57DC0C091F2B00F6AFAF /* ogg.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = ogg.icns; sourceTree = "<group>"; };
|
171B57DC0C091F2B00F6AFAF /* ogg.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = ogg.icns; sourceTree = "<group>"; };
|
||||||
173428F30D5FB1C400E8D854 /* EntriesController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EntriesController.h; sourceTree = "<group>"; };
|
173428F30D5FB1C400E8D854 /* EntriesController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EntriesController.h; sourceTree = "<group>"; };
|
||||||
173428F40D5FB1C400E8D854 /* EntriesController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EntriesController.m; sourceTree = "<group>"; };
|
173428F40D5FB1C400E8D854 /* EntriesController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EntriesController.m; sourceTree = "<group>"; };
|
||||||
|
17342A990D5FD20B00E8D854 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
||||||
|
17342ABE0D5FD36400E8D854 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/OpenURLPanel.xib; sourceTree = "<group>"; };
|
||||||
1755E1F60BA0D2B600CA3560 /* PlaylistLoader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PlaylistLoader.h; sourceTree = "<group>"; };
|
1755E1F60BA0D2B600CA3560 /* PlaylistLoader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PlaylistLoader.h; sourceTree = "<group>"; };
|
||||||
1755E1F70BA0D2B600CA3560 /* PlaylistLoader.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = PlaylistLoader.m; sourceTree = "<group>"; };
|
1755E1F70BA0D2B600CA3560 /* PlaylistLoader.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = PlaylistLoader.m; sourceTree = "<group>"; };
|
||||||
1766C68E0B911DF1004A7AE4 /* AudioScrobbler.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AudioScrobbler.h; sourceTree = "<group>"; };
|
1766C68E0B911DF1004A7AE4 /* AudioScrobbler.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AudioScrobbler.h; sourceTree = "<group>"; };
|
||||||
|
@ -548,7 +549,6 @@
|
||||||
1791FF8E0CB43A2C0070BC5C /* MediaKeysApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MediaKeysApplication.m; sourceTree = "<group>"; };
|
1791FF8E0CB43A2C0070BC5C /* MediaKeysApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MediaKeysApplication.m; sourceTree = "<group>"; };
|
||||||
179790DE0C087AB7001D6996 /* OpenURLPanel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = OpenURLPanel.h; sourceTree = "<group>"; };
|
179790DE0C087AB7001D6996 /* OpenURLPanel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = OpenURLPanel.h; sourceTree = "<group>"; };
|
||||||
179790DF0C087AB7001D6996 /* OpenURLPanel.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = OpenURLPanel.m; sourceTree = "<group>"; };
|
179790DF0C087AB7001D6996 /* OpenURLPanel.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = OpenURLPanel.m; sourceTree = "<group>"; };
|
||||||
179790F10C087B46001D6996 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/OpenURLPanel.nib; sourceTree = "<group>"; };
|
|
||||||
17BA9FBC0CC431890015F804 /* ContainerNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContainerNode.h; sourceTree = "<group>"; };
|
17BA9FBC0CC431890015F804 /* ContainerNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContainerNode.h; sourceTree = "<group>"; };
|
||||||
17BA9FBD0CC431890015F804 /* ContainerNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContainerNode.m; sourceTree = "<group>"; };
|
17BA9FBD0CC431890015F804 /* ContainerNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContainerNode.m; sourceTree = "<group>"; };
|
||||||
17BA9FC50CC432060015F804 /* ContainedNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContainedNode.h; sourceTree = "<group>"; };
|
17BA9FC50CC432060015F804 /* ContainedNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContainedNode.h; sourceTree = "<group>"; };
|
||||||
|
@ -585,7 +585,6 @@
|
||||||
17F5612A0C3BD4DC0019975C /* CogAudio.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CogAudio.xcodeproj; path = Audio/CogAudio.xcodeproj; sourceTree = "<group>"; };
|
17F5612A0C3BD4DC0019975C /* CogAudio.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CogAudio.xcodeproj; path = Audio/CogAudio.xcodeproj; sourceTree = "<group>"; };
|
||||||
17F562260C3BD8FB0019975C /* General.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = General.xcodeproj; path = Preferences/General/General.xcodeproj; sourceTree = "<group>"; };
|
17F562260C3BD8FB0019975C /* General.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = General.xcodeproj; path = Preferences/General/General.xcodeproj; sourceTree = "<group>"; };
|
||||||
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||||
29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; };
|
|
||||||
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
|
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
|
||||||
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
|
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
|
||||||
32CA4F630368D1EE00C91783 /* Cog_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cog_Prefix.pch; sourceTree = "<group>"; };
|
32CA4F630368D1EE00C91783 /* Cog_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Cog_Prefix.pch; sourceTree = "<group>"; };
|
||||||
|
@ -594,8 +593,6 @@
|
||||||
567E73770D5F456D006C6486 /* SpotlightSearchController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SpotlightSearchController.m; sourceTree = "<group>"; };
|
567E73770D5F456D006C6486 /* SpotlightSearchController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SpotlightSearchController.m; sourceTree = "<group>"; };
|
||||||
567E75050D5F71E7006C6486 /* SpotlightTransformers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpotlightTransformers.h; sourceTree = "<group>"; };
|
567E75050D5F71E7006C6486 /* SpotlightTransformers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpotlightTransformers.h; sourceTree = "<group>"; };
|
||||||
567E75060D5F71E7006C6486 /* SpotlightTransformers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SpotlightTransformers.m; sourceTree = "<group>"; };
|
567E75060D5F71E7006C6486 /* SpotlightTransformers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SpotlightTransformers.m; sourceTree = "<group>"; };
|
||||||
567E75730D5F8E20006C6486 /* SpotlightWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SpotlightWindowController.h; sourceTree = "<group>"; };
|
|
||||||
567E75740D5F8E20006C6486 /* SpotlightWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SpotlightWindowController.m; sourceTree = "<group>"; };
|
|
||||||
569C52E50D5F34F500BDBDC9 /* SpotlightPanel.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SpotlightPanel.xib; sourceTree = "<group>"; };
|
569C52E50D5F34F500BDBDC9 /* SpotlightPanel.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SpotlightPanel.xib; sourceTree = "<group>"; };
|
||||||
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
||||||
8E07AAEE0AAC910500A4B32F /* SS_PreferencePaneProtocol.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SS_PreferencePaneProtocol.h; path = Preferences/SS_PreferencePaneProtocol.h; sourceTree = "<group>"; };
|
8E07AAEE0AAC910500A4B32F /* SS_PreferencePaneProtocol.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SS_PreferencePaneProtocol.h; path = Preferences/SS_PreferencePaneProtocol.h; sourceTree = "<group>"; };
|
||||||
|
@ -1057,8 +1054,8 @@
|
||||||
8E7575D909F31E930080F1EE /* Localizable.strings */,
|
8E7575D909F31E930080F1EE /* Localizable.strings */,
|
||||||
1791005C0CB44D6D0070BC5C /* Cog.scriptSuite */,
|
1791005C0CB44D6D0070BC5C /* Cog.scriptSuite */,
|
||||||
1791005D0CB44D6D0070BC5C /* Cog.scriptTerminology */,
|
1791005D0CB44D6D0070BC5C /* Cog.scriptTerminology */,
|
||||||
179790F00C087B46001D6996 /* OpenURLPanel.nib */,
|
17342A980D5FD20B00E8D854 /* MainMenu.xib */,
|
||||||
29B97318FDCFA39411CA2CEA /* MainMenu.nib */,
|
17342ABD0D5FD36400E8D854 /* OpenURLPanel.xib */,
|
||||||
17E41E060C130DFF00AC744D /* Credits.html */,
|
17E41E060C130DFF00AC744D /* Credits.html */,
|
||||||
569C52E50D5F34F500BDBDC9 /* SpotlightPanel.xib */,
|
569C52E50D5F34F500BDBDC9 /* SpotlightPanel.xib */,
|
||||||
);
|
);
|
||||||
|
@ -1089,8 +1086,6 @@
|
||||||
567E73770D5F456D006C6486 /* SpotlightSearchController.m */,
|
567E73770D5F456D006C6486 /* SpotlightSearchController.m */,
|
||||||
567E75050D5F71E7006C6486 /* SpotlightTransformers.h */,
|
567E75050D5F71E7006C6486 /* SpotlightTransformers.h */,
|
||||||
567E75060D5F71E7006C6486 /* SpotlightTransformers.m */,
|
567E75060D5F71E7006C6486 /* SpotlightTransformers.m */,
|
||||||
567E75730D5F8E20006C6486 /* SpotlightWindowController.h */,
|
|
||||||
567E75740D5F8E20006C6486 /* SpotlightWindowController.m */,
|
|
||||||
);
|
);
|
||||||
name = Spotlight;
|
name = Spotlight;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
|
@ -1521,7 +1516,6 @@
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
17F562390C3BD91B0019975C /* General.preferencePane in Resources */,
|
17F562390C3BD91B0019975C /* General.preferencePane in Resources */,
|
||||||
8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */,
|
|
||||||
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
|
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
|
||||||
8E7575BE09F31D800080F1EE /* wheel.icns in Resources */,
|
8E7575BE09F31D800080F1EE /* wheel.icns in Resources */,
|
||||||
17E41E070C130DFF00AC744D /* Credits.html in Resources */,
|
17E41E070C130DFF00AC744D /* Credits.html in Resources */,
|
||||||
|
@ -1545,7 +1539,6 @@
|
||||||
1766C8970B912FB4004A7AE4 /* repeat_on.png in Resources */,
|
1766C8970B912FB4004A7AE4 /* repeat_on.png in Resources */,
|
||||||
1766C8980B912FB4004A7AE4 /* shuffle_off.png in Resources */,
|
1766C8980B912FB4004A7AE4 /* shuffle_off.png in Resources */,
|
||||||
1766C8990B912FB4004A7AE4 /* shuffle_on.png in Resources */,
|
1766C8990B912FB4004A7AE4 /* shuffle_on.png in Resources */,
|
||||||
179790F20C087B46001D6996 /* OpenURLPanel.nib in Resources */,
|
|
||||||
171B57DD0C091F2B00F6AFAF /* flac.icns in Resources */,
|
171B57DD0C091F2B00F6AFAF /* flac.icns in Resources */,
|
||||||
171B57DE0C091F2B00F6AFAF /* m4a.icns in Resources */,
|
171B57DE0C091F2B00F6AFAF /* m4a.icns in Resources */,
|
||||||
171B57DF0C091F2B00F6AFAF /* mp3.icns in Resources */,
|
171B57DF0C091F2B00F6AFAF /* mp3.icns in Resources */,
|
||||||
|
@ -1567,6 +1560,8 @@
|
||||||
17D1B2820CF8B2830028F5B5 /* vg.icns in Resources */,
|
17D1B2820CF8B2830028F5B5 /* vg.icns in Resources */,
|
||||||
17D1B2830CF8B2830028F5B5 /* xm.icns in Resources */,
|
17D1B2830CF8B2830028F5B5 /* xm.icns in Resources */,
|
||||||
569C52E60D5F34F500BDBDC9 /* SpotlightPanel.xib in Resources */,
|
569C52E60D5F34F500BDBDC9 /* SpotlightPanel.xib in Resources */,
|
||||||
|
17342A9A0D5FD20B00E8D854 /* MainMenu.xib in Resources */,
|
||||||
|
17342ABF0D5FD36400E8D854 /* OpenURLPanel.xib in Resources */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
@ -1626,7 +1621,6 @@
|
||||||
17BBE5BC0CD95CFA00258F7A /* InvertedToolbarWindow.m in Sources */,
|
17BBE5BC0CD95CFA00258F7A /* InvertedToolbarWindow.m in Sources */,
|
||||||
567E73780D5F456D006C6486 /* SpotlightSearchController.m in Sources */,
|
567E73780D5F456D006C6486 /* SpotlightSearchController.m in Sources */,
|
||||||
567E75070D5F71E7006C6486 /* SpotlightTransformers.m in Sources */,
|
567E75070D5F71E7006C6486 /* SpotlightTransformers.m in Sources */,
|
||||||
567E75750D5F8E20006C6486 /* SpotlightWindowController.m in Sources */,
|
|
||||||
173428F50D5FB1C400E8D854 /* EntriesController.m in Sources */,
|
173428F50D5FB1C400E8D854 /* EntriesController.m in Sources */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
|
@ -1745,12 +1739,20 @@
|
||||||
name = InfoPlist.strings;
|
name = InfoPlist.strings;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
179790F00C087B46001D6996 /* OpenURLPanel.nib */ = {
|
17342A980D5FD20B00E8D854 /* MainMenu.xib */ = {
|
||||||
isa = PBXVariantGroup;
|
isa = PBXVariantGroup;
|
||||||
children = (
|
children = (
|
||||||
179790F10C087B46001D6996 /* English */,
|
17342A990D5FD20B00E8D854 /* English */,
|
||||||
);
|
);
|
||||||
name = OpenURLPanel.nib;
|
name = MainMenu.xib;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
|
17342ABD0D5FD36400E8D854 /* OpenURLPanel.xib */ = {
|
||||||
|
isa = PBXVariantGroup;
|
||||||
|
children = (
|
||||||
|
17342ABE0D5FD36400E8D854 /* English */,
|
||||||
|
);
|
||||||
|
name = OpenURLPanel.xib;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
17E41E060C130DFF00AC744D /* Credits.html */ = {
|
17E41E060C130DFF00AC744D /* Credits.html */ = {
|
||||||
|
@ -1769,14 +1771,6 @@
|
||||||
name = Help;
|
name = Help;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = {
|
|
||||||
isa = PBXVariantGroup;
|
|
||||||
children = (
|
|
||||||
29B97319FDCFA39411CA2CEA /* English */,
|
|
||||||
);
|
|
||||||
name = MainMenu.nib;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
8E7575D909F31E930080F1EE /* Localizable.strings */ = {
|
8E7575D909F31E930080F1EE /* Localizable.strings */ = {
|
||||||
isa = PBXVariantGroup;
|
isa = PBXVariantGroup;
|
||||||
children = (
|
children = (
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -1,107 +0,0 @@
|
||||||
{
|
|
||||||
IBClasses = (
|
|
||||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
|
||||||
{
|
|
||||||
ACTIONS = {
|
|
||||||
doArchive = id;
|
|
||||||
doClone = id;
|
|
||||||
doEditable = id;
|
|
||||||
doEnableQTMovieNotifications = id;
|
|
||||||
doExport = id;
|
|
||||||
doFlatten = id;
|
|
||||||
doLayer = id;
|
|
||||||
doLoop = id;
|
|
||||||
doLoopPalindrome = id;
|
|
||||||
doNewMovieFromSelection = id;
|
|
||||||
doPlayAllFrames = id;
|
|
||||||
doPlaySelectionOnly = id;
|
|
||||||
doPreserveAspectRatio = id;
|
|
||||||
doRate = id;
|
|
||||||
doSetBounds = id;
|
|
||||||
doSetFillColour = id;
|
|
||||||
doSetFillColourPanel = id;
|
|
||||||
doSetPosterTime = id;
|
|
||||||
doSetStartTime = id;
|
|
||||||
doSetTime = id;
|
|
||||||
doShowController = id;
|
|
||||||
doShowMovieInspector = id;
|
|
||||||
doShowTrackInspector = id;
|
|
||||||
doVolume = id;
|
|
||||||
updateCurrentTime = id;
|
|
||||||
};
|
|
||||||
CLASS = MovieDocument;
|
|
||||||
LANGUAGE = ObjC;
|
|
||||||
OUTLETS = {
|
|
||||||
"_exportAccessoryView" = NSView;
|
|
||||||
"_exportTypePopUpButton" = NSPopUpButton;
|
|
||||||
"_movieCanStepButton" = NSButton;
|
|
||||||
"_movieCopyrightTextField" = NSTextField;
|
|
||||||
"_movieCurrentTimeTextField" = NSTextField;
|
|
||||||
"_movieDataRefTypeTextField" = NSTextField;
|
|
||||||
"_movieDataSizeTextField" = NSTextField;
|
|
||||||
"_movieDisplayNameTextField" = NSTextField;
|
|
||||||
"_movieDurationTextField" = NSTextField;
|
|
||||||
"_movieHasAudioButton" = NSButton;
|
|
||||||
"_movieHasDurationButton" = NSButton;
|
|
||||||
"_movieHasSkinButton" = NSButton;
|
|
||||||
"_movieHasVideoButton" = NSButton;
|
|
||||||
"_movieInspectorPanel" = NSPanel;
|
|
||||||
"_movieIsEditableButton" = NSButton;
|
|
||||||
"_movieIsInteractiveButton" = NSButton;
|
|
||||||
"_movieIsLinearButton" = NSButton;
|
|
||||||
"_movieMuteButton" = NSButton;
|
|
||||||
"_movieNaturalSizeTextField" = NSTextField;
|
|
||||||
"_movieNotificationsTextView" = NSTextView;
|
|
||||||
"_moviePosterTimeTextField" = NSTextField;
|
|
||||||
"_moviePreferredMuteButton" = NSButton;
|
|
||||||
"_moviePreferredRateSlider" = NSSlider;
|
|
||||||
"_moviePreferredVolumeSlider" = NSSlider;
|
|
||||||
"_movieRateSlider" = NSSlider;
|
|
||||||
"_movieSetTimeTextField" = NSTextField;
|
|
||||||
"_movieURLTextField" = NSTextField;
|
|
||||||
"_movieView" = QTMovieView;
|
|
||||||
"_movieVolumeSlider" = NSSlider;
|
|
||||||
"_movieWindow" = NSWindow;
|
|
||||||
"_trackBoundsOriginTextField" = NSTextField;
|
|
||||||
"_trackBoundsSizeTextField" = NSTextField;
|
|
||||||
"_trackCanSendVideoButton" = NSButton;
|
|
||||||
"_trackCanStepButton" = NSButton;
|
|
||||||
"_trackDurationTextField" = NSTextField;
|
|
||||||
"_trackHasAudioButton" = NSButton;
|
|
||||||
"_trackHasDurationButton" = NSButton;
|
|
||||||
"_trackHasSkinButton" = NSButton;
|
|
||||||
"_trackHasVideoButton" = NSButton;
|
|
||||||
"_trackHasVideoFrameRateButton" = NSButton;
|
|
||||||
"_trackInspectorPanel" = NSPanel;
|
|
||||||
"_trackIsLinearButton" = NSButton;
|
|
||||||
"_trackLayerStepper" = NSStepper;
|
|
||||||
"_trackLayerTextField" = NSTextField;
|
|
||||||
"_trackMediaDataReferenceTableView" = NSTableView;
|
|
||||||
"_trackProvidesActionsButton" = NSButton;
|
|
||||||
"_trackProvidesKeyFocusButton" = NSButton;
|
|
||||||
"_trackSetBoundsButton" = NSButton;
|
|
||||||
"_trackSetBoundsTextField" = NSTextField;
|
|
||||||
"_trackSetStartTimeTextField" = NSTextField;
|
|
||||||
"_trackStartTimeTextField" = NSTextField;
|
|
||||||
"_trackTableView" = NSTableView;
|
|
||||||
"_trackVolumeSlider" = NSSlider;
|
|
||||||
};
|
|
||||||
SUPERCLASS = NSDocument;
|
|
||||||
},
|
|
||||||
{CLASS = NSTextField; LANGUAGE = ObjC; SUPERCLASS = NSControl; },
|
|
||||||
{
|
|
||||||
ACTIONS = {doOpenURL = id; };
|
|
||||||
CLASS = OpenURLPanel;
|
|
||||||
LANGUAGE = ObjC;
|
|
||||||
OUTLETS = {mPanel = NSPanel; mUrlComboBox = NSComboBox; };
|
|
||||||
SUPERCLASS = NSObject;
|
|
||||||
},
|
|
||||||
{
|
|
||||||
ACTIONS = {doOpenURL = id; };
|
|
||||||
CLASS = QTKitPlayerAppDelegate;
|
|
||||||
LANGUAGE = ObjC;
|
|
||||||
SUPERCLASS = NSObject;
|
|
||||||
}
|
|
||||||
);
|
|
||||||
IBVersion = 1;
|
|
||||||
}
|
|
|
@ -1,16 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>IBDocumentLocation</key>
|
|
||||||
<string>143 34 356 240 0 0 1680 1028 </string>
|
|
||||||
<key>IBFramework Version</key>
|
|
||||||
<string>446.1</string>
|
|
||||||
<key>IBOpenObjects</key>
|
|
||||||
<array>
|
|
||||||
<integer>5</integer>
|
|
||||||
</array>
|
|
||||||
<key>IBSystem Version</key>
|
|
||||||
<string>8P2137</string>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
Binary file not shown.
|
@ -0,0 +1,794 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.01">
|
||||||
|
<data>
|
||||||
|
<int key="IBDocument.SystemTarget">1050</int>
|
||||||
|
<string key="IBDocument.SystemVersion">9B18</string>
|
||||||
|
<string key="IBDocument.InterfaceBuilderVersion">629</string>
|
||||||
|
<string key="IBDocument.AppKitVersion">949</string>
|
||||||
|
<string key="IBDocument.HIToolboxVersion">343.00</string>
|
||||||
|
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSArray" key="IBDocument.PluginDependencies">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<string id="399045994">com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="IBDocument.RootObjects" id="103367682">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSCustomObject" id="598289762">
|
||||||
|
<string key="NSClassName" id="507215934">OpenURLPanel</string>
|
||||||
|
</object>
|
||||||
|
<object class="NSCustomObject" id="770636270">
|
||||||
|
<string key="NSClassName">FirstResponder</string>
|
||||||
|
</object>
|
||||||
|
<object class="NSCustomObject" id="827544707">
|
||||||
|
<string key="NSClassName">NSApplication</string>
|
||||||
|
</object>
|
||||||
|
<object class="NSWindowTemplate" id="392567106">
|
||||||
|
<int key="NSWindowStyleMask">1</int>
|
||||||
|
<int key="NSWindowBacking">2</int>
|
||||||
|
<string key="NSWindowRect">{{70, 875}, {506, 100}}</string>
|
||||||
|
<int key="NSWTFlags">1886912512</int>
|
||||||
|
<string key="NSWindowTitle">Open URL</string>
|
||||||
|
<string key="NSWindowClass">NSPanel</string>
|
||||||
|
<object class="NSMutableString" key="NSViewClass">
|
||||||
|
<characters key="NS.bytes">View</characters>
|
||||||
|
</object>
|
||||||
|
<string key="NSWindowContentMaxSize">{3.40282e+38, 3.40282e+38}</string>
|
||||||
|
<string key="NSWindowContentMinSize">{104.433, 50}</string>
|
||||||
|
<object class="NSView" key="NSWindowView" id="230881147">
|
||||||
|
<nil key="NSNextResponder"/>
|
||||||
|
<int key="NSvFlags">256</int>
|
||||||
|
<object class="NSMutableArray" key="NSSubviews">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSButton" id="394411564">
|
||||||
|
<reference key="NSNextResponder" ref="230881147"/>
|
||||||
|
<int key="NSvFlags">256</int>
|
||||||
|
<string key="NSFrame">{{408, 12}, {84, 32}}</string>
|
||||||
|
<reference key="NSSuperview" ref="230881147"/>
|
||||||
|
<int key="NSTag">1</int>
|
||||||
|
<bool key="NSEnabled">YES</bool>
|
||||||
|
<object class="NSButtonCell" key="NSCell" id="33142014">
|
||||||
|
<int key="NSCellFlags">67239424</int>
|
||||||
|
<int key="NSCellFlags2">137887744</int>
|
||||||
|
<string key="NSContents">OK</string>
|
||||||
|
<object class="NSFont" key="NSSupport" id="883478126">
|
||||||
|
<string key="NSName" id="145287207">LucidaGrande</string>
|
||||||
|
<double key="NSSize">1.300000e+01</double>
|
||||||
|
<int key="NSfFlags">1044</int>
|
||||||
|
</object>
|
||||||
|
<int key="NSTag">1</int>
|
||||||
|
<reference key="NSControlView" ref="394411564"/>
|
||||||
|
<int key="NSButtonFlags">-2038284033</int>
|
||||||
|
<int key="NSButtonFlags2">1</int>
|
||||||
|
<object class="NSFont" key="NSAlternateImage" id="80349092">
|
||||||
|
<string key="NSName">Helvetica</string>
|
||||||
|
<double key="NSSize">1.300000e+01</double>
|
||||||
|
<int key="NSfFlags">16</int>
|
||||||
|
</object>
|
||||||
|
<string key="NSAlternateContents" id="868193894"/>
|
||||||
|
<string type="base64-UTF8" key="NSKeyEquivalent">DQ</string>
|
||||||
|
<int key="NSPeriodicDelay">200</int>
|
||||||
|
<int key="NSPeriodicInterval">25</int>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="NSButton" id="804706612">
|
||||||
|
<reference key="NSNextResponder" ref="230881147"/>
|
||||||
|
<int key="NSvFlags">256</int>
|
||||||
|
<string key="NSFrame">{{324, 12}, {84, 32}}</string>
|
||||||
|
<reference key="NSSuperview" ref="230881147"/>
|
||||||
|
<bool key="NSEnabled">YES</bool>
|
||||||
|
<object class="NSButtonCell" key="NSCell" id="826992007">
|
||||||
|
<int key="NSCellFlags">67239424</int>
|
||||||
|
<int key="NSCellFlags2">137887744</int>
|
||||||
|
<string key="NSContents">Cancel</string>
|
||||||
|
<reference key="NSSupport" ref="883478126"/>
|
||||||
|
<reference key="NSControlView" ref="804706612"/>
|
||||||
|
<int key="NSButtonFlags">-2038284033</int>
|
||||||
|
<int key="NSButtonFlags2">1</int>
|
||||||
|
<reference key="NSAlternateImage" ref="80349092"/>
|
||||||
|
<reference key="NSAlternateContents" ref="868193894"/>
|
||||||
|
<string type="base64-UTF8" key="NSKeyEquivalent">Gw</string>
|
||||||
|
<int key="NSPeriodicDelay">200</int>
|
||||||
|
<int key="NSPeriodicInterval">25</int>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="NSComboBox" id="750680006">
|
||||||
|
<reference key="NSNextResponder" ref="230881147"/>
|
||||||
|
<int key="NSvFlags">256</int>
|
||||||
|
<string key="NSFrame">{{20, 56}, {469, 26}}</string>
|
||||||
|
<reference key="NSSuperview" ref="230881147"/>
|
||||||
|
<bool key="NSEnabled">YES</bool>
|
||||||
|
<object class="NSComboBoxCell" key="NSCell" id="824764550">
|
||||||
|
<int key="NSCellFlags">343014976</int>
|
||||||
|
<int key="NSCellFlags2">1024</int>
|
||||||
|
<object class="NSMutableString" key="NSContents" id="837416293">
|
||||||
|
<characters key="NS.bytes"/>
|
||||||
|
</object>
|
||||||
|
<reference key="NSSupport" ref="883478126"/>
|
||||||
|
<reference key="NSControlView" ref="750680006"/>
|
||||||
|
<bool key="NSDrawsBackground">YES</bool>
|
||||||
|
<object class="NSColor" key="NSBackgroundColor">
|
||||||
|
<int key="NSColorSpace">6</int>
|
||||||
|
<string key="NSCatalogName" id="819710338">System</string>
|
||||||
|
<string key="NSColorName">textBackgroundColor</string>
|
||||||
|
<object class="NSColor" key="NSColor" id="624442301">
|
||||||
|
<int key="NSColorSpace">3</int>
|
||||||
|
<bytes key="NSWhite">MQA</bytes>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="NSColor" key="NSTextColor" id="970958638">
|
||||||
|
<int key="NSColorSpace">6</int>
|
||||||
|
<reference key="NSCatalogName" ref="819710338"/>
|
||||||
|
<string key="NSColorName">controlTextColor</string>
|
||||||
|
<object class="NSColor" key="NSColor">
|
||||||
|
<int key="NSColorSpace">3</int>
|
||||||
|
<bytes key="NSWhite">MAA</bytes>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<int key="NSVisibleItemCount">5</int>
|
||||||
|
<bool key="NSHasVerticalScroller">YES</bool>
|
||||||
|
<bool key="NSCompletes">YES</bool>
|
||||||
|
<reference key="NSDelegate" ref="750680006"/>
|
||||||
|
<object class="NSComboTableView" key="NSTableView" id="285771991">
|
||||||
|
<reference key="NSNextResponder"/>
|
||||||
|
<int key="NSvFlags">274</int>
|
||||||
|
<string key="NSFrameSize">{15, 0}</string>
|
||||||
|
<reference key="NSSuperview"/>
|
||||||
|
<reference key="NSWindow"/>
|
||||||
|
<bool key="NSEnabled">YES</bool>
|
||||||
|
<object class="NSMutableArray" key="NSTableColumns">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSTableColumn">
|
||||||
|
<integer value="0" key="NSIdentifier"/>
|
||||||
|
<double key="NSWidth">1.200000e+01</double>
|
||||||
|
<double key="NSMinWidth">1.000000e+01</double>
|
||||||
|
<double key="NSMaxWidth">1.000000e+03</double>
|
||||||
|
<object class="NSTableHeaderCell" key="NSHeaderCell">
|
||||||
|
<int key="NSCellFlags">75628032</int>
|
||||||
|
<int key="NSCellFlags2">0</int>
|
||||||
|
<reference key="NSContents" ref="837416293"/>
|
||||||
|
<object class="NSFont" key="NSSupport">
|
||||||
|
<reference key="NSName" ref="145287207"/>
|
||||||
|
<double key="NSSize">1.200000e+01</double>
|
||||||
|
<int key="NSfFlags">16</int>
|
||||||
|
</object>
|
||||||
|
<object class="NSColor" key="NSBackgroundColor">
|
||||||
|
<int key="NSColorSpace">3</int>
|
||||||
|
<bytes key="NSWhite">MC4zMzMzMzI5OQA</bytes>
|
||||||
|
</object>
|
||||||
|
<reference key="NSTextColor" ref="624442301"/>
|
||||||
|
</object>
|
||||||
|
<object class="NSTextFieldCell" key="NSDataCell">
|
||||||
|
<int key="NSCellFlags">338820672</int>
|
||||||
|
<int key="NSCellFlags2">1024</int>
|
||||||
|
<reference key="NSSupport" ref="883478126"/>
|
||||||
|
<reference key="NSControlView" ref="285771991"/>
|
||||||
|
<bool key="NSDrawsBackground">YES</bool>
|
||||||
|
<object class="NSColor" key="NSBackgroundColor" id="386796517">
|
||||||
|
<int key="NSColorSpace">6</int>
|
||||||
|
<reference key="NSCatalogName" ref="819710338"/>
|
||||||
|
<string key="NSColorName">controlBackgroundColor</string>
|
||||||
|
<object class="NSColor" key="NSColor">
|
||||||
|
<int key="NSColorSpace">3</int>
|
||||||
|
<bytes key="NSWhite">MC42NjY2NjY2OQA</bytes>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<reference key="NSTextColor" ref="970958638"/>
|
||||||
|
</object>
|
||||||
|
<int key="NSResizingMask">3</int>
|
||||||
|
<bool key="NSIsResizeable">YES</bool>
|
||||||
|
<reference key="NSTableView" ref="285771991"/>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<double key="NSIntercellSpacingWidth">3.000000e+00</double>
|
||||||
|
<double key="NSIntercellSpacingHeight">2.000000e+00</double>
|
||||||
|
<reference key="NSBackgroundColor" ref="386796517"/>
|
||||||
|
<object class="NSColor" key="NSGridColor">
|
||||||
|
<int key="NSColorSpace">6</int>
|
||||||
|
<reference key="NSCatalogName" ref="819710338"/>
|
||||||
|
<string key="NSColorName">gridColor</string>
|
||||||
|
<object class="NSColor" key="NSColor">
|
||||||
|
<int key="NSColorSpace">3</int>
|
||||||
|
<bytes key="NSWhite">MC41AA</bytes>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<double key="NSRowHeight">1.900000e+01</double>
|
||||||
|
<string key="NSAction">tableViewAction:</string>
|
||||||
|
<int key="NSTvFlags">-767524864</int>
|
||||||
|
<reference key="NSDelegate" ref="824764550"/>
|
||||||
|
<reference key="NSDataSource" ref="824764550"/>
|
||||||
|
<reference key="NSTarget" ref="824764550"/>
|
||||||
|
<int key="NSColumnAutoresizingStyle">1</int>
|
||||||
|
<int key="NSDraggingSourceMaskForLocal">15</int>
|
||||||
|
<int key="NSDraggingSourceMaskForNonLocal">0</int>
|
||||||
|
<bool key="NSAllowsTypeSelect">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<string key="NSFrame">{{1, 1}, {506, 100}}</string>
|
||||||
|
</object>
|
||||||
|
<string key="NSScreenRect">{{0, 0}, {1680, 1028}}</string>
|
||||||
|
<string key="NSMinSize">{104.433, 72}</string>
|
||||||
|
<string key="NSMaxSize">{3.40282e+38, 3.40282e+38}</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectContainer" key="IBDocument.Objects">
|
||||||
|
<object class="NSMutableArray" key="connectionRecords">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="IBConnectionRecord">
|
||||||
|
<object class="IBActionConnection" key="connection">
|
||||||
|
<string key="label" id="700406370">doOpenURL:</string>
|
||||||
|
<reference key="source" ref="598289762"/>
|
||||||
|
<reference key="destination" ref="804706612"/>
|
||||||
|
</object>
|
||||||
|
<int key="connectionID">15</int>
|
||||||
|
</object>
|
||||||
|
<object class="IBConnectionRecord">
|
||||||
|
<object class="IBActionConnection" key="connection">
|
||||||
|
<reference key="label" ref="700406370"/>
|
||||||
|
<reference key="source" ref="598289762"/>
|
||||||
|
<reference key="destination" ref="394411564"/>
|
||||||
|
</object>
|
||||||
|
<int key="connectionID">16</int>
|
||||||
|
</object>
|
||||||
|
<object class="IBConnectionRecord">
|
||||||
|
<object class="IBOutletConnection" key="connection">
|
||||||
|
<string key="label">mPanel</string>
|
||||||
|
<reference key="source" ref="598289762"/>
|
||||||
|
<reference key="destination" ref="392567106"/>
|
||||||
|
</object>
|
||||||
|
<int key="connectionID">18</int>
|
||||||
|
</object>
|
||||||
|
<object class="IBConnectionRecord">
|
||||||
|
<object class="IBOutletConnection" key="connection">
|
||||||
|
<string key="label">mUrlComboBox</string>
|
||||||
|
<reference key="source" ref="598289762"/>
|
||||||
|
<reference key="destination" ref="750680006"/>
|
||||||
|
</object>
|
||||||
|
<int key="connectionID">19</int>
|
||||||
|
</object>
|
||||||
|
<object class="IBConnectionRecord">
|
||||||
|
<object class="IBOutletConnection" key="connection">
|
||||||
|
<string key="label">delegate</string>
|
||||||
|
<reference key="source" ref="392567106"/>
|
||||||
|
<reference key="destination" ref="598289762"/>
|
||||||
|
</object>
|
||||||
|
<int key="connectionID">21</int>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBMutableOrderedSet" key="objectRecords">
|
||||||
|
<object class="NSArray" key="orderedObjects">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">0</int>
|
||||||
|
<object class="NSArray" key="object" id="0">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<reference key="children" ref="103367682"/>
|
||||||
|
<nil key="parent"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">-2</int>
|
||||||
|
<reference key="object" ref="598289762"/>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
<string type="base64-UTF8" key="objectName">RmlsZSdzIE93bmVyA</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">-1</int>
|
||||||
|
<reference key="object" ref="770636270"/>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
<string key="objectName">First Responder</string>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">5</int>
|
||||||
|
<reference key="object" ref="392567106"/>
|
||||||
|
<object class="NSMutableArray" key="children">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<reference ref="230881147"/>
|
||||||
|
</object>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
<reference key="objectName" ref="507215934"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">6</int>
|
||||||
|
<reference key="object" ref="230881147"/>
|
||||||
|
<object class="NSMutableArray" key="children">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<reference ref="394411564"/>
|
||||||
|
<reference ref="804706612"/>
|
||||||
|
<reference ref="750680006"/>
|
||||||
|
</object>
|
||||||
|
<reference key="parent" ref="392567106"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">8</int>
|
||||||
|
<reference key="object" ref="394411564"/>
|
||||||
|
<object class="NSMutableArray" key="children">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<reference ref="33142014"/>
|
||||||
|
</object>
|
||||||
|
<reference key="parent" ref="230881147"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">9</int>
|
||||||
|
<reference key="object" ref="804706612"/>
|
||||||
|
<object class="NSMutableArray" key="children">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<reference ref="826992007"/>
|
||||||
|
</object>
|
||||||
|
<reference key="parent" ref="230881147"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">13</int>
|
||||||
|
<reference key="object" ref="750680006"/>
|
||||||
|
<object class="NSMutableArray" key="children">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<reference ref="824764550"/>
|
||||||
|
</object>
|
||||||
|
<reference key="parent" ref="230881147"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">23</int>
|
||||||
|
<reference key="object" ref="33142014"/>
|
||||||
|
<reference key="parent" ref="394411564"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">24</int>
|
||||||
|
<reference key="object" ref="826992007"/>
|
||||||
|
<reference key="parent" ref="804706612"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">25</int>
|
||||||
|
<reference key="object" ref="824764550"/>
|
||||||
|
<reference key="parent" ref="750680006"/>
|
||||||
|
</object>
|
||||||
|
<object class="IBObjectRecord">
|
||||||
|
<int key="objectID">-3</int>
|
||||||
|
<reference key="object" ref="827544707"/>
|
||||||
|
<reference key="parent" ref="0"/>
|
||||||
|
<string key="objectName">Application</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableDictionary" key="flattenedProperties">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSMutableArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<string>-1.IBPluginDependency</string>
|
||||||
|
<string>-2.IBPluginDependency</string>
|
||||||
|
<string>13.IBPluginDependency</string>
|
||||||
|
<string>13.ImportedFromIB2</string>
|
||||||
|
<string>5.IBPluginDependency</string>
|
||||||
|
<string>5.ImportedFromIB2</string>
|
||||||
|
<string>5.windowTemplate.hasMaxSize</string>
|
||||||
|
<string>5.windowTemplate.hasMinSize</string>
|
||||||
|
<string>5.windowTemplate.maxSize</string>
|
||||||
|
<string>5.windowTemplate.minSize</string>
|
||||||
|
<string>6.IBPluginDependency</string>
|
||||||
|
<string>6.ImportedFromIB2</string>
|
||||||
|
<string>8.IBPluginDependency</string>
|
||||||
|
<string>8.ImportedFromIB2</string>
|
||||||
|
<string>9.IBPluginDependency</string>
|
||||||
|
<string>9.ImportedFromIB2</string>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<reference ref="399045994"/>
|
||||||
|
<reference ref="399045994"/>
|
||||||
|
<reference ref="399045994"/>
|
||||||
|
<integer value="1" id="5"/>
|
||||||
|
<reference ref="399045994"/>
|
||||||
|
<reference ref="5"/>
|
||||||
|
<reference ref="5"/>
|
||||||
|
<reference ref="5"/>
|
||||||
|
<string>{3.40282e+38, 3.40282e+38}</string>
|
||||||
|
<string>{104.433, 50}</string>
|
||||||
|
<reference ref="399045994"/>
|
||||||
|
<reference ref="5"/>
|
||||||
|
<reference ref="399045994"/>
|
||||||
|
<reference ref="5"/>
|
||||||
|
<reference ref="399045994"/>
|
||||||
|
<reference ref="5"/>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableDictionary" key="unlocalizedProperties">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<nil key="activeLocalization"/>
|
||||||
|
<object class="NSMutableDictionary" key="localizations">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<nil key="sourceID"/>
|
||||||
|
<int key="maxID">25</int>
|
||||||
|
</object>
|
||||||
|
<object class="IBClassDescriber" key="IBDocument.Classes">
|
||||||
|
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="IBPartialClassDescription">
|
||||||
|
<string key="className" id="983210189">NSObject</string>
|
||||||
|
<nil key="superclassName"/>
|
||||||
|
<object class="NSMutableDictionary" key="actions">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableDictionary" key="outlets">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||||
|
<string key="majorKey" id="158261243">IBProjectSource</string>
|
||||||
|
<string key="minorKey">ThirdParty/UKKQueue/UKFileWatcher.h</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBPartialClassDescription">
|
||||||
|
<reference key="className" ref="983210189"/>
|
||||||
|
<nil key="superclassName"/>
|
||||||
|
<object class="NSMutableDictionary" key="actions">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableDictionary" key="outlets">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||||
|
<reference key="majorKey" ref="158261243"/>
|
||||||
|
<string key="minorKey">ThirdParty/UKKQueue/UKMainThreadProxy.h</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBPartialClassDescription">
|
||||||
|
<reference key="className" ref="983210189"/>
|
||||||
|
<nil key="superclassName"/>
|
||||||
|
<object class="NSMutableDictionary" key="actions">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableDictionary" key="outlets">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||||
|
<reference key="majorKey" ref="158261243"/>
|
||||||
|
<string key="minorKey">ThirdParty/UKKQueue/UKKQueue.h</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBPartialClassDescription">
|
||||||
|
<reference key="className" ref="983210189"/>
|
||||||
|
<nil key="superclassName"/>
|
||||||
|
<object class="NSMutableDictionary" key="actions">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableDictionary" key="outlets">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||||
|
<reference key="majorKey" ref="158261243"/>
|
||||||
|
<string key="minorKey">ThirdParty/NDHotKeys/NDHotKeyEvent.h</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBPartialClassDescription">
|
||||||
|
<reference key="className" ref="983210189"/>
|
||||||
|
<nil key="superclassName"/>
|
||||||
|
<object class="NSMutableDictionary" key="actions">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableDictionary" key="outlets">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||||
|
<reference key="majorKey" ref="158261243"/>
|
||||||
|
<string key="minorKey">ThirdParty/GCWindowMenu/GCOneShotEffectTimer.h</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBPartialClassDescription">
|
||||||
|
<reference key="className" ref="983210189"/>
|
||||||
|
<nil key="superclassName"/>
|
||||||
|
<object class="NSMutableDictionary" key="actions">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableDictionary" key="outlets">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||||
|
<reference key="majorKey" ref="158261243"/>
|
||||||
|
<string key="minorKey">ThirdParty/AppleRemote/AppleRemote.h</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBPartialClassDescription">
|
||||||
|
<string key="className">OpenURLPanel</string>
|
||||||
|
<reference key="superclassName" ref="983210189"/>
|
||||||
|
<object class="NSMutableDictionary" key="actions">
|
||||||
|
<string key="NS.key.0">doOpenURL:</string>
|
||||||
|
<string key="NS.object.0" id="565339150">id</string>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableDictionary" key="outlets">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSMutableArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<string>mDelegate</string>
|
||||||
|
<string>mPanel</string>
|
||||||
|
<string>mUrlComboBox</string>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<reference ref="565339150"/>
|
||||||
|
<string>NSPanel</string>
|
||||||
|
<string>NSComboBox</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||||
|
<reference key="majorKey" ref="158261243"/>
|
||||||
|
<string key="minorKey">ThirdParty/OpenURLPanel/OpenURLPanel.h</string>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBPartialClassDescription">
|
||||||
|
<string key="className">OpenURLPanel</string>
|
||||||
|
<reference key="superclassName" ref="983210189"/>
|
||||||
|
<object class="NSMutableDictionary" key="actions">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableDictionary" key="outlets">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||||
|
<string key="majorKey" id="690780485">IBUserSource</string>
|
||||||
|
<string key="minorKey" id="389139392"/>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBPartialClassDescription">
|
||||||
|
<string key="className">FirstResponder</string>
|
||||||
|
<nil key="superclassName"/>
|
||||||
|
<object class="NSMutableDictionary" key="actions">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableDictionary" key="outlets">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||||
|
<reference key="majorKey" ref="690780485"/>
|
||||||
|
<reference key="minorKey" ref="389139392"/>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBPartialClassDescription">
|
||||||
|
<string key="className">NSTextField</string>
|
||||||
|
<nil key="superclassName"/>
|
||||||
|
<object class="NSMutableDictionary" key="actions">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableDictionary" key="outlets">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
<object class="NSArray" key="dict.sortedKeys">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
<object class="NSMutableArray" key="dict.values">
|
||||||
|
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||||
|
<reference key="majorKey" ref="690780485"/>
|
||||||
|
<reference key="minorKey" ref="389139392"/>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
</object>
|
||||||
|
<int key="IBDocument.localizationMode">0</int>
|
||||||
|
<string key="IBDocument.LastKnownRelativeProjectPath">../../Cog.xcodeproj</string>
|
||||||
|
<int key="IBDocument.defaultPropertyAccessControl">3</int>
|
||||||
|
<object class="NSMutableData" key="IBDocument.RunnableNib">
|
||||||
|
<bytes key="NS.bytes">YnBsaXN0MDDUAAEAAgADAAQABQAGAAkAClgkdmVyc2lvblQkdG9wWSRhcmNoaXZlclgkb2JqZWN0cxIA
|
||||||
|
AYag0QAHAAhdSUIub2JqZWN0ZGF0YYABXxAPTlNLZXllZEFyY2hpdmVyrxCCAAsADAAxADUANgA8AD0A
|
||||||
|
QQBFAE0AVQBlAGsAbACFAIYAjgCPAJIAlgCXAJgAmQCdAKMApACoAK0AtAC1AMwAzwDTAN0A3gDfAOQA
|
||||||
|
5gDrAOwA7wALARQACwEVARkBAwErATIBNQE4ATwBRAFJAUoBTQFPAVIBVgFbAVwBXwFgAWMBZgFqAWsB
|
||||||
|
bgFzAY4BjwGQAZEBlAGVAZYBnAGjAaQBrAGtAa4BrwGxAbIBlAGzAbYBtwG8Ab0BwgHOAdEB0gHUAeAB
|
||||||
|
7QH6AfsB/AH9Af4B/wIAAgECAgIDAgYCCQIbAi0AxwCVAi4CLwIwAjEAfAIyAGQBEAIzAjQA2gI1AjYC
|
||||||
|
OQI8Aj9VJG51bGzfEBIADQAOAA8AEAARABIAEwAUABUAFgAXABgAGQAaABsAHAAdAB4AHwAgACEAIgAj
|
||||||
|
ACQAJQAmACcAKAApACoAKwAsAC0ALgAvADBWTlNSb290ViRjbGFzc11OU09iamVjdHNLZXlzXxAPTlND
|
||||||
|
bGFzc2VzVmFsdWVzXxAZTlNBY2Nlc3NpYmlsaXR5T2lkc1ZhbHVlc11OU0Nvbm5lY3Rpb25zW05TTmFt
|
||||||
|
ZXNLZXlzW05TRnJhbWV3b3JrXU5TQ2xhc3Nlc0tleXNaTlNPaWRzS2V5c11OU05hbWVzVmFsdWVzXxAZ
|
||||||
|
TlNBY2Nlc3NpYmlsaXR5Q29ubmVjdG9yc11OU0ZvbnRNYW5hZ2VyXxAQTlNWaXNpYmxlV2luZG93c18Q
|
||||||
|
D05TT2JqZWN0c1ZhbHVlc18QF05TQWNjZXNzaWJpbGl0eU9pZHNLZXlzWU5TTmV4dE9pZFxOU09pZHNW
|
||||||
|
YWx1ZXOAAoCBgFuAbICAgAiAYIAFgGuAbYBhgH6AAIAGgF+AfxAagG7SAA4AMgAzADRbTlNDbGFzc05h
|
||||||
|
bWWABIADXE9wZW5VUkxQYW5lbNIANwA4ADkAOlgkY2xhc3Nlc1okY2xhc3NuYW1logA6ADteTlNDdXN0
|
||||||
|
b21PYmplY3RYTlNPYmplY3RfEBBJQkNvY29hRnJhbWV3b3Jr0gAOAD4APwBAWk5TLm9iamVjdHOAB6DS
|
||||||
|
ADcAOABCAEOjAEMARAA7XE5TTXV0YWJsZVNldFVOU1NldNIADgA+AEYAR4A5pQBIAEkASgBLAEyACYAa
|
||||||
|
gEOAWIBa1AAOAE4ATwBQAFEAHwBTAFRdTlNEZXN0aW5hdGlvblhOU1NvdXJjZVdOU0xhYmVsgBmAAoAK
|
||||||
|
gBjYAFYADgBXAFgAWQBaAFsAXABdAF4AXwBgAGEAYgBdAGRfEA9OU05leHRSZXNwb25kZXJXTlNGcmFt
|
||||||
|
ZVZOU0NlbGxYTlN2RmxhZ3NZTlNFbmFibGVkW05TU3VwZXJ2aWV3VU5TVGFngAuAF4AMgA0RAQAJgAsQ
|
||||||
|
AdUAVgAOAFcAZgBZACsAaABpAGoAYVpOU1N1YnZpZXdzgACAUoBRgEtfEBV7ezQwOCwgMTJ9LCB7ODQs
|
||||||
|
IDMyfX3eAG0ADgBuAG8AcABxAHIAcwB0AHUAdgB3AHgAXAB5AHoAewB8AGQAfQB+AH8AgABTAIIAgwCE
|
||||||
|
AGRbTlNDZWxsRmxhZ3NfEBNOU0FsdGVybmF0ZUNvbnRlbnRzXxASTlNQZXJpb2RpY0ludGVydmFsXk5T
|
||||||
|
QnV0dG9uRmxhZ3MyXxAQTlNBbHRlcm5hdGVJbWFnZV8QD05TS2V5RXF1aXZhbGVudFpOU0NvbnRlbnRz
|
||||||
|
WU5TU3VwcG9ydF1OU0NvbnRyb2xWaWV3XxAPTlNQZXJpb2RpY0RlbGF5XE5TQ2VsbEZsYWdzMl1OU0J1
|
||||||
|
dHRvbkZsYWdzEgQB/gCAFoAUEBmAEoAVgA6AD4AKEMgSCDgAABP/////hoJA/1JPS9QADgCHAIgAiQCK
|
||||||
|
AIsAjACNVk5TU2l6ZVZOU05hbWVYTlNmRmxhZ3OAESNAKgAAAAAAAIAQEQQUXEx1Y2lkYUdyYW5kZdIA
|
||||||
|
NwA4AJAAkaIAkQA7Vk5TRm9udNQADgCHAIgAiQCKAIsAlACVgBGAExAQWUhlbHZldGljYVBRDdIANwA4
|
||||||
|
AJoAm6QAmwCcAFgAO1xOU0J1dHRvbkNlbGxcTlNBY3Rpb25DZWxs0gA3ADgAngCfpQCfAKAAoQCiADtY
|
||||||
|
TlNCdXR0b25ZTlNDb250cm9sVk5TVmlld1tOU1Jlc3BvbmRlclpkb09wZW5VUkw60gA3ADgApQCmowCm
|
||||||
|
AKcAO18QFU5TTmliQ29udHJvbENvbm5lY3Rvcl5OU05pYkNvbm5lY3RvctQADgBOAE8AUACpAKoAHwCs
|
||||||
|
gEKAG4ACgEHXAFYADgBXAFgAWQBaAFsAXQCvALAAsQBhAGIAXYALgECAHIAdCYALXxAVe3syMCwgNTZ9
|
||||||
|
LCB7NDY5LCAyNn193gC2AG0ADgC3AHMAdAB1AHcAuAC5ALoAuwC8AL0AqgC/AMAAwQDCAIAAqgDFAGIA
|
||||||
|
xwBiAMkAYgDLWk5TRGVsZWdhdGVfEBFOU0JhY2tncm91bmRDb2xvcl8QEU5TRHJhd3NCYWNrZ3JvdW5k
|
||||||
|
XxASTlNWaXNpYmxlSXRlbUNvdW50W05TQ29tcGxldGVzW05TVGFibGVWaWV3XxAVTlNIYXNWZXJ0aWNh
|
||||||
|
bFNjcm9sbGVyW05TVGV4dENvbG9ygBsSFHH+QIA/gCCAHoAPgBsRBAAJEAUJgCgJgCXSAA4AzQDOAJdZ
|
||||||
|
TlMuc3RyaW5ngB/SADcAOADQANGjANEA0gA7XxAPTlNNdXRhYmxlU3RyaW5nWE5TU3RyaW5n1QAOANQA
|
||||||
|
1QDWANcA2ADZANoA2wDcV05TQ29sb3JcTlNDb2xvclNwYWNlW05TQ29sb3JOYW1lXU5TQ2F0YWxvZ05h
|
||||||
|
bWWAJIAjEAaAIoAhVlN5c3RlbV8QE3RleHRCYWNrZ3JvdW5kQ29sb3LTAA4A1QDgANgA4gDjV05TV2hp
|
||||||
|
dGWAJBADQjEA0gA3ADgA5QDUogDUADvVAA4A1ADVANYA1wDYAOgA2gDpANyAJIAngCaAIV8QEGNvbnRy
|
||||||
|
b2xUZXh0Q29sb3LTAA4A1QDgANgA4gDugCRCMADfEBYAVgC2APAA8QDyAA4AtwDzAPQA9QD2APcAWQD4
|
||||||
|
AFoA+QD6APsA/ABbAP0A/gD/ALEAsQECAQMBBAEFAGIBBwBkAQgAsQEKAQsAYgENAQ4BDwEQAP8BEgET
|
||||||
|
WE5TVGFyZ2V0WU5TVHZGbGFnc18QH05TRHJhZ2dpbmdTb3VyY2VNYXNrRm9yTm9uTG9jYWxfEBJOU0Fs
|
||||||
|
bG93c1R5cGVTZWxlY3RfEBdOU0ludGVyY2VsbFNwYWNpbmdXaWR0aF8QGU5TQ29sdW1uQXV0b3Jlc2l6
|
||||||
|
aW5nU3R5bGVfEBhOU0ludGVyY2VsbFNwYWNpbmdIZWlnaHRcTlNEYXRhU291cmNlW05TRnJhbWVTaXpl
|
||||||
|
WE5TV2luZG93WE5TQWN0aW9uW05TR3JpZENvbG9yXxAcTlNEcmFnZ2luZ1NvdXJjZU1hc2tGb3JMb2Nh
|
||||||
|
bF5OU1RhYmxlQ29sdW1uc1tOU1Jvd0hlaWdodIApgB2AHRP/////0kCAABAAgD6ANAkjQAgAAAAAAAAj
|
||||||
|
QAAAAAAAAACAHREBEoAqCYArgD2AOhAPgCmALCNAMwAAAAAAAFd7MTUsIDB90gAOAD4ARgEXgDmhARiA
|
||||||
|
LdoBGgAOARsBHAEdAR4BHwEgASEAuwBiASMBJAElASYBJwDiASgBKQDJXk5TSXNSZXNpemVhYmxlXE5T
|
||||||
|
SGVhZGVyQ2VsbFxOU0lkZW50aWZpZXJXTlNXaWR0aFpOU0RhdGFDZWxsXk5TUmVzaXppbmdNYXNrWk5T
|
||||||
|
TWluV2lkdGhaTlNNYXhXaWR0aAmAOIAvgC4jQCgAAAAAAACAMyNAJAAAAAAAACNAj0AAAAAAAIAo1wBt
|
||||||
|
AA4AtwBzAHQAdwC9ASwBLQEuAMIBMAEDANkSBIH+AIAygDGAHoAwgCPUAA4AhwCIAIkAigEmAIwAlYAR
|
||||||
|
gBDTAA4A1QDgANgA4gE3gCRLMC4zMzMzMzI5OQDSADcAOAE5ATqlAToBOwCcAFgAO18QEU5TVGFibGVI
|
||||||
|
ZWFkZXJDZWxsXxAPTlNUZXh0RmllbGRDZWxs2ABtAA4AtwB0AHUAdwC4AL0BPQE+AQUAgADJAMUAYgDL
|
||||||
|
EhQx/kCAN4A0gA+AKAmAJdUADgDUANUA1gDXANgBRgDaAUcA3IAkgDaANYAhXxAWY29udHJvbEJhY2tn
|
||||||
|
cm91bmRDb2xvctMADgDVAOAA2ADiAUyAJEswLjY2NjY2NjY5ANIANwA4AU4BO6QBOwCcAFgAO9IANwA4
|
||||||
|
AVABUaIBUQA7XU5TVGFibGVDb2x1bW7SADcAOAFTAVSjAVQBVQA7Xk5TTXV0YWJsZUFycmF5V05TQXJy
|
||||||
|
YXnVAA4A1ADVANYA1wDYAVgA2gFZANyAJIA8gDuAIVlncmlkQ29sb3LTAA4A1QDgANgA4gFegCREMC41
|
||||||
|
AF8QEHRhYmxlVmlld0FjdGlvbjrSADcAOAFhAWKmAWIAuwCgAKEAogA7XxAQTlNDb21ib1RhYmxlVmll
|
||||||
|
d9IANwA4AWQBZaUBZQE7AJwAWAA7Xk5TQ29tYm9Cb3hDZWxs0gA3ADgBZwFopgFoAWkAoAChAKIAO1pO
|
||||||
|
U0NvbWJvQm94W05TVGV4dEZpZWxkXG1VcmxDb21ib0JveNIANwA4AWwBbaMBbQCnADtfEBROU05pYk91
|
||||||
|
dGxldENvbm5lY3RvctQADgBOAE8AUACpAB8BcQFygEKAAoBEgFfeAXQADgF1AXYBdwF4AXkBegF7AXwB
|
||||||
|
fQF+AX8BgABdAYIBgwGEAYUBhgGHAYgBiQGKAYsAZAGMAY1cTlNXaW5kb3dWaWV3XxAWTlNXaW5kb3dD
|
||||||
|
b250ZW50TWF4U2l6ZVxOU1NjcmVlblJlY3RdTlNXaW5kb3dUaXRsZVlOU1dURmxhZ3NdTlNXaW5kb3dD
|
||||||
|
bGFzc18QFk5TV2luZG93Q29udGVudE1pblNpemVcTlNXaW5kb3dSZWN0WU5TTWF4U2l6ZV8QD05TV2lu
|
||||||
|
ZG93QmFja2luZ18QEU5TV2luZG93U3R5bGVNYXNrWU5TTWluU2l6ZVtOU1ZpZXdDbGFzc4ALgFaASYBT
|
||||||
|
gEYScHgAAIBHgEqARYBVEAKAVIBIXxAXe3s3MCwgODc1fSwgezUwNiwgMTAwfX1YT3BlbiBVUkxXTlNQ
|
||||||
|
YW5lbNIADgDNAM4Bk4AfVFZpZXdfEBp7My40MDI4MmUrMzgsIDMuNDAyODJlKzM4fV17MTA0LjQzMywg
|
||||||
|
NTB90gAOAD4ARgGYgDmjAFMBmgCqgAqATIAb1wBWAA4AVwBYAFkAWgBbAF0AXgGfAaAAYQBiAF2AC4AX
|
||||||
|
gE2ATgmAC18QFXt7MzI0LCAxMn0sIHs4NCwgMzJ9fd0AbQAOAG4AbwBwAHEAcgBzAHQAdQB2AHcAeAB5
|
||||||
|
AHoAewB8AGQAfQGoAakAgAGaAIIAgwCEgBaAFIASgFCAT4APgExWQ2FuY2VsURtfEBR7ezEsIDF9LCB7
|
||||||
|
NTA2LCAxMDB9fdIANwA4AbAAoaMAoQCiADtfEBZ7ezAsIDB9LCB7MTY4MCwgMTAyOH19XXsxMDQuNDMz
|
||||||
|
LCA3Mn3SADcAOAG0AbWiAbUAO18QEE5TV2luZG93VGVtcGxhdGVYZGVsZWdhdGXUAA4ATgBPAFAAqQFx
|
||||||
|
AB8Bu4BCgESAAoBZVm1QYW5lbNQADgBOAE8AUABRAB8BmgBUgBmAAoBMgBjSAA4APgHDAcSAXqkAXQHG
|
||||||
|
ALEBcQCqAaAAYAGaAFOAC4BcgB2ARIAbgE6ADYBMgArSAA4AMgAzAdCABIBdXU5TQXBwbGljYXRpb27S
|
||||||
|
ADcAOAHTAVWiAVUAO9IADgA+AcMB1oBeqQFxAB8AqgAfAF0BmgBTAF0AXYBEgAKAG4ACgAuATIAKgAuA
|
||||||
|
C9IADgA+AcMB4oBeqgBTALEAYAFxAKoAHwGgAZoBxgBdgAqAHYANgESAG4ACgE6ATIBcgAvSAA4APgHD
|
||||||
|
Ae+AXqoB8AHxAfIANAH0AfUB9gH3AfgB+YBigGOAZIADgGWAZoBngGiAaYBqXxAQUHVzaCBCdXR0b24g
|
||||||
|
KE9LKV5Db21ibyBCb3ggQ2VsbF8QEEJ1dHRvbiBDZWxsIChPSylZQ29tYm8gQm94XEZpbGUncyBPd25l
|
||||||
|
cl8QFEJ1dHRvbiBDZWxsIChDYW5jZWwpXxAUUHVzaCBCdXR0b24gKENhbmNlbClbQXBwbGljYXRpb25c
|
||||||
|
Q29udGVudCBWaWV30gAOAD4BwwIFgF6g0gAOAD4BwwIIgF6g0gAOAD4BwwILgF6vEA8BxgFxAEgASQBK
|
||||||
|
AEsBmgCxAKoAHwBMAaAAUwBdAGCAXIBEgAmAGoBDgFiATIAdgBuAAoBagE6ACoALgA3SAA4APgHDAh2A
|
||||||
|
Xq8QDwIeAh8CIAIhAiICIwIkAiUCJgInAigCKQIqAisCLIBvgHCAcYBygHOAdIB1gHaAd4B4gHmAeoB7
|
||||||
|
gHyAfRP//////////RATEBUQEhAJEA0QGBAIEBfSAA4APgBGAjiAOaDSAA4APgHDAjuAXqDSAA4APgHD
|
||||||
|
Aj6AXqDSADcAOAJAAkGiAkEAO15OU0lCT2JqZWN0RGF0YQAIABkAIgAnADEAOgA/AEQAUgBUAGYBbQFz
|
||||||
|
Ab4BxQHMAdoB7AIIAhYCIgIuAjwCRwJVAnECfwKSAqQCvgLIAtUC1wLZAtsC3QLfAuEC4wLlAucC6QLr
|
||||||
|
Au0C7wLxAvMC9QL3AvkDAgMOAxADEgMfAygDMQM8A0EDUANZA2wDdQOAA4IDgwOMA5MDoAOmA68DsQO8
|
||||||
|
A74DwAPCA8QDxgPXA+UD7gP2A/gD+gP8A/4EHwQxBDkEQARJBFMEXwRlBGcEaQRrBG0EcARxBHMEdQSK
|
||||||
|
BJUElwSZBJsEnQS1BO4E+gUQBSUFNAVHBVkFZAVuBXwFjgWbBakFrgWwBbIFtAW2BbgFugW8Bb4FwAXF
|
||||||
|
Bc4F0QXiBekF8AX5BfsGBAYGBgkGFgYfBiQGKwY8Bj4GQAZCBkwGTQZPBlgGYQZuBnsGhAaPBpgGogap
|
||||||
|
BrUGwAbJBtAG6Ab3BwgHCgcMBw4HEActBy8HMQczBzUHNgc4B1AHiQeUB6gHvAfRB90H6QgBCA0IDwgU
|
||||||
|
CBYIGAgaCBwIHgghCCIIJAglCCcIKAgqCDMIPQg/CEgITwhhCGoIfwiHCJQIoAiuCLAIsgi0CLYIuAi/
|
||||||
|
CNUI4gjqCOwI7gjxCPoI/wkUCRYJGAkaCRwJLwk8CT4JQQmcCaUJrwnRCeYKAAocCjcKRApQClkKYgpu
|
||||||
|
Co0KnAqoCqoKrAquCrcKuQq7Cr0KvgrHCtAK0grVCtcK2AraCtwK3grgCuIK5ArtCvUK/gsACwMLBQsu
|
||||||
|
Cz0LSgtXC18Lagt5C4QLjwuQC5ILlAuWC58LoQuqC7MLtQvSC9cL2QvbC90L3wvhC/IL9Av2DAMMBQwR
|
||||||
|
DBoMJQw5DEsMbAxxDHMMdQx3DHkMegx8DJEMkwyVDJcMmQyyDL8MwQzNDNYM3wzoDO0M+w0EDQsNGg0i
|
||||||
|
DTcNOQ07DT0NPw1JDVYNWA1dDXANeQ2GDZkNog2tDbwNxQ3SDd0N6Q32Df8OBg4dDi4OMA4yDjQONg5v
|
||||||
|
DnwOlQ6iDrAOug7IDuEO7g74DwoPHg8oDzQPNg84DzoPPA8+D0MPRQ9HD0kPSw9ND08PUQ9rD3QPfA+F
|
||||||
|
D4cPjA+pD7cPwA/CD8kPyw/ND88P7A/uD/AP8g/0D/UP9xAPEEQQRhBIEEoQTBBOEFAQUhBZEFsQchB7
|
||||||
|
EIIQmxCpELIQtxDKENMQ5BDmEOgQ6hDsEPMRBBEGEQgRChEMERURFxEqESwRLhEwETIRNBE2ETgROhE8
|
||||||
|
EUURRxFJEVcRYBFlEW4RcBGDEYURhxGJEYsRjRGPEZERkxGVEZ4RoBG1EbcRuRG7Eb0RvxHBEcMRxRHH
|
||||||
|
EckR0hHUEekR6xHtEe8R8RHzEfUR9xH5EfsR/RIQEh8SMhI8EkkSYBJ3EoMSkBKZEpsSnBKlEqcSqBKx
|
||||||
|
ErMS1BLWEtgS2hLcEt4S4BLiEuQS5hLoEuoS7BLuEvAS8hL7Ev0THhMgEyITJBMmEygTKhMsEy4TMBMy
|
||||||
|
EzQTNhM4EzoTPBNFE0cTSRNLE00TTxNRE1MTVRNeE2ATYRNqE2wTbRN2E3gTeROCE4cAAAAAAAACAgAA
|
||||||
|
AAAAAAJCAAAAAAAAAAAAAAAAAAATlg</bytes>
|
||||||
|
</object>
|
||||||
|
</data>
|
||||||
|
</archive>
|
|
@ -7,7 +7,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "SpotlightSearchController.h"
|
#import "SpotlightSearchController.h"
|
||||||
#import "SpotlightWindowController.h"
|
//#import "SpotlightWindowController.h"
|
||||||
#import "PlaylistLoader.h"
|
#import "PlaylistLoader.h"
|
||||||
|
|
||||||
// Store a class predicate for searching for music
|
// Store a class predicate for searching for music
|
||||||
|
@ -73,7 +73,7 @@ static NSPredicate * musicOnlyPredicate = nil;
|
||||||
for (NSString *songPath in songPaths) {
|
for (NSString *songPath in songPaths) {
|
||||||
[songURLs addObject:[NSURL fileURLWithPath:songPath]];
|
[songURLs addObject:[NSURL fileURLWithPath:songPath]];
|
||||||
}
|
}
|
||||||
[spotlightWindowController.playlistLoader addURLs:songURLs sort:NO];
|
// [spotlightWindowController.playlistLoader addURLs:songURLs sort:NO];
|
||||||
}
|
}
|
||||||
|
|
||||||
@synthesize query;
|
@synthesize query;
|
||||||
|
|
Loading…
Reference in New Issue