diff options
| -rw-r--r-- | platform/osx/dcpomatic2.Info.plist.in | 2 | ||||
| -rw-r--r-- | platform/osx/dcpomatic2_batch.Info.plist.in | 2 | ||||
| -rw-r--r-- | platform/osx/dcpomatic2_kdm.Info.plist.in | 2 | ||||
| -rw-r--r-- | platform/osx/dcpomatic2_player.Info.plist.in | 2 | ||||
| -rw-r--r-- | platform/osx/dcpomatic2_server.Info.plist.in | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/platform/osx/dcpomatic2.Info.plist.in b/platform/osx/dcpomatic2.Info.plist.in index de14012ea..00a7d99aa 100644 --- a/platform/osx/dcpomatic2.Info.plist.in +++ b/platform/osx/dcpomatic2.Info.plist.in @@ -24,6 +24,8 @@ <string>DOMC</string> <key>CFBundleVersion</key> <string>@VERSION@</string> + <key>CFBundleAllowMixedLocalizations</key> + <true/> <key>LSUIElement</key> <string>0</string> <key>NSMainNibFile</key> diff --git a/platform/osx/dcpomatic2_batch.Info.plist.in b/platform/osx/dcpomatic2_batch.Info.plist.in index 935fecffb..38a51ce60 100644 --- a/platform/osx/dcpomatic2_batch.Info.plist.in +++ b/platform/osx/dcpomatic2_batch.Info.plist.in @@ -24,6 +24,8 @@ <string>DOMC</string> <key>CFBundleVersion</key> <string>@VERSION@</string> + <key>CFBundleAllowMixedLocalizations</key> + <true/> <key>LSUIElement</key> <string>0</string> <key>NSMainNibFile</key> diff --git a/platform/osx/dcpomatic2_kdm.Info.plist.in b/platform/osx/dcpomatic2_kdm.Info.plist.in index 3f16f428a..95016a972 100644 --- a/platform/osx/dcpomatic2_kdm.Info.plist.in +++ b/platform/osx/dcpomatic2_kdm.Info.plist.in @@ -24,6 +24,8 @@ <string>DOMC</string> <key>CFBundleVersion</key> <string>@VERSION@</string> + <key>CFBundleAllowMixedLocalizations</key> + <true/> <key>LSUIElement</key> <string>0</string> <key>NSMainNibFile</key> diff --git a/platform/osx/dcpomatic2_player.Info.plist.in b/platform/osx/dcpomatic2_player.Info.plist.in index c5ecf60d2..0a10e3727 100644 --- a/platform/osx/dcpomatic2_player.Info.plist.in +++ b/platform/osx/dcpomatic2_player.Info.plist.in @@ -24,6 +24,8 @@ <string>DOMC</string> <key>CFBundleVersion</key> <string>@VERSION@</string> + <key>CFBundleAllowMixedLocalizations</key> + <true/> <key>LSUIElement</key> <string>0</string> <key>NSMainNibFile</key> diff --git a/platform/osx/dcpomatic2_server.Info.plist.in b/platform/osx/dcpomatic2_server.Info.plist.in index c4993d4d8..a33078f66 100644 --- a/platform/osx/dcpomatic2_server.Info.plist.in +++ b/platform/osx/dcpomatic2_server.Info.plist.in @@ -24,6 +24,8 @@ <string>DOMC</string> <key>CFBundleVersion</key> <string>@VERSION@</string> + <key>CFBundleAllowMixedLocalizations</key> + <true/> <key>LSUIElement</key> <string>0</string> <key>NSMainNibFile</key> |
