Create SharedImages.xcassets in order to share images between main app and share extension

This commit is contained in:
SBiOSoftWhare
2018-07-09 15:22:01 +02:00
parent 92075ca7e1
commit f5f4a6d27a
55 changed files with 24 additions and 2 deletions
@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "e2e_unencrypted.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "e2e_unencrypted@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "e2e_unencrypted@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}