Skip to content

Commit df3aeed

Browse files
fix(YouTube - Spoof video streams): Update iOS client version
1 parent 3f04d93 commit df3aeed

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

extensions/shared/library/src/main/java/app/revanced/extension/shared/spoof/ClientType.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ public enum ClientType {
2323
"IOS",
2424
forceAVC()
2525
? "iPhone12,5" // 11 Pro Max (last device with iOS 13)
26-
: "iPhone16,2", // 15 Pro Max
26+
: "iPhone17,2", // 16 Pro Max
2727
// iOS 13 and earlier uses only AVC. 14+ adds VP9 and AV1.
2828
forceAVC()
2929
? "13.7.17H35" // Last release of iOS 13.
30-
: "17.5.1.21F90",
30+
: "18.1.1.22B91",
3131
forceAVC()
3232
? "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)",
3434
null,
3535
// Version number should be a valid iOS release.
3636
// https://www.ipa4fun.com/history/185230
3737
forceAVC()
3838
// Some newer versions can also force AVC,
3939
// but 17.40 is the last version that supports iOS 13.
4040
? "17.40.5"
41-
: "19.47.7",
41+
: "19.49.5",
4242
false
4343
);
4444

0 commit comments

Comments
 (0)