Changeset 4851

Show
Ignore:
Timestamp:
06/25/07 15:23:37 (1 year ago)
Author:
morris
Message:

Update from Boiled

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredClient/trunk/Japanese.lproj/Localizable.strings

    r4813 r4851  
    161161 
    162162/* Broadcast dialog title (nick, server, time) */ 
    163 "Broadcast from %@ on %@ at %@" = "%3$@  に %2$@ の %1$@ から一斉通知がありました"; 
     163"Broadcast from %@ on %@ at %@" = "%3$@  に %2$@ の %1$@ さんから一斉通知がありました"; 
    164164 
    165165/* Event */ 
     
    218218 
    219219/* Growl event connected description (server) */ 
    220 "Connected to %@" = "%@ に接続しました"; 
     220"Connected to %@" = "%@ さんに接続しました"; 
    221221 
    222222/* Connection singular */ 
     
    295295 
    296296/* Growl event disconnected description (server) */ 
    297 "Disconnected from %@" = "%@ との接続が切れました"; 
     297"Disconnected from %@" = "%@ さんとの接続が切れました"; 
    298298 
    299299/* Disconnect dialog description */ 
     
    475475 
    476476/* Message dialog title (nick, server, time) */ 
    477 "Private message from %@ on %@ at %@" = "%3$@  に %2$@ の %1$@ からプライベートメッセージが届きました"; 
     477"Private message from %@ on %@ at %@" = "%3$@  に %2$@ の %1$@ さんからプライベートメッセージが届きました"; 
    478478 
    479479/* WCWiredClientProtocolMismatch title */ 
     
    496496 
    497497/* Reconnected chat message */ 
    498 "Reconnected to %@" = "Reconnected to %@"; 
     498"Reconnected to %@" = "%@ さんに再接続しました"; 
    499499 
    500500/* Auto-reconnecting chat message */ 
    501 "Reconnecting to %@ in %.1f seconds..." = "Reconnecting to %1$@ in %2$.1f seconds..."; 
     501"Reconnecting to %@ in %.1f seconds..." = "%2$.1f 秒後に %1$@ さんに再接続します..."; 
    502502 
    503503/* Restore all layouts to default dialog title */ 
  • WiredClient/trunk/Japanese.lproj/Preferences.nib/classes.nib

    r4831 r4851  
    1 
    2     IBClasses = ( 
    3         { 
    4             ACTIONS = {"" = id; };  
    5             CLASS = FirstResponder;  
    6             LANGUAGE = ObjC;  
    7             SUPERCLASS = NSObject;  
    8         },  
    9         {CLASS = NSObject; LANGUAGE = ObjC; },  
    10         { 
    11             ACTIONS = {cancelSheet = id; submitSheet = id; };  
    12             CLASS = NSWindowController;  
    13             LANGUAGE = ObjC;  
    14             SUPERCLASS = NSResponder;  
    15         },  
    16         {CLASS = WCIconMatrix; LANGUAGE = ObjC; SUPERCLASS = NSMatrix; },  
    17         { 
    18             ACTIONS = { 
    19                 addBookmark = id;  
    20                 addHighlight = id;  
    21                 addIgnore = id;  
    22                 addTrackerBookmark = id;  
    23                 deleteBookmark = id;  
    24                 deleteHighlight = id;  
    25                 deleteIgnore = id;  
    26                 deleteTrackerBookmark = id;  
    27                 icon = id;  
    28                 selectDownloadFolder = id;  
    29                 selectEvent = id;  
    30                 selectSound = id;  
    31                 showFontPanel = id;  
    32                 touchEvent = id;  
    33             };  
    34             CLASS = WCPreferences;  
    35             LANGUAGE = ObjC;  
    36             OUTLETS = { 
    37                 "_addBookmarkButton" = NSButton;  
    38                 "_addHiglightButton" = NSButton;  
    39                 "_addIgnoreButton" = NSButton;  
    40                 "_addTrackerBookmarkButton" = NSButton;  
    41                 "_autoHideOnSwitchButton" = NSButton;  
    42                 "_autoReconnectButton" = NSButton;  
    43                 "_bookmarksAddressTextField" = NSTextField;  
    44                 "_bookmarksAutoConnectButton" = NSButton;  
    45                 "_bookmarksAutoReconnectButton" = NSButton;  
    46                 "_bookmarksLoginTextField" = NSTextField;  
    47                 "_bookmarksNameTableColumn" = NSTableColumn;  
    48                 "_bookmarksNameTextField" = NSTextField;  
    49                 "_bookmarksNickTextField" = NSTextField;  
    50                 "_bookmarksPasswordTextField" = NSSecureTextField;  
    51                 "_bookmarksStatusTextField" = NSTextField;  
    52                 "_bookmarksTableView" = NSTableView;  
    53                 "_bounceInDockButton" = NSButton;  
    54                 "_chatBackgroundColorWell" = NSColorWell;  
    55                 "_chatEventsColorWell" = NSColorWell;  
    56                 "_chatFontButton" = NSButton;  
    57                 "_chatFontTextField" = NSTextField;  
    58                 "_chatStyleMatrix" = NSMatrix;  
    59                 "_chatTabView" = NSTabView;  
    60                 "_chatTextColorWell" = NSColorWell;  
    61                 "_chatURLsColorWell" = NSColorWell;  
    62                 "_chatUserListAlternateRowsButton" = NSButton;  
    63                 "_chatUserListFontButton" = NSButton;  
    64                 "_chatUserListFontTextField" = NSTextField;  
    65                 "_chatUserListIconSizeMatrix" = NSMatrix;  
    66                 "_checkForResourceForksButton" = NSButton;  
    67                 "_confirmDisconnectButton" = NSButton;  
    68                 "_deleteBookmarkButton" = NSButton;  
    69                 "_deleteHiglightButton" = NSButton;  
    70                 "_deleteIgnoreButton" = NSButton;  
    71                 "_deleteTrackerBookmarkButton" = NSButton;  
    72                 "_downloadFolderTextField" = NSTextField;  
    73                 "_encryptTransfersButton" = NSButton;  
    74                 "_eventsPopUpButton" = NSPopUpButton;  
    75                 "_filesAlternateRowsButton" = NSButton;  
    76                 "_filesFontButton" = NSButton;  
    77                 "_filesFontTextField" = NSTextField;  
    78                 "_highlightsColorTableColumn" = NSTableColumn;  
    79                 "_highlightsPatternTableColumn" = NSTableColumn;  
    80                 "_highlightsTableView" = NSTableView;  
    81                 "_historyScrollbackButton" = NSButton;  
    82                 "_historyScrollbackModifierPopUpButton" = NSPopUpButton;  
    83                 "_iconImageView" = WIImageViewWithImagePicker;  
    84                 "_ignoresAddressTableColumn" = NSTableColumn;  
    85                 "_ignoresLoginTableColumn" = NSTableColumn;  
    86                 "_ignoresNickTableColumn" = NSTableColumn;  
    87                 "_ignoresTableView" = NSTableView;  
    88                 "_interfaceTabView" = NSTabView;  
    89                 "_messagesBackgroundColorWell" = NSColorWell;  
    90                 "_messagesFontButton" = NSButton;  
    91                 "_messagesFontTextField" = NSTextField;  
    92                 "_messagesListAlternateRowsButton" = NSButton;  
    93                 "_messagesListFontButton" = NSButton;  
    94                 "_messagesListFontTextField" = NSTextField;  
    95                 "_messagesTextColorWell" = NSColorWell;  
    96                 "_newsBackgroundColorWell" = NSColorWell;  
    97                 "_newsFontButton" = NSButton;  
    98                 "_newsFontTextField" = NSTextField;  
    99                 "_newsTextColorWell" = NSColorWell;  
    100                 "_newsTitlesColorWell" = NSColorWell;  
    101                 "_nickTextField" = NSTextField;  
    102                 "_openFoldersInNewWindowsButton" = NSButton;  
    103                 "_playSoundButton" = NSButton;  
    104                 "_postInChatButton" = NSButton;  
    105                 "_preferencesTabView" = NSTabView;  
    106                 "_preventMultipleConnectionsButton" = NSButton;  
    107                 "_previewBackgroundColorWell" = NSColorWell;  
    108                 "_previewFontButton" = NSButton;  
    109                 "_previewFontTextField" = NSTextField;  
    110                 "_previewTextColorWell" = NSColorWell;  
    111                 "_queueTransfersButton" = NSButton;  
    112                 "_removeTransfersButton" = NSButton;  
    113                 "_showConnectAtStartupButton" = NSButton;  
    114                 "_showDialogButton" = NSButton;  
    115                 "_showDockAtStartupButton" = NSButton;  
    116                 "_showSmileysButton" = NSButton;  
    117                 "_showTrackersAtStartupButton" = NSButton;  
    118                 "_soundsPopUpButton" = NSPopUpButton;  
    119                 "_statusTextField" = NSTextField;  
    120                 "_tabCompleteNicksButton" = NSButton;  
    121                 "_tabCompleteNicksTextField" = NSTextField;  
    122                 "_timestampChatButton" = NSButton;  
    123                 "_timestampChatIntervalTextField" = NSTextField;  
    124                 "_timestampEveryLineButton" = NSButton;  
    125                 "_timestampEveryLineColorWell" = NSColorWell;  
    126                 "_trackerBookmarksAddressTextField" = NSTextField;  
    127                 "_trackerBookmarksNameTableColumn" = NSTableColumn;  
    128                 "_trackerBookmarksNameTextField" = NSTextField;  
    129                 "_trackerBookmarksTableView" = NSTableView;  
    130                 "_trackersAlternateRowsButton" = NSButton;  
    131                 "_transfersAlternateRowsButton" = NSButton;  
    132                 "_transfersShowProgressBarButton" = NSButton;  
    133             };  
    134             SUPERCLASS = WIWindowController;  
    135         },  
    136         { 
    137             CLASS = WIImageViewWithImagePicker;  
    138             LANGUAGE = ObjC;  
    139             SUPERCLASS = NSImageView;  
    140         },  
    141         { 
    142             ACTIONS = {showViewOptions = id; };  
    143             CLASS = WITableView;  
    144             LANGUAGE = ObjC;  
    145             SUPERCLASS = NSTableView;  
    146         },  
    147         { 
    148             CLASS = WIWindowController;  
    149             LANGUAGE = ObjC;  
    150             SUPERCLASS = NSWindowController;  
    151         } 
    152     );  
    153     IBVersion = 1;  
    154 
     1<?xml version="1.0" encoding="UTF-8"?> 
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
     3<plist version="1.0"> 
     4<dict> 
     5        <key>IBClasses</key> 
     6        <array> 
     7                <dict> 
     8                        <key>ACTIONS</key> 
     9                        <dict> 
     10                                <key>addBookmark</key> 
     11                                <string>id</string> 
     12                                <key>addHighlight</key> 
     13                                <string>id</string> 
     14                                <key>addIgnore</key> 
     15                                <string>id</string> 
     16                                <key>addTrackerBookmark</key> 
     17                                <string>id</string> 
     18                                <key>deleteBookmark</key> 
     19                                <string>id</string> 
     20                                <key>deleteHighlight</key> 
     21                                <string>id</string> 
     22                                <key>deleteIgnore</key> 
     23                                <string>id</string> 
     24                                <key>deleteTrackerBookmark</key> 
     25                                <string>id</string> 
     26                                <key>icon</key> 
     27                                <string>id</string> 
     28                                <key>selectDownloadFolder</key> 
     29                                <string>id</string> 
     30                                <key>selectEvent</key> 
     31                                <string>id</string> 
     32                                <key>selectSound</key> 
     33                                <string>id</string> 
     34                                <key>showFontPanel</key> 
     35                                <string>id</string> 
     36                                <key>touchEvent</key> 
     37                                <string>id</string> 
     38                        </dict> 
     39                        <key>CLASS</key> 
     40                        <string>WCPreferences</string> 
     41                        <key>LANGUAGE</key> 
     42                        <string>ObjC</string> 
     43                        <key>OUTLETS</key> 
     44                        <dict> 
     45                                <key>_addBookmarkButton</key> 
     46                                <string>NSButton</string> 
     47                                <key>_addHiglightButton</key> 
     48                                <string>NSButton</string> 
     49                                <key>_addIgnoreButton</key> 
     50                                <string>NSButton</string> 
     51                                <key>_addTrackerBookmarkButton</key> 
     52                                <string>NSButton</string> 
     53                                <key>_autoHideOnSwitchButton</key> 
     54                                <string>NSButton</string> 
     55                                <key>_autoReconnectButton</key> 
     56                                <string>NSButton</string> 
     57                                <key>_bookmarksAddressTextField</key> 
     58                                <string>NSTextField</string> 
     59                                <key>_bookmarksAutoConnectButton</key> 
     60                                <string>NSButton</string> 
     61                                <key>_bookmarksAutoReconnectButton</key> 
     62                                <string>NSButton</string> 
     63                                <key>_bookmarksLoginTextField</key> 
     64                                <string>NSTextField</string> 
     65                                <key>_bookmarksNameTableColumn</key> 
     66                                <string>NSTableColumn</string> 
     67                                <key>_bookmarksNameTextField</key> 
     68                                <string>NSTextField</string> 
     69                                <key>_bookmarksNickTextField</key> 
     70                                <string>NSTextField</string> 
     71                                <key>_bookmarksPasswordTextField</key> 
     72                                <string>NSSecureTextField</string> 
     73                                <key>_bookmarksStatusTextField</key> 
     74                                <string>NSTextField</string> 
     75                                <key>_bookmarksTableView</key> 
     76                                <string>NSTableView</string> 
     77                                <key>_bounceInDockButton</key> 
     78                                <string>NSButton</string> 
     79                                <key>_chatBackgroundColorWell</key> 
     80                                <string>NSColorWell</string> 
     81                                <key>_chatEventsColorWell</key> 
     82                                <string>NSColorWell</string> 
     83                                <key>_chatFontButton</key> 
     84                                <string>NSButton</string> 
     85                                <key>_chatFontTextField</key> 
     86                                <string>NSTextField</string> 
     87                                <key>_chatStyleMatrix</key> 
     88                                <string>NSMatrix</string> 
     89                                <key>_chatTabView</key> 
     90                                <string>NSTabView</string> 
     91                                <key>_chatTextColorWell</key> 
     92                                <string>NSColorWell</string> 
     93                                <key>_chatURLsColorWell</key> 
     94                                <string>NSColorWell</string> 
     95                                <key>_chatUserListAlternateRowsButton</key> 
     96                                <string>NSButton</string> 
     97                                <key>_chatUserListFontButton</key> 
     98                                <string>NSButton</string> 
     99                                <key>_chatUserListFontTextField</key> 
     100                                <string>NSTextField</string> 
     101                                <key>_chatUserListIconSizeMatrix</key> 
     102                                <string>NSMatrix</string> 
     103                                <key>_checkForResourceForksButton</key> 
     104                                <string>NSButton</string> 
     105                                <key>_confirmDisconnectButton</key> 
     106                                <string>NSButton</string> 
     107                                <key>_deleteBookmarkButton</key> 
     108                                <string>NSButton</string> 
     109                                <key>_deleteHiglightButton</key> 
     110                                <string>NSButton</string> 
     111                                <key>_deleteIgnoreButton</key> 
     112                                <string>NSButton</string> 
     113                                <key>_deleteTrackerBookmarkButton</key> 
     114                                <string>NSButton</string> 
     115                                <key>_downloadFolderTextField</key> 
     116                                <string>NSTextField</string> 
     117                                <key>_encryptTransfersButton</key> 
     118                                <string>NSButton</string> 
     119                                <key>_eventsPopUpButton</key> 
     120                                <string>NSPopUpButton</string> 
     121                                <key>_filesAlternateRowsButton</key> 
     122                                <string>NSButton</string> 
     123                                <key>_filesFontButton</key> 
     124                                <string>NSButton</string> 
     125                                <key>_filesFontTextField</key> 
     126                                <string>NSTextField</string> 
     127                                <key>_highlightsColorTableColumn</key> 
     128                                <string>NSTableColumn</string> 
     129                                <key>_highlightsPatternTableColumn</key> 
     130                                <string>NSTableColumn</string> 
     131                                <key>_highlightsTableView</key> 
     132                                <string>NSTableView</string> 
     133                                <key>_historyScrollbackButton</key> 
     134                                <string>NSButton</string> 
     135                                <key>_historyScrollbackModifierPopUpButton</key> 
     136                                <string>NSPopUpButton</string> 
     137                                <key>_iconImageView</key> 
     138                                <string>WIImageViewWithImagePicker</string> 
     139                                <key>_ignoresAddressTableColumn</key> 
     140                                <string>NSTableColumn</string> 
     141                                <key>_ignoresLoginTableColumn</key> 
     142                                <string>NSTableColumn</string> 
     143                                <key>_ignoresNickTableColumn</key> 
     144                                <string>NSTableColumn</string> 
     145                                <key>_ignoresTableView</key> 
     146                                <string>NSTableView</string> 
     147                                <key>_interfaceTabView</key> 
     148                                <string>NSTabView</string> 
     149                                <key>_messagesBackgroundColorWell</key> 
     150                                <string>NSColorWell</string> 
     151                                <key>_messagesFontButton</key> 
     152                                <string>NSButton</string> 
     153                                <key>_messagesFontTextField</key> 
     154                                <string>NSTextField</string> 
     155                                <key>_messagesListAlternateRowsButton</key> 
     156                                <string>NSButton</string> 
     157                                <key>_messagesListFontButton</key> 
     158                                <string>NSButton</string> 
     159                                <key>_messagesListFontTextField</key> 
     160                                <string>NSTextField</string> 
     161                                <key>_messagesTextColorWell</key> 
     162                                <string>NSColorWell</string> 
     163                                <key>_newsBackgroundColorWell</key> 
     164                                <string>NSColorWell</string> 
     165                                <key>_newsFontButton</key> 
     166                                <string>NSButton</string> 
     167                                <key>_newsFontTextField</key> 
     168                                <string>NSTextField</string> 
     169                                <key>_newsTextColorWell</key> 
     170                                <string>NSColorWell</string> 
     171                                <key>_newsTitlesColorWell</key> 
     172                                <string>NSColorWell</string> 
     173                                <key>_nickTextField</key> 
     174                                <string>NSTextField</string> 
     175                                <key>_openFoldersInNewWindowsButton</key> 
     176                                <string>NSButton</string> 
     177                                <key>_playSoundButton</key> 
     178                                <string>NSButton</string> 
     179                                <key>_postInChatButton</key> 
     180                                <string>NSButton</string> 
     181                                <key>_preferencesTabView</key> 
     182                                <string>NSTabView</string> 
     183                                <key>_preventMultipleConnectionsButton</key> 
     184                                <string>NSButton</string> 
     185                                <key>_previewBackgroundColorWell</key> 
     186                                <string>NSColorWell</string> 
     187                                <key>_previewFontButton</key> 
     188                                <string>NSButton</string> 
     189                                <key>_previewFontTextField</key> 
     190                                <string>NSTextField</string> 
     191                                <key>_previewTextColorWell</key> 
     192                                <string>NSColorWell</string> 
     193                                <key>_queueTransfersButton</key> 
     194                                <string>NSButton</string> 
     195                                <key>_removeTransfersButton</key> 
     196                                <string>NSButton</string> 
     197                                <key>_showConnectAtStartupButton</key> 
     198                                <string>NSButton</string> 
     199                                <key>_showDialogButton</key> 
     200                                <string>NSButton</string> 
     201                                <key>_showDockAtStartupButton</key> 
     202                                <string>NSButton</string> 
     203                                <key>_showSmileysButton</key> 
     204                                <string>NSButton</string> 
     205                                <key>_showTrackersAtStartupButton</key> 
     206                                <string>NSButton</string> 
     207                                <key>_soundsPopUpButton</key> 
     208                                <string>NSPopUpButton</string> 
     209                                <key>_statusTextField</key> 
     210                                <string>NSTextField</string> 
     211                                <key>_tabCompleteNicksButton</key> 
     212                                <string>NSButton</string> 
     213                                <key>_tabCompleteNicksTextField</key> 
     214                                <string>NSTextField</string> 
     215                                <key>_timestampChatButton</key> 
     216                                <string>NSButton</string> 
     217                                <key>_timestampChatIntervalTextField</key> 
     218                                <string>NSTextField</string> 
     219                                <key>_timestampEveryLineButton</key> 
     220                                <string>NSButton</string> 
     221                                <key>_timestampEveryLineColorWell</key> 
     222                                <string>NSColorWell</string> 
     223                                <key>_trackerBookmarksAddressTextField</key> 
     224                                <string>NSTextField</string> 
     225                                <key>_trackerBookmarksNameTableColumn</key> 
     226                                <string>NSTableColumn</string> 
     227                                <key>_trackerBookmarksNameTextField</key> 
     228                                <string>NSTextField</string> 
     229                                <key>_trackerBookmarksTableView</key> 
     230                                <string>NSTableView</string> 
     231                                <key>_trackersAlternateRowsButton</key> 
     232                                <string>NSButton</string> 
     233                                <key>_transfersAlternateRowsButton</key> 
     234                                <string>NSButton</string> 
     235                                <key>_transfersShowProgressBarButton</key> 
     236                                <string>NSButton</string> 
     237                        </dict> 
     238                        <key>SUPERCLASS</key> 
     239                        <string>WIWindowController</string> 
     240                </dict> 
     241                <dict> 
     242                        <key>ACTIONS</key> 
     243                        <dict> 
     244                                <key>cancelSheet</key> 
     245                                <string>id</string> 
     246                                <key>submitSheet</key> 
     247                                <string>id</string> 
     248                        </dict> 
     249                        <key>CLASS</key> 
     250                        <string>NSWindowController</string> 
     251                        <key>LANGUAGE</key> 
     252                        <string>ObjC</string> 
     253                        <key>SUPERCLASS</key> 
     254                        <string>NSResponder</string> 
     255                </dict> 
     256                <dict> 
     257                        <key>ACTIONS</key> 
     258                        <dict> 
     259                                <key></key> 
     260                                <string>id</string> 
     261                        </dict> 
     262                        <key>CLASS</key> 
     263                        <string>FirstResponder</string> 
     264                        <key>LANGUAGE</key> 
     265                        <string>ObjC</string> 
     266                        <key>SUPERCLASS</key> 
     267                        <string>NSObject</string> 
     268                </dict> 
     269                <dict> 
     270                        <key>CLASS</key> 
     271                        <string>NSObject</string> 
     272                        <key>LANGUAGE</key> 
     273                        <string>ObjC</string> 
     274                </dict> 
     275                <dict> 
     276                        <key>CLASS</key> 
     277                        <string>WIWindowController</string> 
     278                        <key>LANGUAGE</key> 
     279                        <string>ObjC</string> 
     280                        <key>SUPERCLASS</key> 
     281                        <string>NSWindowController</string> 
     282                </dict> 
     283                <dict> 
     284                        <key>CLASS</key> 
     285                        <string>WIImageViewWithImagePicker</string> 
     286                        <key>LANGUAGE</key> 
     287                        <string>ObjC</string> 
     288                        <key>SUPERCLASS</key> 
     289                        <string>NSImageView</string> 
     290                </dict> 
     291                <dict> 
     292                        <key>ACTIONS</key> 
     293                        <dict> 
     294                                <key>showViewOptions</key> 
     295                                <string>id</string> 
     296                        </dict> 
     297                        <key>CLASS</key> 
     298                        <string>WITableView</string> 
     299                        <key>LANGUAGE</key> 
     300                        <string>ObjC</string> 
     301                        <key>SUPERCLASS</key> 
     302                        <string>NSTableView</string> 
     303                </dict> 
     304        </array> 
     305        <key>IBVersion</key> 
     306        <string>1</string> 
     307</dict> 
     308</plist> 
  • WiredClient/trunk/Japanese.lproj/Preferences.nib/info.nib

    r4830 r4851  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
     2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 
    33<plist version="1.0"> 
    44<dict> 
    5         <key>IBDocumentLocation</key> 
    6         <string>647 29 481 528 0 0 1920 1178 </string> 
    75        <key>IBFramework Version</key> 
    8         <string>446.1</string> 
    9         <key>IBLockedObjects</key> 
    10         <array/
     6        <string>608</string> 
     7        <key>IBLastKnownRelativeProjectPath</key> 
     8        <string>../../WiredClient.xcodeproj</string
    119        <key>IBOldestOS</key> 
    12         <integer>3</integer> 
     10        <integer>5</integer> 
    1311        <key>IBOpenObjects</key> 
    1412        <array> 
    15                 <integer>5</integer> 
     13                <integer>227</integer> 
    1614        </array> 
    1715        <key>IBSystem Version</key> 
    18         <string>8P135</string> 
     16        <string>9A466</string> 
     17        <key>targetFramework</key> 
     18        <string>IBCocoaFramework</string> 
    1919</dict> 
    2020</plist>