Contains a resource writer for Mach-O files

This unit contains , a TAbstractResourceWriter descendant that is able to write Mach-O object files containing resources.

Adding this unit to a program's uses clause registers class with TResources.

Base class for Mach-O resource writer-related exceptions Internal error

If this exception is raised, an internal error occurred.

Mach-O resource writer

This class provides a writer for Mach-O object files and images containing resources.

Mach-O is the file format used by Darwin and Mac OS X for object files and image files (executables, dynamic libraries and so on). Free Pascal can store resources in Mach-O files in its own format.

MachineType property can be used to set the machine type of the object file to generate.

TAbstractResourceWriter TMachOResourceReader
The machine type of the object file

This property can be used to set the machine type of the object file to write.

TMachOMachineType