Skip to content

Commit

Permalink
Change supported versions in comments (this already supports iOS 12)
Browse files Browse the repository at this point in the history
  • Loading branch information
relative committed Feb 9, 2019
1 parent 6f6e136 commit 1d699a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# NewGridSwitcher
A grid switcher tweak for your iPhone X on iOS 11 and above

## Supported Versions
iOS 11 - Tested on Electra1131 MPTCP
iOS 12 - RootlessJB

## Credits
* https://github.com/ioscreatix/littlex - Some source code was used in the tweak, check Tweak.xm.
2 changes: 1 addition & 1 deletion Tweak.xm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* NewGridSwitcher (iOS 11)
* NewGridSwitcher (iOS 11 - iOS 12)
* Uses adaptations of methods from https://github.com/ioscreatix/LittleX
*/
static int SWITCHER_STYLE = 2; // 0 = auto, 1 = deck, 2 = grid, 3 = minimum viable
Expand Down

0 comments on commit 1d699a9

Please sign in to comment.