mirror of
https://github.com/fltk/fltk.git
synced 2026-05-30 21:25:30 +08:00
Updated OSIssues documentation for Mac
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1978 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
CHANGES IN FLTK 1.1.0b12
|
CHANGES IN FLTK 1.1.0b12
|
||||||
|
|
||||||
- Drag'n'drop support for MacOS
|
- Drag'n'drop support for MacOS
|
||||||
|
- Updated Mac OSIssues documentation
|
||||||
|
|
||||||
|
|
||||||
CHANGES IN FLTK 1.1.0b11
|
CHANGES IN FLTK 1.1.0b11
|
||||||
|
|||||||
@@ -580,7 +580,16 @@ internally in the same way.
|
|||||||
|
|
||||||
<P>FLTK does not access the resource fork of an application.
|
<P>FLTK does not access the resource fork of an application.
|
||||||
However, a minimal resource fork must be created for OS 8 and OS
|
However, a minimal resource fork must be created for OS 8 and OS
|
||||||
X applications.
|
X applications
|
||||||
|
|
||||||
|
<br><br>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).
|
||||||
|
|
||||||
|
<br><br>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.
|
||||||
|
|
||||||
<h4>Mac File Paths</h4>
|
<h4>Mac File Paths</h4>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user