Skip to content

Commit 448dbfa

Browse files
committed
target macOS 10.13+
1 parent 52fef48 commit 448dbfa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PlotDevice.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@
607607
INFOPLIST_FILE = app/info.plist;
608608
INSTALL_PATH = /Applications;
609609
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../Frameworks/Python.framework";
610-
MACOSX_DEPLOYMENT_TARGET = 11.0;
610+
MACOSX_DEPLOYMENT_TARGET = 10.13;
611611
ONLY_ACTIVE_ARCH = NO;
612612
OTHER_LDFLAGS = "$(inherited)";
613613
PRODUCT_BUNDLE_IDENTIFIER = io.plotdevice.PlotDevice;
@@ -637,7 +637,7 @@
637637
INFOPLIST_FILE = app/info.plist;
638638
INSTALL_PATH = /Applications;
639639
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @executable_path/../Frameworks/Python.framework";
640-
MACOSX_DEPLOYMENT_TARGET = 11.0;
640+
MACOSX_DEPLOYMENT_TARGET = 10.13;
641641
OTHER_LDFLAGS = "$(inherited)";
642642
PRODUCT_BUNDLE_IDENTIFIER = io.plotdevice.PlotDevice;
643643
PRODUCT_NAME = PlotDevice;

0 commit comments

Comments
 (0)