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

Apple app ID incorrect on release builds #970

Closed
RyanJarv opened this issue Sep 5, 2018 · 8 comments · Fixed by brave/brave-core#553
Closed

Apple app ID incorrect on release builds #970

RyanJarv opened this issue Sep 5, 2018 · 8 comments · Fixed by brave/brave-core#553

Comments

@RyanJarv
Copy link
Contributor

RyanJarv commented Sep 5, 2018

Description

Brought up in brave/brave-core#319 (comment)

Release builds will have an extra dot at the end of the app id.

com.brave.Browser.

This should be (edit: fixed spelling)

com.brave.Browser

@RyanJarv RyanJarv added this to the Releasable builds 0.55.x milestone Sep 5, 2018
@RyanJarv RyanJarv self-assigned this Sep 5, 2018
@bbondy
Copy link
Member

bbondy commented Sep 9, 2018

com.brave.Browser right?

@bbondy
Copy link
Member

bbondy commented Sep 30, 2018

any update on this? I mentioned the fix to @w0ts0n recently

@RyanJarv
Copy link
Contributor Author

RyanJarv commented Oct 1, 2018

Not yet, not too hard of a fix just want to make sure it get's tested when it goes in. If anything is blocking this right now let me know.

@bbondy bbondy assigned bbondy and unassigned RyanJarv Oct 1, 2018
@bbondy bbondy added the QA/Yes label Oct 2, 2018
@bbondy
Copy link
Member

bbondy commented Oct 2, 2018

Test plan:
/usr/libexec/PlistBuddy -c 'Print CFBundleIdentifier' <Brave-App-Path-Here.app>/Contents/Info.plist

Should list:
com.brave.Browser.dev for dev channel
com.brave.Browser.beta for beta channel
com.brave.Browser.nightly for nightly channel

com.brave.Browser for release channel

Please check once for every channel.

@kjozwiak
Copy link
Member

Went through verification using the following build under macOS 10.13.6 x64 - PASSED

Brave 0.56.2 Chromium: 70.0.3538.35 (Official Build) dev (64-bit)
Revision 28dcb499844fa40c28d5f62e337876cb936f79f5-refs/branch-heads/3538@{#678}
OS Mac OS X
Kamils-MBP:~ kjozwiak$ /usr/libexec/PlistBuddy -c 'Print CFBundleIdentifier' /Applications/Brave\ Browser\ Dev.app/Contents/Info.plist
com.brave.Browser.dev

Went through verification using the following build under macOS 10.13.6 x64 - PASSED

Brave 0.55.12 Chromium: 70.0.3538.45 (Official Build) beta(64-bit)
Revision cbdc32e4334458954e9def214d7e5fa1ca1960eb-refs/branch-heads/3538@{#830}
OS Mac OS X
Kamils-MBP:~ kjozwiak$ /usr/libexec/PlistBuddy -c 'Print CFBundleIdentifier' /Applications/Brave\ Browser\ Beta.app/Contents/Info.plist
com.brave.Browser.beta

@kjozwiak
Copy link
Member

kjozwiak commented Oct 10, 2018

Once we get Release builds, will go through the same case and label as QA Pass-macOS when completed.

@LaurenWags probably a good idea if you go through @bbondy's cases on beta and dev and ensure you're getting the correct values as well as you're running a different macOS.

@LaurenWags
Copy link
Member

Went through verification using the following build under macOS 10.12.6 x64 - PASSED

Brave 0.55.12 Chromium: 70.0.3538.45 (Official Build) beta(64-bit)
Revision cbdc32e4334458954e9def214d7e5fa1ca1960eb-refs/branch-heads/3538@{#830}
OS Mac OS X
Laurens-MacBook-Pro:~ laurenwagner$ /usr/libexec/PlistBuddy -c 'Print CFBundleIdentifier' /Applications/Brave\ Browser\ Beta.app/Contents/Info.plist
com.brave.Browser.beta
Brave 0.56.2 Chromium: 70.0.3538.35 (Official Build) dev (64-bit)
Revision 28dcb499844fa40c28d5f62e337876cb936f79f5-refs/branch-heads/3538@{#678}
OS Mac OS X
Laurens-MacBook-Pro:~ laurenwagner$ /usr/libexec/PlistBuddy -c 'Print CFBundleIdentifier' /Applications/Brave\ Browser\ Dev.app/Contents/Info.plist
com.brave.Browser.dev

@kjozwiak
Copy link
Member

kjozwiak commented Oct 17, 2018

Went through verification using the following build under macOS 10.13.6 x64 - PASSED

Brave 0.55.16 Chromium: 70.0.3538.54 (Official Build) (64-bit)
Revision 4f8e578b6680574714e9ed3bb9f02922b4dde40d-refs/branch-heads/3538@{#937}
OS Mac OS X
Kamils-MBP:~ kjozwiak$ /usr/libexec/PlistBuddy -c 'Print CFBundleIdentifier' /Applications/Brave\ Browser.app/Contents/Info.plist
com.brave.Browser

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

Successfully merging a pull request may close this issue.

5 participants