[vtkusers] MACOSX_DEPLOYMENT_TARGET

Chris Scharver scharver at evl.uic.edu
Mon Mar 31 14:02:20 EST 2003


At 1:48 PM -0500 03/31/2003, Peter J Carr wrote:
>How do I properly specify the deployment target?

If you know that you won't be running on anything less than 10.2, you can create ~/.MacOSX/environment.plist and enter the following:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.
com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>MACOSX_DEPLOYMENT_TARGET</key>
        <string>10.2</string>
</dict>
</plist>

You could also use the Properly List Editor if the file already exists and manually enter the value.

Hope this helps,
Chris
--
Chris Scharver
Electronic Visualization Laboratory
The University of Illinois at Chicago
Ph: 312-996-3002   FAX: 312-413-7585
<http://www.evl.uic.edu/scharver/>



More information about the vtkusers mailing list