Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exception applications & xcode configuration fixes #44

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jacob-thompson
Copy link

@jacob-thompson jacob-thompson commented Nov 16, 2024

Providing users with the ability to configure exception applications requires the AppKit.h header, an Objective-C header.

change main source file from C to Objective-C
@jacob-thompson
Copy link
Author

may fix #34 but I am not entirely sure I understand that issue. The reason I created this commit is because I noticed that DiscreteScroll triples scroll speeds on applications that force linear scrolling. The issue sounds similar but I am unsure if it is the same

increase minimum macOS deployment version as suggested by Xcode

fixes warning: The macOS deployment target `MACOSX_DEPLOYMENT_TARGET` is set to 10.9, but the range of supported deployment target versions is 10.13 to 15.1.99.

enable dead code stripping & user script sandboxing as suggested by Xcode

fixes warning: Update to recommended settings
build scheme should be checked into repo as it is configured to be shared data
@jacob-thompson jacob-thompson changed the title add ability for users to configure exception applications exception applications & xcode configuration fixes Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant