Skip to content

Commit c409c1c

Browse files
committed
min deployment
1 parent 0fe99b5 commit c409c1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Menu Bar Dock.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@
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)";
@@ -816,7 +816,7 @@
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)";

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment the next line to define a global platform for your project
2-
platform :macos, '10.10'
2+
platform :macos, '10.15'
33

44
target 'Launcher' do
55
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks

0 commit comments

Comments
 (0)