minimuxer: use wrapper methods

This commit is contained in:
mahee96
2026-02-23 11:30:11 +05:30
parent e5dbf2b677
commit e891b7ec93
7 changed files with 151 additions and 103 deletions

View File

@@ -222,7 +222,7 @@ private extension ResignAppOperation
// The embedded certificate + certificate identifier are already in app bundle, no need to update them.
}
}
else if infoDictionary.keys.contains(Bundle.Info.deviceID), let udid = fetch_udid()?.toString() as? String
else if infoDictionary.keys.contains(Bundle.Info.deviceID), let udid = fetchUDID()
{
// There is an ALTDeviceID entry, so assume the app is using AltKit and replace it with the device's UDID.
additionalValues[Bundle.Info.deviceID] = udid