Skip to content

Commit

Permalink
Upgrade Xcode requirement to 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Pombeiro committed Jun 12, 2019
1 parent d1d7af7 commit 14a7017
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";
};
xcodeWrapper = composeXcodeWrapper xcodewrapperArgs;
androidPlatform = callPackage ./android.nix { inherit config gradle; };
Expand Down

0 comments on commit 14a7017

Please sign in to comment.