fix build

This commit is contained in:
uncor3
2026-02-01 10:11:13 +00:00
parent bdf574db0c
commit ea6e346fc6
+1 -1
View File
@@ -323,7 +323,7 @@ DeviceInfo fullDeviceInfo(const pugi::xml_document &doc,
}
bool newerThaniPhone8 =
is_product_type_newer(rawProductType, std::string("iPhone8,1"));
iDescriptor::Utils::isProductTypeNewer(rawProductType, "iPhone8,1");
uint64_t cycleCount = ioreg["BatteryData"]["CycleCount"].getUInt();