Re: porting code from project builder to xcode
Re: porting code from project builder to xcode
- Subject: Re: porting code from project builder to xcode
- From: Shawn Erickson <email@hidden>
- Date: Thu, 13 Nov 2003 22:55:03 -0800
On Nov 13, 2003, at 10:39 PM, Chong Hiu Pun wrote:
> Dear All,
>
> I am a fresh user of xcode, and I want to port my project
> developed by
> project builder to Xcode. Do you know if there is a convenient way to
> do so?
> Thank you very much.
Open the PB project up using xCode. xCode supports opening PB projects.
You can also convert a PB to an native xCode project ("Upgrade to
Native Target" under the project menu, etc.). Doing so will gain you
some addition feature support in xCode.
From the release notes for xCode.
"This new "native" build system is represented as a new target type in
Xcode. For compatibility, Xcode also has full support for old-style
Project Builder targets. "Native" Xcode targets and "classic" Project
Builder targets can coexist in the same project, and either type of
target can depend on targets of the other type."
-Shawn
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.