Changeset 3065

Show
Ignore:
Timestamp:
12/12/07 01:49:44 (5 years ago)
Author:
mootoh
Message:

platform/quicksilver/TwitterPlugin: set some properties and Preference Panes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/quicksilver/TwitterPlugin/Info.plist

    r3063 r3065  
    88        <string>TwitterPlugin</string> 
    99        <key>CFBundleIdentifier</key> 
    10         <string>com.blacktree.Quicksilver.TwitterPlugin</string> 
     10        <string>org.deadbeaf.TwitterPlugin</string> 
    1111        <key>CFBundleInfoDictionaryVersion</key> 
    1212        <string>6.0</string> 
     
    1616        <string>BNDL</string> 
    1717        <key>CFBundleVersion</key> 
    18         <string>1B</string> 
     18        <string>1C</string> 
    1919        <key>NSPrincipalClass</key> 
    2020        <string>TwitterPlugin</string> 
    21         <key>QSActionsTemplate</key> 
     21        <key>QSActions</key> 
    2222        <dict> 
    2323                <key>TwitterPluginAction</key> 
     
    3232                        </array> 
    3333                        <key>name</key> 
    34                         <string>Action: TwitterPlugin</string> 
     34                        <string>Twitter</string> 
    3535                        <key>validatesObjects</key> 
    3636                        <false/> 
     
    4040        <dict> 
    4141                <key>author</key> 
    42                 <string></string> 
     42                <string>Motohiro Takayama</string> 
    4343                <key>categories</key> 
    44                 <array/> 
     44                <array> 
     45                        <string>Web</string> 
     46                </array> 
    4547                <key>description</key> 
    46                 <string></string> 
     48                <string>send message quickly to Twitter.</string> 
    4749                <key>icon</key> 
    4850                <string></string> 
     
    6365                </dict> 
    6466        </array> 
    65         <key>QSRegistrationTemplate</key> 
     67        <key>QSRegistration</key> 
    6668        <dict> 
    6769                <key>QSActionProviders</key> 
     
    8789                <key>QSPreferencePanes</key> 
    8890                <dict> 
    89                         <key>TwitterPlugin_PrefPane</key> 
     91                        <key>TwitterPluginPrefPane</key> 
    9092                        <dict> 
    9193                                <key>class</key> 
    92                                 <string>QSPreferencePane</string> 
     94                                <string>TwitterPrefPane</string> 
    9395                                <key>description</key> 
    94                                 <string>Preferences</string> 
     96                                <string>Twitter Preferences</string> 
    9597                                <key>icon</key> 
    9698                                <string></string> 
    9799                                <key>name</key> 
    98                                 <string>TwitterPlugin</string> 
     100                                <string>Twitter option</string> 
    99101                        </dict> 
    100102                </dict>