Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iOSClient/Images.xcassets/livePhoto.imageset/Contents.json')
-rw-r--r--iOSClient/Images.xcassets/livePhoto.imageset/Contents.json13
1 files changed, 8 insertions, 5 deletions
diff --git a/iOSClient/Images.xcassets/livePhoto.imageset/Contents.json b/iOSClient/Images.xcassets/livePhoto.imageset/Contents.json
index 16f3a5b4e..334fcc3ef 100644
--- a/iOSClient/Images.xcassets/livePhoto.imageset/Contents.json
+++ b/iOSClient/Images.xcassets/livePhoto.imageset/Contents.json
@@ -1,12 +1,15 @@
{
"images" : [
{
- "idiom" : "universal",
- "filename" : "live_photo.png"
+ "filename" : "live_photo.png",
+ "idiom" : "universal"
}
],
"info" : {
- "version" : 1,
- "author" : "xcode"
+ "author" : "xcode",
+ "version" : 1
+ },
+ "properties" : {
+ "preserves-vector-representation" : true
}
-} \ No newline at end of file
+}