From 79b0f366a1565656250e2bd8d6fa3f247a2b91da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Tue, 11 Sep 2018 10:22:42 -0700 Subject: [macos] Avoid flipping some layer icons --- .../app/Assets.xcassets/Layers/background.imageset/Contents.json | 4 ++++ .../macos/app/Assets.xcassets/Layers/heatmap.imageset/Contents.json | 4 ++++ .../macos/app/Assets.xcassets/Layers/hillshade.imageset/Contents.json | 4 ++++ 3 files changed, 12 insertions(+) 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" : { -- cgit v1.2.1