summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-11-03 13:58:42 +0100
committerAndrej Mihajlov <and@mullvad.net>2021-11-04 10:46:08 +0100
commit6d48300aef45d392f1c439fe3fb35b179164c11b (patch)
tree14737b9da91d7dc786fbd28894a5a0b6aea7bcd8
parent67aeb6b39839db9a2a746e70f3e352dee8423c9b (diff)
downloadmullvadvpn-6d48300aef45d392f1c439fe3fb35b179164c11b.tar.xz
mullvadvpn-6d48300aef45d392f1c439fe3fb35b179164c11b.zip
Mirror icons for RTL
-rw-r--r--ios/MullvadVPN/Assets.xcassets/IconArrow.imageset/Contents.json9
-rw-r--r--ios/MullvadVPN/Assets.xcassets/IconExtlink.imageset/Contents.json13
2 files changed, 12 insertions, 10 deletions
diff --git a/ios/MullvadVPN/Assets.xcassets/IconArrow.imageset/Contents.json b/ios/MullvadVPN/Assets.xcassets/IconArrow.imageset/Contents.json
index 6001465c6c..458e0814f2 100644
--- a/ios/MullvadVPN/Assets.xcassets/IconArrow.imageset/Contents.json
+++ b/ios/MullvadVPN/Assets.xcassets/IconArrow.imageset/Contents.json
@@ -1,15 +1,16 @@
{
"images" : [
{
+ "filename" : "IconArrow.pdf",
"idiom" : "universal",
- "filename" : "IconArrow.pdf"
+ "language-direction" : "left-to-right"
}
],
"info" : {
- "version" : 1,
- "author" : "xcode"
+ "author" : "xcode",
+ "version" : 1
},
"properties" : {
"preserves-vector-representation" : true
}
-} \ No newline at end of file
+}
diff --git a/ios/MullvadVPN/Assets.xcassets/IconExtlink.imageset/Contents.json b/ios/MullvadVPN/Assets.xcassets/IconExtlink.imageset/Contents.json
index fa42250c83..b95842ff5d 100644
--- a/ios/MullvadVPN/Assets.xcassets/IconExtlink.imageset/Contents.json
+++ b/ios/MullvadVPN/Assets.xcassets/IconExtlink.imageset/Contents.json
@@ -1,16 +1,17 @@
{
"images" : [
{
+ "filename" : "IconExtlink.pdf",
"idiom" : "universal",
- "filename" : "IconExtlink.pdf"
+ "language-direction" : "left-to-right"
}
],
"info" : {
- "version" : 1,
- "author" : "xcode"
+ "author" : "xcode",
+ "version" : 1
},
"properties" : {
- "template-rendering-intent" : "template",
- "preserves-vector-representation" : true
+ "preserves-vector-representation" : true,
+ "template-rendering-intent" : "template"
}
-} \ No newline at end of file
+}