Skip to content

Commit b438ad2

Browse files
committed
chore: Update deployment target to be inline with those specified in the README
1 parent 1f6bec1 commit b438ad2

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,7 @@ All the auto clickers out there were either really outdated, old, buggy and/or h
110110

111111
**Download for macOS Ventura (13), Sonoma (14), Sequoia (15) and higher:** [v1.7.22](https://github.com/othyn/macos-auto-clicker/releases/download/v1.7.22/AutoClicker.zip)
112112

113-
**Known Issue:** v1.7.22 currently has no working 'Launch at Login' support due to dependency changes, I'm working on a fix.
114-
115-
**Download for macOS Big Sur (11) or Monterey (12):** [v1.6.1](https://github.com/othyn/macos-auto-clicker/releases/download/v1.6.1/Auto.Clicker.1.6.1.dmg)
113+
**Legacy download for macOS Big Sur (11) or Monterey (12):** [v1.6.1](https://github.com/othyn/macos-auto-clicker/releases/download/v1.6.1/Auto.Clicker.1.6.1.dmg)
116114

117115
### Using the app for the first time
118116

auto-clicker.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@
693693
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
694694
GCC_WARN_UNUSED_FUNCTION = YES;
695695
GCC_WARN_UNUSED_VARIABLE = YES;
696-
MACOSX_DEPLOYMENT_TARGET = 11.0;
696+
MACOSX_DEPLOYMENT_TARGET = 13.5;
697697
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
698698
MTL_FAST_MATH = YES;
699699
ONLY_ACTIVE_ARCH = YES;
@@ -752,7 +752,7 @@
752752
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
753753
GCC_WARN_UNUSED_FUNCTION = YES;
754754
GCC_WARN_UNUSED_VARIABLE = YES;
755-
MACOSX_DEPLOYMENT_TARGET = 11.0;
755+
MACOSX_DEPLOYMENT_TARGET = 13.5;
756756
MTL_ENABLE_DEBUG_INFO = NO;
757757
MTL_FAST_MATH = YES;
758758
SDKROOT = macosx;

0 commit comments

Comments
 (0)