Your browser does not support CSS properly. If you want to view this site as it was intended, you should upgrade your browser.
Programs Code Plugins Miscellaneous

CFPlugin


v1.2.1

Download (Carbon)

What's new: Modified constants to return actual constants, not mutable copies.

Wraps the CoreFoundation classes for use in RB, including CFArray, CFBoolean, CFData, CFDictionary, CFNumber, and CFString. Also wraps the CoreFoundation Property List services so you can generate and parse .plist files.

CloneString


v1.0

Download (Carbon, Classic)

Clones a string and returns it. This is to break references with other strings so you can pass it to a plugin that directly affects it, such as StringStuff's HackSetStringEncoding method.