mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[AltServer] Include ALTDeviceID on install of apps (#822)
* Add ALTDeviceID to plist file on install * Only add if deviceid key is present Co-authored-by: Cameron Bates <cameronbates@camerons-mbp-2.lan>
This commit is contained in:
@@ -761,6 +761,10 @@ To prevent this from happening, feel free to try again with another Apple ID.
|
||||
|
||||
infoDictionary[kCFBundleIdentifierKey as String] = profile.bundleIdentifier
|
||||
infoDictionary[Bundle.Info.altBundleID] = identifier
|
||||
|
||||
if (infoDictionary.keys.contains(Bundle.Info.deviceID)) {
|
||||
infoDictionary[Bundle.Info.deviceID] = device.identifier
|
||||
}
|
||||
|
||||
for (key, value) in additionalInfoDictionaryValues
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user