Archive for category MacOS

BaseTen

A PostgreSQL-based database framework for Cocoa on MacOS X.

Official BaseTen repository

Remote Control Wrapper

An Objective-C class to interact with the Apple Remote Control.

Official Remote Control Wrapper web site

Objection

A lightweight dependency injection framework for Objective-C.

Official Objection web site
Official Objection repository

CocoaOniguruma

An Objective-C binding of Oniguruma regular expression engine.

Official CocoaOniguruma web site
Official CocoaOniguruma repository

CHLayoutManager

Positioning and sizing constraints on views.

Official CHLayoutManager repository

MailCore

A Cocoa framework built to ease the pain of supporting the IMAP and SMTP protocols. With MailCore you can download e-mail, create folders, delete folders, rename folders, send e-mail and etc.

Official MailCore repository

NSWindow+centerHorizontallyAndVertically

A category on NSWindow to place a window at the absolute center of the screen, and not center it horizontally but slap it right under the menu bar like NSWindow’s -center method does.

Source code in the UliKit repository

TouchXML

A lightweight, libxml2-based XML parser replacement for Cocoa’s NSXML* cluster of classes.

Official TouchXML repository

SPMediaKeyTap

Code for handling the media keys on a Mac keyboard in a way that allows them to be shared between applications but keeps the Apple applications from accidentally being triggered.

SPMediaKeyTap web site

SPMediaKeyTap source code

SOLogger

Cocoa wrapper for ASL (Apple System Logger) APIs

Official SOLogger repository