diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-11-03 04:13:02 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-11-08 20:50:05 +0100 |
commit | 3265efcd96d185df35c4cec61a97687377fb4ab2 (patch) | |
tree | 9cd332e0650fafb855127df0fb5114c961b1f647 /packaging | |
parent | ec8e109a1a67a34deb00dbd8c2d4107d46e95499 (diff) | |
download | subsurface-3265efcd96d185df35c4cec61a97687377fb4ab2.tar.gz |
iOS: small change to storeIcon
This was updated by Xcode - just checking it in so that running Xcode doesn't
cause dirty source tree.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/storeIcon.xcassets/AppIcon.appiconset/Contents.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packaging/ios/storeIcon.xcassets/AppIcon.appiconset/Contents.json b/packaging/ios/storeIcon.xcassets/AppIcon.appiconset/Contents.json index 3f0c82063..76e3c63bb 100644 --- a/packaging/ios/storeIcon.xcassets/AppIcon.appiconset/Contents.json +++ b/packaging/ios/storeIcon.xcassets/AppIcon.appiconset/Contents.json @@ -85,6 +85,11 @@ "scale" : "2x" }, { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "1x" + }, + { "size" : "76x76", "idiom" : "ipad", "filename" : "AppIcon-76@2x.png", @@ -107,4 +112,4 @@ "version" : 1, "author" : "xcode" } -} +}
\ No newline at end of file |