tjhancocks / ResourceKit

A framework for reading and handling legacy resource files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ResourceKit

Build Status Version License MIT

ResourceKit is a framework for reading and handling the legacy ResourceFork/ResourceFile format. This is not intended as a mechanism for storing new data in modern projects, but rather as a way for modern projects to access and utilise data in old files.

The ResourceFork (commonly used under Classic Mac OS) was used to store data and assets for applications, and during the transistion to Mac OS X a flattened version, the .rsrc file was created. Both of these are now in a state of deprecation and all of their functionality is contained with the "Carbon" umbrella of frameworks. It is a shame that access to these files will eventually be lost on newer machines.

This framework aims to lessen that loss by ensuring access to those files is still possible.

About

A framework for reading and handling legacy resource files.

License:MIT License


Languages

Language:Objective-C 99.3%Language:Ruby 0.7%