Changeset 3208 for lang/objective-c

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

add "hatena" menu in menubar.

Location:
lang/objective-c/SafariHatenaBookmark
Files:
9 added
3 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-c/SafariHatenaBookmark/English.lproj/InfoPlist.strings

    r3207 r3208  
    11/* Localized versions of Info.plist keys */ 
    22 
    3 NSHumanReadableCopyright = "© __MyCompanyName__, 2007"; 
     3NSHumanReadableCopyright = "© mootoh, 2007"; 
  • 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> 
  • lang/objective-c/SafariHatenaBookmark/SafariHatenaBookmark.xcodeproj/project.pbxproj

    r3207 r3208  
    88 
    99/* Begin PBXBuildFile section */ 
     10                86A7D1C40D16634600D35D4C /* Info in Resources */ = {isa = PBXBuildFile; fileRef = 86A7D1C30D16634600D35D4C /* Info */; }; 
     11                86A7D1C80D16635D00D35D4C /* Menu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 86A7D1C70D16635D00D35D4C /* Menu.nib */; }; 
     12                86A7D1D10D16639600D35D4C /* SHBController.m in Sources */ = {isa = PBXBuildFile; fileRef = 86A7D1CE0D16639600D35D4C /* SHBController.m */; }; 
     13                86A7D1D20D16639600D35D4C /* PluginLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 86A7D1D00D16639600D35D4C /* PluginLoader.m */; }; 
    1014                8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; 
    1115                8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; 
     
    1822                1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; 
    1923                32DBCF630370AF2F00C91783 /* SafariHatenaBookmark_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SafariHatenaBookmark_Prefix.pch; sourceTree = "<group>"; }; 
     24                86A7D1C30D16634600D35D4C /* Info */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = Info; sourceTree = "<group>"; }; 
     25                86A7D1C70D16635D00D35D4C /* Menu.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; path = Menu.nib; sourceTree = "<group>"; }; 
     26                86A7D1CD0D16639600D35D4C /* SHBController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SHBController.h; sourceTree = "<group>"; }; 
     27                86A7D1CE0D16639600D35D4C /* SHBController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SHBController.m; sourceTree = "<group>"; }; 
     28                86A7D1CF0D16639600D35D4C /* PluginLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginLoader.h; sourceTree = "<group>"; }; 
     29                86A7D1D00D16639600D35D4C /* PluginLoader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PluginLoader.m; sourceTree = "<group>"; }; 
    2030                8D5B49B6048680CD000E48DA /* SafariHatenaBookmark.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SafariHatenaBookmark.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; 
    2131                8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; 
     
    5969                        isa = PBXGroup; 
    6070                        children = ( 
     71                                86A7D1C70D16635D00D35D4C /* Menu.nib */, 
     72                                86A7D1C30D16634600D35D4C /* Info */, 
    6173                                8D5B49B7048680CD000E48DA /* Info.plist */, 
    6274                                089C167DFE841241C02AAC07 /* InfoPlist.strings */, 
     
    6880                        isa = PBXGroup; 
    6981                        children = ( 
     82                                86A7D1CD0D16639600D35D4C /* SHBController.h */, 
     83                                86A7D1CE0D16639600D35D4C /* SHBController.m */, 
     84                                86A7D1CF0D16639600D35D4C /* PluginLoader.h */, 
     85                                86A7D1D00D16639600D35D4C /* PluginLoader.m */, 
    7086                        ); 
    7187                        name = Classes; 
     
    150166                        files = ( 
    151167                                8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */, 
     168                                86A7D1C40D16634600D35D4C /* Info in Resources */, 
     169                                86A7D1C80D16635D00D35D4C /* Menu.nib in Resources */, 
    152170                        ); 
    153171                        runOnlyForDeploymentPostprocessing = 0; 
     
    160178                        buildActionMask = 2147483647; 
    161179                        files = ( 
     180                                86A7D1D10D16639600D35D4C /* SHBController.m in Sources */, 
     181                                86A7D1D20D16639600D35D4C /* PluginLoader.m in Sources */, 
    162182                        ); 
    163183                        runOnlyForDeploymentPostprocessing = 0;