From 9f3e38fb4d8ff95ac8ba4bf9a24211f4c88eba8d Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 27 Feb 2002 18:31:54 +0000 Subject: Updated OSIssues documentation for Mac git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1978 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- CHANGES | 1 + documentation/osissues.html | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index fc1a15862..1fde5be65 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ CHANGES IN FLTK 1.1.0b12 - Drag'n'drop support for MacOS + - Updated Mac OSIssues documentation CHANGES IN FLTK 1.1.0b11 diff --git a/documentation/osissues.html b/documentation/osissues.html index 7493ef117..6d23c7c03 100644 --- a/documentation/osissues.html +++ b/documentation/osissues.html @@ -580,7 +580,16 @@ internally in the same way.

FLTK does not access the resource fork of an application. However, a minimal resource fork must be created for OS 8 and OS -X applications. +X applications + +

Caution: when using Unix commands to copy or move executables, +OS X will NOT copy any resource forks! For copying and moving use CpMac +and MvMac respectively. For creating a tar archive, all executables +need to be stripped from their Resource Fork before packing (DeRez fluid >fluid.r). +After unpacking the Resource Fok needs to be reattached (Rez fluid.r -o fluid). + +

It is advisable to use the Finder for moving and copying and Mac archiving +tools like Sit for distribution as they will handle the Resource Fork correctly.

Mac File Paths

-- cgit v1.2.3