Merge branch 'mac-fixes' into 'master'

Fix a few mac related issues.

See merge request openlp/packaging!9
This commit is contained in:
Raoul Snyman 2020-09-20 20:09:09 +00:00
commit de9ee75694
2 changed files with 6 additions and 3 deletions

View File

@ -142,7 +142,8 @@
<string>OpenLP.help</string>
<key>CFBundleHelpBookName</key>
<string>org.openlp.OpenLP.help</string>
<!-- Disabled beacuse window appears blank, see https://github.com/pyinstaller/pyinstaller/issues/4627
<key>NSRequiresAquaSystemAppearance</key>
<false/>
<false/>-->
</dict>
</plist>

View File

@ -20,8 +20,10 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. #
##########################################################################
hiddenimports = ['openlp.plugins.presentations.lib.impresscontroller',
hiddenimports = ['openlp.plugins.presentations.lib.applescriptbasecontroller',
'openlp.plugins.presentations.lib.impresscontroller',
'openlp.plugins.presentations.lib.keynoteontroller',
'openlp.plugins.presentations.lib.maclocontroller',
'openlp.plugins.presentations.lib.pdfcontroller',
'openlp.plugins.presentations.lib.powerpointcontroller',
'openlp.plugins.presentations.lib.pptviewcontroller']
'openlp.plugins.presentations.lib.powerpointmaccontroller']