about summary refs log tree commit diff
path: root/pkgs/development/mobile
diff options
context:
space:
mode:
authorSander van der Burg <svanderburg@gmail.com>2014-10-14 01:11:58 +0200
committerSander van der Burg <svanderburg@gmail.com>2014-10-14 01:12:22 +0200
commit323509e11c4659c23da69e7456be27224f1287b7 (patch)
tree651a2eef1714aa616edb8113a22f2e141ffc5422 /pkgs/development/mobile
parent436cdb7e8797f44cd5c38a8600096076145c7c27 (diff)
downloadnixlib-323509e11c4659c23da69e7456be27224f1287b7.tar
nixlib-323509e11c4659c23da69e7456be27224f1287b7.tar.gz
nixlib-323509e11c4659c23da69e7456be27224f1287b7.tar.bz2
nixlib-323509e11c4659c23da69e7456be27224f1287b7.tar.lz
nixlib-323509e11c4659c23da69e7456be27224f1287b7.tar.xz
nixlib-323509e11c4659c23da69e7456be27224f1287b7.tar.zst
nixlib-323509e11c4659c23da69e7456be27224f1287b7.zip
titaniumenv: use xcode version 6.0.1 by default
Diffstat (limited to 'pkgs/development/mobile')
-rw-r--r--pkgs/development/mobile/titaniumenv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/mobile/titaniumenv/default.nix b/pkgs/development/mobile/titaniumenv/default.nix
index 34edc10913b5..49da64e8514f 100644
--- a/pkgs/development/mobile/titaniumenv/default.nix
+++ b/pkgs/development/mobile/titaniumenv/default.nix
@@ -1,4 +1,4 @@
-{pkgs, pkgs_i686, xcodeVersion ? "6.0", xcodeBaseDir ? "/Applications/Xcode.app", tiVersion ? "3.4.0.GA"}:
+{pkgs, pkgs_i686, xcodeVersion ? "6.0.1", xcodeBaseDir ? "/Applications/Xcode.app", tiVersion ? "3.4.0.GA"}:
 
 let
   # We have to use Oracle's JDK. On Darwin, just simply expose the host system's