[vtkusers] MACOSX_DEPLOYMENT_TARGET

Andy Cedilnik andy.cedilnik at kitware.com
Mon Mar 31 14:24:53 EST 2003


Hi Chris and Peter,

Also, you can just do:

export MACOSX_DEPLOYMENT_TARGET=10.2

			Andy

On Mon, 2003-03-31 at 14:02, Chris Scharver wrote:
> 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.





More information about the vtkusers mailing list