jQuery.extend(Drupal.settings, {"basePath":"\/","CTools":{"pageId":"page-5e4060b5b387b9bbc6389537e50837c4"},"googleanalytics":{"trackOutgoing":1,"trackMailto":1,"trackDownload":1,"trackDownloadExtensions":"7z|aac|avi|csv|doc|exe|flv|gif|gz|jpe?g|js|mp(3|4|e?g)|mov|pdf|phps|png|ppt|rar|sit|tar|torrent|txt|wma|wmv|xls|xml|zip"},"lightbox2":{"rtl":0,"file_path":"\/(\\w\\w\/)sites\/default\/files","default_image":"\/sites\/all\/modules\/lightbox2\/images\/brokenimage.jpg","border_size":"2","font_color":"000","box_color":"fff","top_position":"","overlay_opacity":"0.6","overlay_color":"000","disable_close_click":1,"resize_sequence":"0","resize_speed":100,"fade_in_speed":100,"slide_down_speed":100,"use_alt_layout":0,"disable_resize":0,"disable_zoom":0,"force_show_nav":0,"loop_items":1,"node_link_text":"","node_link_target":0,"image_count":"Image !current of !total","video_count":"Video !current of !total","page_count":"Page !current of !total","lite_press_x_close":"press \x3ca href=\"#\" onclick=\"hideLightbox(); return FALSE;\"\x3e\x3ckbd\x3ex\x3c\/kbd\x3e\x3c\/a\x3e to close","download_link_text":"","enable_login":false,"enable_contact":false,"keys_close":"c x 27","keys_previous":"p 37","keys_next":"n 39","keys_zoom":"z","keys_play_pause":"32","display_image_size":"","image_node_sizes":"()","trigger_lightbox_classes":"","trigger_lightbox_group_classes":"","trigger_slideshow_classes":"","trigger_lightframe_classes":"","trigger_lightframe_group_classes":"","custom_class_handler":0,"custom_trigger_classes":"","disable_for_gallery_lists":true,"disable_for_acidfree_gallery_lists":true,"enable_acidfree_videos":true,"slideshow_interval":5000,"slideshow_automatic_start":true,"slideshow_automatic_exit":true,"show_play_pause":true,"pause_on_next_click":false,"pause_on_previous_click":true,"loop_slides":false,"iframe_width":"600","iframe_height":"400","iframe_border":0,"enable_video":0},"thickbox":{"close":"Close","next":"Next \x3e","prev":"\x3c Prev","esc_key":"or Esc Key","next_close":"Next \/ Close on last","image_count":"Image !current of !total"}});
<p>Xcode is Apple's new integrated development environment (IDE) for Mac OS X.<br />
It is designed to fully support all of the major platform initiatives of<br />
Mac OS X, such as the Carbon and Cocoa frameworks, Java, and the new<br />
application packaging mechanisms.</p>
<p>Xcode provides project editing, search and navigation, file editing,<br />
project building, and debugging facilities for all types of Mac OS X<br />
software projects, including applications, tools, frameworks, libraries,<br />
plug-in bundles, kernel extensions, and device drivers. It supports the use<br />
of C, C++, Objective C, Objective C++ and Java.</p>
<p>Xcode leverages numerous other tools available with Mac OS X, such as the<br />
Interface Builder user interface construction application, compilers such<br />
as gcc, javac, and jikes, and debuggers such as gdb.</p>
<p>Xcode requires Mac OS X version 10.3 or higher. New in Xcode 1.5:</p>
<p>* Dead-code stripping</p>
<p>* Remote debugging</p>
<p>* gcc 3.3 improvments for speed and -fast robustness</p>
<p>* Code completion for Java and AppleScript</p>
<p>* Subversion source-code control system support</p>
<p>* Native build system support for AppleScript</p>
<p>* Enhanced debugger with memory and globals browsers, as well as the<br />
ability to display file static variables</p>
<p>* Faster editor performance</p>
<p>* Ant templates</p>
<p>* Documentation bookmarks</p>
<p>* Speed improvements</p>
<p>All versions of Xcode include the following features:</p>
<p>* A new, more intuitive user interface for developing applications</p>
<p>* ZeroLink - run your executable without linking at compile time</p>
<p>* Fix and Continue - dynamically apply code changes to your executable<br />
without ending your debugging session</p>
<p>* Distributed builds using Rendezvous, allowing your entire work group to<br />
take advantage of each other's machines to compile your projects</p>
<p>* Code Sense - always up-to-date source code indexing and code completion</p>
<p>* SDK Support - You can now develop software for Mac OS X 10.1, Mac OS X<br />
10.2 or 10.3 from one machine</p>
<p>* CodeWarrior importing - Importing projects from CodeWarrior has been<br />
vastly improved</p>
<p>* Many, many more features and enhancements</p>
<p>* gcc 3.3 is the default compiler. gcc 3.3 offers the following advantages<br />
over gcc 3.1:<br />
- Support for optimized code generation for the new PowerPC G5 processor<br />
- Support for stub libraries<br />
- Many performance optimizations<br />
- A new precompiled header mechanism (PCH) that works for C, Objective-C,<br />
C++, and Objective-C++<br />
- Improved compile time vs. gcc 3.1<br />
- Updated compiler user manuals</p>
<p>Available Older Versions of Mac OS X Developer Tools (available on the ADC<br />
Member Site)</p>
<p>Note: An update to the December 2002 Mac OS X Developer Tools is available,<br />
which provides gcc 3.3 and associated tools for that developer tools<br />
release. This August 2003 gcc Updater is downloadable now from the ADC<br />
Member Site.</p>
<p>Project Builder 2.1 (a part of the December 2002 Mac OS X Developer Tools)<br />
is designed for use on Mac OS X version 10.2.x. Please see the release<br />
notes for more details. It includes the following new features (and more):</p>
<p>* gcc 3.1 improvements: gcc 3.1 has several bug fixes. In addition:<br />
- an optimization has been made to speed up searching for header<br />
files. If your command lines have a lot of -I directives to add<br />
directories to the compiler's search path, this optimization should<br />
help your compile time.<br />
- The HTML documentation for the compiler is missing from the release.<br />
Please see the release notes for more details.</p>
<p>* Support for external editors: Project Builder now allows you to use<br />
arbitrary editors for different file types, and it will show you build<br />
errors in your external editor when you use BBEdit or emacs.</p>
<p>* Build system features: Project Builder's build system has been enhanced<br />
in the following ways:<br />
- Project Builder will now do multiple compiles at the same time on<br />
machines with more than one processor.<br />
- Project Builder's header dependency analysis is improved.<br />
- Project Builder now links executables in a more optimal manner.<br />
- You can now set compile flags on a per-file basis.<br />
- Assembler flags are now separate from flags to the compiler.</p>
<p>* Custom key bindings: Project Builder now allows you to customize its key<br />
bindings for text and menus. In addition, you can define your own<br />
customized key binding sets, and sets of bindings to match popular<br />
environments are provided.</p>
<p>* Other features: Including better CVS integration, vast improvements to<br />
the CodeWarrior project importer, JavaDoc indexing, improved text encoding<br />
support, and other IDE and debugger improvements and fixes.</p>
<p>* Much more: See the "What's New.pdf" file on the Developer Tools CD/image<br />
for more information.</p>
<p>Availability</p>
<p>The Xcode IDE ships as a part of the Xcode Tools. The Xcode Tools require<br />
Mac OS X version 10.3 or higher and are available either in the Mac OS X<br />
version 10.3 "Panther" box, in an installer package on new Macintoshes, or<br />
via download directly from the Apple Developer Connection Member Site.</p>
<p>Xcode Tools 1.5: The Xcode Tools 1.5 release is a complete installation of<br />
the Xcode development tools. It includes an enhanced version of the Xcode<br />
IDE with enhanced features and improvements to the user experience, speed,<br />
and the build system. It also includes updates to several additional<br />
development tools, documentation and SDKs. It can be used to upgrade any<br />
existing installation of Xcode 1.x. Xcode Tools 1.5 is a full CD disk image<br />
available from the ADC Download site. Please see the Read Me document and<br />
Release Notes available on the Download Software section of the ADC Member<br />
Site for full information. [Aug 05 2004]</p>
<p>The August 2003 gcc Updater (adding gcc 3.3 support to the December 2002<br />
Mac OS X Developer tools) is downloadable now from the ADC Member Site.</p>
<p>The December 2002 Developer Tools (for use on Mac OS X version 10.2.x),<br />
including Project Builder 2.1, can be downloaded from the ADC Member Site.</p>
<p>The April 2002 Developer Tools Public Beta (for use on Mac OS X version<br />
10.1.x), including Project Builder 2.0, can be downloaded from the ADC<br />
Member Site.</p>
<p>Support</p>
<p>The following support resources are available for Xcode:</p>
<p>* Xcode documentation packaged with the application in the Help menu</p>
<p>* The Xcode-Users mailing list available from lists.apple.com</p>
<p>* Contact Us for information on Apple developer assistance programs.</p>
<p>* Visit <a href="http://developer.apple.com/membership/" title="http://developer.apple.com/membership/">http://developer.apple.com/membership/</a> for more information about<br />
ADC Program membership options.</p>
<p>Mention of third party sites and third party products is for informational<br />
purposes only and constitutes neither an endorsement nor a recommendation.<br />
Apple assumes no responsibility with regard to the selection, performance,<br />
or use of these vendors or products.</p>
<div class="links"><ul class="links inline"><li class="comment_forbidden first last"><span><a href="/user/login?destination=comment%2Freply%2F84919%23comment-form">Login</a> or <a href="/user/register?destination=comment%2Freply%2F84919%23comment-form">register</a> to post comments</span></li>
</ul></div>
</div>
<div class="left_inner_box_bottom"> </div>
</div>
<!--[if !IE]> End left box inner page <![endif]--></div>
<!--[if !IE]>End left content<![endif]--> <!--[if !IE]>Start right content<![endif]-->
<span class="field-content"><a href="http://forums.applecentral.com/ubbthreads.php/topics/537782/Analyst_sees_iPad_killers_less#Post537782" target="_blank"> Analyst sees iPad killers le...</a></span>
</div>
</div>
<div class="views-row views-row-5 views-row-odd">
<div class="views-field-title">
<span class="field-content"><a href="http://forums.applecentral.com/ubbthreads.php/topics/537649/Small_business_accounting_soft#Post537649" target="_blank"> Small business accounting so...</a></span>
<span class="field-content">Introducing the App Hall of Fame!</span>
</div>
<div class="views-field-body">
<div class="field-content"><div class="body-row" id="body-row-213485"><div style="background:#F5F5F5;">App discoverability continues to be a real issue. With the fast churn of apps in the App Store, an app has only a few weeks of promotional life in it before it‚Äôs largely forgotten. There are a few things developers can do to fix that, but those... | Read more »</div></div></div>
<span class="field-content">Gobliiins Are Coming</span>
</div>
<div class="views-field-body">
<div class="field-content"><div class="body-row" id="body-row-213486"><div style="background:#F5F5F5;">In the midst of the huge Q4 launch schedule, the cult classic, Gobliiins, as well as the rest of the trilogy, are being ported to the iPhone in all of their original glory. The Goblins trilogy was a quirky Atari/Amiga game series from the early 90‚Äôs... | Read more »</div></div></div>
</div>
</div>
<div class="views-row views-row-3 views-row-odd">
<div class="views-field-title">
<span class="field-content">myPhoneDesktop – Chrome to iPhone Extens...</span>
</div>
<div class="views-field-body">
<div class="field-content"><div class="body-row" id="body-row-213469"><div style="background:#F5F5F5;">Anyone who has used myPhoneDesktop knows that it is a fantastic tool for streamlining your onscreen workflow. Instead of having to type line after line into your phone directly, you can use myPhoneDesktop to type from your computer directly into... | Read more »</div></div></div>
<span class="field-content">AutoVerbal Talking Soundboard Pro helps...</span>
</div>
<div class="views-field-body">
<div class="field-content"><div class="body-row" id="body-row-213471"><div style="background:#F5F5F5;">Being able to speak and communicate with others is something that many of us take for granted. It‚Äôs not so easy for many folks though, in particular for individuals with autism spectrum disorders, as well as those who have suffered various brain... | Read more »</div></div></div>
<span class="field-content">Get Your Roast Right With ‘Time To Roast...</span>
</div>
<div class="views-field-body">
<div class="field-content"><div class="body-row" id="body-row-213473"><div style="background:#F5F5F5;">Roasting meat, in the cooking world, is about as simple as it gets. The greatest roast recipe I‚Äôve ever found is from Michael Ruhlman‚Äôs website, with the recipe titled, ‚ÄúThe World‚Äôs Most Difficult Roasted Chicken Recipe.‚Äù | Read more »</div></div></div>
MacTech is a registered trademark of Xplain Corporation. Xplain, "The journal of Apple technology", Apple Expo, Explain It, MacDev, MacDev-1, THINK Reference, NetProfessional, Apple Expo, MacTech Central, MacTech Domains, MacNews, MacForge, and the MacTutorMan are trademarks or service marks of Xplain Corporation. Sprocket is a registered trademark of eSprocket Corporation. Other trademarks and copyrights appearing in this printing or software remain the property of their respective holders. Not responsible for typographical errors.
</div>
</div>
<div class="footer_bottom"></div>
</div>
<div id="bootom_foo_ter">All contents are Copyright 1984-2010 by Xplain Corporation. All rights reserved. Theme designed by <a href="http://www.icreon.com">Icreon</a>.</div>
<div id="newuser-popup" style="font-size:14px">Greetings, and welcome to the new MacTech web site! Our home page is designed to be your <cite>Industry Dashboard</cite> -- so you can have a snapshot of all that's relevant in the industry in one easy location. Many readers tell us that because the information is updated so frequently, they are now checking the site multiple times a day.
Here's a quick run down of the features on the new web site, which can be subtle.
<UL><LI>We're running regular raffles. If you want free stuff make sure to register. <a href="/register">It's easy and only takes a minute!</a>
<LI>Registering for the site allows you greater functionality.
<LI>The first few blocks are original content from MacTech (for geeks) and our sister web site, MacNews (for general users)
<LI>Below that are MacTech's scanners, which scan the web and organizes it into News, Rumors, and Documentation. Updated every 15 minutes.
<LI>Our Whitepapers, Screencasts, and Videos section give you insight into great products
<LI>The Community Search narrows your search to the most relevant of Apple related sites for better results
<LI>The forums give you a place to ask questions, and share your knowledge.
<LI>Our partners at MacUpdate, MacPrices.net and the Jobs Boards keep you up to date
<LI>Want to see all the news in one big list? Check out our new <a href="/firehose">Information Firehose</a>
<LI>And, don't forget the Apple Central area, and ads throughout the site. Advertisers are what make the site possible</UL>
We truly hope you <a href="/register">register</a> so that we can keep you up to date about new features as they are implemented. And, please use the BETA button in the top right to provide us any feedback, suggestions or bugs. We love to hear from you. </div>
<!--[if !IE]>End pop_up<![endif]-->
<!-- Google Analytics now handled by Google Analytics Module in drupal -->
<!--VISISTAT SNIPPET//-->
<script type="text/javascript">
var DID=13280;
var pcheck=(window.location.protocol == "https:") ? "https://sniff.visistat.com/live.js":"http://stats.visistat.com/live.js";