Changeset 3208
- Timestamp:
- 12/17/07 17:09:43 (13 months ago)
- Location:
- lang/objective-c/SafariHatenaBookmark
- Files:
-
- 9 added
- 3 modified
-
English.lproj/InfoPlist.strings (modified) (1 diff)
-
Info (added)
-
Info.plist (modified) (3 diffs)
-
Menu.nib (added)
-
Menu.nib/classes.nib (added)
-
Menu.nib/info.nib (added)
-
Menu.nib/keyedobjects.nib (added)
-
PluginLoader.h (added)
-
PluginLoader.m (added)
-
SHBController.h (added)
-
SHBController.m (added)
-
SafariHatenaBookmark.xcodeproj/project.pbxproj (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-c/SafariHatenaBookmark/English.lproj/InfoPlist.strings
r3207 r3208 1 1 /* Localized versions of Info.plist keys */ 2 2 3 NSHumanReadableCopyright = "© __MyCompanyName__, 2007";3 NSHumanReadableCopyright = "© mootoh, 2007"; -
lang/objective-c/SafariHatenaBookmark/Info.plist
r3207 r3208 7 7 <key>CFBundleExecutable</key> 8 8 <string>${EXECUTABLE_NAME}</string> 9 <key>CFBundleName</key>10 <string>${PRODUCT_NAME}</string>11 9 <key>CFBundleIconFile</key> 12 10 <string></string> … … 15 13 <key>CFBundleInfoDictionaryVersion</key> 16 14 <string>6.0</string> 15 <key>CFBundleName</key> 16 <string>${PRODUCT_NAME}</string> 17 17 <key>CFBundlePackageType</key> 18 18 <string>BNDL</string> … … 23 23 <key>NSPrincipalClass</key> 24 24 <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> 25 36 </dict> 26 37 </plist> -
lang/objective-c/SafariHatenaBookmark/SafariHatenaBookmark.xcodeproj/project.pbxproj
r3207 r3208 8 8 9 9 /* 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 */; }; 10 14 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; }; 11 15 8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; }; … … 18 22 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; }; 19 23 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>"; }; 20 30 8D5B49B6048680CD000E48DA /* SafariHatenaBookmark.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SafariHatenaBookmark.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; 21 31 8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; … … 59 69 isa = PBXGroup; 60 70 children = ( 71 86A7D1C70D16635D00D35D4C /* Menu.nib */, 72 86A7D1C30D16634600D35D4C /* Info */, 61 73 8D5B49B7048680CD000E48DA /* Info.plist */, 62 74 089C167DFE841241C02AAC07 /* InfoPlist.strings */, … … 68 80 isa = PBXGroup; 69 81 children = ( 82 86A7D1CD0D16639600D35D4C /* SHBController.h */, 83 86A7D1CE0D16639600D35D4C /* SHBController.m */, 84 86A7D1CF0D16639600D35D4C /* PluginLoader.h */, 85 86A7D1D00D16639600D35D4C /* PluginLoader.m */, 70 86 ); 71 87 name = Classes; … … 150 166 files = ( 151 167 8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */, 168 86A7D1C40D16634600D35D4C /* Info in Resources */, 169 86A7D1C80D16635D00D35D4C /* Menu.nib in Resources */, 152 170 ); 153 171 runOnlyForDeploymentPostprocessing = 0; … … 160 178 buildActionMask = 2147483647; 161 179 files = ( 180 86A7D1D10D16639600D35D4C /* SHBController.m in Sources */, 181 86A7D1D20D16639600D35D4C /* PluginLoader.m in Sources */, 162 182 ); 163 183 runOnlyForDeploymentPostprocessing = 0;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)