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

Refactor Project & fix bugs #9

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

Refactor Project & fix bugs #9

wants to merge 4 commits into from

Conversation

conorthedev
Copy link

@conorthedev conorthedev commented Jun 14, 2020

  • 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 Capability with “Notchless” #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.

- Clean up Tweak.xm a bit
    - Remove redundant comments
    - Reformat code
    - Rename some unclear variables
    - Move %init to %ctor
- Add Tweak.h
- Remove usage of 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
@conorthedev conorthedev marked this pull request as draft June 14, 2020 12:10
@conorthedev conorthedev changed the title Refactor Project Refactor Project & fix bugs Jun 14, 2020
@conorthedev conorthedev marked this pull request as ready for review June 14, 2020 12:34
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.

Capability with “Notchless”
1 participant