diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-06-05 08:35:13 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-06-05 08:37:36 +0200 |
| commit | ab20ae807961982c54e92675bee4c4000b990b7b (patch) | |
| tree | 097367f0ae405cb14c9e43effd7629485b351e62 | |
| parent | Merge pull request #6206 (diff) | |
| parent | Bugfix: Correct links for Xcode download (diff) | |
| download | discoin-ab20ae807961982c54e92675bee4c4000b990b7b.tar.xz discoin-ab20ae807961982c54e92675bee4c4000b990b7b.zip | |
Merge pull request #6238
cfc600d Bugfix: Correct links for Xcode download (Luke Dashjr)
| -rw-r--r-- | doc/README_osx.txt | 2 | ||||
| -rw-r--r-- | doc/release-process.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README_osx.txt b/doc/README_osx.txt index e8af46e0e..a572c7a24 100644 --- a/doc/README_osx.txt +++ b/doc/README_osx.txt @@ -30,7 +30,7 @@ originally done in toolchain4. To complicate things further, all builds must target an Apple SDK. These SDKs are free to download, but not redistributable. To obtain it, register for a developer account, then download the XCode 6.1.1 dmg: -https://developer.apple.com/downloads/download.action?path=Developer_Tools/xcode_6.1.1/xcode_6.1.1.dmg +https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/xcode_6.1.1/xcode_6.1.1.dmg This file is several gigabytes in size, but only a single directory inside is needed: Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk diff --git a/doc/release-process.md b/doc/release-process.md index cdcee0ec3..d3109c6aa 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -44,7 +44,7 @@ Release Process Register and download the Apple SDK: (see OSX Readme for details) - https://developer.apple.com/downloads/download.action?path=Developer_Tools/xcode_6.1.1/xcode_6.1.1.dmg + https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/xcode_6.1.1/xcode_6.1.1.dmg Using a Mac, create a tarball for the 10.9 SDK and copy it to the inputs directory: |