Remove even more deprecated stuff (uYouPlusSettings.xm)

This commit is contained in:
aricloverGitHub (INACTIVE) 2025-03-18 05:59:07 -05:00 committed by GitHub
parent ca4b2f8b8f
commit 892e92bf4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -897,74 +897,7 @@ NSString *cacheDescription = [NSString stringWithFormat:@"%@", GetCacheSize()];
SPOOFER_VERSION(@"v19.04.3", 65),
SPOOFER_VERSION(@"v19.03.2", 66),
SPOOFER_VERSION(@"v19.02.1", 67),
SPOOFER_VERSION(@"v19.01.1", 68),
SPOOFER_VERSION(@"v18.49.3 (Deprecated)", 69),
SPOOFER_VERSION(@"v18.48.3 (Deprecated)", 70),
SPOOFER_VERSION(@"v18.46.3 (Deprecated)", 71),
SPOOFER_VERSION(@"v18.45.2 (Deprecated)", 72),
SPOOFER_VERSION(@"v18.44.3 (Deprecated)", 73),
SPOOFER_VERSION(@"v18.43.4 (Deprecated)", 74),
SPOOFER_VERSION(@"v18.41.5 (Deprecated)", 75),
SPOOFER_VERSION(@"v18.41.3 (Deprecated)", 76),
SPOOFER_VERSION(@"v18.41.2 (Deprecated)", 77),
SPOOFER_VERSION(@"v18.40.1 (Deprecated)", 78),
SPOOFER_VERSION(@"v18.39.1 (Deprecated)", 79),
SPOOFER_VERSION(@"v18.38.2 (Deprecated)", 80),
SPOOFER_VERSION(@"v18.35.4 (Deprecated)", 81),
SPOOFER_VERSION(@"v18.34.5 (Deprecated)", 82),
SPOOFER_VERSION(@"v18.33.3 (Deprecated)", 83),
SPOOFER_VERSION(@"v18.33.2 (Deprecated)", 84),
SPOOFER_VERSION(@"v18.32.2 (Deprecated)", 85),
SPOOFER_VERSION(@"v18.31.3 (Deprecated)", 86),
SPOOFER_VERSION(@"v18.30.7 (Deprecated)", 87),
SPOOFER_VERSION(@"v18.30.6 (Deprecated)", 88),
SPOOFER_VERSION(@"v18.29.1 (Deprecated)", 89),
SPOOFER_VERSION(@"v18.28.3 (Deprecated)", 90),
SPOOFER_VERSION(@"v18.27.3 (Deprecated)", 91),
SPOOFER_VERSION(@"v18.25.1 (Deprecated)", 92),
SPOOFER_VERSION(@"v18.23.3 (Deprecated)", 93),
SPOOFER_VERSION(@"v18.22.9 (Deprecated)", 94),
SPOOFER_VERSION(@"v18.21.3 (Deprecated)", 95),
SPOOFER_VERSION(@"v18.20.3 (Deprecated)", 96),
SPOOFER_VERSION(@"v18.19.1 (Deprecated)", 97),
SPOOFER_VERSION(@"v18.18.2 (Deprecated)", 98),
SPOOFER_VERSION(@"v18.17.2 (Deprecated)", 99),
SPOOFER_VERSION(@"v18.16.2 (Deprecated)", 100),
SPOOFER_VERSION(@"v18.15.1 (Deprecated)", 101),
SPOOFER_VERSION(@"v18.14.1 (Deprecated)", 102),
SPOOFER_VERSION(@"v18.13.4 (Deprecated)", 103),
SPOOFER_VERSION(@"v18.12.2 (Deprecated)", 104),
SPOOFER_VERSION(@"v18.11.2 (Deprecated)", 105),
SPOOFER_VERSION(@"v18.10.1 (Deprecated)", 106),
SPOOFER_VERSION(@"v18.09.4 (Deprecated)", 107),
SPOOFER_VERSION(@"v18.08.1 (Deprecated)", 108),
SPOOFER_VERSION(@"v18.07.5 (Deprecated)", 109),
SPOOFER_VERSION(@"v18.05.2 (Deprecated)", 110),
SPOOFER_VERSION(@"v18.04.3 (Deprecated)", 111),
SPOOFER_VERSION(@"v18.03.3 (Deprecated)", 112),
SPOOFER_VERSION(@"v18.02.03 (Deprecated)", 113),
SPOOFER_VERSION(@"v18.01.6 (Deprecated)", 114),
SPOOFER_VERSION(@"v18.01.4 (Deprecated)", 115),
SPOOFER_VERSION(@"v18.01.2 (Deprecated)", 116),
SPOOFER_VERSION(@"v17.49.6 (Deprecated)", 117),
SPOOFER_VERSION(@"v17.49.4 (Deprecated)", 118),
SPOOFER_VERSION(@"v17.46.4 (Deprecated)", 119),
SPOOFER_VERSION(@"v17.45.1 (Deprecated)", 120),
SPOOFER_VERSION(@"v17.44.4 (Deprecated)", 121),
SPOOFER_VERSION(@"v17.43.1 (Deprecated)", 122),
SPOOFER_VERSION(@"v17.42.7 (Deprecated)", 123),
SPOOFER_VERSION(@"v17.42.6 (Deprecated)", 124),
SPOOFER_VERSION(@"v17.41.2 (Deprecated)", 125),
SPOOFER_VERSION(@"v17.40.5 (Deprecated)", 126),
SPOOFER_VERSION(@"v17.39.4 (Deprecated)", 127),
SPOOFER_VERSION(@"v17.38.10 (Deprecated)", 128),
SPOOFER_VERSION(@"v17.38.9 (Deprecated)", 129),
SPOOFER_VERSION(@"v17.37.2 (Deprecated)", 130),
SPOOFER_VERSION(@"v17.36.4 (Deprecated)", 131),
SPOOFER_VERSION(@"v17.36.3 (Deprecated)", 132),
SPOOFER_VERSION(@"v17.35.3 (Deprecated)", 133),
SPOOFER_VERSION(@"v17.34.3 (Deprecated)", 134),
SPOOFER_VERSION(@"v17.33.2 (Deprecated)", 135)
SPOOFER_VERSION(@"v19.01.1", 68)
];
YTSettingsPickerViewController *picker = [[%c(YTSettingsPickerViewController) alloc] initWithNavTitle:LOC(@"VERSION_SPOOFER_SELECTOR") pickerSectionTitle:nil rows:rows selectedItemIndex:appVersionSpoofer() parentResponder:[self parentResponder]];
[settingsViewController pushViewController:picker];