Skip to content

Commit

Permalink
Upgrade test target 10.1 -> 11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
halo committed Dec 25, 2020
1 parent 08034e8 commit 28388ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macosvpn.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = macosvpnTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 11.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.github.halo.macosvpnTests;
Expand Down Expand Up @@ -763,7 +763,7 @@
GCC_C_LANGUAGE_STANDARD = gnu11;
INFOPLIST_FILE = macosvpnTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 11.1;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = io.github.halo.macosvpnTests;
Expand Down

0 comments on commit 28388ac

Please sign in to comment.