Skip to content

Commit

Permalink
Lower macOS dependency from 12.0 to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed May 24, 2024
1 parent f1f35a4 commit b4f7bd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ jobs:
with:
name: Therm.zip
path: Therm-*.zip

6 changes: 3 additions & 3 deletions Therm.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7177,7 +7177,7 @@
"@executable_path/../Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MACOSX_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 11.0;
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
"-laprutil-1",
Expand Down Expand Up @@ -7952,7 +7952,7 @@
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
LINK_WITH_STANDARD_LIBRARIES = YES;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 11.0;
"OTHER_CFLAGS[arch=*]" = "-DITERM_DEBUG=1";
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
Expand Down Expand Up @@ -8026,7 +8026,7 @@
"@executable_path/../Frameworks",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
MACOSX_DEPLOYMENT_TARGET = 12.0;
MACOSX_DEPLOYMENT_TARGET = 11.0;
"OTHER_CFLAGS[arch=*]" = "-O3";
OTHER_CODE_SIGN_FLAGS = "--deep";
OTHER_LDFLAGS = (
Expand Down
Binary file not shown.

0 comments on commit b4f7bd3

Please sign in to comment.