Update CallKit icon.

This commit is contained in:
SBiOSoftWhare 2020-07-09 21:51:37 +02:00
parent 52379ba9fd
commit 518e38c2bb
8 changed files with 7 additions and 7 deletions

View file

@ -2526,7 +2526,7 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
{
// Create adapter for Riot
MXCallKitConfiguration *callKitConfiguration = [[MXCallKitConfiguration alloc] init];
callKitConfiguration.iconName = @"riot_icon_callkit";
callKitConfiguration.iconName = @"callkit_icon";
NSData *riotCallKitIconData = UIImagePNGRepresentation([UIImage imageNamed:callKitConfiguration.iconName]);

View file

@ -1,23 +1,23 @@
{
"images" : [
{
"filename" : "callkit_icon.png",
"idiom" : "universal",
"filename" : "riot_icon_callkit.png",
"scale" : "1x"
},
{
"filename" : "callkit_icon@2x.png",
"idiom" : "universal",
"filename" : "riot_icon_callkit@2x.png",
"scale" : "2x"
},
{
"filename" : "callkit_icon@3x.png",
"idiom" : "universal",
"filename" : "riot_icon_callkit@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB