File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 788788 "$(inherited)",
789789 "@executable_path/../Frameworks",
790790 );
791- MACOSX_DEPLOYMENT_TARGET = 10.10 ;
791+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
792792 MARKETING_VERSION = 4.2;
793793 PRODUCT_BUNDLE_IDENTIFIER = com.ethansk.MenuBarDock;
794794 PRODUCT_NAME = "$(TARGET_NAME)";
816816 "$(inherited)",
817817 "@executable_path/../Frameworks",
818818 );
819- MACOSX_DEPLOYMENT_TARGET = 10.10 ;
819+ MACOSX_DEPLOYMENT_TARGET = 10.15 ;
820820 MARKETING_VERSION = 4.2;
821821 PRODUCT_BUNDLE_IDENTIFIER = com.ethansk.MenuBarDock;
822822 PRODUCT_NAME = "$(TARGET_NAME)";
Original file line number Diff line number Diff line change 11# Uncomment the next line to define a global platform for your project
2- platform :macos , '10.10 '
2+ platform :macos , '10.15 '
33
44target 'Launcher' do
55 # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
You can’t perform that action at this time.
0 commit comments