- Xcode
Infobox_Software
name = Xcode
caption = Xcode 3.0 running on Mac OS X 10.5.2
developer =Apple Inc.
latest_release_version = 3.1.1
latest_release_date =September 12 2008
operating_system =Mac OS X v10.3 (Version 1.x)
Mac OS X v10.4 (Version 2.x)Mac OS X v10.4 and v10.5 (Version 2.5)Mac OS X v10.5 (Version 3.1)
genre =Integrated Development Environment (IDE)
license = Mixed proprietary andcopyleft software
website = [http://developer.apple.com/tools/xcode/ Apple - Xcode]Xcode is a suite of tools for developing software on
Mac OS X , developed by Apple. Xcode 3.0, the latest major version, is bundled free withMac OS X v10.5 , though it is not installed by default. Version 3.0 is not supported on older Mac OS versions, for which Xcode is also available for free fromApple Developer Connection .The main application of the suite is the
integrated development environment (IDE), also named Xcode. The Xcode suite also includes most of Apple's developer documentation, andInterface Builder , an application used to construct graphical interfaces.The Xcode suite includes a modified version of
free software GNU Compiler Collection (GCC, apple-darwin9-gcc-4.0.1 as well as apple-darwin9-gcc-4.2.1, with the former being the default), and supports C,C++ ,Fortran ,Objective-C , Objective-C++, Java,AppleScript , Python and Ruby source code with a variety of programming models, including but not limited to Cocoa, Carbon, and Java. Third parties have added support forGNU Pascal , [ [http://www.microbizz.nl/gpcxcode.html GNU Pascal and Xcode ] ]Free Pascal [ [http://pascal-central.com/fp-xcode/ Using Free Pascal with Xcode ] ] , Ada [ [http://www.adapower.net/macos/tools.html Tools ] ] , C# [ [http://code.google.com/p/cocoa-sharp-dev/wiki/CSharpPlugin CSharpPlugin - cocoa-sharp-dev - Google Code ] ] ,Perl [ [http://camelbones.sourceforge.net/index.html CamelBones, an Objective-C/Perl bridge for Mac OS X & GNUStep - Home ] ] , Haskell [ [http://hoovy.org/HaskellXcodePlugin/ Haskell Xcode Plugin ] ] and D [ [http://michelf.com/projets/d-pour-xcode/ D pour Xcode ] ] . The Xcode suite usesGDB as theback-end for itsdebugger .Xcode is also the development environment for the
iPhone , starting with Xcode version 3.1.Major features
Among the features of the Xcode suite is the technology to distribute the building of source code over multiple computers. The original, now called "Shared Workgroup Build", uses the
Bonjour protocol to automatically discover computers providing compiler services, and the free softwaredistcc . More recent versions of Xcode added a second system, called "Dedicated Network Builds", which scales better to larger configurations.Due to modifications to GCC by Apple, Xcode can build universal binaries which allows software to run on both
PowerPC andIntel -based (x86 ) platforms. Furthermore, the modified GCC can build 32- and 64-bit applications for both architectures. Using theiPhone SDK, Xcode can also be used to compile and debug applications for the ARM processor within the device.Xcode also includes Apple's
WebObjects tools and frameworks for building Java web applications and web services (previously sold as a separate product). As for Xcode 3.0, Apple WebObjects development inside Xcode 3, [ [http://wiki.objectstyle.org/confluence/display/WOL/WOLips WOLips] ] [ [http://www.wocommunity.org/webobjects_faq.html#xcode3 dropped] ] should be used instead. Xcode 3 still includes the WebObjects frameworks.In August 2006, Apple announced that
DTrace , a dynamic tracing framework created bySun Microsystems and released as part ofOpenSolaris , would be integrated into Xcode as Xray; Xray was later renamed to Instruments.History
The Xcode suite, like Mac OS X itself, had its roots in technology from
NeXT . Prior to theOctober 24 2003 release ofMac OS X v10.3 , Apple referred to the suite of tools as Developer Tools. The Xcode IDE was developed from and superseded Apple's earlier IDE, Project Builder which was inherited and rewritten fromNeXT 's IDE of the same name.References
External links
* [http://developer.apple.com/tools/xcode/ Apple Developer Connection: Xcode tools and resources]
* [http://www.apple.com/macosx/features/xcode/ Apple.com: Xcode features]
* [http://developer.apple.com/tools/download/ Download Xcode]
* [http://www.cocoalab.com/BecomeAnXcoder.pdf Become an Xcoder] - PDF for learning how to write Cocoa in Xcode
Wikimedia Foundation. 2010.