Skip to content

Commit

Permalink
Change macOS Deployment Target to 10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob committed Oct 18, 2018
1 parent 191c4bb commit 3db6529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Postgres.xcodeproj/project.pbxproj
Expand Up @@ -634,7 +634,7 @@
HEADER_SEARCH_PATHS = /Applications/Postgres.app/Contents/Versions/latest/include;
LATEST_STABLE_PG_VERSION = 11;
LIBRARY_SEARCH_PATHS = /Applications/Postgres.app/Contents/Versions/latest/lib;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 10.12;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-lpq";
Expand Down Expand Up @@ -683,7 +683,7 @@
HEADER_SEARCH_PATHS = /Applications/Postgres.app/Contents/Versions/latest/include;
LATEST_STABLE_PG_VERSION = 11;
LIBRARY_SEARCH_PATHS = /Applications/Postgres.app/Contents/Versions/latest/lib;
MACOSX_DEPLOYMENT_TARGET = 10.10;
MACOSX_DEPLOYMENT_TARGET = 10.12;
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_LDFLAGS = "-lpq";
POSTGRESAPP_BUILD_VERSION = 49;
Expand Down

0 comments on commit 3db6529

Please sign in to comment.