aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.md
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-05-24 11:11:42 -0400
committerWladimir J. van der Laan <laanwj@gmail.com>2014-05-29 15:57:42 +0200
commit768cef90b989cca805247ff232168467c25c14ba (patch)
treef9e9d6f78b398ec49746821ddd348e9f04a65eda /doc/release-process.md
parent6fb75919de14aed2a97d30421a89c1f288540f02 (diff)
downloadbitcoin-768cef90b989cca805247ff232168467c25c14ba.tar.xz
release: Bump the OSX SDK to 10.7 for gitian builds
This fixes the display on Retina Macbooks. It also moves us away from depending on the ancient XCode3 sdk. Conflicts: doc/release-process.md Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com> Rebased-From: 2869b13
Diffstat (limited to 'doc/release-process.md')
-rw-r--r--doc/release-process.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index b12479516b..6d08c48496 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -36,12 +36,10 @@ Release Process
mkdir -p inputs; cd inputs/
Register and download the Apple SDK (see OSX Readme for details)
- visit https://developer.apple.com/devcenter/download.action?path=/Developer_Tools/xcode_3.2.6_and_ios_sdk_4.3__final/xcode_3.2.6_and_ios_sdk_4.3.dmg
-
- Extract MacOSX10.6.pkg using 7zip
- 7z e -y xcode_3.2.6_and_ios_sdk_4.3.dmg 5.hfs
- 7z -y e 5.hfs "Xcode and iOS SDK/Packages/MacOSX10.6.pkg"
- rm 5.hfs
+ visit https://developer.apple.com/downloads/download.action?path=Developer_Tools/xcode_4.6.3/xcode4630916281a.dmg
+
+ Using a Mac, create a tarball for the 10.7 SDK
+ tar -C /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ -czf MacOSX10.7.sdk.tar.gz MacOSX10.7.sdk
Fetch and build inputs: (first time, or when dependency versions change)