소스 검색

possibly fixed iOS 12

master
Jamie Berghmans 4 년 전
부모
커밋
27b8e1a5d8
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      Tweak.xm
  2. +2
    -0
      control

+ 2
- 1
Tweak.xm 파일 보기

@@ -69,7 +69,8 @@ static bool isFirstTryAfterEnding = false;

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

+ 2
- 0
control 파일 보기

@@ -7,3 +7,5 @@ Description: An awesome MobileSubstrate tweak!
Maintainer: Devvix
Author: Devvix
Section: Tweaks
Depiction: https://repo.devvix.com/depictions/?p=com.devvix.autoreplay
SileoDepiction: https://repo.devvix.com/sileodepictions/com.devvix.autoreplay/depiction.json

Loading…
취소
저장