Skip to content

Commit

Permalink
🔧 Fix macOS deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Nov 2, 2023
1 parent 9aa5666 commit e50659f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ACKategories.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1450,6 +1450,7 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -1515,6 +1516,7 @@
"@executable_path/../Frameworks",
"@loader_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = cz.ackee.enterprise.ACKategoriesCoreTests;
Expand Down

0 comments on commit e50659f

Please sign in to comment.