upgrade Xcode: 11.1 > 11.2.1

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-12-04 13:07:11 +01:00
parent d6d33aceb0
commit 72dfb5189e
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
pipeline {
agent { label 'macos-xcode-11.1' }
agent { label 'macos-xcode-11.2.1' }
parameters {
string(

View File

@ -1,5 +1,5 @@
pipeline {
agent { label 'macos-xcode-11.1' }
agent { label 'macos-xcode-11.2.1' }
parameters {
string(

View File

@ -6,7 +6,7 @@ let
platform = callPackage ../platform.nix { inherit target-os; };
xcodewrapperArgs = {
version = "11.1";
version = "11.2.1";
};
xcodeWrapper = composeXcodeWrapper xcodewrapperArgs;
androidPlatform = callPackage ./android { inherit config target-os mkShell mkFilter nodejs maven localMavenRepoBuilder projectNodePackage jsbundle; status-go = status-go.android; };