Add old logo image.

This commit is contained in:
SBiOSoftWhare 2020-07-10 21:23:33 +02:00
parent 8e5ac3f625
commit d3744cbf18
6 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"info" : {
"author" : "xcode",
"version" : 1
}
}

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -64,6 +64,7 @@ internal enum Asset {
internal static let keyBackupLogo = ImageAsset(name: "key_backup_logo") internal static let keyBackupLogo = ImageAsset(name: "key_backup_logo")
internal static let revealPasswordButton = ImageAsset(name: "reveal_password_button") internal static let revealPasswordButton = ImageAsset(name: "reveal_password_button")
internal static let keyVerificationSuccessShield = ImageAsset(name: "key_verification_success_shield") internal static let keyVerificationSuccessShield = ImageAsset(name: "key_verification_success_shield")
internal static let oldLogo = ImageAsset(name: "old_logo")
internal static let cameraCapture = ImageAsset(name: "camera_capture") internal static let cameraCapture = ImageAsset(name: "camera_capture")
internal static let cameraPlay = ImageAsset(name: "camera_play") internal static let cameraPlay = ImageAsset(name: "camera_play")
internal static let cameraStop = ImageAsset(name: "camera_stop") internal static let cameraStop = ImageAsset(name: "camera_stop")