diff options
3 files changed, 12 insertions, 0 deletions
diff --git a/platform/macos/app/Assets.xcassets/Layers/background.imageset/Contents.json b/platform/macos/app/Assets.xcassets/Layers/background.imageset/Contents.json index 7473a40333..dc14d24448 100644 --- a/platform/macos/app/Assets.xcassets/Layers/background.imageset/Contents.json +++ b/platform/macos/app/Assets.xcassets/Layers/background.imageset/Contents.json @@ -4,6 +4,10 @@ "idiom" : "universal", "filename" : "background.pdf", "language-direction" : "left-to-right" + }, + { + "idiom" : "universal", + "language-direction" : "right-to-left" } ], "info" : { diff --git a/platform/macos/app/Assets.xcassets/Layers/heatmap.imageset/Contents.json b/platform/macos/app/Assets.xcassets/Layers/heatmap.imageset/Contents.json index 10226ca23a..0dcb85f12c 100644 --- a/platform/macos/app/Assets.xcassets/Layers/heatmap.imageset/Contents.json +++ b/platform/macos/app/Assets.xcassets/Layers/heatmap.imageset/Contents.json @@ -4,6 +4,10 @@ "idiom" : "universal", "filename" : "heatmap.pdf", "language-direction" : "left-to-right" + }, + { + "idiom" : "universal", + "language-direction" : "right-to-left" } ], "info" : { diff --git a/platform/macos/app/Assets.xcassets/Layers/hillshade.imageset/Contents.json b/platform/macos/app/Assets.xcassets/Layers/hillshade.imageset/Contents.json index f9922cad46..d4de2d3228 100644 --- a/platform/macos/app/Assets.xcassets/Layers/hillshade.imageset/Contents.json +++ b/platform/macos/app/Assets.xcassets/Layers/hillshade.imageset/Contents.json @@ -4,6 +4,10 @@ "idiom" : "universal", "filename" : "hillshade.pdf", "language-direction" : "left-to-right" + }, + { + "idiom" : "universal", + "language-direction" : "right-to-left" } ], "info" : { |