Skip to content

Commit

Permalink
also change project deployment target to 10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tessus committed Mar 13, 2024
1 parent fa33bf3 commit 39b4b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MongoDB.prefPane.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
INFOPLIST_FILE = Resources/Info.plist;
INFOPLIST_PREFIX_HEADER = Classes/InfoPlist.h;
INFOPLIST_PREPROCESS = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.14;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
VALID_ARCHS = x86_64;
Expand Down Expand Up @@ -509,7 +509,7 @@
INFOPLIST_FILE = Resources/Info.plist;
INFOPLIST_PREFIX_HEADER = Classes/InfoPlist.h;
INFOPLIST_PREPROCESS = YES;
MACOSX_DEPLOYMENT_TARGET = 10.9;
MACOSX_DEPLOYMENT_TARGET = 10.14;
SDKROOT = macosx;
VALID_ARCHS = x86_64;
};
Expand Down

0 comments on commit 39b4b93

Please sign in to comment.