Skip to content

iOS 12 Compat Fork for NextLevel

Matt Sencenbaugh edited this page Nov 30, 2022 · 1 revision

To publish a new release:

  • Make sure Main is up to date with the NextLevel repository
  • Checkout the ios-12-compat branch from this repo.
  • Create a branch off of the ios-12-compat branch for your pull request
  • Cherry-pick (do not merge!) commits that look iOS12 friendly or you can easily make iOS friendly
  • Finalize iOS 12 compatibility changes with availability checks as needed.
  • Create pull request, get it merged into the ios-12-compat branch
  • Tag a new release on the 0.17.x release line. 'git tag 0.17.x' 'git push origin 0.17.x'

Clone this wiki locally