Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to edit Bundle Identifiers in Allowed Kernel Extensions #248

Open
a-phe-lei-a opened this issue Aug 18, 2021 · 1 comment
Open

Comments

@a-phe-lei-a
Copy link

Hi,
I have the version 0.3.3 and I can't have the possibility to edite Bundle Identifier

Capture d’écran 2021-08-18 à 12 28 18

@apizz
Copy link
Collaborator

apizz commented Aug 18, 2021

The reason for this is unfortunately a limitation with the ProfileCreator graphical interface. The Bundle Identifier section in that payload is actually an array (of strings), which means multiple entries are possible. However, the graphical interface renders this as a string. This is described on wiki: https://github.com/ProfileCreator/ProfileCreator/wiki/Kernel-Extension-Policy

Unfortunately, the only solutions involve either:

In the case of iMazing's app, it's pulls from the same payloads as ProfileCreator, but utilizes a comma-separated text box for separating multiple strings in the interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants