File tree 1 file changed +4
-4
lines changed
extensions/shared/library/src/main/java/app/revanced/extension/shared/spoof
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,22 +23,22 @@ public enum ClientType {
23
23
"IOS" ,
24
24
forceAVC ()
25
25
? "iPhone12,5" // 11 Pro Max (last device with iOS 13)
26
- : "iPhone16 ,2" , // 15 Pro Max
26
+ : "iPhone17 ,2" , // 16 Pro Max
27
27
// iOS 13 and earlier uses only AVC. 14+ adds VP9 and AV1.
28
28
forceAVC ()
29
29
? "13.7.17H35" // Last release of iOS 13.
30
- : "17.5 .1.21F90 " ,
30
+ : "18.1 .1.22B91 " ,
31
31
forceAVC ()
32
32
? "com.google.ios.youtube/17.40.5 (iPhone; U; CPU iOS 13_7 like Mac OS X)"
33
- : "com.google.ios.youtube/19.47.7 (iPhone; U; CPU iOS 17_5_1 like Mac OS X)" ,
33
+ : "com.google.ios.youtube/19.49.5 (iPhone; U; CPU iOS 18_1_1 like Mac OS X)" ,
34
34
null ,
35
35
// Version number should be a valid iOS release.
36
36
// https://www.ipa4fun.com/history/185230
37
37
forceAVC ()
38
38
// Some newer versions can also force AVC,
39
39
// but 17.40 is the last version that supports iOS 13.
40
40
? "17.40.5"
41
- : "19.47.7 " ,
41
+ : "19.49.5 " ,
42
42
false
43
43
);
44
44
You can’t perform that action at this time.
0 commit comments