Re: Panther and Xcode Observations
Re: Panther and Xcode Observations
- Subject: Re: Panther and Xcode Observations
- From: Prachi Gauriar <email@hidden>
- Date: Sun, 26 Oct 2003 15:09:33 -0600
On Oct 26, 2003, at 1:51 PM, James J. Merkel wrote:
on 2003-10-26 19:29 Jean-Francois Roy wrote:
Actually, the size difference is due to ZeroLink. When it's enabled
(by
default for the Development style), the binary file will be very very
small, because it's only a minimalist ZeroLink launcher.
Will the code still run on 10.2 ?
No. If you are using the Development build style, it won't. Hell, it
won't even run in Panther. Switching to the Deployment build style
will turn off ZeroLink, thus allowing it to run just fine in Jaguar,
provided your code allows it to.
For more info on using Xcode to deploy on 10.2 or 10.1, check out:
<
http://developer.apple.com/documentation/DeveloperTools/Conceptual/
cross_development/index.html>
-Prachi
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.