tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
Support Xcode 5.0
Sander van der Burg
12 years ago
f24e20f1
ce7f235a
+2
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
mobile
xcodeenv
xcodewrapper.nix
+2
-1
pkgs/development/mobile/xcodeenv/xcodewrapper.nix
···
1
1
-
{stdenv, version ? "4.6"}:
1
1
+
{stdenv, version ? "5.0"}:
2
2
3
3
stdenv.mkDerivation {
4
4
name = "xcode-wrapper-"+version;
···
9
9
ln -s /usr/bin/xcodebuild
10
10
ln -s /usr/bin/xcrun
11
11
ln -s /usr/bin/security
12
12
+
ln -s /usr/bin/codesign
12
13
ln -s "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone Simulator.app/Contents/MacOS/iPhone Simulator"
13
14
14
15
cd ..