Skip to content

Commit

Permalink
Upgrade Xcode requirement to 10.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
Pedro Pombeiro authored and jakubgs committed Jun 12, 2019
1 parent 0083b9d commit 950bb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/mobile/default.nix
Expand Up @@ -6,7 +6,7 @@ with stdenv;
let
platform = callPackage ../platform.nix { inherit target-os; };
xcodewrapperArgs = {
version = "10.1";
version = "10.2.1";
};
xcodeWrapper = composeXcodeWrapper xcodewrapperArgs;
androidPlatform = callPackage ./android.nix { inherit config gradle; };
Expand Down

0 comments on commit 950bb34

Please sign in to comment.