titaniumenv: add 6.0 SDK + bump kitchensink testcase

This commit is contained in:
Sander van der Burg
2017-01-24 13:22:16 +01:00
parent a82810c7a7
commit de9a4f5fb4
4 changed files with 44 additions and 4 deletions
@@ -1,4 +1,4 @@
{pkgs, pkgs_i686, xcodeVersion ? "7.2", xcodeBaseDir ? "/Applications/Xcode.app", tiVersion ? "5.2.3.GA"}:
{pkgs, pkgs_i686, xcodeVersion ? "7.2", xcodeBaseDir ? "/Applications/Xcode.app", tiVersion ? "6.0.2.GA"}:
rec {
androidenv = pkgs.androidenv;
@@ -11,6 +11,7 @@ rec {
titaniumsdk = let
titaniumSdkFile = if tiVersion == "5.1.2.GA" then ./titaniumsdk-5.1.nix
else if tiVersion == "5.2.3.GA" then ./titaniumsdk-5.2.nix
else if tiVersion == "6.0.2.GA" then ./titaniumsdk-6.0.nix
else throw "Titanium version not supported: "+tiVersion;
in
import titaniumSdkFile {