mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
As a step toward merging jitsi-meet-react with jitsi-meet to share as much source code as possible between mobile and Web, merge the part of jitsi-meet-react's source tree which supports mobile inside the jitsi-meet source tree and leave jitsi-meet-react's Web support in the source code revision history but don't have it in master anymore because it's different from jitsi-meet's Web support. In other words, the two projects are mechanically merged at the file level and don't really share source code between mobile and Web.
44 lines
825 B
JSON
44 lines
825 B
JSON
{
|
|
"images" : [
|
|
{
|
|
"size" : "29x29",
|
|
"idiom" : "iphone",
|
|
"filename" : "AppIcon-29@2x.png",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"size" : "29x29",
|
|
"idiom" : "iphone",
|
|
"filename" : "AppIcon-29@3x.png",
|
|
"scale" : "3x"
|
|
},
|
|
{
|
|
"size" : "40x40",
|
|
"idiom" : "iphone",
|
|
"filename" : "AppIcon-40@2x.png",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"size" : "40x40",
|
|
"idiom" : "iphone",
|
|
"filename" : "AppIcon-40@3x.png",
|
|
"scale" : "3x"
|
|
},
|
|
{
|
|
"size" : "60x60",
|
|
"idiom" : "iphone",
|
|
"filename" : "AppIcon-60@2x.png",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"size" : "60x60",
|
|
"idiom" : "iphone",
|
|
"filename" : "AppIcon-60@3x.png",
|
|
"scale" : "3x"
|
|
}
|
|
],
|
|
"info" : {
|
|
"version" : 1,
|
|
"author" : "xcode"
|
|
}
|
|
} |