Skip to content

Commit

Permalink
#880 | Use Plugin's icon and menubar title in case of macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mlytvyn authored Dec 26, 2023
1 parent 2bdecb7 commit aa82e58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- Incorrect `companion` object usage [#866](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/866)
- Updated Slack invitation link [#868](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/868)
- Removed SOLR and FlexibleSearch queries persistence in the Consoles [#870](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/870)
- Use Plugin's icon and menubar title in case of macOS [#872](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/872)
- Use Plugin's icon and menubar title in case of macOS [#872](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/872) | [#878](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/878)

### Fixes
- Code styles fixes [#867](https://github.com/epam/sap-commerce-intellij-idea-plugin/pull/867)
Expand Down
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ tasks {

if (OperatingSystem.current().isMacOsX) {
add("-Xdock:name=SAP-Commerce-Developers-Toolset")
add("-Xdock:icon=${project.rootDir}/resources/META-INF/pluginIcon_dark.svg")
// converted via ImageMagick, https://gist.github.com/plroebuck/af19a26c908838c7f9e363c571199deb
add("-Xdock:icon=${project.rootDir}/macOS_dockIcon.icns")
}
}
maxHeapSize = "3g"
Expand Down
Binary file added macOS_dockIcon.icns
Binary file not shown.

0 comments on commit aa82e58

Please sign in to comment.