Dadoum / Sideloader

Open-source cross-platform iOS app sideloader (yep, even Linux is supported). Alternative to Sideloadly, AltServer, SideServer, Cydia Impactor, iOS App Signer…
Other
341 stars 30 forks source link

Add feature to disregard supported devices in some ipa apps #3

Open Gren-95 opened 10 months ago

Gren-95 commented 10 months ago

Would it be possible to add this feature? I personally would need it to install apolloAPI ipa.

image

Dadoum commented 10 months ago

I could add it (I know I will add at some point a menu to edit the IPA). However, I am very busy currently, as a workaround you can edit the ipa file, you just have to remove the SupportedDevices entry in the Info.plist file (Extract the ipa as a zip, edit Payload/Apollo.app/Info.plist, and remove

<key>SupportedDevices</key>
<array>
...
</array>

).