NSLogger is a high perfomance logging utility which displays traces emitted by client applications running on Mac OS X or iOS (iPhone OS). It replaces your usual NSLog()-based traces and provides powerful additions like display filtering, image and binary logging, traces buffering, timing information, etc.
NSLogger feature summary:
* View logs using the Mac OS X desktop viewer, accept connections from local network clients (using Bonjour) or remote clients connecting directly over the internet
* Online (application running and connected to NSLogger) and offline (saved logs) log viewing
* Buffer all traces in memory or in a file, send them over to viewer when a connection is acquired
* Secure logging (connections use SSL by default)
* Advanced log filtering options
* Save viewer logs to share them and/or review them later
* Export logs to text files
* Open raw buffered traces files that you brought back from client applications not directly connected to the log viewer
added: 2010-12-15
Rating: +13
Utility designed to export fonts into a bitmapped format for iOS and other games.
added: 2010-07-09
Rating: +13
ButtonMaker is a simple iPhone App which should be run on the Simulator Only. It uses undocumented APIs to create UIGlassButtons, and then saves the images for the button, and its selected equivalent in the application's documents
directory. Handy when you need to make nice buttons.
added: 2010-07-09
Rating: +11
This is a .NET web site solution that uses XSLT to transform SOAP-based web service definition WSDL files into complete code packages. The code that is generated is easy to read and update.
While SudzC supports multiple platforms, it's focus is on code generation for Objective-C libraries for iPhone development.
added: 2010-04-14
Rating: +14
mogenerator is a command-line tool that, given an .xcdatamodel file, will generate two classes per entity. The first class, _MyEntity, is intended solely for machine consumption and will be continuously overwritten to stay in sync with your data model. The second class, MyEntity, subclasses _MyEntity, won't ever be overwritten and is a great place to put your custom logic.
added: 2010-04-14
Rating: +10