PWD-1: raise macOS deployment target to 15.0
This is done to use the NavigationStack component in the following navigation refactoring to remove the NavigationView
This commit is contained in:
parent
7b82797cb5
commit
7c1b9cb96d
1 changed files with 2 additions and 2 deletions
|
@ -413,7 +413,7 @@
|
|||
"$(inherited)",
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||||
MACOSX_DEPLOYMENT_TARGET = 15.0;
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = dev.thielker.password;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
@ -441,7 +441,7 @@
|
|||
"$(inherited)",
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 14.0;
|
||||
MACOSX_DEPLOYMENT_TARGET = 15.0;
|
||||
MARKETING_VERSION = 1.0;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = dev.thielker.password;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue