Skip to content

Commit 543e0d8

Browse files
committed
Bump the macOS deployment target to 10.13 in the Xcode project.
1 parent c902f0f commit 543e0d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

XCTest.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
514514
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
515515
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks @loader_path/Frameworks";
516-
MACOSX_DEPLOYMENT_TARGET = 10.12;
516+
MACOSX_DEPLOYMENT_TARGET = 10.13;
517517
"OTHER_LDFLAGS[sdk=macosx*]" = (
518518
"-framework",
519519
SwiftFoundation,
@@ -538,7 +538,7 @@
538538
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
539539
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
540540
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks @loader_path/Frameworks";
541-
MACOSX_DEPLOYMENT_TARGET = 10.12;
541+
MACOSX_DEPLOYMENT_TARGET = 10.13;
542542
"OTHER_LDFLAGS[sdk=macosx*]" = (
543543
"-framework",
544544
SwiftFoundation,

0 commit comments

Comments
 (0)