Skip to content

Commit

Permalink
Set macOS deployment target for playgrounds to macOS 13.
Browse files Browse the repository at this point in the history
  • Loading branch information
TadeasKriz committed May 17, 2024
1 parent cf83711 commit 0d2e76f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
"@loader_path/../Frameworks",
"@executable_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.4;
MACOSX_DEPLOYMENT_TARGET = 13.0;
OTHER_LDFLAGS = (
"-framework",
Kotlin,
Expand Down Expand Up @@ -360,7 +360,7 @@
"@loader_path/../Frameworks",
"@executable_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.4;
MACOSX_DEPLOYMENT_TARGET = 13.0;
OTHER_LDFLAGS = (
"-framework",
Kotlin,
Expand Down

0 comments on commit 0d2e76f

Please sign in to comment.