Tag Archives: Software

Who’s your daddy…

Compiling subversion seems to have become a bit of ad-hoc benchmark among Developers for testing the speed of a machine. On my Quad 2.5Ghz G5 the benchmark was: real 5m13.747s user 2m45.942s sys 2m39.909s Where the “real” time is the … Continue reading

Tagged | Comments Off

iRoster 1.0b12

Another year, another iRoster release. You thought development on iRoster was dead. Think again! This version adds more features than ever before and fixes more bugs then you would believe. Well – actually it runs on 10.4 now and the … Continue reading

Tagged , , | Comments Off

Xcode 2.1 problems with pre-processing Info.plist files…

I’ve just come across another rather serious problem in Xcode 2.1. The option for “Preprocess Info.plist File” allows you to use variable substitution in your Info.plist files (and hopefully your InfoPlist.strings files too although I’ve not checked that yet). It’s … Continue reading

Tagged | View Comments

More Automator Actions (Coming soon)

I’ll be adding a couple more subversion related automator actions to my site soon. It turns out writing actions is incredibly embarrasingly easy. The SVN Update action is now in subversion at: http://toxic-public.googlecode.com/svn/tags/BlogTag_20070927_729/Projects/Automator Actions/

Tagged | View Comments

SVN Update Automator Action

I whipped up a quick Automator action to do subversion checkouts (Terrence Talbot’s idea). Source Code SVN_Update.action.zip. No binaries are provided. If you know how to use SVN you know how to build an Xcode project. Screenshots: SVNUpdate.png Oh yeah … Continue reading

Tagged | View Comments

Spotlight Importer Collection

I’ve just uploaded version 0.1 of my new “Spotlight Importer Collection” software. This collection of (currently) two spotlight importers replaces my previous “Conf Spotlight Importer” software. Included is an importer for log files and an importer for property lists/configuration files. … Continue reading

Tagged | Comments Off

Conf Metadata Importer

Version 0.2 of my generic config data metadata importer is online As well as importing generic config files (.conf) this version adds support for log files (.log) and property list files (*.plist). Log (and conf) files are just dumped into … Continue reading

Posted in Default | Tagged | Comments Off

Creating a “Generic Config File” Spotlight Importer

I’ve just released version 1.0.6 of my Python Metadata Importer plugin. What’s new: Support for Intel architecture. UTType now includes Python’s OS Creator code. Slightly better error handling Python Metadata Importer shouldn’t die when indexing Python files it doesn’t understand. … Continue reading

Posted in Default | Tagged | Comments Off

Python Metadata Importer 1.0.1 Released

I’ve just uploaded version 1.0.1 of Python Metadata Importer. From the documentation: Fixes problem importing function names. All metadata attributes now added to the list of visible attributes (which means you should now see them in a Finder Get Info … Continue reading

Posted in Default | Tagged , | View Comments

Python Metadata Importer Released for Tiger

I’ve released version 1.0 of the Python Metadata Importer. This is a Spotlight plug-in (“mdimporter”) that gives Mac OS X 10.4 Tiger to import Python source files. Download: Python_Metadata_Importer.dmg Source Code (BSD license). The source code shows a way of … Continue reading

Tagged | View Comments