diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44608f73db7..89df55d3d63 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -42,6 +42,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
- We fixed the display of icon both in the main table and linked file editor. [#6169](https://github.com/JabRef/jabref/issues/6169)
- We fixed the paste entry command in the menu and toolbar, that did not do anything. [#6293](https://github.com/JabRef/jabref/issues/6293)
- We fixed an issue where the windows installer did not create an entry in the start menu [bug report in the forum](https://discourse.jabref.org/t/error-while-fetching-from-doi/2018/3)
+- We fixed an issue where JabRef switched to discrete graphics under macOS [#5935](https://github.com/JabRef/jabref/issues/5935)
### Removed
diff --git a/buildres/mac/Info.plist b/buildres/mac/Info.plist
new file mode 100644
index 00000000000..509eb841ef9
--- /dev/null
+++ b/buildres/mac/Info.plist
@@ -0,0 +1,39 @@
+
+
+
+
+ LSMinimumSystemVersion
+ 10.9
+ CFBundleDevelopmentRegion
+ English
+ CFBundleAllowMixedLocalizations
+
+ CFBundleExecutable
+ DEPLOY_LAUNCHER_NAME
+ CFBundleIconFile
+ DEPLOY_ICON_FILE
+ CFBundleIdentifier
+ DEPLOY_BUNDLE_IDENTIFIER
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ DEPLOY_BUNDLE_NAME
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ DEPLOY_BUNDLE_SHORT_VERSION
+ CFBundleSignature
+ ????
+
+ LSApplicationCategoryType
+ Unknown
+ CFBundleVersion
+ DEPLOY_BUNDLE_CFBUNDLE_VERSION
+ NSHumanReadableCopyright
+ DEPLOY_BUNDLE_COPYRIGHTDEPLOY_FILE_ASSOCIATIONS
+ NSHighResolutionCapable
+ true
+ NSSupportsAutomaticGraphicsSwitching
+
+
+
diff --git a/buildres/mac/Info.plist.template b/buildres/mac/Info.plist.template
new file mode 100644
index 00000000000..509eb841ef9
--- /dev/null
+++ b/buildres/mac/Info.plist.template
@@ -0,0 +1,39 @@
+
+
+
+
+ LSMinimumSystemVersion
+ 10.9
+ CFBundleDevelopmentRegion
+ English
+ CFBundleAllowMixedLocalizations
+
+ CFBundleExecutable
+ DEPLOY_LAUNCHER_NAME
+ CFBundleIconFile
+ DEPLOY_ICON_FILE
+ CFBundleIdentifier
+ DEPLOY_BUNDLE_IDENTIFIER
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ DEPLOY_BUNDLE_NAME
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ DEPLOY_BUNDLE_SHORT_VERSION
+ CFBundleSignature
+ ????
+
+ LSApplicationCategoryType
+ Unknown
+ CFBundleVersion
+ DEPLOY_BUNDLE_CFBUNDLE_VERSION
+ NSHumanReadableCopyright
+ DEPLOY_BUNDLE_COPYRIGHTDEPLOY_FILE_ASSOCIATIONS
+ NSHighResolutionCapable
+ true
+ NSSupportsAutomaticGraphicsSwitching
+
+
+