Show
Ignore:
Timestamp:
12/17/07 17:09:43 (13 months ago)
Author:
mootoh
Message:

add "hatena" menu in menubar.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-c/SafariHatenaBookmark/Info.plist

    r3207 r3208  
    77        <key>CFBundleExecutable</key> 
    88        <string>${EXECUTABLE_NAME}</string> 
    9         <key>CFBundleName</key> 
    10         <string>${PRODUCT_NAME}</string> 
    119        <key>CFBundleIconFile</key> 
    1210        <string></string> 
     
    1513        <key>CFBundleInfoDictionaryVersion</key> 
    1614        <string>6.0</string> 
     15        <key>CFBundleName</key> 
     16        <string>${PRODUCT_NAME}</string> 
    1717        <key>CFBundlePackageType</key> 
    1818        <string>BNDL</string> 
     
    2323        <key>NSPrincipalClass</key> 
    2424        <string></string> 
     25        <key>SIMBLTargetApplications</key> 
     26        <array> 
     27                <dict> 
     28                        <key>BundleIdentifier</key> 
     29                        <string>com.apple.Safari</string> 
     30                        <key>MaxBundleVersion</key> 
     31                        <string>*</string> 
     32                        <key>MinBundleVersion</key> 
     33                        <string>*</string> 
     34                </dict> 
     35        </array> 
    2536</dict> 
    2637</plist>