summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-01-26 21:35:28 +0000
committerCarl Hetherington <cth@carlh.net>2019-01-26 21:39:50 +0000
commitb2b0b98acc55f556ab995b27289028519b8f4a30 (patch)
tree0d13fee93f99e3757d86ed3fc539ac05d4dfebb9
parent0e6d4402c013eb6be666b5f638dd932052ae6c51 (diff)
Add CFBundleAllowMixedLocalizations to Info.plist to try to get
translated file dialogues on OS X (#1261).
-rw-r--r--platform/osx/dcpomatic2.Info.plist.in2
-rw-r--r--platform/osx/dcpomatic2_batch.Info.plist.in2
-rw-r--r--platform/osx/dcpomatic2_kdm.Info.plist.in2
-rw-r--r--platform/osx/dcpomatic2_player.Info.plist.in2
-rw-r--r--platform/osx/dcpomatic2_server.Info.plist.in2
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>