Skip to content

Commit

Permalink
Update project compatibility and deployment targets for Xcode 15.3 an…
Browse files Browse the repository at this point in the history
…d macOS 14.6
  • Loading branch information
art-tykh committed Dec 12, 2024
1 parent acd7b47 commit f8d3c30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Echo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
};
};
buildConfigurationList = A7C4A1E32CEA8D0D0018AC94 /* Build configuration list for PBXProject "Echo" */;
compatibilityVersion = "Xcode 15.0";
compatibilityVersion = "Xcode 15.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
Expand Down Expand Up @@ -267,7 +267,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 14.6;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.macpaw.echo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -295,7 +295,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 14.0;
MACOSX_DEPLOYMENT_TARGET = 14.6;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.macpaw.echo;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit f8d3c30

Please sign in to comment.