diff options
| author | Cory Fields <[email protected]> | 2015-01-20 00:20:44 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-01-20 01:49:20 -0500 |
| commit | f0172bf91ef521a0155cf1f0ae9fde1ab02157b3 (patch) | |
| tree | f6a53c9a6c0cbd63d78bc4db095fe807891b0fb0 /doc/release-process.md | |
| parent | Merge pull request #5671 (diff) | |
| download | discoin-f0172bf91ef521a0155cf1f0ae9fde1ab02157b3.tar.xz discoin-f0172bf91ef521a0155cf1f0ae9fde1ab02157b3.zip | |
osx: bump build sdk to 10.9
Diffstat (limited to 'doc/release-process.md')
| -rw-r--r-- | doc/release-process.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index eb2eb619b..363465d82 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -44,11 +44,11 @@ Release Process Register and download the Apple SDK: (see OSX Readme for details) - https://developer.apple.com/downloads/download.action?path=Developer_Tools/xcode_4.6.3/xcode4630916281a.dmg + https://developer.apple.com/downloads/download.action?path=Developer_Tools/xcode_6.1.1/xcode_6.1.1.dmg - Using a Mac, create a tarball for the 10.7 SDK and copy it to the inputs directory: + Using a Mac, create a tarball for the 10.9 SDK and copy it to the inputs directory: - tar -C /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ -czf MacOSX10.7.sdk.tar.gz MacOSX10.7.sdk + tar -C /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ -czf MacOSX10.9.sdk.tar.gz MacOSX10.9.sdk ###Optional: Seed the Gitian sources cache |