Skip to content

Commit 175b507

Browse files
committed
fix: Set macOS deployment target to 15.6 in project configuration
1 parent 44ddbba commit 175b507

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Launchpad_Back.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@
410410
"$(inherited)",
411411
"@executable_path/../Frameworks",
412412
);
413+
MACOSX_DEPLOYMENT_TARGET = 15.6;
413414
MARKETING_VERSION = 1.0;
414415
PRODUCT_BUNDLE_IDENTIFIER = "com.Eric-Yang.Launchpad-Back";
415416
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -443,6 +444,7 @@
443444
"$(inherited)",
444445
"@executable_path/../Frameworks",
445446
);
447+
MACOSX_DEPLOYMENT_TARGET = 15.6;
446448
MARKETING_VERSION = 1.0;
447449
PRODUCT_BUNDLE_IDENTIFIER = "com.Eric-Yang.Launchpad-Back";
448450
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)