Skip to content

Commit

Permalink
update mac version
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Aug 5, 2024
1 parent e7b250c commit a4eb312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class MacTarget extends DefaultBuildTarget {

private final String macMinTarget;

public static String MIN_MAC_VERSION = "13.0";
public static String MIN_MAC_VERSION = "10.13";

public MacTarget() {
this(false);
Expand Down

0 comments on commit a4eb312

Please sign in to comment.