xcode-install-citrus 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.circleci/config.yml +33 -0
- data/.gitattributes +1 -0
- data/.gitignore +16 -0
- data/.rubocop.yml +21 -0
- data/.rubocop_todo.yml +78 -0
- data/Gemfile +12 -0
- data/LICENSE +22 -0
- data/README.md +198 -0
- data/Rakefile +16 -0
- data/bin/xcversion +12 -0
- data/bin//360/237/216/211 +3 -0
- data/lib/xcode/install.rb +761 -0
- data/lib/xcode/install/cleanup.rb +14 -0
- data/lib/xcode/install/cli.rb +30 -0
- data/lib/xcode/install/command.rb +32 -0
- data/lib/xcode/install/install.rb +55 -0
- data/lib/xcode/install/installed.rb +24 -0
- data/lib/xcode/install/list.rb +17 -0
- data/lib/xcode/install/select.rb +36 -0
- data/lib/xcode/install/selected.rb +12 -0
- data/lib/xcode/install/simulators.rb +65 -0
- data/lib/xcode/install/uninstall.rb +36 -0
- data/lib/xcode/install/update.rb +14 -0
- data/lib/xcode/install/version.rb +3 -0
- data/spec/cli_spec.rb +16 -0
- data/spec/curl_spec.rb +26 -0
- data/spec/fixtures/devcenter/xcode-20150414.html +263 -0
- data/spec/fixtures/devcenter/xcode-20150427.html +263 -0
- data/spec/fixtures/devcenter/xcode-20150508.html +279 -0
- data/spec/fixtures/devcenter/xcode-20150601.html +212 -0
- data/spec/fixtures/devcenter/xcode-20150608.html +315 -0
- data/spec/fixtures/devcenter/xcode-20150624.html +318 -0
- data/spec/fixtures/devcenter/xcode-20150909.html +309 -0
- data/spec/fixtures/devcenter/xcode-20160601.html +1872 -0
- data/spec/fixtures/devcenter/xcode-20160705-alt.html +317 -0
- data/spec/fixtures/devcenter/xcode-20160705.html +1909 -0
- data/spec/fixtures/devcenter/xcode-20160922.html +878 -0
- data/spec/fixtures/devcenter/xcode-20161024.html +663 -0
- data/spec/fixtures/hdiutil.plist +31 -0
- data/spec/fixtures/mail-verify.html +222 -0
- data/spec/fixtures/not_registered_as_developer.json +11 -0
- data/spec/fixtures/xcode.json +1 -0
- data/spec/fixtures/xcode_63.json +46 -0
- data/spec/fixtures/yolo.json +1 -0
- data/spec/install_spec.rb +62 -0
- data/spec/installed_spec.rb +19 -0
- data/spec/installer_spec.rb +101 -0
- data/spec/json_spec.rb +32 -0
- data/spec/list_spec.rb +57 -0
- data/spec/prerelease_spec.rb +108 -0
- data/spec/spec_helper.rb +16 -0
- data/spec/uninstall_spec.rb +12 -0
- data/xcode-install.gemspec +32 -0
- metadata +195 -0
@@ -0,0 +1,318 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
5
|
+
<meta name="Author" content="Apple Inc." />
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
|
+
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7, IE=9">
|
8
|
+
<link rel="shortcut icon" href="/favicon.ico" />
|
9
|
+
<link rel="icon" href="/favicon.ico" />
|
10
|
+
|
11
|
+
<link rel="stylesheet" href="/assets/styles/global.css" type="text/css" />
|
12
|
+
|
13
|
+
<script src="https://devimages.apple.com.edgekey.net/assets/scripts/lib/jquery/jquery-1.11.0.min.js"></script>
|
14
|
+
<script src="https://devimages.apple.com.edgekey.net/assets/scripts/lib/jquery/jquery.retinate.js" type="text/javascript" charset="utf-8"></script>
|
15
|
+
<!--[if lt IE 9]>
|
16
|
+
<link rel="stylesheet" href="/assets/styles/oldie.css" type="text/css" />
|
17
|
+
<script src="/assets/scripts/html5.js"></script>
|
18
|
+
<![endif]-->
|
19
|
+
<script src="/assets/scripts/lg-search.js"></script>
|
20
|
+
<script src="/assets/scripts/global.js"></script>
|
21
|
+
|
22
|
+
<link rel="stylesheet" href="https://www.apple.com/wss/fonts?family=Myriad+Set+Pro&v=1" type="text/css" />
|
23
|
+
|
24
|
+
|
25
|
+
<title>Xcode - Downloads - Apple Developer</title>
|
26
|
+
<meta name="omni_page" content="Xcode Downloads and Resources - (English)">
|
27
|
+
<meta name="Description" content="Xcode includes the Xcode IDE, Instruments, iOS Simulator, the latest OS X and iOS SDKs, and more. Download Xcode and start creating apps for iOS and OS X.">
|
28
|
+
<meta name="robots" content="noodp,noydir" />
|
29
|
+
<link rel="alternate" href="https://developer.apple.com/kr/xcode/downloads/" hreflang="ko-KR" />
|
30
|
+
<link rel="alternate" href="https://developer.apple.com/jp/xcode/downloads/" hreflang="ja-JP" />
|
31
|
+
<link rel="alternate" href="https://developer.apple.com/cn/xcode/downloads/" hreflang="zh-CN" />
|
32
|
+
<link rel="alternate" href="https://developer.apple.com/xcode/downloads/" hreflang="en" />
|
33
|
+
<link rel="stylesheet" href="/xcode/styles/xcode.css" type="text/css" />
|
34
|
+
<style>
|
35
|
+
.bg-light {background-color:#fafafa;}
|
36
|
+
</style>
|
37
|
+
</head>
|
38
|
+
<body>
|
39
|
+
<nav id="globalheader" role="navigation" aria-label="Global Navigation">
|
40
|
+
<div id="gh-content" class="gh-content">
|
41
|
+
<ul class="gh-menu">
|
42
|
+
<li id="gh-menu-icon-toggle" class="gh-menu-icon gh-menu-icon-toggle enhance">
|
43
|
+
<button id="gh-svg-icons" class="gh-svg-wrapper">
|
44
|
+
<span class="text-replace">Menu</span>
|
45
|
+
<svg x="0px" y="0px" width="100%" viewBox="0 0 96 96" class="gh-svg gh-svg-top" enable-background="new 0 0 96 96"><rect width="32" height="4" x="32" y="46" class="gh-svg-rect gh-svg-rect-top"></rect></svg>
|
46
|
+
<svg x="0px" y="0px" width="100%" viewBox="0 0 96 96" class="gh-svg gh-svg-bottom" enable-background="new 0 0 96 96"><rect width="32" height="4" x="32" y="46" class="gh-svg-rect gh-svg-rect-bottom"></rect></svg>
|
47
|
+
</button>
|
48
|
+
</li>
|
49
|
+
<li id="gh-menu-icon-home" class="gh-menu-icon gh-menu-icon-home">
|
50
|
+
<a href="/">
|
51
|
+
<span class="text-replace">Apple Developer</span>
|
52
|
+
</a>
|
53
|
+
</li>
|
54
|
+
</ul>
|
55
|
+
<div class="gh-nav">
|
56
|
+
<div class="gh-nav-view">
|
57
|
+
<ul class="gh-nav-list">
|
58
|
+
|
59
|
+
<li class="gh-tab gh-nav-developer" data-hires="true"><a class="gh-tab-link" href="/"><span class="text-replace">Apple Developer</span></a></li>
|
60
|
+
<li class="gh-tab gh-nav-technologies"><a class="gh-tab-link" href="/technologies/">Technologies</a></li>
|
61
|
+
<li class="gh-tab gh-nav-resources"><a class="gh-tab-link" href="/resources/">Resources</a></li>
|
62
|
+
<li class="gh-tab gh-nav-programs"><a class="gh-tab-link" href="/programs/">Programs</a></li>
|
63
|
+
<li class="gh-tab gh-nav-support"><a class="gh-tab-link" href="/support/">Support</a></li>
|
64
|
+
<li class="gh-tab gh-nav-account gh-nav-membercenter">
|
65
|
+
<a class="gh-tab-link" href="/membercenter/">Member Center</a>
|
66
|
+
</li>
|
67
|
+
<li class="gh-tab gh-nav-search">
|
68
|
+
|
69
|
+
<div id="gh-search" class="gh-search" role="search">
|
70
|
+
<form action="/search/index.php" method="get" class="gh-search-form" id="gh-search-form" role="search">
|
71
|
+
|
72
|
+
<div class="gh-search-input-wrapper">
|
73
|
+
<label for="gh-search-input" class="text-replace">Search Apple Developer</label>
|
74
|
+
<input type="text" name="q" id="gh-search-input" class="augmented gh-search-input" placeholder="Search Apple Developer" autocomplete="off">
|
75
|
+
</div>
|
76
|
+
|
77
|
+
<button disabled type="submit" id="gh-search-submit" class="gh-search-submit gh-search-magnify"><span class="text-replace">Search Apple Developer</span></button>
|
78
|
+
<button disabled type="reset" id="gh-search-reset" class="gh-search-reset"><span class="text-replace">Reset</span></button>
|
79
|
+
|
80
|
+
</form>
|
81
|
+
</div>
|
82
|
+
|
83
|
+
<a class="gh-search-magnify" href="/search/"><span class="text-replace">Search Apple Developer</span></a>
|
84
|
+
|
85
|
+
</li>
|
86
|
+
</ul>
|
87
|
+
</div>
|
88
|
+
</div>
|
89
|
+
</div>
|
90
|
+
</nav>
|
91
|
+
|
92
|
+
<div id="top">
|
93
|
+
<!-- SiteCatalyst code version: H.8. Copyright 1997-2006 Omniture, Inc. -->
|
94
|
+
<script type="text/javascript">
|
95
|
+
/* RSID: */
|
96
|
+
var s_account="appleglobal,appleusdeveloper"
|
97
|
+
</script>
|
98
|
+
|
99
|
+
<script type="text/javascript" src="https://www.apple.com/metrics/scripts/s_code_h.js"></script>
|
100
|
+
<script type="text/javascript">
|
101
|
+
s.pageName=AC.Tracking.pageName();
|
102
|
+
s.channel="www.us.developer"
|
103
|
+
|
104
|
+
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
|
105
|
+
var s_code=s.t();if(s_code)document.write(s_code)</script>
|
106
|
+
<!-- End SiteCatalyst code version: H.8. -->
|
107
|
+
</div>
|
108
|
+
|
109
|
+
<main id="main" class="main" role="main" data-hires="true">
|
110
|
+
|
111
|
+
<section class="sticky">
|
112
|
+
<nav class="subnav" role="navigation" aria-label="Local Navigation" data-hires="true">
|
113
|
+
<section class="sub-title"><h2><a href="/xcode/">Xcode</a></h2></section>
|
114
|
+
<ul>
|
115
|
+
<li><a href="/xcode/">What's New</a></li>
|
116
|
+
<li><a href="/xcode/ide/">Xcode IDE</a></li>
|
117
|
+
<li><a href="/xcode/interface-builder/">Interface Builder</a></li>
|
118
|
+
<li><a href="/xcode/features/">Features</a></li>
|
119
|
+
<li><a class="active" href="/xcode/downloads/">Download</a></li>
|
120
|
+
</ul>
|
121
|
+
</nav>
|
122
|
+
</section>
|
123
|
+
|
124
|
+
<section class="grid">
|
125
|
+
<section class="row">
|
126
|
+
<section class="col-100 text-center padding-top">
|
127
|
+
<h1>Download Xcode for Free</h1>
|
128
|
+
</section>
|
129
|
+
</section>
|
130
|
+
</section>
|
131
|
+
|
132
|
+
<div class="bg-light">
|
133
|
+
<div class="grid">
|
134
|
+
<section class="row compact">
|
135
|
+
<section class="col-20 padding-top">
|
136
|
+
<img class="center" src="https://devimages.apple.com.edgekey.net/assets/elements/icons/128x128/xcode6-beta.png" width="128" height="128" alt="">
|
137
|
+
</section>
|
138
|
+
<section class="col-60 padding-top">
|
139
|
+
<h4>Xcode 7 beta 2<span class="tag-purple">Pre-release</span></h4>
|
140
|
+
<p>This release includes the Xcode IDE, Swift 2 compiler, Instruments, Simulator, and latest SDKs for OS X, iOS, and watchOS.</span>
|
141
|
+
</p>
|
142
|
+
<ul class="links small">
|
143
|
+
<li class="dmg"><a href="/services-account/download?path=/Developer_Tools/Xcode_7_beta_2/Xcode_7_beta_2.dmg">Download Xcode 7 beta 2</a></li>
|
144
|
+
<li class="document"><a href="/services-account/download?path=/Developer_Tools/Xcode_7_beta_2/Xcode_7_beta_2_Release_Notes.pdf">Xcode 7 beta 2 Release Notes</a></li>
|
145
|
+
</ul>
|
146
|
+
</section>
|
147
|
+
<section class="col-20 padding-top lighter smaller text-right">
|
148
|
+
<p class="padding-top no-padding-small">Released: Jun 23, 2015<br />
|
149
|
+
Build: 7A121l<br />
|
150
|
+
SDK: iOS 9 beta 2, OS X v10.11 beta<br />
|
151
|
+
</p>
|
152
|
+
</section>
|
153
|
+
</section>
|
154
|
+
</div>
|
155
|
+
</div>
|
156
|
+
<div class="grid">
|
157
|
+
<div class="row compact">
|
158
|
+
<section class="col-20 padding-top">
|
159
|
+
<img class="center" src="/assets/elements/icons/128x128/xcode6.png" width="128" height="128" alt="">
|
160
|
+
</section>
|
161
|
+
<section class="col-60 padding-top">
|
162
|
+
<h4>Xcode 6.3.2</h4>
|
163
|
+
<p>This release includes the Xcode IDE, LLVM compiler, Instruments, iOS Simulator, the latest OS X and iOS SDKs, WatchKit and the Swift 1.2 programming language.</span>
|
164
|
+
</p>
|
165
|
+
<p><a class="more" href="http://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12">View in the Mac App Store</a></p>
|
166
|
+
</section>
|
167
|
+
<section class="col-20 padding-top lighter smaller text-right">
|
168
|
+
<p class="padding-top no-padding-small">
|
169
|
+
Updated: May 18, 2015<br />
|
170
|
+
Build: 6D2105<br />
|
171
|
+
SDK: iOS 8.3, OS X v10.10
|
172
|
+
</p>
|
173
|
+
</section>
|
174
|
+
</div>
|
175
|
+
</div>
|
176
|
+
|
177
|
+
<div class="bg-light">
|
178
|
+
<div class="grid">
|
179
|
+
<section class="row compact">
|
180
|
+
<section class="col-20 padding-top">
|
181
|
+
<img class="center" src="https://devimages.apple.com.edgekey.net/assets/elements/icons/128x128/xcode6-beta.png" width="128" height="128" alt="">
|
182
|
+
</section>
|
183
|
+
<section class="col-60 padding-top">
|
184
|
+
<h4>Xcode 6.4 beta 4<span class="tag-purple">Pre-release</span></h4>
|
185
|
+
<p>This is a pre-release version of the complete Xcode developer toolset for Mac, iPhone, iPad, and <span class="nowrap">Apple Watch.</span> This release requires <span class="nowrap">OS X Yosemite.</span>
|
186
|
+
</p>
|
187
|
+
<ul class="links small">
|
188
|
+
<li class="dmg"><a href="/services-account/download?path=/WWDC_2015/Xcode_6.4_beta_4/Xcode_6.4_beta_4.dmg">Download Xcode 6.4 beta 4</a></li>
|
189
|
+
<li class="document"><a href="/services-account/download?path=/WWDC_2015/Xcode_6.4_beta_4/Xcode_6.4_beta_4_Release_Notes.pdf">Xcode 6.4 beta 4 Release Notes</a></li>
|
190
|
+
</ul>
|
191
|
+
</section>
|
192
|
+
<section class="col-20 padding-top lighter smaller text-right">
|
193
|
+
<p class="padding-top no-padding-small">Released: Jun 9, 2015<br />
|
194
|
+
Build: 6E31c<br />
|
195
|
+
SDK: iOS 8.4 beta 4, OS X v10.10<br />
|
196
|
+
</p>
|
197
|
+
</section>
|
198
|
+
</section>
|
199
|
+
</div>
|
200
|
+
</div>
|
201
|
+
|
202
|
+
<div class="grid">
|
203
|
+
<div class="row">
|
204
|
+
<section class="col-100 padding-top no-padding-bottom">
|
205
|
+
<h4>Related Downloads and Resources</h4>
|
206
|
+
</section>
|
207
|
+
</div>
|
208
|
+
<div class="row">
|
209
|
+
<section class="col-25">
|
210
|
+
<img src="/assets/elements/icons/32x32/download.svg" width="32" height="32" alt="" />
|
211
|
+
<p class="smaller no-margin"><a href="/downloads/">Additional Tools</a></p>
|
212
|
+
<p class="smaller">Sign in with your Apple ID to download previous versions of Xcode or additional tools from the developer downloads site.</p>
|
213
|
+
</section>
|
214
|
+
<section class="col-25">
|
215
|
+
<img src="/assets/elements/icons/32x32/video.svg" width="32" height="32" alt="" />
|
216
|
+
<p class="smaller no-margin"><a href="/videos/">Videos</a></p>
|
217
|
+
<p class="smaller">Watch and learn from Apple engineers as they explain how to bring the best of Apple technologies to your apps.</p>
|
218
|
+
</section>
|
219
|
+
<section class="col-25">
|
220
|
+
<img src="/assets/elements/icons/32x32/library.svg" width="32" height="32" alt="" />
|
221
|
+
<p class="smaller no-margin"><a href="/library/ios/navigation/#section=Topics&topic=Xcode">Guides and Tutorials</a></p>
|
222
|
+
<p class="smaller">Find a comprehensive set of programming guides, reference, and sample code for developing with the latest tools and technologies on iOS and OS X.</p>
|
223
|
+
</section>
|
224
|
+
<section class="col-25">
|
225
|
+
<img src="/assets/elements/icons/32x32/forum-topic.svg" width="32" height="32" alt="" />
|
226
|
+
<p class="smaller no-margin"><a href="/devforums/">Forums</a></p>
|
227
|
+
<p class="smaller">Post questions and share thoughts about using Xcode with fellow developers.</p>
|
228
|
+
</section>
|
229
|
+
</div>
|
230
|
+
</div>
|
231
|
+
|
232
|
+
</main>
|
233
|
+
|
234
|
+
<footer id="globalfooter" class="no-margin-top" role="contentinfo">
|
235
|
+
<nav class="footer-breadory">
|
236
|
+
<a href="/" class="home breadcrumbs-home"><span aria-hidden="true"></span><span class="breadcrumbs-home-label">Developer</span></a>
|
237
|
+
<section class="breadcrumbs">
|
238
|
+
<ol class="breadcrumbs-list">
|
239
|
+
<li><a href="/xcode/">Xcode</a></li>
|
240
|
+
<li>Downloads</li>
|
241
|
+
</ol>
|
242
|
+
</section>
|
243
|
+
<div id="directorynav" class="directorynav">
|
244
|
+
<div id="dn-cola" class="column">
|
245
|
+
<h3><a href="/technologies/">Technologies</a></h3>
|
246
|
+
<ul>
|
247
|
+
<li><a href="/ios/pre-release/">iOS</a></li>
|
248
|
+
<li><a href="/osx/pre-release/">OS X</a></li>
|
249
|
+
<li><a href="/watchos/pre-release/">watchOS</a></li>
|
250
|
+
<li><a href="/xcode/">Xcode</a></li>
|
251
|
+
<li><a href="/swift/">Swift</a></li>
|
252
|
+
</ul>
|
253
|
+
</div>
|
254
|
+
<div id="dn-colb" class="column">
|
255
|
+
<h3><a href="/resources/">Resources</a></h3>
|
256
|
+
<ul>
|
257
|
+
<li><a href="/library/">Documentation</a></li>
|
258
|
+
<li><a href="/videos/">Videos</a></li>
|
259
|
+
<li><a href="/devforums/">Forums</a></li>
|
260
|
+
<li><a href="/bug-reporting/">Bug Reporting</a></li>
|
261
|
+
</ul>
|
262
|
+
|
263
|
+
</div>
|
264
|
+
<div id="dn-colc" class="column">
|
265
|
+
<h3><a href="/programs/">Programs</a></h3>
|
266
|
+
<ul>
|
267
|
+
<li><a href="/programs/">Developer Program</a></li>
|
268
|
+
<li><a href="/programs/enterprise/">Enterprise Program</a></li>
|
269
|
+
<li><a href="/programs/ios/university/">iOS University Program</a></li>
|
270
|
+
<li><a href="/programs/mfi/">MFi Program</a></li>
|
271
|
+
</ul>
|
272
|
+
</div>
|
273
|
+
<div id="dn-cold" class="column">
|
274
|
+
<h3><a href="/support/">Support</a></h3>
|
275
|
+
<ul>
|
276
|
+
<li><a href="/support/development/">Development</a></li>
|
277
|
+
<li><a href="/support/distribution/">Distribution</a></li>
|
278
|
+
<li><a href="/support/membership/">Membership</a></li>
|
279
|
+
<li><a href="/system-status/">System Status</a></li>
|
280
|
+
</ul>
|
281
|
+
</div>
|
282
|
+
<div id="dn-cole" class="column">
|
283
|
+
<h3><a href="/membercenter/">Member Center</a></h3>
|
284
|
+
<ul>
|
285
|
+
<li><a href="/membercenter/">Developer Account</a></li>
|
286
|
+
<li><a href="/account/overview.action">Certs, IDs, & Profiles</a></li>
|
287
|
+
<li><a href="/terms/">License Agreements</a></li>
|
288
|
+
</ul>
|
289
|
+
</div>
|
290
|
+
</div>
|
291
|
+
|
292
|
+
</nav>
|
293
|
+
<ul class="gf-links piped footer-links">
|
294
|
+
<li><a href="/news/" class="first">News</a></li>
|
295
|
+
<li><a href="/bug-reporting/">Report Bugs</a></li>
|
296
|
+
<li><a href="/contact/">Contact Us</a></li>
|
297
|
+
</ul>
|
298
|
+
|
299
|
+
<div class="gf-sosumi footer-sosumi">
|
300
|
+
<p>Copyright © 2015 Apple Inc. All rights reserved.</p>
|
301
|
+
<ul class="piped">
|
302
|
+
<li><a href="http://www.apple.com/legal/internet-services/terms/site.html" class="first">Terms of Use</a></li>
|
303
|
+
<li><a href="http://www.apple.com/privacy/privacy-policy/">Updated Privacy Policy</a></li>
|
304
|
+
</ul>
|
305
|
+
</div>
|
306
|
+
|
307
|
+
<!--<div id="gf-links piped footer-links">
|
308
|
+
<ul>
|
309
|
+
<li><a href="/cn/" title="Simplified Chinese">简体中文</a></li>
|
310
|
+
<li><a href="/jp/" title="Japanese">日本語</a></li>
|
311
|
+
<li><a href="/kr/" title="Korean">한국어</a></li>
|
312
|
+
</ul>
|
313
|
+
</div>-->
|
314
|
+
|
315
|
+
</footer><!-- globalfooter -->
|
316
|
+
|
317
|
+
</body>
|
318
|
+
</html>
|
@@ -0,0 +1,309 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
5
|
+
<meta name="Author" content="Apple Inc." />
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
|
+
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7, IE=9">
|
8
|
+
<link rel="shortcut icon" href="/favicon.ico" />
|
9
|
+
<link rel="icon" href="/favicon.ico" />
|
10
|
+
|
11
|
+
<link rel="stylesheet" href="/assets/styles/global.css" type="text/css" />
|
12
|
+
|
13
|
+
<script src="https://devimages.apple.com.edgekey.net/assets/scripts/lib/jquery/jquery-1.11.0.min.js"></script>
|
14
|
+
<script src="https://devimages.apple.com.edgekey.net/assets/scripts/lib/jquery/jquery.retinate.js" type="text/javascript" charset="utf-8"></script>
|
15
|
+
<!--[if lt IE 9]>
|
16
|
+
<link rel="stylesheet" href="/assets/styles/oldie.css" type="text/css" />
|
17
|
+
<script src="/assets/scripts/html5.js"></script>
|
18
|
+
<![endif]-->
|
19
|
+
<script src="/assets/scripts/lg-search.js"></script>
|
20
|
+
<script src="/assets/scripts/global.js"></script>
|
21
|
+
|
22
|
+
<link rel="stylesheet" href="https://www.apple.com/wss/fonts?family=Myriad+Set+Pro&v=1" type="text/css" />
|
23
|
+
|
24
|
+
|
25
|
+
<title>Xcode - Downloads - Apple Developer</title>
|
26
|
+
<meta name="omni_page" content="Xcode Downloads and Resources - (English)">
|
27
|
+
<meta name="Description" content="Xcode includes the Xcode IDE, Instruments, iOS Simulator, the latest OS X and iOS SDKs, and more. Download Xcode and start creating apps for iOS and OS X.">
|
28
|
+
<meta name="robots" content="noodp,noydir" />
|
29
|
+
<link rel="alternate" href="https://developer.apple.com/kr/xcode/downloads/" hreflang="ko-KR" />
|
30
|
+
<link rel="alternate" href="https://developer.apple.com/jp/xcode/downloads/" hreflang="ja-JP" />
|
31
|
+
<link rel="alternate" href="https://developer.apple.com/cn/xcode/downloads/" hreflang="zh-CN" />
|
32
|
+
<link rel="alternate" href="https://developer.apple.com/xcode/downloads/" hreflang="en" />
|
33
|
+
<link rel="stylesheet" href="/xcode/styles/xcode.css" type="text/css" />
|
34
|
+
<style>
|
35
|
+
.bg-light {background-color:#fafafa;}
|
36
|
+
</style>
|
37
|
+
</head>
|
38
|
+
<body>
|
39
|
+
<nav id="globalheader" role="navigation" aria-label="Global Navigation">
|
40
|
+
<div id="gh-content" class="gh-content">
|
41
|
+
<ul class="gh-menu">
|
42
|
+
<li id="gh-menu-icon-toggle" class="gh-menu-icon gh-menu-icon-toggle enhance">
|
43
|
+
<button id="gh-svg-icons" class="gh-svg-wrapper">
|
44
|
+
<span class="text-replace">Menu</span>
|
45
|
+
<svg x="0px" y="0px" width="100%" viewBox="0 0 96 96" class="gh-svg gh-svg-top" enable-background="new 0 0 96 96"><rect width="32" height="4" x="32" y="46" class="gh-svg-rect gh-svg-rect-top"></rect></svg>
|
46
|
+
<svg x="0px" y="0px" width="100%" viewBox="0 0 96 96" class="gh-svg gh-svg-bottom" enable-background="new 0 0 96 96"><rect width="32" height="4" x="32" y="46" class="gh-svg-rect gh-svg-rect-bottom"></rect></svg>
|
47
|
+
</button>
|
48
|
+
</li>
|
49
|
+
<li id="gh-menu-icon-home" class="gh-menu-icon gh-menu-icon-home">
|
50
|
+
<a href="/"><span class="text-replace">Apple Developer</span></a>
|
51
|
+
</li>
|
52
|
+
</ul>
|
53
|
+
<div class="gh-nav">
|
54
|
+
<div class="gh-nav-view">
|
55
|
+
<ul class="gh-nav-list">
|
56
|
+
<li class="gh-tab gh-nav-developer" data-hires="true"><a class="gh-tab-link" href="/"><span class="text-replace">Apple Developer</span></a></li>
|
57
|
+
<li class="gh-tab gh-nav-technologies"><a class="gh-tab-link" href="/platforms/">Platforms</a></li>
|
58
|
+
<li class="gh-tab gh-nav-resources"><a class="gh-tab-link" href="/resources/">Resources</a></li>
|
59
|
+
<li class="gh-tab gh-nav-programs"><a class="gh-tab-link" href="/programs/">Programs</a></li>
|
60
|
+
<li class="gh-tab gh-nav-support"><a class="gh-tab-link" href="/support/">Support</a></li>
|
61
|
+
<li class="gh-tab gh-nav-account gh-nav-membercenter"><a class="gh-tab-link" href="/membercenter/">Member Center</a></li>
|
62
|
+
<li class="gh-tab gh-nav-search">
|
63
|
+
<div id="gh-search" class="gh-search" role="search">
|
64
|
+
<form action="/search/index.php" method="get" class="gh-search-form" id="gh-search-form" role="search">
|
65
|
+
<div class="gh-search-input-wrapper">
|
66
|
+
<label for="gh-search-input" class="text-replace">Search Apple Developer</label>
|
67
|
+
<input type="text" name="q" id="gh-search-input" class="augmented gh-search-input" placeholder="Search Apple Developer" autocomplete="off">
|
68
|
+
</div>
|
69
|
+
<button disabled type="submit" id="gh-search-submit" class="gh-search-submit gh-search-magnify"><span class="text-replace">Search Apple Developer</span></button>
|
70
|
+
<button disabled type="reset" id="gh-search-reset" class="gh-search-reset"><span class="text-replace">Reset</span></button>
|
71
|
+
</form>
|
72
|
+
</div>
|
73
|
+
<a class="gh-search-magnify" href="/search/"><span class="text-replace">Search Apple Developer</span></a>
|
74
|
+
</li>
|
75
|
+
</ul>
|
76
|
+
</div>
|
77
|
+
</div>
|
78
|
+
</div>
|
79
|
+
</nav>
|
80
|
+
|
81
|
+
<div id="top">
|
82
|
+
<!-- SiteCatalyst code version: H.8. Copyright 1997-2006 Omniture, Inc. -->
|
83
|
+
<script type="text/javascript">
|
84
|
+
/* RSID: */
|
85
|
+
var s_account="appleglobal,appleusdeveloper"
|
86
|
+
</script>
|
87
|
+
|
88
|
+
<script type="text/javascript" src="https://www.apple.com/metrics/scripts/s_code_h.js"></script>
|
89
|
+
<script type="text/javascript">
|
90
|
+
s.pageName=AC.Tracking.pageName();
|
91
|
+
s.channel="www.us.developer"
|
92
|
+
|
93
|
+
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
|
94
|
+
var s_code=s.t();if(s_code)document.write(s_code)</script>
|
95
|
+
<!-- End SiteCatalyst code version: H.8. -->
|
96
|
+
</div>
|
97
|
+
|
98
|
+
<main id="main" class="main" role="main" data-hires="true">
|
99
|
+
|
100
|
+
<section class="sticky">
|
101
|
+
<nav class="subnav" role="navigation" aria-label="Local Navigation" data-hires="true">
|
102
|
+
<section class="sub-title"><h2><a href="/xcode/">Xcode</a></h2></section>
|
103
|
+
<ul>
|
104
|
+
<li><a href="/xcode/">What's New</a></li>
|
105
|
+
<li><a href="/xcode/ide/">Xcode IDE</a></li>
|
106
|
+
<li><a href="/xcode/interface-builder/">Interface Builder</a></li>
|
107
|
+
<li><a href="/xcode/features/">Features</a></li>
|
108
|
+
<li><a class="active" href="/xcode/downloads/">Download</a></li>
|
109
|
+
</ul>
|
110
|
+
</nav>
|
111
|
+
</section>
|
112
|
+
|
113
|
+
<section class="grid">
|
114
|
+
<section class="row">
|
115
|
+
<section class="col-100 text-center padding-top">
|
116
|
+
<h1>Download Xcode for Free</h1>
|
117
|
+
</section>
|
118
|
+
</section>
|
119
|
+
</section>
|
120
|
+
|
121
|
+
<div class="bg-light">
|
122
|
+
<div class="grid">
|
123
|
+
<section class="row compact">
|
124
|
+
<section class="col-20 padding-top">
|
125
|
+
<img class="center" src="https://devimages.apple.com.edgekey.net/assets/elements/icons/128x128/xcode6-beta.png" width="128" height="128" alt="">
|
126
|
+
</section>
|
127
|
+
<section class="col-60 padding-top">
|
128
|
+
<h4>Xcode 7.1 beta<span class="tag-purple">Pre-release</span></h4>
|
129
|
+
<p>This is the complete Xcode developer toolset for building apps that run on Apple TV, Apple Watch, iPhone, iPad, and Mac. It includes the Xcode IDE, simulators, and all the required tools and frameworks to build apps for iOS, watchOS, tvOS, and OS X.</span>
|
130
|
+
</p>
|
131
|
+
<ul class="links small">
|
132
|
+
<li class="dmg"><a href="/services-account/download?path=/Developer_Tools/Xcode_7.1_beta/Xcode_7.1_beta.dmg">Download Xcode 7.1 beta</a></li>
|
133
|
+
<li class="document"><a href="/services-account/download?path=/Developer_Tools/Xcode_7.1_beta/Xcode_7.1_beta_Release_Notes.pdf">Xcode 7.1 beta Release Notes</a></li>
|
134
|
+
</ul>
|
135
|
+
</section>
|
136
|
+
<section class="col-20 text-right">
|
137
|
+
<p class="sosumi no-margin-bottom margin-top-small">Build</p>
|
138
|
+
<p class="smaller lighter">7B60</p>
|
139
|
+
<p class="sosumi no-margin-bottom margin-top-small">Posted Date</p>
|
140
|
+
<p class="smaller lighter no-margin">Sep 9, 2015</p>
|
141
|
+
<p class="sosumi no-margin-bottom margin-top-small">SDK</p>
|
142
|
+
<p class="smaller lighter no-margin">iOS 9.1 beta</p>
|
143
|
+
<p class="smaller lighter no-margin">OS X v10.11</p>
|
144
|
+
<p class="smaller lighter no-margin">tvOS beta</p>
|
145
|
+
</section>
|
146
|
+
</section>
|
147
|
+
<section class="row compact divider-top">
|
148
|
+
<section class="col-20 padding-top">
|
149
|
+
<img class="center" src="https://devimages.apple.com.edgekey.net/assets/elements/icons/128x128/xcode6-beta.png" width="128" height="128" alt="">
|
150
|
+
</section>
|
151
|
+
<section class="col-60 padding-top">
|
152
|
+
<h4>Xcode 7 GM seed<span class="tag-purple">Pre-release</span></h4>
|
153
|
+
<p>This release includes the Xcode IDE, Swift 2 compiler, Instruments, Simulator, and latest SDKs for OS X, iOS, and watchOS.</span>
|
154
|
+
</p>
|
155
|
+
<ul class="links small">
|
156
|
+
<li class="dmg"><a href="/services-account/download?path=/Developer_Tools/Xcode_7_GM_seed/Xcode_7_GM_seed.dmg">Download Xcode 7 GM seed</a></li>
|
157
|
+
</ul>
|
158
|
+
</section>
|
159
|
+
<section class="col-20 text-right">
|
160
|
+
<p class="sosumi no-margin-bottom margin-top-small">Build</p>
|
161
|
+
<p class="smaller lighter">7A216</p>
|
162
|
+
<p class="sosumi no-margin-bottom margin-top-small">Posted Date</p>
|
163
|
+
<p class="smaller lighter no-margin">Sep 9, 2015</p>
|
164
|
+
<p class="sosumi no-margin-bottom margin-top-small">SDK</p>
|
165
|
+
<p class="smaller lighter no-margin">iOS 9</p>
|
166
|
+
<p class="smaller lighter no-margin">OS X v10.11</p>
|
167
|
+
</section>
|
168
|
+
</section>
|
169
|
+
</div>
|
170
|
+
</div>
|
171
|
+
<div class="grid">
|
172
|
+
<div class="row compact">
|
173
|
+
<section class="col-20 padding-top">
|
174
|
+
<img class="center" src="/assets/elements/icons/128x128/xcode6.png" width="128" height="128" alt="">
|
175
|
+
</section>
|
176
|
+
<section class="col-60 padding-top">
|
177
|
+
<h4>Xcode 6.4</h4>
|
178
|
+
<p>This release includes the Xcode IDE, LLVM compiler, Instruments, iOS Simulator, the latest OS X and iOS SDKs, WatchKit and the Swift 1.2 programming language.</span>
|
179
|
+
</p>
|
180
|
+
<p><a class="more" href="http://itunes.apple.com/us/app/xcode/id497799835?ls=1&mt=12">View in the Mac App Store</a></p>
|
181
|
+
</section>
|
182
|
+
<section class="col-20 text-right">
|
183
|
+
<p class="sosumi no-margin-bottom margin-top-small">Build</p>
|
184
|
+
<p class="smaller lighter">6E35b</p>
|
185
|
+
<p class="sosumi no-margin-bottom margin-top-small">Posted Date</p>
|
186
|
+
<p class="smaller lighter no-margin">Jun 30, 2015</p>
|
187
|
+
<p class="sosumi no-margin-bottom margin-top-small">SDK</p>
|
188
|
+
<p class="smaller lighter no-margin">iOS 8.4</p>
|
189
|
+
<p class="smaller lighter no-margin">OS X v10.10</p>
|
190
|
+
</section>
|
191
|
+
</div>
|
192
|
+
</div>
|
193
|
+
|
194
|
+
<div class="grid">
|
195
|
+
<div class="row">
|
196
|
+
<section class="col-100 padding-top no-padding-bottom">
|
197
|
+
<h4>Related Downloads and Resources</h4>
|
198
|
+
</section>
|
199
|
+
</div>
|
200
|
+
<div class="row">
|
201
|
+
<section class="col-25">
|
202
|
+
<img src="/assets/elements/icons/32x32/download.svg" width="32" height="32" alt="" />
|
203
|
+
<p class="smaller no-margin"><a href="/downloads/">Additional Tools</a></p>
|
204
|
+
<p class="smaller">Sign in with your Apple ID to download previous versions of Xcode or additional tools from the developer downloads site.</p>
|
205
|
+
</section>
|
206
|
+
<section class="col-25">
|
207
|
+
<img src="/assets/elements/icons/32x32/video.svg" width="32" height="32" alt="" />
|
208
|
+
<p class="smaller no-margin"><a href="/videos/">Videos</a></p>
|
209
|
+
<p class="smaller">Watch and learn from Apple engineers as they explain how to bring the best of Apple technologies to your apps.</p>
|
210
|
+
</section>
|
211
|
+
<section class="col-25">
|
212
|
+
<img src="/assets/elements/icons/32x32/library.svg" width="32" height="32" alt="" />
|
213
|
+
<p class="smaller no-margin"><a href="/library/ios/navigation/#section=Topics&topic=Xcode">Guides and Tutorials</a></p>
|
214
|
+
<p class="smaller">Find a comprehensive set of programming guides, reference, and sample code for developing with the latest tools and technologies on iOS and OS X.</p>
|
215
|
+
</section>
|
216
|
+
<section class="col-25">
|
217
|
+
<img src="/assets/elements/icons/32x32/forum-topic.svg" width="32" height="32" alt="" />
|
218
|
+
<p class="smaller no-margin"><a href="https://forums.developer.apple.com/community/xcode/">Forums</a></p>
|
219
|
+
<p class="smaller">Post questions and share thoughts about using Xcode with fellow developers.</p>
|
220
|
+
</section>
|
221
|
+
</div>
|
222
|
+
</div>
|
223
|
+
|
224
|
+
</main>
|
225
|
+
|
226
|
+
<footer id="globalfooter" class="no-margin-top" role="contentinfo">
|
227
|
+
<nav class="footer-breadory">
|
228
|
+
<a href="/" class="home breadcrumbs-home"><span aria-hidden="true"></span><span class="breadcrumbs-home-label">Developer</span></a>
|
229
|
+
<section class="breadcrumbs">
|
230
|
+
<ol class="breadcrumbs-list">
|
231
|
+
<li><a href="/xcode/">Xcode</a></li>
|
232
|
+
<li>Downloads</li>
|
233
|
+
</ol>
|
234
|
+
</section>
|
235
|
+
<div id="directorynav" class="directorynav">
|
236
|
+
<div id="dn-cola" class="column">
|
237
|
+
<h3><a href="/platforms/">Platforms</a></h3>
|
238
|
+
<ul>
|
239
|
+
<li><a href="/ios/">iOS</a></li>
|
240
|
+
<li><a href="/osx/">OS X</a></li>
|
241
|
+
<li><a href="/watchos/">watchOS</a></li>
|
242
|
+
<li><a href="/tvos/">tvOS</a></li>
|
243
|
+
</ul>
|
244
|
+
</div>
|
245
|
+
<div id="dn-colb" class="column">
|
246
|
+
<h3><a href="/resources/">Resources</a></h3>
|
247
|
+
<ul>
|
248
|
+
<li><a href="/xcode/">Xcode</a></li>
|
249
|
+
<li><a href="/swift/">Swift</a></li>
|
250
|
+
<li><a href="/library/">Documentation</a></li>
|
251
|
+
<li><a href="/videos/">Videos</a></li>
|
252
|
+
<li><a href="https://forums.developer.apple.com/">Forums</a></li>
|
253
|
+
</ul>
|
254
|
+
</div>
|
255
|
+
<div id="dn-colc" class="column">
|
256
|
+
<h3><a href="/programs/">Programs</a></h3>
|
257
|
+
<ul>
|
258
|
+
<li><a href="/programs/">Developer Program</a></li>
|
259
|
+
<li><a href="/programs/enterprise/">Enterprise Program</a></li>
|
260
|
+
<li><a href="/programs/ios/university/">iOS University Program</a></li>
|
261
|
+
<li><a href="/programs/mfi/">MFi Program</a></li>
|
262
|
+
</ul>
|
263
|
+
</div>
|
264
|
+
<div id="dn-cold" class="column">
|
265
|
+
<h3><a href="/support/">Support</a></h3>
|
266
|
+
<ul>
|
267
|
+
<li><a href="/support/development/">Development</a></li>
|
268
|
+
<li><a href="/support/distribution/">Distribution</a></li>
|
269
|
+
<li><a href="/support/membership/">Membership</a></li>
|
270
|
+
<li><a href="/system-status/">System Status</a></li>
|
271
|
+
</ul>
|
272
|
+
</div>
|
273
|
+
<div id="dn-cole" class="column">
|
274
|
+
<h3><a href="/membercenter/">Member Center</a></h3>
|
275
|
+
<ul>
|
276
|
+
<li><a href="/membercenter/">Developer Account</a></li>
|
277
|
+
<li><a href="/account/overview.action">Certs, IDs, & Profiles</a></li>
|
278
|
+
<li><a href="/terms/">License Agreements</a></li>
|
279
|
+
</ul>
|
280
|
+
</div>
|
281
|
+
</div>
|
282
|
+
|
283
|
+
</nav>
|
284
|
+
<ul class="gf-links piped footer-links">
|
285
|
+
<li><a href="/news/" class="first">News</a></li>
|
286
|
+
<li><a href="/bug-reporting/">Report Bugs</a></li>
|
287
|
+
<li><a href="/contact/">Contact Us</a></li>
|
288
|
+
</ul>
|
289
|
+
|
290
|
+
<div class="gf-sosumi footer-sosumi">
|
291
|
+
<p>Copyright © 2015 Apple Inc. All rights reserved.</p>
|
292
|
+
<ul class="piped">
|
293
|
+
<li><a href="http://www.apple.com/legal/internet-services/terms/site.html" class="first">Terms of Use</a></li>
|
294
|
+
<li><a href="http://www.apple.com/privacy/privacy-policy/">Updated Privacy Policy</a></li>
|
295
|
+
</ul>
|
296
|
+
</div>
|
297
|
+
|
298
|
+
<!--<div id="gf-links piped footer-links">
|
299
|
+
<ul>
|
300
|
+
<li><a href="/cn/" title="Simplified Chinese">简体中文</a></li>
|
301
|
+
<li><a href="/jp/" title="Japanese">日本語</a></li>
|
302
|
+
<li><a href="/kr/" title="Korean">한국어</a></li>
|
303
|
+
</ul>
|
304
|
+
</div>-->
|
305
|
+
|
306
|
+
</footer><!-- globalfooter -->
|
307
|
+
|
308
|
+
</body>
|
309
|
+
</html>
|