iSightを使ってBooklog,MediaMarkerインポート用CSVファイルを生成するアプリ
Revision | 11bf5f70021459653e6783d39f7c28a466205145 (tree) |
---|---|
Time | 2011-03-01 22:01:49 |
Author | masakih <masakih@user...> |
Commiter | masakih |
[Mod] MainMenu.nibをMainMenu.xibに変更。メニューも調整。
@@ -53,7 +53,6 @@ NSString* deodeURIComponent(NSString* s) { | ||
53 | 53 | |
54 | 54 | BEAmazonSignatureGenerator *generator = [BEAmazonSignatureGenerator genaratorWithParams:params]; |
55 | 55 | NSString *signature = encodeURIComponent([generator signature]); |
56 | - NSLog(@"Signature -> %@", signature); | |
57 | 56 | |
58 | 57 | NSMutableArray *paramStrArray = [NSMutableArray array]; |
59 | 58 | NSArray *keys = [[params allKeys] sortedArrayUsingSelector:@selector(compare:)]; |
@@ -33,7 +33,6 @@ | ||
33 | 33 | 05FC62920DF3FD260087B320 /* SGVideo.m in Sources */ = {isa = PBXBuildFile; fileRef = 05FC628F0DF3FD260087B320 /* SGVideo.m */; }; |
34 | 34 | 05FC62E00DF3FD910087B320 /* QTKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05FC62DF0DF3FD910087B320 /* QTKit.framework */; }; |
35 | 35 | 88E6A4A31173338600AE2E22 /* MyScanner.m in Sources */ = {isa = PBXBuildFile; fileRef = 88E6A4A21173338600AE2E22 /* MyScanner.m */; }; |
36 | - 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 29B97318FDCFA39411CA2CEA /* MainMenu.nib */; }; | |
37 | 36 | 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; }; |
38 | 37 | 8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; }; |
39 | 38 | 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; |
@@ -51,6 +50,7 @@ | ||
51 | 50 | F44EED8F131BD03300CAA969 /* BEBooksExporter.m in Sources */ = {isa = PBXBuildFile; fileRef = F44EED8E131BD03300CAA969 /* BEBooksExporter.m */; }; |
52 | 51 | F44EED9A131BD15300CAA969 /* BEBooklogBooksExporter.m in Sources */ = {isa = PBXBuildFile; fileRef = F44EED99131BD15300CAA969 /* BEBooklogBooksExporter.m */; }; |
53 | 52 | F44EEE2B131BF48A00CAA969 /* BEMediaMarkerBooksExporter.m in Sources */ = {isa = PBXBuildFile; fileRef = F44EEE2A131BF48A00CAA969 /* BEMediaMarkerBooksExporter.m */; }; |
53 | + F4CD1387131D2384007788DC /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = F4CD1385131D2384007788DC /* MainMenu.xib */; }; | |
54 | 54 | /* End PBXBuildFile section */ |
55 | 55 | |
56 | 56 | /* Begin PBXBuildRule section */ |
@@ -157,7 +157,6 @@ | ||
157 | 157 | 089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
158 | 158 | 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = ../../../System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; |
159 | 159 | 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; }; |
160 | - 29B97319FDCFA39411CA2CEA /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = "<group>"; }; | |
161 | 160 | 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = ../../../System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; |
162 | 161 | 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = ../../../System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
163 | 162 | 32CA4F630368D1EE00C91783 /* BooksExporter_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BooksExporter_Prefix.pch; sourceTree = "<group>"; }; |
@@ -191,6 +190,7 @@ | ||
191 | 190 | F44EED99131BD15300CAA969 /* BEBooklogBooksExporter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BEBooklogBooksExporter.m; sourceTree = "<group>"; }; |
192 | 191 | F44EEE29131BF48A00CAA969 /* BEMediaMarkerBooksExporter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BEMediaMarkerBooksExporter.h; sourceTree = "<group>"; }; |
193 | 192 | F44EEE2A131BF48A00CAA969 /* BEMediaMarkerBooksExporter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BEMediaMarkerBooksExporter.m; sourceTree = "<group>"; }; |
193 | + F4CD1386131D2384007788DC /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; }; | |
194 | 194 | /* End PBXFileReference section */ |
195 | 195 | |
196 | 196 | /* Begin PBXFrameworksBuildPhase section */ |
@@ -398,11 +398,11 @@ | ||
398 | 398 | 29B97317FDCFA39411CA2CEA /* Resources */ = { |
399 | 399 | isa = PBXGroup; |
400 | 400 | children = ( |
401 | + F4CD1385131D2384007788DC /* MainMenu.xib */, | |
401 | 402 | F44EED1A131BC1EF00CAA969 /* BEMainWindow.xib */, |
402 | 403 | F44EED10131BC0F600CAA969 /* BEExportAccessoryView.xib */, |
403 | 404 | 8D1107310486CEB800E47090 /* Info.plist */, |
404 | 405 | 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */, |
405 | - 29B97318FDCFA39411CA2CEA /* MainMenu.nib */, | |
406 | 406 | F44EEC9D131AA67000CAA969 /* Localizable.strings */, |
407 | 407 | ); |
408 | 408 | name = Resources; |
@@ -518,11 +518,11 @@ | ||
518 | 518 | isa = PBXResourcesBuildPhase; |
519 | 519 | buildActionMask = 2147483647; |
520 | 520 | files = ( |
521 | - 8D11072A0486CEB800E47090 /* MainMenu.nib in Resources */, | |
522 | 521 | 8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */, |
523 | 522 | F44EEC9E131AA67000CAA969 /* Localizable.strings in Resources */, |
524 | 523 | F44EED11131BC0F600CAA969 /* BEExportAccessoryView.xib in Resources */, |
525 | 524 | F44EED1C131BC1EF00CAA969 /* BEMainWindow.xib in Resources */, |
525 | + F4CD1387131D2384007788DC /* MainMenu.xib in Resources */, | |
526 | 526 | ); |
527 | 527 | runOnlyForDeploymentPostprocessing = 0; |
528 | 528 | }; |
@@ -593,14 +593,6 @@ | ||
593 | 593 | name = InfoPlist.strings; |
594 | 594 | sourceTree = "<group>"; |
595 | 595 | }; |
596 | - 29B97318FDCFA39411CA2CEA /* MainMenu.nib */ = { | |
597 | - isa = PBXVariantGroup; | |
598 | - children = ( | |
599 | - 29B97319FDCFA39411CA2CEA /* English */, | |
600 | - ); | |
601 | - name = MainMenu.nib; | |
602 | - sourceTree = "<group>"; | |
603 | - }; | |
604 | 596 | F44EEC9D131AA67000CAA969 /* Localizable.strings */ = { |
605 | 597 | isa = PBXVariantGroup; |
606 | 598 | children = ( |
@@ -626,6 +618,14 @@ | ||
626 | 618 | name = BEMainWindow.xib; |
627 | 619 | sourceTree = "<group>"; |
628 | 620 | }; |
621 | + F4CD1385131D2384007788DC /* MainMenu.xib */ = { | |
622 | + isa = PBXVariantGroup; | |
623 | + children = ( | |
624 | + F4CD1386131D2384007788DC /* English */, | |
625 | + ); | |
626 | + name = MainMenu.xib; | |
627 | + sourceTree = "<group>"; | |
628 | + }; | |
629 | 629 | /* End PBXVariantGroup section */ |
630 | 630 | |
631 | 631 | /* Begin XCBuildConfiguration section */ |
@@ -12,6 +12,7 @@ | ||
12 | 12 | </object> |
13 | 13 | <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> |
14 | 14 | <bool key="EncodedWithXMLCoder">YES</bool> |
15 | + <integer value="364"/> | |
15 | 16 | </object> |
16 | 17 | <object class="NSArray" key="IBDocument.PluginDependencies"> |
17 | 18 | <bool key="EncodedWithXMLCoder">YES</bool> |
@@ -40,7 +41,7 @@ | ||
40 | 41 | <bool key="EncodedWithXMLCoder">YES</bool> |
41 | 42 | <object class="NSMenuItem" id="625326005"> |
42 | 43 | <reference key="NSMenu" ref="614200096"/> |
43 | - <string key="NSTitle">BarcodeScanner</string> | |
44 | + <string key="NSTitle">BooksExporter</string> | |
44 | 45 | <string key="NSKeyEquiv"/> |
45 | 46 | <int key="NSKeyEquivModMask">1048576</int> |
46 | 47 | <int key="NSMnemonicLoc">2147483647</int> |
@@ -54,7 +55,7 @@ | ||
54 | 55 | </object> |
55 | 56 | <string key="NSAction">submenuAction:</string> |
56 | 57 | <object class="NSMenu" key="NSSubmenu" id="594157371"> |
57 | - <string key="NSTitle">BarcodeScanner</string> | |
58 | + <string key="NSTitle">BooksExporter</string> | |
58 | 59 | <object class="NSMutableArray" key="NSMenuItems"> |
59 | 60 | <bool key="EncodedWithXMLCoder">YES</bool> |
60 | 61 | <object class="NSMenuItem" id="697458172"> |
@@ -89,7 +90,7 @@ | ||
89 | 90 | </object> |
90 | 91 | <object class="NSMenuItem" id="541417563"> |
91 | 92 | <reference key="NSMenu" ref="594157371"/> |
92 | - <string key="NSTitle">Hide NewApplication</string> | |
93 | + <string key="NSTitle">Hide BooksExporter</string> | |
93 | 94 | <string key="NSKeyEquiv">h</string> |
94 | 95 | <int key="NSKeyEquivModMask">1048576</int> |
95 | 96 | <int key="NSMnemonicLoc">2147483647</int> |
@@ -127,7 +128,7 @@ | ||
127 | 128 | </object> |
128 | 129 | <object class="NSMenuItem" id="1007525815"> |
129 | 130 | <reference key="NSMenu" ref="594157371"/> |
130 | - <string key="NSTitle">Quit BarcodeScanner</string> | |
131 | + <string key="NSTitle">Quit BooksExporter</string> | |
131 | 132 | <string key="NSKeyEquiv">q</string> |
132 | 133 | <int key="NSKeyEquivModMask">1048576</int> |
133 | 134 | <int key="NSMnemonicLoc">2147483647</int> |
@@ -415,6 +416,31 @@ | ||
415 | 416 | <string key="NSName">_NSWindowsMenu</string> |
416 | 417 | </object> |
417 | 418 | </object> |
419 | + <object class="NSMenuItem" id="529832667"> | |
420 | + <reference key="NSMenu" ref="614200096"/> | |
421 | + <string key="NSTitle">Help</string> | |
422 | + <string key="NSKeyEquiv"/> | |
423 | + <int key="NSMnemonicLoc">2147483647</int> | |
424 | + <reference key="NSOnImage" ref="797915495"/> | |
425 | + <reference key="NSMixedImage" ref="419965620"/> | |
426 | + <string key="NSAction">submenuAction:</string> | |
427 | + <object class="NSMenu" key="NSSubmenu" id="870617785"> | |
428 | + <string key="NSTitle">Help</string> | |
429 | + <object class="NSMutableArray" key="NSMenuItems"> | |
430 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
431 | + <object class="NSMenuItem" id="29119277"> | |
432 | + <reference key="NSMenu" ref="870617785"/> | |
433 | + <string key="NSTitle">BooksExporter Help</string> | |
434 | + <string key="NSKeyEquiv">?</string> | |
435 | + <int key="NSKeyEquivModMask">1048576</int> | |
436 | + <int key="NSMnemonicLoc">2147483647</int> | |
437 | + <reference key="NSOnImage" ref="797915495"/> | |
438 | + <reference key="NSMixedImage" ref="419965620"/> | |
439 | + </object> | |
440 | + </object> | |
441 | + <string key="NSName">_NSHelpMenu</string> | |
442 | + </object> | |
443 | + </object> | |
418 | 444 | </object> |
419 | 445 | <string key="NSName">_NSMainMenu</string> |
420 | 446 | </object> |
@@ -593,6 +619,30 @@ | ||
593 | 619 | </object> |
594 | 620 | <int key="connectionID">245</int> |
595 | 621 | </object> |
622 | + <object class="IBConnectionRecord"> | |
623 | + <object class="IBActionConnection" key="connection"> | |
624 | + <string key="label">openSingleScan:</string> | |
625 | + <reference key="source" ref="82039358"/> | |
626 | + <reference key="destination" ref="987975762"/> | |
627 | + </object> | |
628 | + <int key="connectionID">361</int> | |
629 | + </object> | |
630 | + <object class="IBConnectionRecord"> | |
631 | + <object class="IBActionConnection" key="connection"> | |
632 | + <string key="label">openContinousScan:</string> | |
633 | + <reference key="source" ref="82039358"/> | |
634 | + <reference key="destination" ref="473175021"/> | |
635 | + </object> | |
636 | + <int key="connectionID">362</int> | |
637 | + </object> | |
638 | + <object class="IBConnectionRecord"> | |
639 | + <object class="IBActionConnection" key="connection"> | |
640 | + <string key="label">showHelp:</string> | |
641 | + <reference key="source" ref="82039358"/> | |
642 | + <reference key="destination" ref="29119277"/> | |
643 | + </object> | |
644 | + <int key="connectionID">366</int> | |
645 | + </object> | |
596 | 646 | </object> |
597 | 647 | <object class="IBMutableOrderedSet" key="objectRecords"> |
598 | 648 | <object class="NSArray" key="orderedObjects"> |
@@ -632,6 +682,7 @@ | ||
632 | 682 | <reference ref="625326005"/> |
633 | 683 | <reference ref="959034516"/> |
634 | 684 | <reference ref="439337446"/> |
685 | + <reference ref="529832667"/> | |
635 | 686 | </object> |
636 | 687 | <reference key="parent" ref="0"/> |
637 | 688 | <string key="objectName">MainMenu</string> |
@@ -917,6 +968,29 @@ | ||
917 | 968 | <reference key="parent" ref="0"/> |
918 | 969 | <string key="objectName">BEApplicationDelegate</string> |
919 | 970 | </object> |
971 | + <object class="IBObjectRecord"> | |
972 | + <int key="objectID">363</int> | |
973 | + <reference key="object" ref="529832667"/> | |
974 | + <object class="NSMutableArray" key="children"> | |
975 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
976 | + <reference ref="870617785"/> | |
977 | + </object> | |
978 | + <reference key="parent" ref="614200096"/> | |
979 | + </object> | |
980 | + <object class="IBObjectRecord"> | |
981 | + <int key="objectID">364</int> | |
982 | + <reference key="object" ref="870617785"/> | |
983 | + <object class="NSMutableArray" key="children"> | |
984 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
985 | + <reference ref="29119277"/> | |
986 | + </object> | |
987 | + <reference key="parent" ref="529832667"/> | |
988 | + </object> | |
989 | + <object class="IBObjectRecord"> | |
990 | + <int key="objectID">365</int> | |
991 | + <reference key="object" ref="29119277"/> | |
992 | + <reference key="parent" ref="870617785"/> | |
993 | + </object> | |
920 | 994 | </object> |
921 | 995 | </object> |
922 | 996 | <object class="NSMutableDictionary" key="flattenedProperties"> |
@@ -963,6 +1037,7 @@ | ||
963 | 1037 | <string>167.ImportedFromIB2</string> |
964 | 1038 | <string>168.IBPluginDependency</string> |
965 | 1039 | <string>168.ImportedFromIB2</string> |
1040 | + <string>169.IBEditorWindowLastContentRect</string> | |
966 | 1041 | <string>169.IBPluginDependency</string> |
967 | 1042 | <string>169.ImportedFromIB2</string> |
968 | 1043 | <string>171.IBPluginDependency</string> |
@@ -988,6 +1063,7 @@ | ||
988 | 1063 | <string>210.ImportedFromIB2</string> |
989 | 1064 | <string>214.IBPluginDependency</string> |
990 | 1065 | <string>214.ImportedFromIB2</string> |
1066 | + <string>215.IBEditorWindowLastContentRect</string> | |
991 | 1067 | <string>215.IBPluginDependency</string> |
992 | 1068 | <string>215.ImportedFromIB2</string> |
993 | 1069 | <string>219.IBPluginDependency</string> |
@@ -996,14 +1072,21 @@ | ||
996 | 1072 | <string>221.ImportedFromIB2</string> |
997 | 1073 | <string>23.IBPluginDependency</string> |
998 | 1074 | <string>23.ImportedFromIB2</string> |
1075 | + <string>24.IBEditorWindowLastContentRect</string> | |
999 | 1076 | <string>24.IBPluginDependency</string> |
1000 | 1077 | <string>24.ImportedFromIB2</string> |
1078 | + <string>29.IBEditorWindowLastContentRect</string> | |
1001 | 1079 | <string>29.IBPluginDependency</string> |
1002 | 1080 | <string>29.ImportedFromIB2</string> |
1081 | + <string>363.IBPluginDependency</string> | |
1082 | + <string>364.IBEditorWindowLastContentRect</string> | |
1083 | + <string>364.IBPluginDependency</string> | |
1084 | + <string>365.IBPluginDependency</string> | |
1003 | 1085 | <string>5.IBPluginDependency</string> |
1004 | 1086 | <string>5.ImportedFromIB2</string> |
1005 | 1087 | <string>56.IBPluginDependency</string> |
1006 | 1088 | <string>56.ImportedFromIB2</string> |
1089 | + <string>57.IBEditorWindowLastContentRect</string> | |
1007 | 1090 | <string>57.IBPluginDependency</string> |
1008 | 1091 | <string>57.ImportedFromIB2</string> |
1009 | 1092 | <string>92.IBPluginDependency</string> |
@@ -1051,6 +1134,7 @@ | ||
1051 | 1134 | <boolean value="YES"/> |
1052 | 1135 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
1053 | 1136 | <boolean value="YES"/> |
1137 | + <string>{{177, 661}, {137, 153}}</string> | |
1054 | 1138 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
1055 | 1139 | <boolean value="YES"/> |
1056 | 1140 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
@@ -1076,6 +1160,7 @@ | ||
1076 | 1160 | <boolean value="YES"/> |
1077 | 1161 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
1078 | 1162 | <boolean value="YES"/> |
1163 | + <string>{{135, 771}, {192, 43}}</string> | |
1079 | 1164 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
1080 | 1165 | <boolean value="YES"/> |
1081 | 1166 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
@@ -1084,14 +1169,21 @@ | ||
1084 | 1169 | <boolean value="YES"/> |
1085 | 1170 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
1086 | 1171 | <boolean value="YES"/> |
1172 | + <string>{{221, 741}, {194, 73}}</string> | |
1087 | 1173 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
1088 | 1174 | <boolean value="YES"/> |
1175 | + <string>{{0, 814}, {353, 20}}</string> | |
1089 | 1176 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
1090 | 1177 | <boolean value="YES"/> |
1091 | 1178 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
1179 | + <string>{{292, 791}, {205, 23}}</string> | |
1180 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
1181 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
1182 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
1092 | 1183 | <boolean value="YES"/> |
1093 | 1184 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
1094 | 1185 | <boolean value="YES"/> |
1186 | + <string>{{12, 691}, {224, 123}}</string> | |
1095 | 1187 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
1096 | 1188 | <boolean value="YES"/> |
1097 | 1189 | <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |
@@ -1114,7 +1206,7 @@ | ||
1114 | 1206 | </object> |
1115 | 1207 | </object> |
1116 | 1208 | <nil key="sourceID"/> |
1117 | - <int key="maxID">360</int> | |
1209 | + <int key="maxID">366</int> | |
1118 | 1210 | </object> |
1119 | 1211 | <object class="IBClassDescriber" key="IBDocument.Classes"> |
1120 | 1212 | <object class="NSMutableArray" key="referencedPartialClassDescriptions"> |
@@ -1128,6 +1220,71 @@ | ||
1128 | 1220 | </object> |
1129 | 1221 | </object> |
1130 | 1222 | <object class="IBPartialClassDescription"> |
1223 | + <string key="className">BEMainWindowController</string> | |
1224 | + <string key="superclassName">NSWindowController</string> | |
1225 | + <object class="NSMutableDictionary" key="actions"> | |
1226 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
1227 | + <object class="NSArray" key="dict.sortedKeys"> | |
1228 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
1229 | + <string>export:</string> | |
1230 | + <string>lookupInformation:</string> | |
1231 | + <string>openContinousScan:</string> | |
1232 | + <string>openSingleScan:</string> | |
1233 | + </object> | |
1234 | + <object class="NSMutableArray" key="dict.values"> | |
1235 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
1236 | + <string>id</string> | |
1237 | + <string>id</string> | |
1238 | + <string>id</string> | |
1239 | + <string>id</string> | |
1240 | + </object> | |
1241 | + </object> | |
1242 | + <object class="NSMutableDictionary" key="actionInfosByName"> | |
1243 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
1244 | + <object class="NSArray" key="dict.sortedKeys"> | |
1245 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
1246 | + <string>export:</string> | |
1247 | + <string>lookupInformation:</string> | |
1248 | + <string>openContinousScan:</string> | |
1249 | + <string>openSingleScan:</string> | |
1250 | + </object> | |
1251 | + <object class="NSMutableArray" key="dict.values"> | |
1252 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
1253 | + <object class="IBActionInfo"> | |
1254 | + <string key="name">export:</string> | |
1255 | + <string key="candidateClassName">id</string> | |
1256 | + </object> | |
1257 | + <object class="IBActionInfo"> | |
1258 | + <string key="name">lookupInformation:</string> | |
1259 | + <string key="candidateClassName">id</string> | |
1260 | + </object> | |
1261 | + <object class="IBActionInfo"> | |
1262 | + <string key="name">openContinousScan:</string> | |
1263 | + <string key="candidateClassName">id</string> | |
1264 | + </object> | |
1265 | + <object class="IBActionInfo"> | |
1266 | + <string key="name">openSingleScan:</string> | |
1267 | + <string key="candidateClassName">id</string> | |
1268 | + </object> | |
1269 | + </object> | |
1270 | + </object> | |
1271 | + <object class="NSMutableDictionary" key="outlets"> | |
1272 | + <string key="NS.key.0">books</string> | |
1273 | + <string key="NS.object.0">NSArrayController</string> | |
1274 | + </object> | |
1275 | + <object class="NSMutableDictionary" key="toOneOutletInfosByName"> | |
1276 | + <string key="NS.key.0">books</string> | |
1277 | + <object class="IBToOneOutletInfo" key="NS.object.0"> | |
1278 | + <string key="name">books</string> | |
1279 | + <string key="candidateClassName">NSArrayController</string> | |
1280 | + </object> | |
1281 | + </object> | |
1282 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1283 | + <string key="majorKey">IBProjectSource</string> | |
1284 | + <string key="minorKey">BEMainWindowController.h</string> | |
1285 | + </object> | |
1286 | + </object> | |
1287 | + <object class="IBPartialClassDescription"> | |
1131 | 1288 | <string key="className">FirstResponder</string> |
1132 | 1289 | <string key="superclassName">NSObject</string> |
1133 | 1290 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
@@ -1196,6 +1353,14 @@ | ||
1196 | 1353 | </object> |
1197 | 1354 | </object> |
1198 | 1355 | <object class="IBPartialClassDescription"> |
1356 | + <string key="className">NSArrayController</string> | |
1357 | + <string key="superclassName">NSObjectController</string> | |
1358 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1359 | + <string key="majorKey">IBFrameworkSource</string> | |
1360 | + <string key="minorKey">AppKit.framework/Headers/NSArrayController.h</string> | |
1361 | + </object> | |
1362 | + </object> | |
1363 | + <object class="IBPartialClassDescription"> | |
1199 | 1364 | <string key="className">NSBrowser</string> |
1200 | 1365 | <string key="superclassName">NSControl</string> |
1201 | 1366 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
@@ -1212,6 +1377,14 @@ | ||
1212 | 1377 | </object> |
1213 | 1378 | </object> |
1214 | 1379 | <object class="IBPartialClassDescription"> |
1380 | + <string key="className">NSController</string> | |
1381 | + <string key="superclassName">NSObject</string> | |
1382 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1383 | + <string key="majorKey">IBFrameworkSource</string> | |
1384 | + <string key="minorKey">AppKit.framework/Headers/NSController.h</string> | |
1385 | + </object> | |
1386 | + </object> | |
1387 | + <object class="IBPartialClassDescription"> | |
1215 | 1388 | <string key="className">NSFormatter</string> |
1216 | 1389 | <string key="superclassName">NSObject</string> |
1217 | 1390 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
@@ -1566,6 +1739,14 @@ | ||
1566 | 1739 | </object> |
1567 | 1740 | </object> |
1568 | 1741 | <object class="IBPartialClassDescription"> |
1742 | + <string key="className">NSObjectController</string> | |
1743 | + <string key="superclassName">NSController</string> | |
1744 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1745 | + <string key="majorKey">IBFrameworkSource</string> | |
1746 | + <string key="minorKey">AppKit.framework/Headers/NSObjectController.h</string> | |
1747 | + </object> | |
1748 | + </object> | |
1749 | + <object class="IBPartialClassDescription"> | |
1569 | 1750 | <string key="className">NSResponder</string> |
1570 | 1751 | <object class="IBClassDescriptionSource" key="sourceIdentifier"> |
1571 | 1752 | <string key="majorKey">IBFrameworkSource</string> |
@@ -1639,6 +1820,25 @@ | ||
1639 | 1820 | </object> |
1640 | 1821 | </object> |
1641 | 1822 | <object class="IBPartialClassDescription"> |
1823 | + <string key="className">NSWindowController</string> | |
1824 | + <string key="superclassName">NSResponder</string> | |
1825 | + <object class="NSMutableDictionary" key="actions"> | |
1826 | + <string key="NS.key.0">showWindow:</string> | |
1827 | + <string key="NS.object.0">id</string> | |
1828 | + </object> | |
1829 | + <object class="NSMutableDictionary" key="actionInfosByName"> | |
1830 | + <string key="NS.key.0">showWindow:</string> | |
1831 | + <object class="IBActionInfo" key="NS.object.0"> | |
1832 | + <string key="name">showWindow:</string> | |
1833 | + <string key="candidateClassName">id</string> | |
1834 | + </object> | |
1835 | + </object> | |
1836 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1837 | + <string key="majorKey">IBFrameworkSource</string> | |
1838 | + <string key="minorKey">AppKit.framework/Headers/NSWindowController.h</string> | |
1839 | + </object> | |
1840 | + </object> | |
1841 | + <object class="IBPartialClassDescription"> | |
1642 | 1842 | <string key="className">QTMovieView</string> |
1643 | 1843 | <string key="superclassName">NSView</string> |
1644 | 1844 | <object class="NSMutableDictionary" key="actions"> |