mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Embed ALTServerID in Info.plist if app uses AltKit
This commit is contained in:
@@ -194,6 +194,7 @@ private extension ResignAppOperation
|
|||||||
{
|
{
|
||||||
// There is an ALTDeviceID entry, so assume the app is using AltKit and replace it with the device's UDID.
|
// 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
|
additionalValues[Bundle.Info.deviceID] = udid
|
||||||
|
additionalValues[Bundle.Info.serverID] = UserDefaults.standard.preferredServerID
|
||||||
}
|
}
|
||||||
|
|
||||||
let iconScale = Int(UIScreen.main.scale)
|
let iconScale = Int(UIScreen.main.scale)
|
||||||
|
|||||||
Reference in New Issue
Block a user