diff --git a/extensions/shared/src/main/java/app/revanced/extension/shared/patches/client/AppClient.java b/extensions/shared/src/main/java/app/revanced/extension/shared/patches/client/AppClient.java index 2f6102346..28cc29f83 100644 --- a/extensions/shared/src/main/java/app/revanced/extension/shared/patches/client/AppClient.java +++ b/extensions/shared/src/main/java/app/revanced/extension/shared/patches/client/AppClient.java @@ -17,22 +17,18 @@ public class AppClient { * Store page of the YouTube app, in the {@code What’s New} section. *
*/ - private static final String CLIENT_VERSION_IOS = "19.49.5"; + private static final String CLIENT_VERSION_IOS = "19.29.1"; /** - * The device machine id for the iPhone 16 Pro Max (iPhone17,2), used to get HDR with AV1 hardware decoding. + * The device machine id for the iPhone 15 Pro Max (iPhone16,2), used to get HDR with AV1 hardware decoding. * ** See this GitHub Gist for more * information. *
*/ - private static final String DEVICE_MODEL_IOS = "iPhone17,2"; - /** - * The minimum supported OS version for the iOS YouTube client is iOS 14.0. - * Using an invalid OS version will use the AVC codec. - */ - private static final String OS_VERSION_IOS = "18.1.1.22B91"; - private static final String USER_AGENT_VERSION_IOS = "18_1_1"; + private static final String DEVICE_MODEL_IOS = "iPhone16,2"; + private static final String OS_VERSION_IOS = "17.7.2.21H221"; + private static final String USER_AGENT_VERSION_IOS = "17_7_2"; private static final String USER_AGENT_IOS = "com.google.ios.youtube/" + CLIENT_VERSION_IOS + "(" +