Skip to content

Commit

Permalink
Update all macOS targets to 12.0 (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
mischreiber authored Dec 19, 2023
1 parent f505a42 commit 2170a5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions macos/xcode/FluentUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1204,7 +1204,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GENERATE_INFOPLIST_FILE = YES;
MACOSX_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
Expand Down Expand Up @@ -1244,7 +1244,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GENERATE_INFOPLIST_FILE = YES;
MACOSX_DEPLOYMENT_TARGET = 11.0;
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
Expand Down
2 changes: 0 additions & 2 deletions macos/xcode/FluentUI_swiftui_testapp.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

#include "FluentUI_common.xcconfig"

MACOSX_DEPLOYMENT_TARGET = 10.16

PRODUCT_NAME = FluentUISwiftUITestApp
PRODUCT_BUNDLE_IDENTIFIER = com.microsoft.${PRODUCT_NAME:rfc1034identifier}

Expand Down
1 change: 0 additions & 1 deletion macos/xcode/FluentUI_unittest.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ CLANG_ENABLE_MODULES = YES

CLANG_WARN_DOCUMENTATION_COMMENTS = YES
GCC_TREAT_WARNINGS_AS_ERRORS = YES
MACOSX_DEPLOYMENT_TARGET = 11.0;

0 comments on commit 2170a5b

Please sign in to comment.