Browse Source

Removed logs

master
Jamie Berghmans 4 years ago
parent
commit
6c52305c01
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      Tweak.xm

+ 0
- 1
Tweak.xm View File



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

Loading…
Cancel
Save