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 {
|
stdenv.mkDerivation {
|
||||||
name = "xcode-wrapper-"+version;
|
name = "xcode-wrapper-"+version;
|
||||||
@ -9,6 +9,7 @@ stdenv.mkDerivation {
|
|||||||
ln -s /usr/bin/xcodebuild
|
ln -s /usr/bin/xcodebuild
|
||||||
ln -s /usr/bin/xcrun
|
ln -s /usr/bin/xcrun
|
||||||
ln -s /usr/bin/security
|
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"
|
ln -s "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app/Contents/MacOS/iPhone Simulator"
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user