Przeglądaj źródła

possibly fixed iOS 12

master
Jamie Berghmans 4 lat temu
rodzic
commit
27b8e1a5d8
2 zmienionych plików z 4 dodań i 1 usunięć
  1. +2
    -1
      Tweak.xm
  2. +2
    -0
      control

+ 2
- 1
Tweak.xm Wyświetl plik



%ctor { %ctor {
float version = [[[UIDevice currentDevice] systemVersion] floatValue]; float version = [[[UIDevice currentDevice] systemVersion] floatValue];
if (version <= 12) {
NSLog(@"AUTOREPLAY - Version: %f", version);
if (version < 13) {
%init(IOS12); %init(IOS12);
} else { } else {
%init(IOS13); %init(IOS13);

+ 2
- 0
control Wyświetl plik

Maintainer: Devvix Maintainer: Devvix
Author: Devvix Author: Devvix
Section: Tweaks Section: Tweaks
Depiction: https://repo.devvix.com/depictions/?p=com.devvix.autoreplay
SileoDepiction: https://repo.devvix.com/sileodepictions/com.devvix.autoreplay/depiction.json

Ładowanie…
Anuluj
Zapisz