mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
Support Xcode 5.0
This commit is contained in:
parent
ce7f235a09
commit
f24e20f1e3
|
@ -1,4 +1,4 @@
|
|||
{stdenv, version ? "4.6"}:
|
||||
{stdenv, version ? "5.0"}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "xcode-wrapper-"+version;
|
||||
|
@ -9,6 +9,7 @@ stdenv.mkDerivation {
|
|||
ln -s /usr/bin/xcodebuild
|
||||
ln -s /usr/bin/xcrun
|
||||
ln -s /usr/bin/security
|
||||
ln -s /usr/bin/codesign
|
||||
ln -s "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app/Contents/MacOS/iPhone Simulator"
|
||||
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue