A Cocoa framework for letting localizers perform their localization in a window inside your application.
Archive for category Infrastructure
Greenwich
Apr 21
StartAtLoginController
Dec 11
A class that uses the new ServiceManagement api to allow apps to run at login.
RXFutures
Nov 28
Futures are a way to represent the expected result of some asynchronous action. RXFuture is a class for handling cancellation and completion and the notification of either for asynchronous tasks.
Github Repository: https://github.com/robrix/RXFutures
NSTimer-JCSBlocks
Nov 27
An extension to NSTimer that allows you to pass a block to handle timer events instead of using a callback method.
BVPlistExtractor
Oct 18
Extracts a plist that has been embedded in the __TEXT __info_plist section of a binary file.
PRHTask
Oct 14
A replacement for NSTask that supports blocks and output accumulation.
PolKit
Sep 9
A collection of many reusable Obj-C classes and functions for Mac OS X Leopard and later providing features like advanced networking, file system utilities, HID, MIDI & serial port devices support, OpenSSL encryption, file upload & download for many protocols, etc.
LogPoints
Jul 2
Advanced logging toolkit that supports filtering, doesn’t require format strings, supports log levels etc.
CoreParse
Jun 21
A parsing framework for OS X, supporting a wide range of grammars thanks to its shift/reduce parsing schemes.