iSightを使ってBooklog,MediaMarkerインポート用CSVファイルを生成するアプリ
修訂 | c6d81e1cd87915922314102454622c79f8d173eb (tree) |
---|---|
時間 | 2011-04-12 21:53:04 |
作者 | masakih <masakih@user...> |
Commiter | masakih |
[Mod][New] 日本語ローカライズと関連ファイル追加。
@@ -50,6 +50,7 @@ | ||
50 | 50 | F44EED9A131BD15300CAA969 /* BEBooklogBooksExporter.m in Sources */ = {isa = PBXBuildFile; fileRef = F44EED99131BD15300CAA969 /* BEBooklogBooksExporter.m */; }; |
51 | 51 | F44EEE2B131BF48A00CAA969 /* BEMediaMarkerBooksExporter.m in Sources */ = {isa = PBXBuildFile; fileRef = F44EEE2A131BF48A00CAA969 /* BEMediaMarkerBooksExporter.m */; }; |
52 | 52 | F45A0748135140BC0029B353 /* BEExporterAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = F45A0746135140BC0029B353 /* BEExporterAttribute.m */; }; |
53 | + F45A07D013535B790029B353 /* PreferencePanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = F45A07CF13535B790029B353 /* PreferencePanel.xib */; }; | |
53 | 54 | F4CD1387131D2384007788DC /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = F4CD1385131D2384007788DC /* MainMenu.xib */; }; |
54 | 55 | F4CD141F131D2ADF007788DC /* BooksExporter.xcdatamodel in Sources */ = {isa = PBXBuildFile; fileRef = F4CD141E131D2ADF007788DC /* BooksExporter.xcdatamodel */; }; |
55 | 56 | F4D9D9B5133BA44A009DCEE6 /* RegisterSites.plist in Resources */ = {isa = PBXBuildFile; fileRef = F4D9D9B4133BA44A009DCEE6 /* RegisterSites.plist */; }; |
@@ -57,7 +58,6 @@ | ||
57 | 58 | F4D9D9CB133CC709009DCEE6 /* GeneralPreference.xib in Resources */ = {isa = PBXBuildFile; fileRef = F4D9D9CA133CC709009DCEE6 /* GeneralPreference.xib */; }; |
58 | 59 | F4D9D9D2133CD88E009DCEE6 /* BERegisterSite.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D9D9D1133CD88E009DCEE6 /* BERegisterSite.m */; }; |
59 | 60 | F4D9D9EB133CDE2B009DCEE6 /* BEPreferencePanel.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D9D9EA133CDE2B009DCEE6 /* BEPreferencePanel.m */; }; |
60 | - F4D9D9EF133CDE4D009DCEE6 /* PreferencePanel.xib in Resources */ = {isa = PBXBuildFile; fileRef = F4D9D9EE133CDE4D009DCEE6 /* PreferencePanel.xib */; }; | |
61 | 61 | F4D9DD8F133E4D1E009DCEE6 /* BEPreference.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D9DD8E133E4D1E009DCEE6 /* BEPreference.m */; }; |
62 | 62 | F4EF543B132126570028459F /* BEMediaMarkerImportFormatExporter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4EF543A132126570028459F /* BEMediaMarkerImportFormatExporter.m */; }; |
63 | 63 | F4EF5642132280780028459F /* BEHatenaDairyExporter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4EF5641132280780028459F /* BEHatenaDairyExporter.m */; }; |
@@ -203,6 +203,13 @@ | ||
203 | 203 | F44EEE2A131BF48A00CAA969 /* BEMediaMarkerBooksExporter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BEMediaMarkerBooksExporter.m; sourceTree = "<group>"; }; |
204 | 204 | F45A0746135140BC0029B353 /* BEExporterAttribute.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BEExporterAttribute.m; sourceTree = "<group>"; }; |
205 | 205 | F45A0747135140BC0029B353 /* BEExporterAttribute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BEExporterAttribute.h; sourceTree = "<group>"; }; |
206 | + F45A07C713535ACA0029B353 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Japanese; path = Japanese.lproj/GeneralPreference.xib; sourceTree = "<group>"; }; | |
207 | + F45A07D113535B850029B353 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Japanese; path = Japanese.lproj/PreferencePanel.xib; sourceTree = "<group>"; }; | |
208 | + F45A07D313535F170029B353 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; }; | |
209 | + F45A07D513535F260029B353 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; name = English; path = English.lproj/Makefile; sourceTree = "<group>"; }; | |
210 | + F45A07D713535F360029B353 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = English; path = English.lproj/Localizable.strings.sed; sourceTree = "<group>"; }; | |
211 | + F45A07D813535F510029B353 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = text; name = Japanese; path = Japanese.lproj/Localizable.strings.sed; sourceTree = "<group>"; }; | |
212 | + F45A07D913535F5F0029B353 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; name = Japanese; path = Japanese.lproj/Makefile; sourceTree = "<group>"; }; | |
206 | 213 | F4CD1386131D2384007788DC /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; }; |
207 | 214 | F4CD141E131D2ADF007788DC /* BooksExporter.xcdatamodel */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = wrapper.xcdatamodel; path = BooksExporter.xcdatamodel; sourceTree = "<group>"; }; |
208 | 215 | F4D9D9B4133BA44A009DCEE6 /* RegisterSites.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = RegisterSites.plist; sourceTree = "<group>"; }; |
@@ -431,6 +438,9 @@ | ||
431 | 438 | 29B97317FDCFA39411CA2CEA /* Resources */ = { |
432 | 439 | isa = PBXGroup; |
433 | 440 | children = ( |
441 | + F45A07D613535F360029B353 /* Localizable.strings.sed */, | |
442 | + F45A07D413535F260029B353 /* Makefile */, | |
443 | + F45A07D313535F170029B353 /* Makefile */, | |
434 | 444 | F4D9D9B4133BA44A009DCEE6 /* RegisterSites.plist */, |
435 | 445 | F4CD1385131D2384007788DC /* MainMenu.xib */, |
436 | 446 | F44EED1A131BC1EF00CAA969 /* BEMainWindow.xib */, |
@@ -440,7 +450,7 @@ | ||
440 | 450 | F44EEC9D131AA67000CAA969 /* Localizable.strings */, |
441 | 451 | F4EF589D1323747F0028459F /* Credits.rtf */, |
442 | 452 | F4D9D9CA133CC709009DCEE6 /* GeneralPreference.xib */, |
443 | - F4D9D9EE133CDE4D009DCEE6 /* PreferencePanel.xib */, | |
453 | + F45A07CF13535B790029B353 /* PreferencePanel.xib */, | |
444 | 454 | ); |
445 | 455 | name = Resources; |
446 | 456 | sourceTree = "<group>"; |
@@ -601,7 +611,7 @@ | ||
601 | 611 | F4EF589E1323747F0028459F /* Credits.rtf in Resources */, |
602 | 612 | F4D9D9B5133BA44A009DCEE6 /* RegisterSites.plist in Resources */, |
603 | 613 | F4D9D9CB133CC709009DCEE6 /* GeneralPreference.xib in Resources */, |
604 | - F4D9D9EF133CDE4D009DCEE6 /* PreferencePanel.xib in Resources */, | |
614 | + F45A07D013535B790029B353 /* PreferencePanel.xib in Resources */, | |
605 | 615 | ); |
606 | 616 | runOnlyForDeploymentPostprocessing = 0; |
607 | 617 | }; |
@@ -707,6 +717,33 @@ | ||
707 | 717 | name = BEMainWindow.xib; |
708 | 718 | sourceTree = "<group>"; |
709 | 719 | }; |
720 | + F45A07CF13535B790029B353 /* PreferencePanel.xib */ = { | |
721 | + isa = PBXVariantGroup; | |
722 | + children = ( | |
723 | + F4D9D9EC133CDE46009DCEE6 /* English */, | |
724 | + F45A07D113535B850029B353 /* Japanese */, | |
725 | + ); | |
726 | + name = PreferencePanel.xib; | |
727 | + sourceTree = "<group>"; | |
728 | + }; | |
729 | + F45A07D413535F260029B353 /* Makefile */ = { | |
730 | + isa = PBXVariantGroup; | |
731 | + children = ( | |
732 | + F45A07D513535F260029B353 /* English */, | |
733 | + F45A07D913535F5F0029B353 /* Japanese */, | |
734 | + ); | |
735 | + name = Makefile; | |
736 | + sourceTree = "<group>"; | |
737 | + }; | |
738 | + F45A07D613535F360029B353 /* Localizable.strings.sed */ = { | |
739 | + isa = PBXVariantGroup; | |
740 | + children = ( | |
741 | + F45A07D713535F360029B353 /* English */, | |
742 | + F45A07D813535F510029B353 /* Japanese */, | |
743 | + ); | |
744 | + name = Localizable.strings.sed; | |
745 | + sourceTree = "<group>"; | |
746 | + }; | |
710 | 747 | F4CD1385131D2384007788DC /* MainMenu.xib */ = { |
711 | 748 | isa = PBXVariantGroup; |
712 | 749 | children = ( |
@@ -720,18 +757,11 @@ | ||
720 | 757 | isa = PBXVariantGroup; |
721 | 758 | children = ( |
722 | 759 | F4D9D9C8133CC702009DCEE6 /* English */, |
760 | + F45A07C713535ACA0029B353 /* Japanese */, | |
723 | 761 | ); |
724 | 762 | name = GeneralPreference.xib; |
725 | 763 | sourceTree = "<group>"; |
726 | 764 | }; |
727 | - F4D9D9EE133CDE4D009DCEE6 /* PreferencePanel.xib */ = { | |
728 | - isa = PBXVariantGroup; | |
729 | - children = ( | |
730 | - F4D9D9EC133CDE46009DCEE6 /* English */, | |
731 | - ); | |
732 | - name = PreferencePanel.xib; | |
733 | - sourceTree = "<group>"; | |
734 | - }; | |
735 | 765 | /* End PBXVariantGroup section */ |
736 | 766 | |
737 | 767 | /* Begin XCBuildConfiguration section */ |
@@ -0,0 +1,3 @@ | ||
1 | +s/DOKUCHUU/読中/2 | |
2 | +s/DOKURYOU/読了/2 | |
3 | +s/MIDOKU/未読/2 |
@@ -0,0 +1,17 @@ | ||
1 | + | |
2 | +RM=/bin/rm | |
3 | +SED=/usr/local/bin/sed | |
4 | +ICONV=/usr/bin/iconv | |
5 | + | |
6 | +Loaclize_template=Localizable.strings.sed | |
7 | +temp_file=l.text | |
8 | +working_enc=utf-8 | |
9 | + | |
10 | +Localizable: Localizable.strings | |
11 | + ${ICONV} -f utf-16 -t ${working_enc} $< | ${SED} -f ${Loaclize_template} > ${temp_file} | |
12 | + ${ICONV} -f ${working_enc} -t utf-16 ${temp_file} > $< | |
13 | + ${RM} ${temp_file} | |
14 | + | |
15 | +checkLocalizable: | |
16 | + plutil Localizable.strings | |
17 | + |
@@ -0,0 +1,1562 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10"> | |
3 | + <data> | |
4 | + <int key="IBDocument.SystemTarget">1060</int> | |
5 | + <string key="IBDocument.SystemVersion">10J869</string> | |
6 | + <string key="IBDocument.InterfaceBuilderVersion">851</string> | |
7 | + <string key="IBDocument.AppKitVersion">1038.35</string> | |
8 | + <string key="IBDocument.HIToolboxVersion">461.00</string> | |
9 | + <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> | |
10 | + <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
11 | + <string key="NS.object.0">851</string> | |
12 | + </object> | |
13 | + <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> | |
14 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
15 | + <integer value="103"/> | |
16 | + </object> | |
17 | + <object class="NSArray" key="IBDocument.PluginDependencies"> | |
18 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
19 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
20 | + </object> | |
21 | + <object class="NSMutableDictionary" key="IBDocument.Metadata"> | |
22 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
23 | + <object class="NSArray" key="dict.sortedKeys" id="0"> | |
24 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
25 | + </object> | |
26 | + <object class="NSMutableArray" key="dict.values"> | |
27 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
28 | + </object> | |
29 | + </object> | |
30 | + <object class="NSMutableArray" key="IBDocument.RootObjects" id="1000"> | |
31 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
32 | + <object class="NSCustomObject" id="1001"> | |
33 | + <string key="NSClassName">BEGeneralPreference</string> | |
34 | + </object> | |
35 | + <object class="NSCustomObject" id="1003"> | |
36 | + <string key="NSClassName">FirstResponder</string> | |
37 | + </object> | |
38 | + <object class="NSCustomObject" id="1004"> | |
39 | + <string key="NSClassName">NSApplication</string> | |
40 | + </object> | |
41 | + <object class="NSArrayController" id="764388977"> | |
42 | + <object class="NSMutableArray" key="NSDeclaredKeys"> | |
43 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
44 | + <string>name</string> | |
45 | + <string>account</string> | |
46 | + <string>needID</string> | |
47 | + <string>isNeedID</string> | |
48 | + <string>site.name</string> | |
49 | + </object> | |
50 | + <string key="NSObjectClassName">BERegisterSite</string> | |
51 | + <bool key="NSAutomaticallyPreparesContent">YES</bool> | |
52 | + <object class="_NSManagedProxy" key="_NSManagedProxy"/> | |
53 | + <bool key="NSAvoidsEmptySelection">YES</bool> | |
54 | + <bool key="NSPreservesSelection">YES</bool> | |
55 | + <bool key="NSSelectsInsertedObjects">YES</bool> | |
56 | + <bool key="NSFilterRestrictsInsertion">YES</bool> | |
57 | + <bool key="NSClearsFilterPredicateOnInsertion">YES</bool> | |
58 | + </object> | |
59 | + <object class="NSUserDefaultsController" id="770136993"> | |
60 | + <bool key="NSSharedInstance">YES</bool> | |
61 | + </object> | |
62 | + <object class="NSCustomView" id="151985773"> | |
63 | + <reference key="NSNextResponder"/> | |
64 | + <int key="NSvFlags">256</int> | |
65 | + <object class="NSMutableArray" key="NSSubviews"> | |
66 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
67 | + <object class="NSPopUpButton" id="187438968"> | |
68 | + <reference key="NSNextResponder" ref="151985773"/> | |
69 | + <int key="NSvFlags">268</int> | |
70 | + <string key="NSFrame">{{17, 122}, {200, 26}}</string> | |
71 | + <reference key="NSSuperview" ref="151985773"/> | |
72 | + <bool key="NSEnabled">YES</bool> | |
73 | + <object class="NSPopUpButtonCell" key="NSCell" id="258443856"> | |
74 | + <int key="NSCellFlags">-2076049856</int> | |
75 | + <int key="NSCellFlags2">2048</int> | |
76 | + <object class="NSFont" key="NSSupport" id="746854810"> | |
77 | + <string key="NSName">LucidaGrande</string> | |
78 | + <double key="NSSize">13</double> | |
79 | + <int key="NSfFlags">1044</int> | |
80 | + </object> | |
81 | + <reference key="NSControlView" ref="187438968"/> | |
82 | + <int key="NSButtonFlags">109199615</int> | |
83 | + <int key="NSButtonFlags2">129</int> | |
84 | + <string key="NSAlternateContents"/> | |
85 | + <string key="NSKeyEquivalent"/> | |
86 | + <int key="NSPeriodicDelay">400</int> | |
87 | + <int key="NSPeriodicInterval">75</int> | |
88 | + <object class="NSMenuItem" key="NSMenuItem" id="293650496"> | |
89 | + <reference key="NSMenu" ref="676651368"/> | |
90 | + <string key="NSTitle">Item 1</string> | |
91 | + <string key="NSKeyEquiv"/> | |
92 | + <int key="NSKeyEquivModMask">1048576</int> | |
93 | + <int key="NSMnemonicLoc">2147483647</int> | |
94 | + <int key="NSState">1</int> | |
95 | + <object class="NSCustomResource" key="NSOnImage" id="1050589734"> | |
96 | + <string key="NSClassName">NSImage</string> | |
97 | + <string key="NSResourceName">NSMenuCheckmark</string> | |
98 | + </object> | |
99 | + <object class="NSCustomResource" key="NSMixedImage" id="995331589"> | |
100 | + <string key="NSClassName">NSImage</string> | |
101 | + <string key="NSResourceName">NSMenuMixedState</string> | |
102 | + </object> | |
103 | + <string key="NSAction">_popUpItemAction:</string> | |
104 | + <reference key="NSTarget" ref="258443856"/> | |
105 | + </object> | |
106 | + <bool key="NSMenuItemRespectAlignment">YES</bool> | |
107 | + <object class="NSMenu" key="NSMenu" id="676651368"> | |
108 | + <string key="NSTitle">OtherViews</string> | |
109 | + <object class="NSMutableArray" key="NSMenuItems"> | |
110 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
111 | + <reference ref="293650496"/> | |
112 | + <object class="NSMenuItem" id="519311819"> | |
113 | + <reference key="NSMenu" ref="676651368"/> | |
114 | + <string key="NSTitle">Item 2</string> | |
115 | + <string key="NSKeyEquiv"/> | |
116 | + <int key="NSKeyEquivModMask">1048576</int> | |
117 | + <int key="NSMnemonicLoc">2147483647</int> | |
118 | + <reference key="NSOnImage" ref="1050589734"/> | |
119 | + <reference key="NSMixedImage" ref="995331589"/> | |
120 | + <string key="NSAction">_popUpItemAction:</string> | |
121 | + <reference key="NSTarget" ref="258443856"/> | |
122 | + </object> | |
123 | + <object class="NSMenuItem" id="899781362"> | |
124 | + <reference key="NSMenu" ref="676651368"/> | |
125 | + <string key="NSTitle">Item 3</string> | |
126 | + <string key="NSKeyEquiv"/> | |
127 | + <int key="NSKeyEquivModMask">1048576</int> | |
128 | + <int key="NSMnemonicLoc">2147483647</int> | |
129 | + <reference key="NSOnImage" ref="1050589734"/> | |
130 | + <reference key="NSMixedImage" ref="995331589"/> | |
131 | + <string key="NSAction">_popUpItemAction:</string> | |
132 | + <reference key="NSTarget" ref="258443856"/> | |
133 | + </object> | |
134 | + </object> | |
135 | + <reference key="NSMenuFont" ref="746854810"/> | |
136 | + </object> | |
137 | + <int key="NSPreferredEdge">1</int> | |
138 | + <bool key="NSUsesItemFromMenu">YES</bool> | |
139 | + <bool key="NSAltersState">YES</bool> | |
140 | + <int key="NSArrowPosition">2</int> | |
141 | + </object> | |
142 | + </object> | |
143 | + <object class="NSBox" id="183974536"> | |
144 | + <reference key="NSNextResponder" ref="151985773"/> | |
145 | + <int key="NSvFlags">36</int> | |
146 | + <object class="NSMutableArray" key="NSSubviews"> | |
147 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
148 | + <object class="NSView" id="692902308"> | |
149 | + <reference key="NSNextResponder" ref="183974536"/> | |
150 | + <int key="NSvFlags">256</int> | |
151 | + <object class="NSMutableArray" key="NSSubviews"> | |
152 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
153 | + <object class="NSTextField" id="977832199"> | |
154 | + <reference key="NSNextResponder" ref="692902308"/> | |
155 | + <int key="NSvFlags">268</int> | |
156 | + <string key="NSFrame">{{15, 16}, {54, 17}}</string> | |
157 | + <reference key="NSSuperview" ref="692902308"/> | |
158 | + <bool key="NSEnabled">YES</bool> | |
159 | + <object class="NSTextFieldCell" key="NSCell" id="85078118"> | |
160 | + <int key="NSCellFlags">68288064</int> | |
161 | + <int key="NSCellFlags2">71304192</int> | |
162 | + <string key="NSContents">ユーザーID:</string> | |
163 | + <reference key="NSSupport" ref="746854810"/> | |
164 | + <reference key="NSControlView" ref="977832199"/> | |
165 | + <object class="NSColor" key="NSBackgroundColor" id="570986040"> | |
166 | + <int key="NSColorSpace">6</int> | |
167 | + <string key="NSCatalogName">System</string> | |
168 | + <string key="NSColorName">controlColor</string> | |
169 | + <object class="NSColor" key="NSColor"> | |
170 | + <int key="NSColorSpace">3</int> | |
171 | + <bytes key="NSWhite">MC42NjY2NjY2ODY1AA</bytes> | |
172 | + </object> | |
173 | + </object> | |
174 | + <object class="NSColor" key="NSTextColor" id="886173655"> | |
175 | + <int key="NSColorSpace">6</int> | |
176 | + <string key="NSCatalogName">System</string> | |
177 | + <string key="NSColorName">controlTextColor</string> | |
178 | + <object class="NSColor" key="NSColor" id="76424852"> | |
179 | + <int key="NSColorSpace">3</int> | |
180 | + <bytes key="NSWhite">MAA</bytes> | |
181 | + </object> | |
182 | + </object> | |
183 | + </object> | |
184 | + </object> | |
185 | + <object class="NSTextField" id="590273973"> | |
186 | + <reference key="NSNextResponder" ref="692902308"/> | |
187 | + <int key="NSvFlags">268</int> | |
188 | + <string key="NSFrame">{{74, 14}, {148, 22}}</string> | |
189 | + <reference key="NSSuperview" ref="692902308"/> | |
190 | + <bool key="NSEnabled">YES</bool> | |
191 | + <object class="NSTextFieldCell" key="NSCell" id="38339054"> | |
192 | + <int key="NSCellFlags">-1804468671</int> | |
193 | + <int key="NSCellFlags2">272630784</int> | |
194 | + <string key="NSContents"/> | |
195 | + <reference key="NSSupport" ref="746854810"/> | |
196 | + <reference key="NSControlView" ref="590273973"/> | |
197 | + <bool key="NSDrawsBackground">YES</bool> | |
198 | + <object class="NSColor" key="NSBackgroundColor" id="1006362850"> | |
199 | + <int key="NSColorSpace">6</int> | |
200 | + <string key="NSCatalogName">System</string> | |
201 | + <string key="NSColorName">textBackgroundColor</string> | |
202 | + <object class="NSColor" key="NSColor"> | |
203 | + <int key="NSColorSpace">3</int> | |
204 | + <bytes key="NSWhite">MQA</bytes> | |
205 | + </object> | |
206 | + </object> | |
207 | + <object class="NSColor" key="NSTextColor"> | |
208 | + <int key="NSColorSpace">6</int> | |
209 | + <string key="NSCatalogName">System</string> | |
210 | + <string key="NSColorName">textColor</string> | |
211 | + <reference key="NSColor" ref="76424852"/> | |
212 | + </object> | |
213 | + </object> | |
214 | + </object> | |
215 | + <object class="NSButton" id="524046644"> | |
216 | + <reference key="NSNextResponder" ref="692902308"/> | |
217 | + <int key="NSvFlags">268</int> | |
218 | + <string key="NSFrame">{{16, 74}, {238, 18}}</string> | |
219 | + <reference key="NSSuperview" ref="692902308"/> | |
220 | + <bool key="NSEnabled">YES</bool> | |
221 | + <object class="NSButtonCell" key="NSCell" id="331353583"> | |
222 | + <int key="NSCellFlags">-2080244224</int> | |
223 | + <int key="NSCellFlags2">0</int> | |
224 | + <string key="NSContents">エクスポート後に登録ページを開く</string> | |
225 | + <reference key="NSSupport" ref="746854810"/> | |
226 | + <reference key="NSControlView" ref="524046644"/> | |
227 | + <int key="NSButtonFlags">1211912703</int> | |
228 | + <int key="NSButtonFlags2">2</int> | |
229 | + <object class="NSCustomResource" key="NSNormalImage"> | |
230 | + <string key="NSClassName">NSImage</string> | |
231 | + <string key="NSResourceName">NSSwitch</string> | |
232 | + </object> | |
233 | + <object class="NSButtonImageSource" key="NSAlternateImage"> | |
234 | + <string key="NSImageName">NSSwitch</string> | |
235 | + </object> | |
236 | + <string key="NSAlternateContents"/> | |
237 | + <string key="NSKeyEquivalent"/> | |
238 | + <int key="NSPeriodicDelay">200</int> | |
239 | + <int key="NSPeriodicInterval">25</int> | |
240 | + </object> | |
241 | + </object> | |
242 | + <object class="NSPopUpButton" id="267248710"> | |
243 | + <reference key="NSNextResponder" ref="692902308"/> | |
244 | + <int key="NSvFlags">268</int> | |
245 | + <string key="NSFrame">{{71, 44}, {154, 26}}</string> | |
246 | + <reference key="NSSuperview" ref="692902308"/> | |
247 | + <bool key="NSEnabled">YES</bool> | |
248 | + <object class="NSPopUpButtonCell" key="NSCell" id="449244900"> | |
249 | + <int key="NSCellFlags">-2076049856</int> | |
250 | + <int key="NSCellFlags2">2048</int> | |
251 | + <reference key="NSSupport" ref="746854810"/> | |
252 | + <reference key="NSControlView" ref="267248710"/> | |
253 | + <int key="NSButtonFlags">109199615</int> | |
254 | + <int key="NSButtonFlags2">129</int> | |
255 | + <string key="NSAlternateContents"/> | |
256 | + <string key="NSKeyEquivalent"/> | |
257 | + <int key="NSPeriodicDelay">400</int> | |
258 | + <int key="NSPeriodicInterval">75</int> | |
259 | + <object class="NSMenuItem" key="NSMenuItem" id="791063710"> | |
260 | + <reference key="NSMenu" ref="97363384"/> | |
261 | + <string key="NSTitle">Item 1</string> | |
262 | + <string key="NSKeyEquiv"/> | |
263 | + <int key="NSKeyEquivModMask">1048576</int> | |
264 | + <int key="NSMnemonicLoc">2147483647</int> | |
265 | + <int key="NSState">1</int> | |
266 | + <reference key="NSOnImage" ref="1050589734"/> | |
267 | + <reference key="NSMixedImage" ref="995331589"/> | |
268 | + <string key="NSAction">_popUpItemAction:</string> | |
269 | + <reference key="NSTarget" ref="449244900"/> | |
270 | + </object> | |
271 | + <bool key="NSMenuItemRespectAlignment">YES</bool> | |
272 | + <object class="NSMenu" key="NSMenu" id="97363384"> | |
273 | + <string key="NSTitle">OtherViews</string> | |
274 | + <object class="NSMutableArray" key="NSMenuItems"> | |
275 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
276 | + <reference ref="791063710"/> | |
277 | + <object class="NSMenuItem" id="147185615"> | |
278 | + <reference key="NSMenu" ref="97363384"/> | |
279 | + <string key="NSTitle">Item 2</string> | |
280 | + <string key="NSKeyEquiv"/> | |
281 | + <int key="NSKeyEquivModMask">1048576</int> | |
282 | + <int key="NSMnemonicLoc">2147483647</int> | |
283 | + <reference key="NSOnImage" ref="1050589734"/> | |
284 | + <reference key="NSMixedImage" ref="995331589"/> | |
285 | + <string key="NSAction">_popUpItemAction:</string> | |
286 | + <reference key="NSTarget" ref="449244900"/> | |
287 | + </object> | |
288 | + <object class="NSMenuItem" id="347183867"> | |
289 | + <reference key="NSMenu" ref="97363384"/> | |
290 | + <string key="NSTitle">Item 3</string> | |
291 | + <string key="NSKeyEquiv"/> | |
292 | + <int key="NSKeyEquivModMask">1048576</int> | |
293 | + <int key="NSMnemonicLoc">2147483647</int> | |
294 | + <reference key="NSOnImage" ref="1050589734"/> | |
295 | + <reference key="NSMixedImage" ref="995331589"/> | |
296 | + <string key="NSAction">_popUpItemAction:</string> | |
297 | + <reference key="NSTarget" ref="449244900"/> | |
298 | + </object> | |
299 | + </object> | |
300 | + <reference key="NSMenuFont" ref="746854810"/> | |
301 | + </object> | |
302 | + <int key="NSPreferredEdge">1</int> | |
303 | + <bool key="NSUsesItemFromMenu">YES</bool> | |
304 | + <bool key="NSAltersState">YES</bool> | |
305 | + <int key="NSArrowPosition">2</int> | |
306 | + </object> | |
307 | + </object> | |
308 | + <object class="NSTextField" id="484188188"> | |
309 | + <reference key="NSNextResponder" ref="692902308"/> | |
310 | + <int key="NSvFlags">268</int> | |
311 | + <string key="NSFrame">{{15, 49}, {54, 17}}</string> | |
312 | + <reference key="NSSuperview" ref="692902308"/> | |
313 | + <bool key="NSEnabled">YES</bool> | |
314 | + <object class="NSTextFieldCell" key="NSCell" id="1003616132"> | |
315 | + <int key="NSCellFlags">68288064</int> | |
316 | + <int key="NSCellFlags2">71304192</int> | |
317 | + <string key="NSContents">サイト:</string> | |
318 | + <reference key="NSSupport" ref="746854810"/> | |
319 | + <reference key="NSControlView" ref="484188188"/> | |
320 | + <reference key="NSBackgroundColor" ref="570986040"/> | |
321 | + <reference key="NSTextColor" ref="886173655"/> | |
322 | + </object> | |
323 | + </object> | |
324 | + </object> | |
325 | + <string key="NSFrame">{{1, 1}, {265, 102}}</string> | |
326 | + <reference key="NSSuperview" ref="183974536"/> | |
327 | + </object> | |
328 | + </object> | |
329 | + <string key="NSFrame">{{17, 16}, {267, 104}}</string> | |
330 | + <reference key="NSSuperview" ref="151985773"/> | |
331 | + <string key="NSOffsets">{0, 0}</string> | |
332 | + <object class="NSTextFieldCell" key="NSTitleCell"> | |
333 | + <int key="NSCellFlags">67239424</int> | |
334 | + <int key="NSCellFlags2">0</int> | |
335 | + <string key="NSContents">Box</string> | |
336 | + <object class="NSFont" key="NSSupport"> | |
337 | + <string key="NSName">LucidaGrande</string> | |
338 | + <double key="NSSize">11</double> | |
339 | + <int key="NSfFlags">3100</int> | |
340 | + </object> | |
341 | + <reference key="NSBackgroundColor" ref="1006362850"/> | |
342 | + <object class="NSColor" key="NSTextColor"> | |
343 | + <int key="NSColorSpace">3</int> | |
344 | + <bytes key="NSWhite">MCAwLjgwMDAwMDAxMTkAA</bytes> | |
345 | + </object> | |
346 | + </object> | |
347 | + <reference key="NSContentView" ref="692902308"/> | |
348 | + <int key="NSBorderType">1</int> | |
349 | + <int key="NSBoxType">0</int> | |
350 | + <int key="NSTitlePosition">0</int> | |
351 | + <bool key="NSTransparent">NO</bool> | |
352 | + </object> | |
353 | + </object> | |
354 | + <string key="NSFrameSize">{301, 166}</string> | |
355 | + <reference key="NSSuperview"/> | |
356 | + <string key="NSClassName">NSView</string> | |
357 | + </object> | |
358 | + <object class="NSArrayController" id="235156763"> | |
359 | + <object class="NSMutableArray" key="NSDeclaredKeys"> | |
360 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
361 | + <string>name</string> | |
362 | + </object> | |
363 | + <bool key="NSEditable">YES</bool> | |
364 | + <object class="_NSManagedProxy" key="_NSManagedProxy"/> | |
365 | + <bool key="NSAvoidsEmptySelection">YES</bool> | |
366 | + <bool key="NSPreservesSelection">YES</bool> | |
367 | + <bool key="NSSelectsInsertedObjects">YES</bool> | |
368 | + <bool key="NSFilterRestrictsInsertion">YES</bool> | |
369 | + <bool key="NSClearsFilterPredicateOnInsertion">YES</bool> | |
370 | + </object> | |
371 | + </object> | |
372 | + <object class="IBObjectContainer" key="IBDocument.Objects"> | |
373 | + <object class="NSMutableArray" key="connectionRecords"> | |
374 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
375 | + <object class="IBConnectionRecord"> | |
376 | + <object class="IBBindingConnection" key="connection"> | |
377 | + <string key="label">contentArray: sites</string> | |
378 | + <reference key="source" ref="764388977"/> | |
379 | + <reference key="destination" ref="1001"/> | |
380 | + <object class="NSNibBindingConnector" key="connector"> | |
381 | + <reference key="NSSource" ref="764388977"/> | |
382 | + <reference key="NSDestination" ref="1001"/> | |
383 | + <string key="NSLabel">contentArray: sites</string> | |
384 | + <string key="NSBinding">contentArray</string> | |
385 | + <string key="NSKeyPath">sites</string> | |
386 | + <int key="NSNibBindingConnectorVersion">2</int> | |
387 | + </object> | |
388 | + </object> | |
389 | + <int key="connectionID">25</int> | |
390 | + </object> | |
391 | + <object class="IBConnectionRecord"> | |
392 | + <object class="IBBindingConnection" key="connection"> | |
393 | + <string key="label">content: arrangedObjects</string> | |
394 | + <reference key="source" ref="267248710"/> | |
395 | + <reference key="destination" ref="764388977"/> | |
396 | + <object class="NSNibBindingConnector" key="connector" id="220786628"> | |
397 | + <reference key="NSSource" ref="267248710"/> | |
398 | + <reference key="NSDestination" ref="764388977"/> | |
399 | + <string key="NSLabel">content: arrangedObjects</string> | |
400 | + <string key="NSBinding">content</string> | |
401 | + <string key="NSKeyPath">arrangedObjects</string> | |
402 | + <int key="NSNibBindingConnectorVersion">2</int> | |
403 | + </object> | |
404 | + </object> | |
405 | + <int key="connectionID">116</int> | |
406 | + </object> | |
407 | + <object class="IBConnectionRecord"> | |
408 | + <object class="IBBindingConnection" key="connection"> | |
409 | + <string key="label">value: selection.site.account</string> | |
410 | + <reference key="source" ref="590273973"/> | |
411 | + <reference key="destination" ref="1001"/> | |
412 | + <object class="NSNibBindingConnector" key="connector"> | |
413 | + <reference key="NSSource" ref="590273973"/> | |
414 | + <reference key="NSDestination" ref="1001"/> | |
415 | + <string key="NSLabel">value: selection.site.account</string> | |
416 | + <string key="NSBinding">value</string> | |
417 | + <string key="NSKeyPath">selection.site.account</string> | |
418 | + <int key="NSNibBindingConnectorVersion">2</int> | |
419 | + </object> | |
420 | + </object> | |
421 | + <int key="connectionID">145</int> | |
422 | + </object> | |
423 | + <object class="IBConnectionRecord"> | |
424 | + <object class="IBBindingConnection" key="connection"> | |
425 | + <string key="label">contentValues: arrangedObjects.name</string> | |
426 | + <reference key="source" ref="267248710"/> | |
427 | + <reference key="destination" ref="764388977"/> | |
428 | + <object class="NSNibBindingConnector" key="connector" id="690439354"> | |
429 | + <reference key="NSSource" ref="267248710"/> | |
430 | + <reference key="NSDestination" ref="764388977"/> | |
431 | + <string key="NSLabel">contentValues: arrangedObjects.name</string> | |
432 | + <string key="NSBinding">contentValues</string> | |
433 | + <string key="NSKeyPath">arrangedObjects.name</string> | |
434 | + <reference key="NSPreviousConnector" ref="220786628"/> | |
435 | + <int key="NSNibBindingConnectorVersion">2</int> | |
436 | + </object> | |
437 | + </object> | |
438 | + <int key="connectionID">147</int> | |
439 | + </object> | |
440 | + <object class="IBConnectionRecord"> | |
441 | + <object class="IBBindingConnection" key="connection"> | |
442 | + <string key="label">selectedObject: selection.site</string> | |
443 | + <reference key="source" ref="267248710"/> | |
444 | + <reference key="destination" ref="1001"/> | |
445 | + <object class="NSNibBindingConnector" key="connector"> | |
446 | + <reference key="NSSource" ref="267248710"/> | |
447 | + <reference key="NSDestination" ref="1001"/> | |
448 | + <string key="NSLabel">selectedObject: selection.site</string> | |
449 | + <string key="NSBinding">selectedObject</string> | |
450 | + <string key="NSKeyPath">selection.site</string> | |
451 | + <reference key="NSPreviousConnector" ref="690439354"/> | |
452 | + <int key="NSNibBindingConnectorVersion">2</int> | |
453 | + </object> | |
454 | + </object> | |
455 | + <int key="connectionID">148</int> | |
456 | + </object> | |
457 | + <object class="IBConnectionRecord"> | |
458 | + <object class="IBOutletConnection" key="connection"> | |
459 | + <string key="label">view</string> | |
460 | + <reference key="source" ref="1001"/> | |
461 | + <reference key="destination" ref="151985773"/> | |
462 | + </object> | |
463 | + <int key="connectionID">149</int> | |
464 | + </object> | |
465 | + <object class="IBConnectionRecord"> | |
466 | + <object class="IBBindingConnection" key="connection"> | |
467 | + <string key="label">contentArray: attributes</string> | |
468 | + <reference key="source" ref="235156763"/> | |
469 | + <reference key="destination" ref="1001"/> | |
470 | + <object class="NSNibBindingConnector" key="connector"> | |
471 | + <reference key="NSSource" ref="235156763"/> | |
472 | + <reference key="NSDestination" ref="1001"/> | |
473 | + <string key="NSLabel">contentArray: attributes</string> | |
474 | + <string key="NSBinding">contentArray</string> | |
475 | + <string key="NSKeyPath">attributes</string> | |
476 | + <int key="NSNibBindingConnectorVersion">2</int> | |
477 | + </object> | |
478 | + </object> | |
479 | + <int key="connectionID">151</int> | |
480 | + </object> | |
481 | + <object class="IBConnectionRecord"> | |
482 | + <object class="IBBindingConnection" key="connection"> | |
483 | + <string key="label">content: arrangedObjects</string> | |
484 | + <reference key="source" ref="187438968"/> | |
485 | + <reference key="destination" ref="235156763"/> | |
486 | + <object class="NSNibBindingConnector" key="connector" id="337563163"> | |
487 | + <reference key="NSSource" ref="187438968"/> | |
488 | + <reference key="NSDestination" ref="235156763"/> | |
489 | + <string key="NSLabel">content: arrangedObjects</string> | |
490 | + <string key="NSBinding">content</string> | |
491 | + <string key="NSKeyPath">arrangedObjects</string> | |
492 | + <int key="NSNibBindingConnectorVersion">2</int> | |
493 | + </object> | |
494 | + </object> | |
495 | + <int key="connectionID">153</int> | |
496 | + </object> | |
497 | + <object class="IBConnectionRecord"> | |
498 | + <object class="IBBindingConnection" key="connection"> | |
499 | + <string key="label">value: selection.isOpenAfterExport</string> | |
500 | + <reference key="source" ref="524046644"/> | |
501 | + <reference key="destination" ref="1001"/> | |
502 | + <object class="NSNibBindingConnector" key="connector"> | |
503 | + <reference key="NSSource" ref="524046644"/> | |
504 | + <reference key="NSDestination" ref="1001"/> | |
505 | + <string key="NSLabel">value: selection.isOpenAfterExport</string> | |
506 | + <string key="NSBinding">value</string> | |
507 | + <string key="NSKeyPath">selection.isOpenAfterExport</string> | |
508 | + <int key="NSNibBindingConnectorVersion">2</int> | |
509 | + </object> | |
510 | + </object> | |
511 | + <int key="connectionID">156</int> | |
512 | + </object> | |
513 | + <object class="IBConnectionRecord"> | |
514 | + <object class="IBBindingConnection" key="connection"> | |
515 | + <string key="label">contentValues: arrangedObjects.name</string> | |
516 | + <reference key="source" ref="187438968"/> | |
517 | + <reference key="destination" ref="235156763"/> | |
518 | + <object class="NSNibBindingConnector" key="connector" id="1073058116"> | |
519 | + <reference key="NSSource" ref="187438968"/> | |
520 | + <reference key="NSDestination" ref="235156763"/> | |
521 | + <string key="NSLabel">contentValues: arrangedObjects.name</string> | |
522 | + <string key="NSBinding">contentValues</string> | |
523 | + <string key="NSKeyPath">arrangedObjects.name</string> | |
524 | + <reference key="NSPreviousConnector" ref="337563163"/> | |
525 | + <int key="NSNibBindingConnectorVersion">2</int> | |
526 | + </object> | |
527 | + </object> | |
528 | + <int key="connectionID">157</int> | |
529 | + </object> | |
530 | + <object class="IBConnectionRecord"> | |
531 | + <object class="IBBindingConnection" key="connection"> | |
532 | + <string key="label">selectedObject: selection</string> | |
533 | + <reference key="source" ref="187438968"/> | |
534 | + <reference key="destination" ref="1001"/> | |
535 | + <object class="NSNibBindingConnector" key="connector"> | |
536 | + <reference key="NSSource" ref="187438968"/> | |
537 | + <reference key="NSDestination" ref="1001"/> | |
538 | + <string key="NSLabel">selectedObject: selection</string> | |
539 | + <string key="NSBinding">selectedObject</string> | |
540 | + <string key="NSKeyPath">selection</string> | |
541 | + <reference key="NSPreviousConnector" ref="1073058116"/> | |
542 | + <int key="NSNibBindingConnectorVersion">2</int> | |
543 | + </object> | |
544 | + </object> | |
545 | + <int key="connectionID">158</int> | |
546 | + </object> | |
547 | + <object class="IBConnectionRecord"> | |
548 | + <object class="IBBindingConnection" key="connection"> | |
549 | + <string key="label">enabled: selection.isOpenAfterExport</string> | |
550 | + <reference key="source" ref="267248710"/> | |
551 | + <reference key="destination" ref="1001"/> | |
552 | + <object class="NSNibBindingConnector" key="connector"> | |
553 | + <reference key="NSSource" ref="267248710"/> | |
554 | + <reference key="NSDestination" ref="1001"/> | |
555 | + <string key="NSLabel">enabled: selection.isOpenAfterExport</string> | |
556 | + <string key="NSBinding">enabled</string> | |
557 | + <string key="NSKeyPath">selection.isOpenAfterExport</string> | |
558 | + <int key="NSNibBindingConnectorVersion">2</int> | |
559 | + </object> | |
560 | + </object> | |
561 | + <int key="connectionID">159</int> | |
562 | + </object> | |
563 | + <object class="IBConnectionRecord"> | |
564 | + <object class="IBBindingConnection" key="connection"> | |
565 | + <string key="label">enabled: selection.isOpenAfterExport</string> | |
566 | + <reference key="source" ref="590273973"/> | |
567 | + <reference key="destination" ref="1001"/> | |
568 | + <object class="NSNibBindingConnector" key="connector" id="562544300"> | |
569 | + <reference key="NSSource" ref="590273973"/> | |
570 | + <reference key="NSDestination" ref="1001"/> | |
571 | + <string key="NSLabel">enabled: selection.isOpenAfterExport</string> | |
572 | + <string key="NSBinding">enabled</string> | |
573 | + <string key="NSKeyPath">selection.isOpenAfterExport</string> | |
574 | + <int key="NSNibBindingConnectorVersion">2</int> | |
575 | + </object> | |
576 | + </object> | |
577 | + <int key="connectionID">162</int> | |
578 | + </object> | |
579 | + <object class="IBConnectionRecord"> | |
580 | + <object class="IBBindingConnection" key="connection"> | |
581 | + <string key="label">enabled2: selection.site.needID</string> | |
582 | + <reference key="source" ref="590273973"/> | |
583 | + <reference key="destination" ref="1001"/> | |
584 | + <object class="NSNibBindingConnector" key="connector"> | |
585 | + <reference key="NSSource" ref="590273973"/> | |
586 | + <reference key="NSDestination" ref="1001"/> | |
587 | + <string key="NSLabel">enabled2: selection.site.needID</string> | |
588 | + <string key="NSBinding">enabled2</string> | |
589 | + <string key="NSKeyPath">selection.site.needID</string> | |
590 | + <object class="NSDictionary" key="NSOptions"> | |
591 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
592 | + <object class="NSArray" key="dict.sortedKeys"> | |
593 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
594 | + <string>NSMultipleValuesPlaceholder</string> | |
595 | + <string>NSNoSelectionPlaceholder</string> | |
596 | + <string>NSNotApplicablePlaceholder</string> | |
597 | + <string>NSNullPlaceholder</string> | |
598 | + </object> | |
599 | + <object class="NSMutableArray" key="dict.values"> | |
600 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
601 | + <integer value="-1"/> | |
602 | + <integer value="-1"/> | |
603 | + <integer value="-1"/> | |
604 | + <integer value="-1"/> | |
605 | + </object> | |
606 | + </object> | |
607 | + <reference key="NSPreviousConnector" ref="562544300"/> | |
608 | + <int key="NSNibBindingConnectorVersion">2</int> | |
609 | + </object> | |
610 | + </object> | |
611 | + <int key="connectionID">163</int> | |
612 | + </object> | |
613 | + </object> | |
614 | + <object class="IBMutableOrderedSet" key="objectRecords"> | |
615 | + <object class="NSArray" key="orderedObjects"> | |
616 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
617 | + <object class="IBObjectRecord"> | |
618 | + <int key="objectID">0</int> | |
619 | + <reference key="object" ref="0"/> | |
620 | + <reference key="children" ref="1000"/> | |
621 | + <nil key="parent"/> | |
622 | + </object> | |
623 | + <object class="IBObjectRecord"> | |
624 | + <int key="objectID">-2</int> | |
625 | + <reference key="object" ref="1001"/> | |
626 | + <reference key="parent" ref="0"/> | |
627 | + <string key="objectName">File's Owner</string> | |
628 | + </object> | |
629 | + <object class="IBObjectRecord"> | |
630 | + <int key="objectID">-1</int> | |
631 | + <reference key="object" ref="1003"/> | |
632 | + <reference key="parent" ref="0"/> | |
633 | + <string key="objectName">First Responder</string> | |
634 | + </object> | |
635 | + <object class="IBObjectRecord"> | |
636 | + <int key="objectID">-3</int> | |
637 | + <reference key="object" ref="1004"/> | |
638 | + <reference key="parent" ref="0"/> | |
639 | + <string key="objectName">Application</string> | |
640 | + </object> | |
641 | + <object class="IBObjectRecord"> | |
642 | + <int key="objectID">3</int> | |
643 | + <reference key="object" ref="764388977"/> | |
644 | + <reference key="parent" ref="0"/> | |
645 | + <string key="objectName">Sites</string> | |
646 | + </object> | |
647 | + <object class="IBObjectRecord"> | |
648 | + <int key="objectID">60</int> | |
649 | + <reference key="object" ref="770136993"/> | |
650 | + <reference key="parent" ref="0"/> | |
651 | + </object> | |
652 | + <object class="IBObjectRecord"> | |
653 | + <int key="objectID">103</int> | |
654 | + <reference key="object" ref="151985773"/> | |
655 | + <object class="NSMutableArray" key="children"> | |
656 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
657 | + <reference ref="183974536"/> | |
658 | + <reference ref="187438968"/> | |
659 | + </object> | |
660 | + <reference key="parent" ref="0"/> | |
661 | + </object> | |
662 | + <object class="IBObjectRecord"> | |
663 | + <int key="objectID">130</int> | |
664 | + <reference key="object" ref="183974536"/> | |
665 | + <object class="NSMutableArray" key="children"> | |
666 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
667 | + <reference ref="977832199"/> | |
668 | + <reference ref="590273973"/> | |
669 | + <reference ref="267248710"/> | |
670 | + <reference ref="484188188"/> | |
671 | + <reference ref="524046644"/> | |
672 | + </object> | |
673 | + <reference key="parent" ref="151985773"/> | |
674 | + </object> | |
675 | + <object class="IBObjectRecord"> | |
676 | + <int key="objectID">124</int> | |
677 | + <reference key="object" ref="977832199"/> | |
678 | + <object class="NSMutableArray" key="children"> | |
679 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
680 | + <reference ref="85078118"/> | |
681 | + </object> | |
682 | + <reference key="parent" ref="183974536"/> | |
683 | + </object> | |
684 | + <object class="IBObjectRecord"> | |
685 | + <int key="objectID">125</int> | |
686 | + <reference key="object" ref="85078118"/> | |
687 | + <reference key="parent" ref="977832199"/> | |
688 | + </object> | |
689 | + <object class="IBObjectRecord"> | |
690 | + <int key="objectID">123</int> | |
691 | + <reference key="object" ref="590273973"/> | |
692 | + <object class="NSMutableArray" key="children"> | |
693 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
694 | + <reference ref="38339054"/> | |
695 | + </object> | |
696 | + <reference key="parent" ref="183974536"/> | |
697 | + </object> | |
698 | + <object class="IBObjectRecord"> | |
699 | + <int key="objectID">126</int> | |
700 | + <reference key="object" ref="38339054"/> | |
701 | + <reference key="parent" ref="590273973"/> | |
702 | + </object> | |
703 | + <object class="IBObjectRecord"> | |
704 | + <int key="objectID">120</int> | |
705 | + <reference key="object" ref="524046644"/> | |
706 | + <object class="NSMutableArray" key="children"> | |
707 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
708 | + <reference ref="331353583"/> | |
709 | + </object> | |
710 | + <reference key="parent" ref="183974536"/> | |
711 | + </object> | |
712 | + <object class="IBObjectRecord"> | |
713 | + <int key="objectID">121</int> | |
714 | + <reference key="object" ref="331353583"/> | |
715 | + <reference key="parent" ref="524046644"/> | |
716 | + </object> | |
717 | + <object class="IBObjectRecord"> | |
718 | + <int key="objectID">110</int> | |
719 | + <reference key="object" ref="267248710"/> | |
720 | + <object class="NSMutableArray" key="children"> | |
721 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
722 | + <reference ref="449244900"/> | |
723 | + </object> | |
724 | + <reference key="parent" ref="183974536"/> | |
725 | + </object> | |
726 | + <object class="IBObjectRecord"> | |
727 | + <int key="objectID">111</int> | |
728 | + <reference key="object" ref="449244900"/> | |
729 | + <object class="NSMutableArray" key="children"> | |
730 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
731 | + <reference ref="97363384"/> | |
732 | + </object> | |
733 | + <reference key="parent" ref="267248710"/> | |
734 | + </object> | |
735 | + <object class="IBObjectRecord"> | |
736 | + <int key="objectID">112</int> | |
737 | + <reference key="object" ref="97363384"/> | |
738 | + <object class="NSMutableArray" key="children"> | |
739 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
740 | + <reference ref="347183867"/> | |
741 | + <reference ref="147185615"/> | |
742 | + <reference ref="791063710"/> | |
743 | + </object> | |
744 | + <reference key="parent" ref="449244900"/> | |
745 | + </object> | |
746 | + <object class="IBObjectRecord"> | |
747 | + <int key="objectID">115</int> | |
748 | + <reference key="object" ref="347183867"/> | |
749 | + <reference key="parent" ref="97363384"/> | |
750 | + </object> | |
751 | + <object class="IBObjectRecord"> | |
752 | + <int key="objectID">114</int> | |
753 | + <reference key="object" ref="147185615"/> | |
754 | + <reference key="parent" ref="97363384"/> | |
755 | + </object> | |
756 | + <object class="IBObjectRecord"> | |
757 | + <int key="objectID">113</int> | |
758 | + <reference key="object" ref="791063710"/> | |
759 | + <reference key="parent" ref="97363384"/> | |
760 | + </object> | |
761 | + <object class="IBObjectRecord"> | |
762 | + <int key="objectID">134</int> | |
763 | + <reference key="object" ref="484188188"/> | |
764 | + <object class="NSMutableArray" key="children"> | |
765 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
766 | + <reference ref="1003616132"/> | |
767 | + </object> | |
768 | + <reference key="parent" ref="183974536"/> | |
769 | + </object> | |
770 | + <object class="IBObjectRecord"> | |
771 | + <int key="objectID">135</int> | |
772 | + <reference key="object" ref="1003616132"/> | |
773 | + <reference key="parent" ref="484188188"/> | |
774 | + </object> | |
775 | + <object class="IBObjectRecord"> | |
776 | + <int key="objectID">136</int> | |
777 | + <reference key="object" ref="187438968"/> | |
778 | + <object class="NSMutableArray" key="children"> | |
779 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
780 | + <reference ref="258443856"/> | |
781 | + </object> | |
782 | + <reference key="parent" ref="151985773"/> | |
783 | + </object> | |
784 | + <object class="IBObjectRecord"> | |
785 | + <int key="objectID">137</int> | |
786 | + <reference key="object" ref="258443856"/> | |
787 | + <object class="NSMutableArray" key="children"> | |
788 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
789 | + <reference ref="676651368"/> | |
790 | + </object> | |
791 | + <reference key="parent" ref="187438968"/> | |
792 | + </object> | |
793 | + <object class="IBObjectRecord"> | |
794 | + <int key="objectID">138</int> | |
795 | + <reference key="object" ref="676651368"/> | |
796 | + <object class="NSMutableArray" key="children"> | |
797 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
798 | + <reference ref="293650496"/> | |
799 | + <reference ref="519311819"/> | |
800 | + <reference ref="899781362"/> | |
801 | + </object> | |
802 | + <reference key="parent" ref="258443856"/> | |
803 | + </object> | |
804 | + <object class="IBObjectRecord"> | |
805 | + <int key="objectID">139</int> | |
806 | + <reference key="object" ref="293650496"/> | |
807 | + <reference key="parent" ref="676651368"/> | |
808 | + </object> | |
809 | + <object class="IBObjectRecord"> | |
810 | + <int key="objectID">140</int> | |
811 | + <reference key="object" ref="519311819"/> | |
812 | + <reference key="parent" ref="676651368"/> | |
813 | + </object> | |
814 | + <object class="IBObjectRecord"> | |
815 | + <int key="objectID">141</int> | |
816 | + <reference key="object" ref="899781362"/> | |
817 | + <reference key="parent" ref="676651368"/> | |
818 | + </object> | |
819 | + <object class="IBObjectRecord"> | |
820 | + <int key="objectID">150</int> | |
821 | + <reference key="object" ref="235156763"/> | |
822 | + <reference key="parent" ref="0"/> | |
823 | + <string key="objectName">Attributes</string> | |
824 | + </object> | |
825 | + </object> | |
826 | + </object> | |
827 | + <object class="NSMutableDictionary" key="flattenedProperties"> | |
828 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
829 | + <object class="NSArray" key="dict.sortedKeys"> | |
830 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
831 | + <string>103.IBEditorWindowLastContentRect</string> | |
832 | + <string>103.IBPluginDependency</string> | |
833 | + <string>110.IBPluginDependency</string> | |
834 | + <string>110.IBViewBoundsToFrameTransform</string> | |
835 | + <string>111.IBPluginDependency</string> | |
836 | + <string>112.IBPluginDependency</string> | |
837 | + <string>113.IBPluginDependency</string> | |
838 | + <string>114.IBPluginDependency</string> | |
839 | + <string>115.IBPluginDependency</string> | |
840 | + <string>120.IBPluginDependency</string> | |
841 | + <string>120.IBViewBoundsToFrameTransform</string> | |
842 | + <string>121.IBPluginDependency</string> | |
843 | + <string>123.IBPluginDependency</string> | |
844 | + <string>123.IBViewBoundsToFrameTransform</string> | |
845 | + <string>124.IBPluginDependency</string> | |
846 | + <string>124.IBViewBoundsToFrameTransform</string> | |
847 | + <string>125.IBPluginDependency</string> | |
848 | + <string>126.IBPluginDependency</string> | |
849 | + <string>130.IBViewBoundsToFrameTransform</string> | |
850 | + <string>134.IBPluginDependency</string> | |
851 | + <string>134.IBViewBoundsToFrameTransform</string> | |
852 | + <string>135.IBPluginDependency</string> | |
853 | + <string>136.IBPluginDependency</string> | |
854 | + <string>137.IBPluginDependency</string> | |
855 | + <string>138.IBPluginDependency</string> | |
856 | + <string>139.IBPluginDependency</string> | |
857 | + <string>140.IBPluginDependency</string> | |
858 | + <string>141.IBPluginDependency</string> | |
859 | + <string>150.IBPluginDependency</string> | |
860 | + <string>3.IBPluginDependency</string> | |
861 | + </object> | |
862 | + <object class="NSMutableArray" key="dict.values"> | |
863 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
864 | + <string>{{715, 340}, {301, 166}}</string> | |
865 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
866 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
867 | + <object class="NSAffineTransform"> | |
868 | + <bytes key="NSTransformStruct">P4AAAL+AAABCjgAAwzQAAA</bytes> | |
869 | + </object> | |
870 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
871 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
872 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
873 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
874 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
875 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
876 | + <object class="NSAffineTransform"> | |
877 | + <bytes key="NSTransformStruct">P4AAAL+AAABBgAAAwqYAAA</bytes> | |
878 | + </object> | |
879 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
880 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
881 | + <object class="NSAffineTransform"> | |
882 | + <bytes key="NSTransformStruct">P4AAAL+AAABClAAAwqgAAA</bytes> | |
883 | + </object> | |
884 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
885 | + <object class="NSAffineTransform"> | |
886 | + <bytes key="NSTransformStruct">P4AAAL+AAABBcAAAwqIAAA</bytes> | |
887 | + </object> | |
888 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
889 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
890 | + <object class="NSAffineTransform"> | |
891 | + <bytes key="NSTransformStruct">AUGIAABCsgAAA</bytes> | |
892 | + </object> | |
893 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
894 | + <object class="NSAffineTransform"> | |
895 | + <bytes key="NSTransformStruct">P4AAAL+AAABBcAAAwpAAAA</bytes> | |
896 | + </object> | |
897 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
898 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
899 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
900 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
901 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
902 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
903 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
904 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
905 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
906 | + </object> | |
907 | + </object> | |
908 | + <object class="NSMutableDictionary" key="unlocalizedProperties"> | |
909 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
910 | + <reference key="dict.sortedKeys" ref="0"/> | |
911 | + <object class="NSMutableArray" key="dict.values"> | |
912 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
913 | + </object> | |
914 | + </object> | |
915 | + <nil key="activeLocalization"/> | |
916 | + <object class="NSMutableDictionary" key="localizations"> | |
917 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
918 | + <reference key="dict.sortedKeys" ref="0"/> | |
919 | + <object class="NSMutableArray" key="dict.values"> | |
920 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
921 | + </object> | |
922 | + </object> | |
923 | + <nil key="sourceID"/> | |
924 | + <int key="maxID">163</int> | |
925 | + </object> | |
926 | + <object class="IBClassDescriber" key="IBDocument.Classes"> | |
927 | + <object class="NSMutableArray" key="referencedPartialClassDescriptions"> | |
928 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
929 | + <object class="IBPartialClassDescription"> | |
930 | + <string key="className">BEGeneralPreference</string> | |
931 | + <string key="superclassName">NSViewController</string> | |
932 | + <object class="NSMutableDictionary" key="outlets"> | |
933 | + <string key="NS.key.0">selection</string> | |
934 | + <string key="NS.object.0">id</string> | |
935 | + </object> | |
936 | + <object class="NSMutableDictionary" key="toOneOutletInfosByName"> | |
937 | + <string key="NS.key.0">selection</string> | |
938 | + <object class="IBToOneOutletInfo" key="NS.object.0"> | |
939 | + <string key="name">selection</string> | |
940 | + <string key="candidateClassName">id</string> | |
941 | + </object> | |
942 | + </object> | |
943 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
944 | + <string key="majorKey">IBProjectSource</string> | |
945 | + <string key="minorKey">BEGeneralPreference.h</string> | |
946 | + </object> | |
947 | + </object> | |
948 | + <object class="IBPartialClassDescription"> | |
949 | + <string key="className">BEGeneralPreference</string> | |
950 | + <string key="superclassName">NSViewController</string> | |
951 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
952 | + <string key="majorKey">IBUserSource</string> | |
953 | + <string key="minorKey"/> | |
954 | + </object> | |
955 | + </object> | |
956 | + <object class="IBPartialClassDescription"> | |
957 | + <string key="className">NSObject</string> | |
958 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
959 | + <string key="majorKey">IBProjectSource</string> | |
960 | + <string key="minorKey">MyBarcodeScanner.h</string> | |
961 | + </object> | |
962 | + </object> | |
963 | + <object class="IBPartialClassDescription"> | |
964 | + <string key="className">NSViewController</string> | |
965 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
966 | + <string key="majorKey">IBProjectSource</string> | |
967 | + <string key="minorKey">BEPreferencePanel.h</string> | |
968 | + </object> | |
969 | + </object> | |
970 | + </object> | |
971 | + <object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+"> | |
972 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
973 | + <object class="IBPartialClassDescription"> | |
974 | + <string key="className">NSActionCell</string> | |
975 | + <string key="superclassName">NSCell</string> | |
976 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
977 | + <string key="majorKey">IBFrameworkSource</string> | |
978 | + <string key="minorKey">AppKit.framework/Headers/NSActionCell.h</string> | |
979 | + </object> | |
980 | + </object> | |
981 | + <object class="IBPartialClassDescription"> | |
982 | + <string key="className">NSApplication</string> | |
983 | + <string key="superclassName">NSResponder</string> | |
984 | + <object class="IBClassDescriptionSource" key="sourceIdentifier" id="768429701"> | |
985 | + <string key="majorKey">IBFrameworkSource</string> | |
986 | + <string key="minorKey">AppKit.framework/Headers/NSApplication.h</string> | |
987 | + </object> | |
988 | + </object> | |
989 | + <object class="IBPartialClassDescription"> | |
990 | + <string key="className">NSApplication</string> | |
991 | + <object class="IBClassDescriptionSource" key="sourceIdentifier" id="491310560"> | |
992 | + <string key="majorKey">IBFrameworkSource</string> | |
993 | + <string key="minorKey">AppKit.framework/Headers/NSApplicationScripting.h</string> | |
994 | + </object> | |
995 | + </object> | |
996 | + <object class="IBPartialClassDescription"> | |
997 | + <string key="className">NSApplication</string> | |
998 | + <object class="IBClassDescriptionSource" key="sourceIdentifier" id="616254916"> | |
999 | + <string key="majorKey">IBFrameworkSource</string> | |
1000 | + <string key="minorKey">AppKit.framework/Headers/NSColorPanel.h</string> | |
1001 | + </object> | |
1002 | + </object> | |
1003 | + <object class="IBPartialClassDescription"> | |
1004 | + <string key="className">NSApplication</string> | |
1005 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1006 | + <string key="majorKey">IBFrameworkSource</string> | |
1007 | + <string key="minorKey">AppKit.framework/Headers/NSHelpManager.h</string> | |
1008 | + </object> | |
1009 | + </object> | |
1010 | + <object class="IBPartialClassDescription"> | |
1011 | + <string key="className">NSApplication</string> | |
1012 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1013 | + <string key="majorKey">IBFrameworkSource</string> | |
1014 | + <string key="minorKey">AppKit.framework/Headers/NSPageLayout.h</string> | |
1015 | + </object> | |
1016 | + </object> | |
1017 | + <object class="IBPartialClassDescription"> | |
1018 | + <string key="className">NSApplication</string> | |
1019 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1020 | + <string key="majorKey">IBFrameworkSource</string> | |
1021 | + <string key="minorKey">AppKit.framework/Headers/NSUserInterfaceItemSearching.h</string> | |
1022 | + </object> | |
1023 | + </object> | |
1024 | + <object class="IBPartialClassDescription"> | |
1025 | + <string key="className">NSArrayController</string> | |
1026 | + <string key="superclassName">NSObjectController</string> | |
1027 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1028 | + <string key="majorKey">IBFrameworkSource</string> | |
1029 | + <string key="minorKey">AppKit.framework/Headers/NSArrayController.h</string> | |
1030 | + </object> | |
1031 | + </object> | |
1032 | + <object class="IBPartialClassDescription"> | |
1033 | + <string key="className">NSBox</string> | |
1034 | + <string key="superclassName">NSView</string> | |
1035 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1036 | + <string key="majorKey">IBFrameworkSource</string> | |
1037 | + <string key="minorKey">AppKit.framework/Headers/NSBox.h</string> | |
1038 | + </object> | |
1039 | + </object> | |
1040 | + <object class="IBPartialClassDescription"> | |
1041 | + <string key="className">NSButton</string> | |
1042 | + <string key="superclassName">NSControl</string> | |
1043 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1044 | + <string key="majorKey">IBFrameworkSource</string> | |
1045 | + <string key="minorKey">AppKit.framework/Headers/NSButton.h</string> | |
1046 | + </object> | |
1047 | + </object> | |
1048 | + <object class="IBPartialClassDescription"> | |
1049 | + <string key="className">NSButtonCell</string> | |
1050 | + <string key="superclassName">NSActionCell</string> | |
1051 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1052 | + <string key="majorKey">IBFrameworkSource</string> | |
1053 | + <string key="minorKey">AppKit.framework/Headers/NSButtonCell.h</string> | |
1054 | + </object> | |
1055 | + </object> | |
1056 | + <object class="IBPartialClassDescription"> | |
1057 | + <string key="className">NSCell</string> | |
1058 | + <string key="superclassName">NSObject</string> | |
1059 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1060 | + <string key="majorKey">IBFrameworkSource</string> | |
1061 | + <string key="minorKey">AppKit.framework/Headers/NSCell.h</string> | |
1062 | + </object> | |
1063 | + </object> | |
1064 | + <object class="IBPartialClassDescription"> | |
1065 | + <string key="className">NSControl</string> | |
1066 | + <string key="superclassName">NSView</string> | |
1067 | + <object class="IBClassDescriptionSource" key="sourceIdentifier" id="615718687"> | |
1068 | + <string key="majorKey">IBFrameworkSource</string> | |
1069 | + <string key="minorKey">AppKit.framework/Headers/NSControl.h</string> | |
1070 | + </object> | |
1071 | + </object> | |
1072 | + <object class="IBPartialClassDescription"> | |
1073 | + <string key="className">NSController</string> | |
1074 | + <string key="superclassName">NSObject</string> | |
1075 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1076 | + <string key="majorKey">IBFrameworkSource</string> | |
1077 | + <string key="minorKey">AppKit.framework/Headers/NSController.h</string> | |
1078 | + </object> | |
1079 | + </object> | |
1080 | + <object class="IBPartialClassDescription"> | |
1081 | + <string key="className">NSFormatter</string> | |
1082 | + <string key="superclassName">NSObject</string> | |
1083 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1084 | + <string key="majorKey">IBFrameworkSource</string> | |
1085 | + <string key="minorKey">Foundation.framework/Headers/NSFormatter.h</string> | |
1086 | + </object> | |
1087 | + </object> | |
1088 | + <object class="IBPartialClassDescription"> | |
1089 | + <string key="className">NSMenu</string> | |
1090 | + <string key="superclassName">NSObject</string> | |
1091 | + <object class="IBClassDescriptionSource" key="sourceIdentifier" id="468153490"> | |
1092 | + <string key="majorKey">IBFrameworkSource</string> | |
1093 | + <string key="minorKey">AppKit.framework/Headers/NSMenu.h</string> | |
1094 | + </object> | |
1095 | + </object> | |
1096 | + <object class="IBPartialClassDescription"> | |
1097 | + <string key="className">NSMenuItem</string> | |
1098 | + <string key="superclassName">NSObject</string> | |
1099 | + <object class="IBClassDescriptionSource" key="sourceIdentifier" id="170162193"> | |
1100 | + <string key="majorKey">IBFrameworkSource</string> | |
1101 | + <string key="minorKey">AppKit.framework/Headers/NSMenuItem.h</string> | |
1102 | + </object> | |
1103 | + </object> | |
1104 | + <object class="IBPartialClassDescription"> | |
1105 | + <string key="className">NSMenuItemCell</string> | |
1106 | + <string key="superclassName">NSButtonCell</string> | |
1107 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1108 | + <string key="majorKey">IBFrameworkSource</string> | |
1109 | + <string key="minorKey">AppKit.framework/Headers/NSMenuItemCell.h</string> | |
1110 | + </object> | |
1111 | + </object> | |
1112 | + <object class="IBPartialClassDescription"> | |
1113 | + <string key="className">NSObject</string> | |
1114 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1115 | + <string key="majorKey">IBFrameworkSource</string> | |
1116 | + <string key="minorKey">AppKit.framework/Headers/NSAccessibility.h</string> | |
1117 | + </object> | |
1118 | + </object> | |
1119 | + <object class="IBPartialClassDescription"> | |
1120 | + <string key="className">NSObject</string> | |
1121 | + <reference key="sourceIdentifier" ref="768429701"/> | |
1122 | + </object> | |
1123 | + <object class="IBPartialClassDescription"> | |
1124 | + <string key="className">NSObject</string> | |
1125 | + <reference key="sourceIdentifier" ref="491310560"/> | |
1126 | + </object> | |
1127 | + <object class="IBPartialClassDescription"> | |
1128 | + <string key="className">NSObject</string> | |
1129 | + <reference key="sourceIdentifier" ref="616254916"/> | |
1130 | + </object> | |
1131 | + <object class="IBPartialClassDescription"> | |
1132 | + <string key="className">NSObject</string> | |
1133 | + <reference key="sourceIdentifier" ref="615718687"/> | |
1134 | + </object> | |
1135 | + <object class="IBPartialClassDescription"> | |
1136 | + <string key="className">NSObject</string> | |
1137 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1138 | + <string key="majorKey">IBFrameworkSource</string> | |
1139 | + <string key="minorKey">AppKit.framework/Headers/NSDictionaryController.h</string> | |
1140 | + </object> | |
1141 | + </object> | |
1142 | + <object class="IBPartialClassDescription"> | |
1143 | + <string key="className">NSObject</string> | |
1144 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1145 | + <string key="majorKey">IBFrameworkSource</string> | |
1146 | + <string key="minorKey">AppKit.framework/Headers/NSDragging.h</string> | |
1147 | + </object> | |
1148 | + </object> | |
1149 | + <object class="IBPartialClassDescription"> | |
1150 | + <string key="className">NSObject</string> | |
1151 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1152 | + <string key="majorKey">IBFrameworkSource</string> | |
1153 | + <string key="minorKey">AppKit.framework/Headers/NSFontManager.h</string> | |
1154 | + </object> | |
1155 | + </object> | |
1156 | + <object class="IBPartialClassDescription"> | |
1157 | + <string key="className">NSObject</string> | |
1158 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1159 | + <string key="majorKey">IBFrameworkSource</string> | |
1160 | + <string key="minorKey">AppKit.framework/Headers/NSFontPanel.h</string> | |
1161 | + </object> | |
1162 | + </object> | |
1163 | + <object class="IBPartialClassDescription"> | |
1164 | + <string key="className">NSObject</string> | |
1165 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1166 | + <string key="majorKey">IBFrameworkSource</string> | |
1167 | + <string key="minorKey">AppKit.framework/Headers/NSKeyValueBinding.h</string> | |
1168 | + </object> | |
1169 | + </object> | |
1170 | + <object class="IBPartialClassDescription"> | |
1171 | + <string key="className">NSObject</string> | |
1172 | + <reference key="sourceIdentifier" ref="468153490"/> | |
1173 | + </object> | |
1174 | + <object class="IBPartialClassDescription"> | |
1175 | + <string key="className">NSObject</string> | |
1176 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1177 | + <string key="majorKey">IBFrameworkSource</string> | |
1178 | + <string key="minorKey">AppKit.framework/Headers/NSNibLoading.h</string> | |
1179 | + </object> | |
1180 | + </object> | |
1181 | + <object class="IBPartialClassDescription"> | |
1182 | + <string key="className">NSObject</string> | |
1183 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1184 | + <string key="majorKey">IBFrameworkSource</string> | |
1185 | + <string key="minorKey">AppKit.framework/Headers/NSOutlineView.h</string> | |
1186 | + </object> | |
1187 | + </object> | |
1188 | + <object class="IBPartialClassDescription"> | |
1189 | + <string key="className">NSObject</string> | |
1190 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1191 | + <string key="majorKey">IBFrameworkSource</string> | |
1192 | + <string key="minorKey">AppKit.framework/Headers/NSPasteboard.h</string> | |
1193 | + </object> | |
1194 | + </object> | |
1195 | + <object class="IBPartialClassDescription"> | |
1196 | + <string key="className">NSObject</string> | |
1197 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1198 | + <string key="majorKey">IBFrameworkSource</string> | |
1199 | + <string key="minorKey">AppKit.framework/Headers/NSSavePanel.h</string> | |
1200 | + </object> | |
1201 | + </object> | |
1202 | + <object class="IBPartialClassDescription"> | |
1203 | + <string key="className">NSObject</string> | |
1204 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1205 | + <string key="majorKey">IBFrameworkSource</string> | |
1206 | + <string key="minorKey">AppKit.framework/Headers/NSTableView.h</string> | |
1207 | + </object> | |
1208 | + </object> | |
1209 | + <object class="IBPartialClassDescription"> | |
1210 | + <string key="className">NSObject</string> | |
1211 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1212 | + <string key="majorKey">IBFrameworkSource</string> | |
1213 | + <string key="minorKey">AppKit.framework/Headers/NSToolbarItem.h</string> | |
1214 | + </object> | |
1215 | + </object> | |
1216 | + <object class="IBPartialClassDescription"> | |
1217 | + <string key="className">NSObject</string> | |
1218 | + <object class="IBClassDescriptionSource" key="sourceIdentifier" id="951555518"> | |
1219 | + <string key="majorKey">IBFrameworkSource</string> | |
1220 | + <string key="minorKey">AppKit.framework/Headers/NSView.h</string> | |
1221 | + </object> | |
1222 | + </object> | |
1223 | + <object class="IBPartialClassDescription"> | |
1224 | + <string key="className">NSObject</string> | |
1225 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1226 | + <string key="majorKey">IBFrameworkSource</string> | |
1227 | + <string key="minorKey">Foundation.framework/Headers/NSArchiver.h</string> | |
1228 | + </object> | |
1229 | + </object> | |
1230 | + <object class="IBPartialClassDescription"> | |
1231 | + <string key="className">NSObject</string> | |
1232 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1233 | + <string key="majorKey">IBFrameworkSource</string> | |
1234 | + <string key="minorKey">Foundation.framework/Headers/NSClassDescription.h</string> | |
1235 | + </object> | |
1236 | + </object> | |
1237 | + <object class="IBPartialClassDescription"> | |
1238 | + <string key="className">NSObject</string> | |
1239 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1240 | + <string key="majorKey">IBFrameworkSource</string> | |
1241 | + <string key="minorKey">Foundation.framework/Headers/NSError.h</string> | |
1242 | + </object> | |
1243 | + </object> | |
1244 | + <object class="IBPartialClassDescription"> | |
1245 | + <string key="className">NSObject</string> | |
1246 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1247 | + <string key="majorKey">IBFrameworkSource</string> | |
1248 | + <string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string> | |
1249 | + </object> | |
1250 | + </object> | |
1251 | + <object class="IBPartialClassDescription"> | |
1252 | + <string key="className">NSObject</string> | |
1253 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1254 | + <string key="majorKey">IBFrameworkSource</string> | |
1255 | + <string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string> | |
1256 | + </object> | |
1257 | + </object> | |
1258 | + <object class="IBPartialClassDescription"> | |
1259 | + <string key="className">NSObject</string> | |
1260 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1261 | + <string key="majorKey">IBFrameworkSource</string> | |
1262 | + <string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string> | |
1263 | + </object> | |
1264 | + </object> | |
1265 | + <object class="IBPartialClassDescription"> | |
1266 | + <string key="className">NSObject</string> | |
1267 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1268 | + <string key="majorKey">IBFrameworkSource</string> | |
1269 | + <string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string> | |
1270 | + </object> | |
1271 | + </object> | |
1272 | + <object class="IBPartialClassDescription"> | |
1273 | + <string key="className">NSObject</string> | |
1274 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1275 | + <string key="majorKey">IBFrameworkSource</string> | |
1276 | + <string key="minorKey">Foundation.framework/Headers/NSObject.h</string> | |
1277 | + </object> | |
1278 | + </object> | |
1279 | + <object class="IBPartialClassDescription"> | |
1280 | + <string key="className">NSObject</string> | |
1281 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1282 | + <string key="majorKey">IBFrameworkSource</string> | |
1283 | + <string key="minorKey">Foundation.framework/Headers/NSObjectScripting.h</string> | |
1284 | + </object> | |
1285 | + </object> | |
1286 | + <object class="IBPartialClassDescription"> | |
1287 | + <string key="className">NSObject</string> | |
1288 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1289 | + <string key="majorKey">IBFrameworkSource</string> | |
1290 | + <string key="minorKey">Foundation.framework/Headers/NSPortCoder.h</string> | |
1291 | + </object> | |
1292 | + </object> | |
1293 | + <object class="IBPartialClassDescription"> | |
1294 | + <string key="className">NSObject</string> | |
1295 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1296 | + <string key="majorKey">IBFrameworkSource</string> | |
1297 | + <string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string> | |
1298 | + </object> | |
1299 | + </object> | |
1300 | + <object class="IBPartialClassDescription"> | |
1301 | + <string key="className">NSObject</string> | |
1302 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1303 | + <string key="majorKey">IBFrameworkSource</string> | |
1304 | + <string key="minorKey">Foundation.framework/Headers/NSScriptClassDescription.h</string> | |
1305 | + </object> | |
1306 | + </object> | |
1307 | + <object class="IBPartialClassDescription"> | |
1308 | + <string key="className">NSObject</string> | |
1309 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1310 | + <string key="majorKey">IBFrameworkSource</string> | |
1311 | + <string key="minorKey">Foundation.framework/Headers/NSScriptKeyValueCoding.h</string> | |
1312 | + </object> | |
1313 | + </object> | |
1314 | + <object class="IBPartialClassDescription"> | |
1315 | + <string key="className">NSObject</string> | |
1316 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1317 | + <string key="majorKey">IBFrameworkSource</string> | |
1318 | + <string key="minorKey">Foundation.framework/Headers/NSScriptObjectSpecifiers.h</string> | |
1319 | + </object> | |
1320 | + </object> | |
1321 | + <object class="IBPartialClassDescription"> | |
1322 | + <string key="className">NSObject</string> | |
1323 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1324 | + <string key="majorKey">IBFrameworkSource</string> | |
1325 | + <string key="minorKey">Foundation.framework/Headers/NSScriptWhoseTests.h</string> | |
1326 | + </object> | |
1327 | + </object> | |
1328 | + <object class="IBPartialClassDescription"> | |
1329 | + <string key="className">NSObject</string> | |
1330 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1331 | + <string key="majorKey">IBFrameworkSource</string> | |
1332 | + <string key="minorKey">Foundation.framework/Headers/NSThread.h</string> | |
1333 | + </object> | |
1334 | + </object> | |
1335 | + <object class="IBPartialClassDescription"> | |
1336 | + <string key="className">NSObject</string> | |
1337 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1338 | + <string key="majorKey">IBFrameworkSource</string> | |
1339 | + <string key="minorKey">Foundation.framework/Headers/NSURL.h</string> | |
1340 | + </object> | |
1341 | + </object> | |
1342 | + <object class="IBPartialClassDescription"> | |
1343 | + <string key="className">NSObject</string> | |
1344 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1345 | + <string key="majorKey">IBFrameworkSource</string> | |
1346 | + <string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string> | |
1347 | + </object> | |
1348 | + </object> | |
1349 | + <object class="IBPartialClassDescription"> | |
1350 | + <string key="className">NSObject</string> | |
1351 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1352 | + <string key="majorKey">IBFrameworkSource</string> | |
1353 | + <string key="minorKey">Foundation.framework/Headers/NSURLDownload.h</string> | |
1354 | + </object> | |
1355 | + </object> | |
1356 | + <object class="IBPartialClassDescription"> | |
1357 | + <string key="className">NSObject</string> | |
1358 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1359 | + <string key="majorKey">IBFrameworkSource</string> | |
1360 | + <string key="minorKey">QTKit.framework/Headers/QTCaptureDecompressedAudioOutput.h</string> | |
1361 | + </object> | |
1362 | + </object> | |
1363 | + <object class="IBPartialClassDescription"> | |
1364 | + <string key="className">NSObject</string> | |
1365 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1366 | + <string key="majorKey">IBFrameworkSource</string> | |
1367 | + <string key="minorKey">QTKit.framework/Headers/QTCaptureDecompressedVideoOutput.h</string> | |
1368 | + </object> | |
1369 | + </object> | |
1370 | + <object class="IBPartialClassDescription"> | |
1371 | + <string key="className">NSObject</string> | |
1372 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1373 | + <string key="majorKey">IBFrameworkSource</string> | |
1374 | + <string key="minorKey">QTKit.framework/Headers/QTCaptureFileOutput.h</string> | |
1375 | + </object> | |
1376 | + </object> | |
1377 | + <object class="IBPartialClassDescription"> | |
1378 | + <string key="className">NSObject</string> | |
1379 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1380 | + <string key="majorKey">IBFrameworkSource</string> | |
1381 | + <string key="minorKey">QTKit.framework/Headers/QTCaptureVideoPreviewOutput.h</string> | |
1382 | + </object> | |
1383 | + </object> | |
1384 | + <object class="IBPartialClassDescription"> | |
1385 | + <string key="className">NSObject</string> | |
1386 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1387 | + <string key="majorKey">IBFrameworkSource</string> | |
1388 | + <string key="minorKey">QTKit.framework/Headers/QTCaptureView.h</string> | |
1389 | + </object> | |
1390 | + </object> | |
1391 | + <object class="IBPartialClassDescription"> | |
1392 | + <string key="className">NSObject</string> | |
1393 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1394 | + <string key="majorKey">IBFrameworkSource</string> | |
1395 | + <string key="minorKey">QTKit.framework/Headers/QTMovie.h</string> | |
1396 | + </object> | |
1397 | + </object> | |
1398 | + <object class="IBPartialClassDescription"> | |
1399 | + <string key="className">NSObject</string> | |
1400 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1401 | + <string key="majorKey">IBFrameworkSource</string> | |
1402 | + <string key="minorKey">QTKit.framework/Headers/QTMovieView.h</string> | |
1403 | + </object> | |
1404 | + </object> | |
1405 | + <object class="IBPartialClassDescription"> | |
1406 | + <string key="className">NSObject</string> | |
1407 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1408 | + <string key="majorKey">IBFrameworkSource</string> | |
1409 | + <string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string> | |
1410 | + </object> | |
1411 | + </object> | |
1412 | + <object class="IBPartialClassDescription"> | |
1413 | + <string key="className">NSObject</string> | |
1414 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1415 | + <string key="majorKey">IBFrameworkSource</string> | |
1416 | + <string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string> | |
1417 | + </object> | |
1418 | + </object> | |
1419 | + <object class="IBPartialClassDescription"> | |
1420 | + <string key="className">NSObject</string> | |
1421 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1422 | + <string key="majorKey">IBFrameworkSource</string> | |
1423 | + <string key="minorKey">QuartzCore.framework/Headers/CIImageProvider.h</string> | |
1424 | + </object> | |
1425 | + </object> | |
1426 | + <object class="IBPartialClassDescription"> | |
1427 | + <string key="className">NSObjectController</string> | |
1428 | + <string key="superclassName">NSController</string> | |
1429 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1430 | + <string key="majorKey">IBFrameworkSource</string> | |
1431 | + <string key="minorKey">AppKit.framework/Headers/NSObjectController.h</string> | |
1432 | + </object> | |
1433 | + </object> | |
1434 | + <object class="IBPartialClassDescription"> | |
1435 | + <string key="className">NSPopUpButton</string> | |
1436 | + <string key="superclassName">NSButton</string> | |
1437 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1438 | + <string key="majorKey">IBFrameworkSource</string> | |
1439 | + <string key="minorKey">AppKit.framework/Headers/NSPopUpButton.h</string> | |
1440 | + </object> | |
1441 | + </object> | |
1442 | + <object class="IBPartialClassDescription"> | |
1443 | + <string key="className">NSPopUpButtonCell</string> | |
1444 | + <string key="superclassName">NSMenuItemCell</string> | |
1445 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1446 | + <string key="majorKey">IBFrameworkSource</string> | |
1447 | + <string key="minorKey">AppKit.framework/Headers/NSPopUpButtonCell.h</string> | |
1448 | + </object> | |
1449 | + </object> | |
1450 | + <object class="IBPartialClassDescription"> | |
1451 | + <string key="className">NSResponder</string> | |
1452 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1453 | + <string key="majorKey">IBFrameworkSource</string> | |
1454 | + <string key="minorKey">AppKit.framework/Headers/NSInterfaceStyle.h</string> | |
1455 | + </object> | |
1456 | + </object> | |
1457 | + <object class="IBPartialClassDescription"> | |
1458 | + <string key="className">NSResponder</string> | |
1459 | + <string key="superclassName">NSObject</string> | |
1460 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1461 | + <string key="majorKey">IBFrameworkSource</string> | |
1462 | + <string key="minorKey">AppKit.framework/Headers/NSResponder.h</string> | |
1463 | + </object> | |
1464 | + </object> | |
1465 | + <object class="IBPartialClassDescription"> | |
1466 | + <string key="className">NSTextField</string> | |
1467 | + <string key="superclassName">NSControl</string> | |
1468 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1469 | + <string key="majorKey">IBFrameworkSource</string> | |
1470 | + <string key="minorKey">AppKit.framework/Headers/NSTextField.h</string> | |
1471 | + </object> | |
1472 | + </object> | |
1473 | + <object class="IBPartialClassDescription"> | |
1474 | + <string key="className">NSTextFieldCell</string> | |
1475 | + <string key="superclassName">NSActionCell</string> | |
1476 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1477 | + <string key="majorKey">IBFrameworkSource</string> | |
1478 | + <string key="minorKey">AppKit.framework/Headers/NSTextFieldCell.h</string> | |
1479 | + </object> | |
1480 | + </object> | |
1481 | + <object class="IBPartialClassDescription"> | |
1482 | + <string key="className">NSUserDefaultsController</string> | |
1483 | + <string key="superclassName">NSController</string> | |
1484 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1485 | + <string key="majorKey">IBFrameworkSource</string> | |
1486 | + <string key="minorKey">AppKit.framework/Headers/NSUserDefaultsController.h</string> | |
1487 | + </object> | |
1488 | + </object> | |
1489 | + <object class="IBPartialClassDescription"> | |
1490 | + <string key="className">NSView</string> | |
1491 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1492 | + <string key="majorKey">IBFrameworkSource</string> | |
1493 | + <string key="minorKey">AppKit.framework/Headers/NSClipView.h</string> | |
1494 | + </object> | |
1495 | + </object> | |
1496 | + <object class="IBPartialClassDescription"> | |
1497 | + <string key="className">NSView</string> | |
1498 | + <reference key="sourceIdentifier" ref="170162193"/> | |
1499 | + </object> | |
1500 | + <object class="IBPartialClassDescription"> | |
1501 | + <string key="className">NSView</string> | |
1502 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1503 | + <string key="majorKey">IBFrameworkSource</string> | |
1504 | + <string key="minorKey">AppKit.framework/Headers/NSRulerView.h</string> | |
1505 | + </object> | |
1506 | + </object> | |
1507 | + <object class="IBPartialClassDescription"> | |
1508 | + <string key="className">NSView</string> | |
1509 | + <string key="superclassName">NSResponder</string> | |
1510 | + <reference key="sourceIdentifier" ref="951555518"/> | |
1511 | + </object> | |
1512 | + <object class="IBPartialClassDescription"> | |
1513 | + <string key="className">NSViewController</string> | |
1514 | + <string key="superclassName">NSResponder</string> | |
1515 | + <object class="NSMutableDictionary" key="outlets"> | |
1516 | + <string key="NS.key.0">view</string> | |
1517 | + <string key="NS.object.0">NSView</string> | |
1518 | + </object> | |
1519 | + <object class="NSMutableDictionary" key="toOneOutletInfosByName"> | |
1520 | + <string key="NS.key.0">view</string> | |
1521 | + <object class="IBToOneOutletInfo" key="NS.object.0"> | |
1522 | + <string key="name">view</string> | |
1523 | + <string key="candidateClassName">NSView</string> | |
1524 | + </object> | |
1525 | + </object> | |
1526 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
1527 | + <string key="majorKey">IBFrameworkSource</string> | |
1528 | + <string key="minorKey">AppKit.framework/Headers/NSViewController.h</string> | |
1529 | + </object> | |
1530 | + </object> | |
1531 | + </object> | |
1532 | + </object> | |
1533 | + <int key="IBDocument.localizationMode">0</int> | |
1534 | + <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string> | |
1535 | + <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults"> | |
1536 | + <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string> | |
1537 | + <integer value="1060" key="NS.object.0"/> | |
1538 | + </object> | |
1539 | + <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies"> | |
1540 | + <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string> | |
1541 | + <integer value="3000" key="NS.object.0"/> | |
1542 | + </object> | |
1543 | + <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> | |
1544 | + <string key="IBDocument.LastKnownRelativeProjectPath">../BooksExporter.xcodeproj</string> | |
1545 | + <int key="IBDocument.defaultPropertyAccessControl">3</int> | |
1546 | + <object class="NSMutableDictionary" key="IBDocument.LastKnownImageSizes"> | |
1547 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
1548 | + <object class="NSArray" key="dict.sortedKeys"> | |
1549 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
1550 | + <string>NSMenuCheckmark</string> | |
1551 | + <string>NSMenuMixedState</string> | |
1552 | + <string>NSSwitch</string> | |
1553 | + </object> | |
1554 | + <object class="NSMutableArray" key="dict.values"> | |
1555 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
1556 | + <string>{9, 8}</string> | |
1557 | + <string>{7, 2}</string> | |
1558 | + <string>{15, 15}</string> | |
1559 | + </object> | |
1560 | + </object> | |
1561 | + </data> | |
1562 | +</archive> |
@@ -0,0 +1,18 @@ | ||
1 | +s/DOKUCHUU/読中/2 | |
2 | +s/DOKURYOU/読了/2 | |
3 | +s/MIDOKU/未読/2 | |
4 | +s/MIDOKU/未読/2 | |
5 | + | |
6 | +s/Already read/読み終わった/2 | |
7 | +s/Now reading/いま読んでる/2 | |
8 | +s/Stack/積読/2 | |
9 | +s/Want read/読みたい/2 | |
10 | + | |
11 | +s/BooklogExport/Booklogエキスポート/2 | |
12 | +s/General/一般/2 | |
13 | +s/HetenaDairy/はてなダイアリー/2 | |
14 | +s/MediaMarkerExport/MediaMarkerエキスポート/2 | |
15 | +s/MediaMarkerImport/MediaMarkerインポート/2 | |
16 | +s/This book has already scan./この本はスキャン済です。/2 | |
17 | +s/Duplicate/複製/2 | |
18 | +s/Export/エキスポート/2 |
@@ -0,0 +1,17 @@ | ||
1 | + | |
2 | +RM=/bin/rm | |
3 | +SED=/usr/local/bin/sed | |
4 | +ICONV=/usr/bin/iconv | |
5 | + | |
6 | +Loaclize_template=Localizable.strings.sed | |
7 | +temp_file=l.text | |
8 | +working_enc=utf-8 | |
9 | + | |
10 | +Localizable: Localizable.strings | |
11 | + ${ICONV} -f utf-16 -t ${working_enc} $< | ${SED} -f ${Loaclize_template} > ${temp_file} | |
12 | + ${ICONV} -f ${working_enc} -t utf-16 ${temp_file} > $< | |
13 | + ${RM} ${temp_file} | |
14 | + | |
15 | +checkLocalizable: | |
16 | + plutil Localizable.strings | |
17 | + |
@@ -0,0 +1,716 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10"> | |
3 | + <data> | |
4 | + <int key="IBDocument.SystemTarget">1060</int> | |
5 | + <string key="IBDocument.SystemVersion">10J869</string> | |
6 | + <string key="IBDocument.InterfaceBuilderVersion">851</string> | |
7 | + <string key="IBDocument.AppKitVersion">1038.35</string> | |
8 | + <string key="IBDocument.HIToolboxVersion">461.00</string> | |
9 | + <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> | |
10 | + <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string> | |
11 | + <string key="NS.object.0">851</string> | |
12 | + </object> | |
13 | + <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> | |
14 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
15 | + <integer value="1"/> | |
16 | + </object> | |
17 | + <object class="NSArray" key="IBDocument.PluginDependencies"> | |
18 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
19 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
20 | + </object> | |
21 | + <object class="NSMutableDictionary" key="IBDocument.Metadata"> | |
22 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
23 | + <object class="NSArray" key="dict.sortedKeys" id="0"> | |
24 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
25 | + </object> | |
26 | + <object class="NSMutableArray" key="dict.values"> | |
27 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
28 | + </object> | |
29 | + </object> | |
30 | + <object class="NSMutableArray" key="IBDocument.RootObjects" id="1000"> | |
31 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
32 | + <object class="NSCustomObject" id="1001"> | |
33 | + <string key="NSClassName">BEPreferencePanel</string> | |
34 | + </object> | |
35 | + <object class="NSCustomObject" id="1003"> | |
36 | + <string key="NSClassName">FirstResponder</string> | |
37 | + </object> | |
38 | + <object class="NSCustomObject" id="1004"> | |
39 | + <string key="NSClassName">NSApplication</string> | |
40 | + </object> | |
41 | + <object class="NSWindowTemplate" id="1005"> | |
42 | + <int key="NSWindowStyleMask">7</int> | |
43 | + <int key="NSWindowBacking">2</int> | |
44 | + <string key="NSWindowRect">{{59, 608}, {480, 270}}</string> | |
45 | + <int key="NSWTFlags">1618478080</int> | |
46 | + <string key="NSWindowTitle">環境設定</string> | |
47 | + <string key="NSWindowClass">NSWindow</string> | |
48 | + <object class="NSToolbar" key="NSViewClass" id="444803451"> | |
49 | + <object class="NSMutableString" key="NSToolbarIdentifier"> | |
50 | + <characters key="NS.bytes">99B60042-55AE-4E88-B987-35E7230B28C7</characters> | |
51 | + </object> | |
52 | + <nil key="NSToolbarDelegate"/> | |
53 | + <bool key="NSToolbarPrefersToBeShown">YES</bool> | |
54 | + <bool key="NSToolbarShowsBaselineSeparator">YES</bool> | |
55 | + <bool key="NSToolbarAllowsUserCustomization">NO</bool> | |
56 | + <bool key="NSToolbarAutosavesConfiguration">NO</bool> | |
57 | + <int key="NSToolbarDisplayMode">1</int> | |
58 | + <int key="NSToolbarSizeMode">1</int> | |
59 | + <object class="NSMutableDictionary" key="NSToolbarIBIdentifiedItems"> | |
60 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
61 | + <reference key="dict.sortedKeys" ref="0"/> | |
62 | + <object class="NSMutableArray" key="dict.values"> | |
63 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
64 | + </object> | |
65 | + </object> | |
66 | + <reference key="NSToolbarIBAllowedItems" ref="0"/> | |
67 | + <object class="NSMutableArray" key="NSToolbarIBDefaultItems"> | |
68 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
69 | + </object> | |
70 | + <object class="NSMutableArray" key="NSToolbarIBSelectableItems"> | |
71 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
72 | + </object> | |
73 | + </object> | |
74 | + <string key="NSWindowContentMaxSize">{3.40282e+38, 3.40282e+38}</string> | |
75 | + <object class="NSView" key="NSWindowView" id="1006"> | |
76 | + <reference key="NSNextResponder"/> | |
77 | + <int key="NSvFlags">256</int> | |
78 | + <string key="NSFrameSize">{480, 270}</string> | |
79 | + <reference key="NSSuperview"/> | |
80 | + </object> | |
81 | + <string key="NSScreenRect">{{0, 0}, {1440, 878}}</string> | |
82 | + <string key="NSMaxSize">{3.40282e+38, 3.40282e+38}</string> | |
83 | + </object> | |
84 | + </object> | |
85 | + <object class="IBObjectContainer" key="IBDocument.Objects"> | |
86 | + <object class="NSMutableArray" key="connectionRecords"> | |
87 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
88 | + <object class="IBConnectionRecord"> | |
89 | + <object class="IBOutletConnection" key="connection"> | |
90 | + <string key="label">toolbar</string> | |
91 | + <reference key="source" ref="1001"/> | |
92 | + <reference key="destination" ref="444803451"/> | |
93 | + </object> | |
94 | + <int key="connectionID">15</int> | |
95 | + </object> | |
96 | + <object class="IBConnectionRecord"> | |
97 | + <object class="IBOutletConnection" key="connection"> | |
98 | + <string key="label">window</string> | |
99 | + <reference key="source" ref="1001"/> | |
100 | + <reference key="destination" ref="1005"/> | |
101 | + </object> | |
102 | + <int key="connectionID">16</int> | |
103 | + </object> | |
104 | + <object class="IBConnectionRecord"> | |
105 | + <object class="IBOutletConnection" key="connection"> | |
106 | + <string key="label">delegate</string> | |
107 | + <reference key="source" ref="444803451"/> | |
108 | + <reference key="destination" ref="1001"/> | |
109 | + </object> | |
110 | + <int key="connectionID">17</int> | |
111 | + </object> | |
112 | + </object> | |
113 | + <object class="IBMutableOrderedSet" key="objectRecords"> | |
114 | + <object class="NSArray" key="orderedObjects"> | |
115 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
116 | + <object class="IBObjectRecord"> | |
117 | + <int key="objectID">0</int> | |
118 | + <reference key="object" ref="0"/> | |
119 | + <reference key="children" ref="1000"/> | |
120 | + <nil key="parent"/> | |
121 | + </object> | |
122 | + <object class="IBObjectRecord"> | |
123 | + <int key="objectID">-2</int> | |
124 | + <reference key="object" ref="1001"/> | |
125 | + <reference key="parent" ref="0"/> | |
126 | + <string key="objectName">File's Owner</string> | |
127 | + </object> | |
128 | + <object class="IBObjectRecord"> | |
129 | + <int key="objectID">-1</int> | |
130 | + <reference key="object" ref="1003"/> | |
131 | + <reference key="parent" ref="0"/> | |
132 | + <string key="objectName">First Responder</string> | |
133 | + </object> | |
134 | + <object class="IBObjectRecord"> | |
135 | + <int key="objectID">-3</int> | |
136 | + <reference key="object" ref="1004"/> | |
137 | + <reference key="parent" ref="0"/> | |
138 | + <string key="objectName">Application</string> | |
139 | + </object> | |
140 | + <object class="IBObjectRecord"> | |
141 | + <int key="objectID">1</int> | |
142 | + <reference key="object" ref="1005"/> | |
143 | + <object class="NSMutableArray" key="children"> | |
144 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
145 | + <reference ref="1006"/> | |
146 | + <reference ref="444803451"/> | |
147 | + </object> | |
148 | + <reference key="parent" ref="0"/> | |
149 | + </object> | |
150 | + <object class="IBObjectRecord"> | |
151 | + <int key="objectID">2</int> | |
152 | + <reference key="object" ref="1006"/> | |
153 | + <reference key="parent" ref="1005"/> | |
154 | + </object> | |
155 | + <object class="IBObjectRecord"> | |
156 | + <int key="objectID">5</int> | |
157 | + <reference key="object" ref="444803451"/> | |
158 | + <object class="NSMutableArray" key="children"> | |
159 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
160 | + </object> | |
161 | + <reference key="parent" ref="1005"/> | |
162 | + </object> | |
163 | + </object> | |
164 | + </object> | |
165 | + <object class="NSMutableDictionary" key="flattenedProperties"> | |
166 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
167 | + <object class="NSArray" key="dict.sortedKeys"> | |
168 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
169 | + <string>1.IBEditorWindowLastContentRect</string> | |
170 | + <string>1.IBPluginDependency</string> | |
171 | + <string>1.IBWindowTemplateEditedContentRect</string> | |
172 | + <string>1.NSWindowTemplate.visibleAtLaunch</string> | |
173 | + <string>1.WindowOrigin</string> | |
174 | + <string>1.editorWindowContentRectSynchronizationRect</string> | |
175 | + <string>2.IBPluginDependency</string> | |
176 | + <string>5.IBEditorWindowLastContentRect</string> | |
177 | + <string>5.IBPluginDependency</string> | |
178 | + </object> | |
179 | + <object class="NSMutableArray" key="dict.values"> | |
180 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
181 | + <string>{{59, 567}, {480, 270}}</string> | |
182 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
183 | + <string>{{59, 567}, {480, 270}}</string> | |
184 | + <boolean value="NO"/> | |
185 | + <string>{196, 240}</string> | |
186 | + <string>{{202, 428}, {480, 270}}</string> | |
187 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
188 | + <string>{{254, 836}, {616, 0}}</string> | |
189 | + <string>com.apple.InterfaceBuilder.CocoaPlugin</string> | |
190 | + </object> | |
191 | + </object> | |
192 | + <object class="NSMutableDictionary" key="unlocalizedProperties"> | |
193 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
194 | + <reference key="dict.sortedKeys" ref="0"/> | |
195 | + <object class="NSMutableArray" key="dict.values"> | |
196 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
197 | + </object> | |
198 | + </object> | |
199 | + <nil key="activeLocalization"/> | |
200 | + <object class="NSMutableDictionary" key="localizations"> | |
201 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
202 | + <reference key="dict.sortedKeys" ref="0"/> | |
203 | + <object class="NSMutableArray" key="dict.values"> | |
204 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
205 | + </object> | |
206 | + </object> | |
207 | + <nil key="sourceID"/> | |
208 | + <int key="maxID">17</int> | |
209 | + </object> | |
210 | + <object class="IBClassDescriber" key="IBDocument.Classes"> | |
211 | + <object class="NSMutableArray" key="referencedPartialClassDescriptions"> | |
212 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
213 | + <object class="IBPartialClassDescription"> | |
214 | + <string key="className">BEPreferencePanel</string> | |
215 | + <string key="superclassName">NSWindowController</string> | |
216 | + <object class="NSMutableDictionary" key="outlets"> | |
217 | + <string key="NS.key.0">toolbar</string> | |
218 | + <string key="NS.object.0">NSToolbar</string> | |
219 | + </object> | |
220 | + <object class="NSMutableDictionary" key="toOneOutletInfosByName"> | |
221 | + <string key="NS.key.0">toolbar</string> | |
222 | + <object class="IBToOneOutletInfo" key="NS.object.0"> | |
223 | + <string key="name">toolbar</string> | |
224 | + <string key="candidateClassName">NSToolbar</string> | |
225 | + </object> | |
226 | + </object> | |
227 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
228 | + <string key="majorKey">IBProjectSource</string> | |
229 | + <string key="minorKey">BEPreferencePanel.h</string> | |
230 | + </object> | |
231 | + </object> | |
232 | + <object class="IBPartialClassDescription"> | |
233 | + <string key="className">NSObject</string> | |
234 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
235 | + <string key="majorKey">IBProjectSource</string> | |
236 | + <string key="minorKey">MyBarcodeScanner.h</string> | |
237 | + </object> | |
238 | + </object> | |
239 | + </object> | |
240 | + <object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+"> | |
241 | + <bool key="EncodedWithXMLCoder">YES</bool> | |
242 | + <object class="IBPartialClassDescription"> | |
243 | + <string key="className">NSApplication</string> | |
244 | + <string key="superclassName">NSResponder</string> | |
245 | + <object class="IBClassDescriptionSource" key="sourceIdentifier" id="238466423"> | |
246 | + <string key="majorKey">IBFrameworkSource</string> | |
247 | + <string key="minorKey">AppKit.framework/Headers/NSApplication.h</string> | |
248 | + </object> | |
249 | + </object> | |
250 | + <object class="IBPartialClassDescription"> | |
251 | + <string key="className">NSApplication</string> | |
252 | + <object class="IBClassDescriptionSource" key="sourceIdentifier" id="600697233"> | |
253 | + <string key="majorKey">IBFrameworkSource</string> | |
254 | + <string key="minorKey">AppKit.framework/Headers/NSApplicationScripting.h</string> | |
255 | + </object> | |
256 | + </object> | |
257 | + <object class="IBPartialClassDescription"> | |
258 | + <string key="className">NSApplication</string> | |
259 | + <object class="IBClassDescriptionSource" key="sourceIdentifier" id="800098339"> | |
260 | + <string key="majorKey">IBFrameworkSource</string> | |
261 | + <string key="minorKey">AppKit.framework/Headers/NSColorPanel.h</string> | |
262 | + </object> | |
263 | + </object> | |
264 | + <object class="IBPartialClassDescription"> | |
265 | + <string key="className">NSApplication</string> | |
266 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
267 | + <string key="majorKey">IBFrameworkSource</string> | |
268 | + <string key="minorKey">AppKit.framework/Headers/NSHelpManager.h</string> | |
269 | + </object> | |
270 | + </object> | |
271 | + <object class="IBPartialClassDescription"> | |
272 | + <string key="className">NSApplication</string> | |
273 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
274 | + <string key="majorKey">IBFrameworkSource</string> | |
275 | + <string key="minorKey">AppKit.framework/Headers/NSPageLayout.h</string> | |
276 | + </object> | |
277 | + </object> | |
278 | + <object class="IBPartialClassDescription"> | |
279 | + <string key="className">NSApplication</string> | |
280 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
281 | + <string key="majorKey">IBFrameworkSource</string> | |
282 | + <string key="minorKey">AppKit.framework/Headers/NSUserInterfaceItemSearching.h</string> | |
283 | + </object> | |
284 | + </object> | |
285 | + <object class="IBPartialClassDescription"> | |
286 | + <string key="className">NSMenu</string> | |
287 | + <string key="superclassName">NSObject</string> | |
288 | + <object class="IBClassDescriptionSource" key="sourceIdentifier" id="1002854400"> | |
289 | + <string key="majorKey">IBFrameworkSource</string> | |
290 | + <string key="minorKey">AppKit.framework/Headers/NSMenu.h</string> | |
291 | + </object> | |
292 | + </object> | |
293 | + <object class="IBPartialClassDescription"> | |
294 | + <string key="className">NSObject</string> | |
295 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
296 | + <string key="majorKey">IBFrameworkSource</string> | |
297 | + <string key="minorKey">AppKit.framework/Headers/NSAccessibility.h</string> | |
298 | + </object> | |
299 | + </object> | |
300 | + <object class="IBPartialClassDescription"> | |
301 | + <string key="className">NSObject</string> | |
302 | + <reference key="sourceIdentifier" ref="238466423"/> | |
303 | + </object> | |
304 | + <object class="IBPartialClassDescription"> | |
305 | + <string key="className">NSObject</string> | |
306 | + <reference key="sourceIdentifier" ref="600697233"/> | |
307 | + </object> | |
308 | + <object class="IBPartialClassDescription"> | |
309 | + <string key="className">NSObject</string> | |
310 | + <reference key="sourceIdentifier" ref="800098339"/> | |
311 | + </object> | |
312 | + <object class="IBPartialClassDescription"> | |
313 | + <string key="className">NSObject</string> | |
314 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
315 | + <string key="majorKey">IBFrameworkSource</string> | |
316 | + <string key="minorKey">AppKit.framework/Headers/NSControl.h</string> | |
317 | + </object> | |
318 | + </object> | |
319 | + <object class="IBPartialClassDescription"> | |
320 | + <string key="className">NSObject</string> | |
321 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
322 | + <string key="majorKey">IBFrameworkSource</string> | |
323 | + <string key="minorKey">AppKit.framework/Headers/NSDictionaryController.h</string> | |
324 | + </object> | |
325 | + </object> | |
326 | + <object class="IBPartialClassDescription"> | |
327 | + <string key="className">NSObject</string> | |
328 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
329 | + <string key="majorKey">IBFrameworkSource</string> | |
330 | + <string key="minorKey">AppKit.framework/Headers/NSDragging.h</string> | |
331 | + </object> | |
332 | + </object> | |
333 | + <object class="IBPartialClassDescription"> | |
334 | + <string key="className">NSObject</string> | |
335 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
336 | + <string key="majorKey">IBFrameworkSource</string> | |
337 | + <string key="minorKey">AppKit.framework/Headers/NSFontManager.h</string> | |
338 | + </object> | |
339 | + </object> | |
340 | + <object class="IBPartialClassDescription"> | |
341 | + <string key="className">NSObject</string> | |
342 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
343 | + <string key="majorKey">IBFrameworkSource</string> | |
344 | + <string key="minorKey">AppKit.framework/Headers/NSFontPanel.h</string> | |
345 | + </object> | |
346 | + </object> | |
347 | + <object class="IBPartialClassDescription"> | |
348 | + <string key="className">NSObject</string> | |
349 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
350 | + <string key="majorKey">IBFrameworkSource</string> | |
351 | + <string key="minorKey">AppKit.framework/Headers/NSKeyValueBinding.h</string> | |
352 | + </object> | |
353 | + </object> | |
354 | + <object class="IBPartialClassDescription"> | |
355 | + <string key="className">NSObject</string> | |
356 | + <reference key="sourceIdentifier" ref="1002854400"/> | |
357 | + </object> | |
358 | + <object class="IBPartialClassDescription"> | |
359 | + <string key="className">NSObject</string> | |
360 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
361 | + <string key="majorKey">IBFrameworkSource</string> | |
362 | + <string key="minorKey">AppKit.framework/Headers/NSNibLoading.h</string> | |
363 | + </object> | |
364 | + </object> | |
365 | + <object class="IBPartialClassDescription"> | |
366 | + <string key="className">NSObject</string> | |
367 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
368 | + <string key="majorKey">IBFrameworkSource</string> | |
369 | + <string key="minorKey">AppKit.framework/Headers/NSOutlineView.h</string> | |
370 | + </object> | |
371 | + </object> | |
372 | + <object class="IBPartialClassDescription"> | |
373 | + <string key="className">NSObject</string> | |
374 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
375 | + <string key="majorKey">IBFrameworkSource</string> | |
376 | + <string key="minorKey">AppKit.framework/Headers/NSPasteboard.h</string> | |
377 | + </object> | |
378 | + </object> | |
379 | + <object class="IBPartialClassDescription"> | |
380 | + <string key="className">NSObject</string> | |
381 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
382 | + <string key="majorKey">IBFrameworkSource</string> | |
383 | + <string key="minorKey">AppKit.framework/Headers/NSSavePanel.h</string> | |
384 | + </object> | |
385 | + </object> | |
386 | + <object class="IBPartialClassDescription"> | |
387 | + <string key="className">NSObject</string> | |
388 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
389 | + <string key="majorKey">IBFrameworkSource</string> | |
390 | + <string key="minorKey">AppKit.framework/Headers/NSTableView.h</string> | |
391 | + </object> | |
392 | + </object> | |
393 | + <object class="IBPartialClassDescription"> | |
394 | + <string key="className">NSObject</string> | |
395 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
396 | + <string key="majorKey">IBFrameworkSource</string> | |
397 | + <string key="minorKey">AppKit.framework/Headers/NSToolbarItem.h</string> | |
398 | + </object> | |
399 | + </object> | |
400 | + <object class="IBPartialClassDescription"> | |
401 | + <string key="className">NSObject</string> | |
402 | + <object class="IBClassDescriptionSource" key="sourceIdentifier" id="166282243"> | |
403 | + <string key="majorKey">IBFrameworkSource</string> | |
404 | + <string key="minorKey">AppKit.framework/Headers/NSView.h</string> | |
405 | + </object> | |
406 | + </object> | |
407 | + <object class="IBPartialClassDescription"> | |
408 | + <string key="className">NSObject</string> | |
409 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
410 | + <string key="majorKey">IBFrameworkSource</string> | |
411 | + <string key="minorKey">Foundation.framework/Headers/NSArchiver.h</string> | |
412 | + </object> | |
413 | + </object> | |
414 | + <object class="IBPartialClassDescription"> | |
415 | + <string key="className">NSObject</string> | |
416 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
417 | + <string key="majorKey">IBFrameworkSource</string> | |
418 | + <string key="minorKey">Foundation.framework/Headers/NSClassDescription.h</string> | |
419 | + </object> | |
420 | + </object> | |
421 | + <object class="IBPartialClassDescription"> | |
422 | + <string key="className">NSObject</string> | |
423 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
424 | + <string key="majorKey">IBFrameworkSource</string> | |
425 | + <string key="minorKey">Foundation.framework/Headers/NSError.h</string> | |
426 | + </object> | |
427 | + </object> | |
428 | + <object class="IBPartialClassDescription"> | |
429 | + <string key="className">NSObject</string> | |
430 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
431 | + <string key="majorKey">IBFrameworkSource</string> | |
432 | + <string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string> | |
433 | + </object> | |
434 | + </object> | |
435 | + <object class="IBPartialClassDescription"> | |
436 | + <string key="className">NSObject</string> | |
437 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
438 | + <string key="majorKey">IBFrameworkSource</string> | |
439 | + <string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string> | |
440 | + </object> | |
441 | + </object> | |
442 | + <object class="IBPartialClassDescription"> | |
443 | + <string key="className">NSObject</string> | |
444 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
445 | + <string key="majorKey">IBFrameworkSource</string> | |
446 | + <string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string> | |
447 | + </object> | |
448 | + </object> | |
449 | + <object class="IBPartialClassDescription"> | |
450 | + <string key="className">NSObject</string> | |
451 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
452 | + <string key="majorKey">IBFrameworkSource</string> | |
453 | + <string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string> | |
454 | + </object> | |
455 | + </object> | |
456 | + <object class="IBPartialClassDescription"> | |
457 | + <string key="className">NSObject</string> | |
458 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
459 | + <string key="majorKey">IBFrameworkSource</string> | |
460 | + <string key="minorKey">Foundation.framework/Headers/NSObject.h</string> | |
461 | + </object> | |
462 | + </object> | |
463 | + <object class="IBPartialClassDescription"> | |
464 | + <string key="className">NSObject</string> | |
465 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
466 | + <string key="majorKey">IBFrameworkSource</string> | |
467 | + <string key="minorKey">Foundation.framework/Headers/NSObjectScripting.h</string> | |
468 | + </object> | |
469 | + </object> | |
470 | + <object class="IBPartialClassDescription"> | |
471 | + <string key="className">NSObject</string> | |
472 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
473 | + <string key="majorKey">IBFrameworkSource</string> | |
474 | + <string key="minorKey">Foundation.framework/Headers/NSPortCoder.h</string> | |
475 | + </object> | |
476 | + </object> | |
477 | + <object class="IBPartialClassDescription"> | |
478 | + <string key="className">NSObject</string> | |
479 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
480 | + <string key="majorKey">IBFrameworkSource</string> | |
481 | + <string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string> | |
482 | + </object> | |
483 | + </object> | |
484 | + <object class="IBPartialClassDescription"> | |
485 | + <string key="className">NSObject</string> | |
486 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
487 | + <string key="majorKey">IBFrameworkSource</string> | |
488 | + <string key="minorKey">Foundation.framework/Headers/NSScriptClassDescription.h</string> | |
489 | + </object> | |
490 | + </object> | |
491 | + <object class="IBPartialClassDescription"> | |
492 | + <string key="className">NSObject</string> | |
493 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
494 | + <string key="majorKey">IBFrameworkSource</string> | |
495 | + <string key="minorKey">Foundation.framework/Headers/NSScriptKeyValueCoding.h</string> | |
496 | + </object> | |
497 | + </object> | |
498 | + <object class="IBPartialClassDescription"> | |
499 | + <string key="className">NSObject</string> | |
500 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
501 | + <string key="majorKey">IBFrameworkSource</string> | |
502 | + <string key="minorKey">Foundation.framework/Headers/NSScriptObjectSpecifiers.h</string> | |
503 | + </object> | |
504 | + </object> | |
505 | + <object class="IBPartialClassDescription"> | |
506 | + <string key="className">NSObject</string> | |
507 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
508 | + <string key="majorKey">IBFrameworkSource</string> | |
509 | + <string key="minorKey">Foundation.framework/Headers/NSScriptWhoseTests.h</string> | |
510 | + </object> | |
511 | + </object> | |
512 | + <object class="IBPartialClassDescription"> | |
513 | + <string key="className">NSObject</string> | |
514 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
515 | + <string key="majorKey">IBFrameworkSource</string> | |
516 | + <string key="minorKey">Foundation.framework/Headers/NSThread.h</string> | |
517 | + </object> | |
518 | + </object> | |
519 | + <object class="IBPartialClassDescription"> | |
520 | + <string key="className">NSObject</string> | |
521 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
522 | + <string key="majorKey">IBFrameworkSource</string> | |
523 | + <string key="minorKey">Foundation.framework/Headers/NSURL.h</string> | |
524 | + </object> | |
525 | + </object> | |
526 | + <object class="IBPartialClassDescription"> | |
527 | + <string key="className">NSObject</string> | |
528 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
529 | + <string key="majorKey">IBFrameworkSource</string> | |
530 | + <string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string> | |
531 | + </object> | |
532 | + </object> | |
533 | + <object class="IBPartialClassDescription"> | |
534 | + <string key="className">NSObject</string> | |
535 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
536 | + <string key="majorKey">IBFrameworkSource</string> | |
537 | + <string key="minorKey">Foundation.framework/Headers/NSURLDownload.h</string> | |
538 | + </object> | |
539 | + </object> | |
540 | + <object class="IBPartialClassDescription"> | |
541 | + <string key="className">NSObject</string> | |
542 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
543 | + <string key="majorKey">IBFrameworkSource</string> | |
544 | + <string key="minorKey">QTKit.framework/Headers/QTCaptureDecompressedAudioOutput.h</string> | |
545 | + </object> | |
546 | + </object> | |
547 | + <object class="IBPartialClassDescription"> | |
548 | + <string key="className">NSObject</string> | |
549 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
550 | + <string key="majorKey">IBFrameworkSource</string> | |
551 | + <string key="minorKey">QTKit.framework/Headers/QTCaptureDecompressedVideoOutput.h</string> | |
552 | + </object> | |
553 | + </object> | |
554 | + <object class="IBPartialClassDescription"> | |
555 | + <string key="className">NSObject</string> | |
556 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
557 | + <string key="majorKey">IBFrameworkSource</string> | |
558 | + <string key="minorKey">QTKit.framework/Headers/QTCaptureFileOutput.h</string> | |
559 | + </object> | |
560 | + </object> | |
561 | + <object class="IBPartialClassDescription"> | |
562 | + <string key="className">NSObject</string> | |
563 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
564 | + <string key="majorKey">IBFrameworkSource</string> | |
565 | + <string key="minorKey">QTKit.framework/Headers/QTCaptureVideoPreviewOutput.h</string> | |
566 | + </object> | |
567 | + </object> | |
568 | + <object class="IBPartialClassDescription"> | |
569 | + <string key="className">NSObject</string> | |
570 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
571 | + <string key="majorKey">IBFrameworkSource</string> | |
572 | + <string key="minorKey">QTKit.framework/Headers/QTCaptureView.h</string> | |
573 | + </object> | |
574 | + </object> | |
575 | + <object class="IBPartialClassDescription"> | |
576 | + <string key="className">NSObject</string> | |
577 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
578 | + <string key="majorKey">IBFrameworkSource</string> | |
579 | + <string key="minorKey">QTKit.framework/Headers/QTMovie.h</string> | |
580 | + </object> | |
581 | + </object> | |
582 | + <object class="IBPartialClassDescription"> | |
583 | + <string key="className">NSObject</string> | |
584 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
585 | + <string key="majorKey">IBFrameworkSource</string> | |
586 | + <string key="minorKey">QTKit.framework/Headers/QTMovieView.h</string> | |
587 | + </object> | |
588 | + </object> | |
589 | + <object class="IBPartialClassDescription"> | |
590 | + <string key="className">NSObject</string> | |
591 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
592 | + <string key="majorKey">IBFrameworkSource</string> | |
593 | + <string key="minorKey">QuartzCore.framework/Headers/CAAnimation.h</string> | |
594 | + </object> | |
595 | + </object> | |
596 | + <object class="IBPartialClassDescription"> | |
597 | + <string key="className">NSObject</string> | |
598 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
599 | + <string key="majorKey">IBFrameworkSource</string> | |
600 | + <string key="minorKey">QuartzCore.framework/Headers/CALayer.h</string> | |
601 | + </object> | |
602 | + </object> | |
603 | + <object class="IBPartialClassDescription"> | |
604 | + <string key="className">NSObject</string> | |
605 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
606 | + <string key="majorKey">IBFrameworkSource</string> | |
607 | + <string key="minorKey">QuartzCore.framework/Headers/CIImageProvider.h</string> | |
608 | + </object> | |
609 | + </object> | |
610 | + <object class="IBPartialClassDescription"> | |
611 | + <string key="className">NSResponder</string> | |
612 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
613 | + <string key="majorKey">IBFrameworkSource</string> | |
614 | + <string key="minorKey">AppKit.framework/Headers/NSInterfaceStyle.h</string> | |
615 | + </object> | |
616 | + </object> | |
617 | + <object class="IBPartialClassDescription"> | |
618 | + <string key="className">NSResponder</string> | |
619 | + <string key="superclassName">NSObject</string> | |
620 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
621 | + <string key="majorKey">IBFrameworkSource</string> | |
622 | + <string key="minorKey">AppKit.framework/Headers/NSResponder.h</string> | |
623 | + </object> | |
624 | + </object> | |
625 | + <object class="IBPartialClassDescription"> | |
626 | + <string key="className">NSToolbar</string> | |
627 | + <string key="superclassName">NSObject</string> | |
628 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
629 | + <string key="majorKey">IBFrameworkSource</string> | |
630 | + <string key="minorKey">AppKit.framework/Headers/NSToolbar.h</string> | |
631 | + </object> | |
632 | + </object> | |
633 | + <object class="IBPartialClassDescription"> | |
634 | + <string key="className">NSView</string> | |
635 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
636 | + <string key="majorKey">IBFrameworkSource</string> | |
637 | + <string key="minorKey">AppKit.framework/Headers/NSClipView.h</string> | |
638 | + </object> | |
639 | + </object> | |
640 | + <object class="IBPartialClassDescription"> | |
641 | + <string key="className">NSView</string> | |
642 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
643 | + <string key="majorKey">IBFrameworkSource</string> | |
644 | + <string key="minorKey">AppKit.framework/Headers/NSMenuItem.h</string> | |
645 | + </object> | |
646 | + </object> | |
647 | + <object class="IBPartialClassDescription"> | |
648 | + <string key="className">NSView</string> | |
649 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
650 | + <string key="majorKey">IBFrameworkSource</string> | |
651 | + <string key="minorKey">AppKit.framework/Headers/NSRulerView.h</string> | |
652 | + </object> | |
653 | + </object> | |
654 | + <object class="IBPartialClassDescription"> | |
655 | + <string key="className">NSView</string> | |
656 | + <string key="superclassName">NSResponder</string> | |
657 | + <reference key="sourceIdentifier" ref="166282243"/> | |
658 | + </object> | |
659 | + <object class="IBPartialClassDescription"> | |
660 | + <string key="className">NSWindow</string> | |
661 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
662 | + <string key="majorKey">IBFrameworkSource</string> | |
663 | + <string key="minorKey">AppKit.framework/Headers/NSDrawer.h</string> | |
664 | + </object> | |
665 | + </object> | |
666 | + <object class="IBPartialClassDescription"> | |
667 | + <string key="className">NSWindow</string> | |
668 | + <string key="superclassName">NSResponder</string> | |
669 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
670 | + <string key="majorKey">IBFrameworkSource</string> | |
671 | + <string key="minorKey">AppKit.framework/Headers/NSWindow.h</string> | |
672 | + </object> | |
673 | + </object> | |
674 | + <object class="IBPartialClassDescription"> | |
675 | + <string key="className">NSWindow</string> | |
676 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
677 | + <string key="majorKey">IBFrameworkSource</string> | |
678 | + <string key="minorKey">AppKit.framework/Headers/NSWindowScripting.h</string> | |
679 | + </object> | |
680 | + </object> | |
681 | + <object class="IBPartialClassDescription"> | |
682 | + <string key="className">NSWindowController</string> | |
683 | + <string key="superclassName">NSResponder</string> | |
684 | + <object class="NSMutableDictionary" key="actions"> | |
685 | + <string key="NS.key.0">showWindow:</string> | |
686 | + <string key="NS.object.0">id</string> | |
687 | + </object> | |
688 | + <object class="NSMutableDictionary" key="actionInfosByName"> | |
689 | + <string key="NS.key.0">showWindow:</string> | |
690 | + <object class="IBActionInfo" key="NS.object.0"> | |
691 | + <string key="name">showWindow:</string> | |
692 | + <string key="candidateClassName">id</string> | |
693 | + </object> | |
694 | + </object> | |
695 | + <object class="IBClassDescriptionSource" key="sourceIdentifier"> | |
696 | + <string key="majorKey">IBFrameworkSource</string> | |
697 | + <string key="minorKey">AppKit.framework/Headers/NSWindowController.h</string> | |
698 | + </object> | |
699 | + </object> | |
700 | + </object> | |
701 | + </object> | |
702 | + <int key="IBDocument.localizationMode">0</int> | |
703 | + <string key="IBDocument.TargetRuntimeIdentifier">IBCocoaFramework</string> | |
704 | + <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults"> | |
705 | + <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.macosx</string> | |
706 | + <integer value="1060" key="NS.object.0"/> | |
707 | + </object> | |
708 | + <object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies"> | |
709 | + <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3</string> | |
710 | + <integer value="3000" key="NS.object.0"/> | |
711 | + </object> | |
712 | + <bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool> | |
713 | + <string key="IBDocument.LastKnownRelativeProjectPath">../BooksExporter.xcodeproj</string> | |
714 | + <int key="IBDocument.defaultPropertyAccessControl">3</int> | |
715 | + </data> | |
716 | +</archive> |
@@ -11,6 +11,14 @@ INFO_PLIST=Info.plist | ||
11 | 11 | VER_CMD=grep -A1 'CFBundleShortVersionString' $(INFO_PLIST) | tail -1 | tr -d "'\t</string>" |
12 | 12 | VERSION=$(shell $(VER_CMD)) |
13 | 13 | |
14 | +LocalizeFiles= BEBooklogBooksExporter.m \ | |
15 | + BEExportAccessoryViewController.m \ | |
16 | + BEExporterAttribute.m \ | |
17 | + BEGeneralPreference.m \ | |
18 | + BEMainWindowController.m \ | |
19 | + BEMediaMarkerBooksExporter.m \ | |
20 | + MyBarcodeScanner.m | |
21 | + | |
14 | 22 | all: |
15 | 23 | @echo do nothig. |
16 | 24 | @echo use target tagging |
@@ -20,10 +28,10 @@ tagging: | ||
20 | 28 | @echo "" |
21 | 29 | echo svn copy $(HEAD) $(TAGS_DIR)/release-$(VERSION).$${REV} |
22 | 30 | |
23 | -Localizable: | |
24 | - genstrings -o English.lproj $< | |
31 | +Localizable: ${LocalizeFiles} | |
32 | + genstrings -o English.lproj $^ | |
25 | 33 | (cd English.lproj; ${MAKE} $@;) |
26 | - genstrings -o Japanese.lproj $< | |
34 | + genstrings -o Japanese.lproj $^ | |
27 | 35 | (cd Japanese.lproj; ${MAKE} $@;) |
28 | 36 | |
29 | 37 | checkLocalizable: |