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

feat: add darwinDarkModeSupport option to support mojave dark mode for older Electron versions #893

Merged
merged 3 commits into from Oct 2, 2018

Conversation

Copy link
Member

@malept malept left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be darwinDarkModeSupport? There aren't any other options that are prefixed by enable.

docs/api.md Outdated Show resolved Hide resolved
docs/api.md Outdated
*Boolean*

Forces support for Mojave dark mode in your packaged app, this sets the `NSRequiresAquaSystemAppearance`
key to `false` in your apps `Info.plist`. For more information see the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

app's

docs/api.md Outdated

Forces support for Mojave dark mode in your packaged app, this sets the `NSRequiresAquaSystemAppearance`
key to `false` in your apps `Info.plist`. For more information see the
[apple developer documentation](https://developer.apple.com/documentation/appkit/nsappearancecustomization/choosing_a_specific_appearance_for_your_app)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apple

Period at the end

@codecov
Copy link

codecov bot commented Oct 1, 2018

Codecov Report

Merging #893 into master will decrease coverage by 0.13%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #893      +/-   ##
==========================================
- Coverage   94.48%   94.35%   -0.14%     
==========================================
  Files          12       12              
  Lines         617      620       +3     
==========================================
+ Hits          583      585       +2     
- Misses         34       35       +1
Impacted Files Coverage Δ
mac.js 75.53% <66.66%> (-0.2%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 76ca0e9...a837d84. Read the comment docs.

@malept malept changed the title feat: add enableDarwinDarkModeSupport option to support mojave dark mode for older electron versions feat: add darwinDarkModeSupport option to support mojave dark mode for older electron versions Oct 1, 2018
@malept
Copy link
Member

malept commented Oct 1, 2018

Also, this should be in usage.txt for the CLI, right?

@malept
Copy link
Member

malept commented Oct 1, 2018

The AppVeyor failure is #892

@malept malept changed the title feat: add darwinDarkModeSupport option to support mojave dark mode for older electron versions feat: add darwinDarkModeSupport option to support mojave dark mode for older Electron versions Oct 1, 2018
@malept
Copy link
Member

malept commented Oct 2, 2018

I don't know why codecov asserts that your PR loses coverage.

@malept malept merged commit 7495565 into master Oct 2, 2018
@malept malept deleted the mojave-dark-mode branch October 2, 2018 05:48
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

Successfully merging this pull request may close these issues.

None yet

2 participants