QuitAll icon indicating copy to clipboard operation
QuitAll copied to clipboard

Refactor Project & fix bugs

Open conorthedev opened this issue 4 years ago • 0 comments

  • Clean up Tweak.xm a bit
    • Remove redundant comments
    • Reformat code
    • Rename some unclear variables
    • Move %init to %ctor
  • Add Tweak.h
  • Use non-deprecated methods in qapRLC.m
  • Remove .theos and packages
  • Add .gitignore
  • Move imports to headers in Preference Bundle
  • Use after-install:: instead of INSTALL_TARGETS_PROCESS=
  • Fix #6
  • Make preferences respringless
  • Remove all .DS_Store files because they're ew

This has been tested on my device, and all is working correctly.

conorthedev avatar Jun 14 '20 12:06 conorthedev