subethaedit/SubEthaEdit

Set minimum build target to 10.14

Open

#197 opened on Dec 15, 2020

View on GitHub
 (2 comments) (0 reactions) (1 assignee)Objective-C (115 forks)github user discovery
enhancementhelp wantedmaintenance

Repository metrics

Stars
 (1,423 stars)
PR merge metrics
 (PR metrics pending)

Description

This allows for less version checks and further modernisation of the app.

Questions:

  • Xcode recommends to enable some warnings. Given the age of the code base, I suspect it'll require quite some work to satisfy the compiler. Even though this will make the code base much stricter, I'd actually do this to prevent running in to trouble later.

Related issues:

  • #37, since WebView is deprecated as from 10.14

Contributor guide