titaniumenv: bump default versions of the SDK and Xcode

This commit is contained in:
Sander van der Burg 2018-01-05 13:50:05 +01:00
parent 8accfafae8
commit b481181897

View File

@ -1,4 +1,4 @@
{pkgs, pkgs_i686, xcodeVersion ? "8.2.1", xcodeBaseDir ? "/Applications/Xcode.app", tiVersion ? "6.0.2.GA"}:
{pkgs, pkgs_i686, xcodeVersion ? "9.2", xcodeBaseDir ? "/Applications/Xcode.app", tiVersion ? "6.3.1.GA"}:
rec {
androidenv = pkgs.androidenv;