A resource editor for the Macintosh.
Go to file
Nicholas Shanks 0b5493ec73 Convert project to Xcode 3.1 and upgrade all targets to native. 2008-07-30 21:26:17 +00:00
Carbon Fix for latest gcc 2003-04-03 17:31:26 +00:00
Cocoa Convert project to Xcode 3.1 and upgrade all targets to native. 2008-07-30 21:26:17 +00:00
External Convert project to Xcode 3.1 and upgrade all targets to native. 2008-07-30 21:26:17 +00:00
Hex Editor Update for Uli 2003-04-03 15:38:42 +00:00
ICONEditor Update project files. 2003-08-12 03:55:31 +02:00
NovaTools Convert project to Xcode 3.1 and upgrade all targets to native. 2008-07-30 21:26:17 +00:00
NuTemplateEditor Convert project to Xcode 3.1 and upgrade all targets to native. 2008-07-30 21:26:17 +00:00
PICT Editor Updates primarilly to Template Editor and NovaTools. 2002-10-04 19:54:05 +00:00
Prefix Files Plugin registry, unique ID determining in "create" sheet, export of resources etc. 2003-08-02 00:23:50 +02:00
ResKnife.pbproj Add RKSupportResourceRegistry that opens a couple of files in 2003-08-20 16:53:20 +02:00
ResKnife.xcodeproj Convert project to Xcode 3.1 and upgrade all targets to native. 2008-07-30 21:26:17 +00:00
Template Editor Update for Uli 2003-04-03 15:38:42 +00:00
Bug List.text Initial check-in 2001-10-19 19:41:13 +00:00
HexEditor.graffle Update for Uli 2003-04-03 15:38:42 +00:00
Info-Bitmap_Editor_Cocoa__Upgraded_.plist Convert project to Xcode 3.1 and upgrade all targets to native. 2008-07-30 21:26:17 +00:00
Info-Hex_Editor_Carbon__Upgraded_.plist Convert project to Xcode 3.1 and upgrade all targets to native. 2008-07-30 21:26:17 +00:00
Info-PICT_Editor__Upgraded_.plist Convert project to Xcode 3.1 and upgrade all targets to native. 2008-07-30 21:26:17 +00:00
Info-ResKnife_Carbon__Upgraded_.plist Convert project to Xcode 3.1 and upgrade all targets to native. 2008-07-30 21:26:17 +00:00
Info-Template_Editor_Carbon__Upgraded_.plist Convert project to Xcode 3.1 and upgrade all targets to native. 2008-07-30 21:26:17 +00:00
Info-Uli_s_Template_Editor__Upgraded_.plist Convert project to Xcode 3.1 and upgrade all targets to native. 2008-07-30 21:26:17 +00:00
README.txt Some mods to Resource. 2003-08-06 19:44:20 +02:00
ResKnife Cocoa.graffle Update for Uli 2003-04-03 15:38:42 +00:00
ResKnife.mcp Update for Uli 2003-04-03 15:38:42 +00:00
TODO.txt Extend LSTB/LSTE to also handle LSTZ-style zero-terminated lists. 2003-08-17 00:48:19 +02:00

README.txt

RESKNIFE Snapshot 2003-08-02

WHAT IS IT?

This is a development snapshot of ResKnife, a resource editor for MacOS X. This is pre-pre-release software, do not use this on any vital files.


TRYING OUT RESKNIFE

There should be pre-built "deployment" binaries in the "build" folder. I've left the plugins in there as well, though you don't need to install them or anything like that, they're already installed.


BUILDING RESKNIFE

Currently the only project that I've confirmed will build is "ResKnife (PB2).pbproj". You can build the target "Cocoa ResKnife" as well as three Cocoa editor plugins that are in there. Of those, only the Hex editor really works. NovaTools doesn't register for the right types and the Template editor is far from finished.


BUILDING A PLUGIN

If you want to create a plugin for ResKnife, use the "ICONEditor" project as the basis. It's a simple, standalone project. You can install it in three places:

-> In ResKnife itself by selecting it, choosing "Information" and there clicking the "Add" button in the "plugins" section
-> In ~/Library/Application Support/ResKnife/Plugins/ for one user account.
-> In /Library/Application Support/ResKnife/Plugins/ for the entire machine.


ROAD MAP

I've decided to focus on the Cocoa version so we get a useable product done soon. The general consensus between Nick and me (Uli) is that he'll take care of the engine, while I'll focus mainly on plugins. However, since Nick is rather busy at the moment, I've made some changes to the engine that should allow plugin developers to get something done. All the basic features for editing resources in resource files should now be there. If you're missing any, tell me.


AUTHORS:
ResKnife was written by Nick Shanks (http://www.nickshanks.com) with additional changes by M. Uli Kusterer (http://www.zathras.de).

There is a web site for ResKnife at http://resknife.sourceforge.net