Skip to content

Commit 9c3dbbc

Browse files
committed
Increase deployment target for tests as well
1 parent cd12040 commit 9c3dbbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Amethyst.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@
11201120
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
11211121
GCC_WARN_UNUSED_FUNCTION = YES;
11221122
INFOPLIST_FILE = AmethystTests/Info.plist;
1123-
MACOSX_DEPLOYMENT_TARGET = 10.15;
1123+
MACOSX_DEPLOYMENT_TARGET = 11;
11241124
MTL_ENABLE_DEBUG_INFO = YES;
11251125
OTHER_SWIFT_FLAGS = "$(inherited)";
11261126
PRODUCT_BUNDLE_IDENTIFIER = com.amethyst.AmethystTests;
@@ -1153,7 +1153,7 @@
11531153
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
11541154
GCC_WARN_UNUSED_FUNCTION = YES;
11551155
INFOPLIST_FILE = AmethystTests/Info.plist;
1156-
MACOSX_DEPLOYMENT_TARGET = 10.15;
1156+
MACOSX_DEPLOYMENT_TARGET = 11;
11571157
MTL_ENABLE_DEBUG_INFO = NO;
11581158
OTHER_SWIFT_FLAGS = "$(inherited)";
11591159
PRODUCT_BUNDLE_IDENTIFIER = com.amethyst.AmethystTests;

0 commit comments

Comments
 (0)