Skip to content

Commit

Permalink
Merge pull request #459 from apple/jgrynspan/bump-macos-deployment-ta…
Browse files Browse the repository at this point in the history
…rget

Bump the macOS deployment target to 10.13 in the Xcode project.
  • Loading branch information
grynspan committed Jul 7, 2023
2 parents c902f0f + 543e0d8 commit aba63a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XCTest.xcodeproj/project.pbxproj
Expand Up @@ -513,7 +513,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MACOSX_DEPLOYMENT_TARGET = 10.13;
"OTHER_LDFLAGS[sdk=macosx*]" = (
"-framework",
SwiftFoundation,
Expand All @@ -538,7 +538,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.12;
MACOSX_DEPLOYMENT_TARGET = 10.13;
"OTHER_LDFLAGS[sdk=macosx*]" = (
"-framework",
SwiftFoundation,
Expand Down

0 comments on commit aba63a7

Please sign in to comment.