Social login: Add GitLab image.

This commit is contained in:
SBiOSoftWhare 2021-01-28 19:48:52 +01:00
parent ef416f536e
commit 4a357a178b
5 changed files with 24 additions and 0 deletions

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -23,6 +23,7 @@ internal enum Asset {
internal static let socialLoginButtonApple = ImageAsset(name: "social_login_button_apple")
internal static let socialLoginButtonFacebook = ImageAsset(name: "social_login_button_facebook")
internal static let socialLoginButtonGithub = ImageAsset(name: "social_login_button_github")
internal static let socialLoginButtonGitlab = ImageAsset(name: "social_login_button_gitlab")
internal static let socialLoginButtonGoogle = ImageAsset(name: "social_login_button_google")
internal static let socialLoginButtonTwitter = ImageAsset(name: "social_login_button_twitter")
internal static let callAudioMuteOffIcon = ImageAsset(name: "call_audio_mute_off_icon")