We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From what I recall (will follow up with sources) problematic issues can come up if two apps have the same CFBundleIdentifier value.
CFBundleIdentifier
CFBundleIdentifier is set to org.brave.Brave for both dev/beta builds
org.brave.Brave
I suspect it may also be causing this issue:
CFBundleIdentifier is different for the dev and beta builds
master branch
Needs updating:
The text was updated successfully, but these errors were encountered:
I think I fixed this by brave/brave-core@94b4894
Sorry, something went wrong.
RyanJarv
No branches or pull requests
Description
From what I recall (will follow up with sources) problematic issues can come up if two apps have the same
CFBundleIdentifier
value.Steps to Reproduce
Actual result:
CFBundleIdentifier
is set toorg.brave.Brave
for both dev/beta buildsI suspect it may also be causing this issue:
Expected result:
CFBundleIdentifier
is different for the dev and beta buildsBrave version (about:brave info)
master branch
Additional Information
Needs updating:
The text was updated successfully, but these errors were encountered: