opa334 / TrollStore

Jailed iOS app that can install IPAs permanently with arbitary entitlements and root helpers because it trolls Apple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modified UIDeviceFamily doesn't work

K3nTG opened this issue · comments

No Duplicates Issue

  • I'm sure I've searched on the issue tracker before creating one.

Expected Behavior?

I'm trying to run an app with an iPhone screen size on my iPad by modifying UIDeviceFamily to a value of 1 in info.plist. The modified IPA file works when I sideload it to my device and I expected it does the same when I install it through Trollstore.

Current Behavior?

When I run the app installed from Trollstore, the modified UIDeviceFamily does not work and the app still runs on the original screen size of my iPad that is supposed to be an iPhone screen size.

Possible Solution?

No response

Steps to Reproduce

I modify the IPA's info.plist, change the value of 'UIDeviceFamily' to only a value of 1 and not 1, 2, this is to support only for iPhone size and not universal. I install the modified IPA file through Trollstore.

TrollStore Version

2.0.12

iOS/iPadOS version

16.5

iDevice Model

iPad 8th

Other info of your environment

No response

TrollStore apps are registered as system and this key isn't respected on System apps as far as I know