mirror of
https://github.com/status-im/status-react.git
synced 2025-02-16 21:07:21 +00:00
upgrade Xcode: 11.1 > 11.2.1
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d6d33aceb0
commit
72dfb5189e
@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'macos-xcode-11.1' }
|
agent { label 'macos-xcode-11.2.1' }
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
string(
|
string(
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'macos-xcode-11.1' }
|
agent { label 'macos-xcode-11.2.1' }
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
string(
|
string(
|
||||||
|
@ -6,7 +6,7 @@ let
|
|||||||
|
|
||||||
platform = callPackage ../platform.nix { inherit target-os; };
|
platform = callPackage ../platform.nix { inherit target-os; };
|
||||||
xcodewrapperArgs = {
|
xcodewrapperArgs = {
|
||||||
version = "11.1";
|
version = "11.2.1";
|
||||||
};
|
};
|
||||||
xcodeWrapper = composeXcodeWrapper xcodewrapperArgs;
|
xcodeWrapper = composeXcodeWrapper xcodewrapperArgs;
|
||||||
androidPlatform = callPackage ./android { inherit config target-os mkShell mkFilter nodejs maven localMavenRepoBuilder projectNodePackage jsbundle; status-go = status-go.android; };
|
androidPlatform = callPackage ./android { inherit config target-os mkShell mkFilter nodejs maven localMavenRepoBuilder projectNodePackage jsbundle; status-go = status-go.android; };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user