Remove old Riot images. Move horizontal logo to shared images.

This commit is contained in:
SBiOSoftWhare
2020-07-08 23:40:15 +02:00
parent e48e319be0
commit 39ba45ca8d
22 changed files with 1 additions and 163 deletions
@@ -1,23 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "logo.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "logo@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "logo@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

@@ -1,21 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "LaunchScreenRiot.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

@@ -1,6 +0,0 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
@@ -1,21 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "animatedLogo-0.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

@@ -1,21 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "animatedLogo-1.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

@@ -1,21 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "animatedLogo-2.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

@@ -1,21 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "animatedLogo-3.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

@@ -1,21 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "animatedLogo-4.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

+1 -8
View File
@@ -36,8 +36,6 @@ internal enum Asset {
internal static let closeButton = ImageAsset(name: "close_button") internal static let closeButton = ImageAsset(name: "close_button")
internal static let disclosureIcon = ImageAsset(name: "disclosure_icon") internal static let disclosureIcon = ImageAsset(name: "disclosure_icon")
internal static let group = ImageAsset(name: "group") internal static let group = ImageAsset(name: "group")
internal static let horizontalLogo = ImageAsset(name: "horizontal_logo")
internal static let logo = ImageAsset(name: "logo")
internal static let monitor = ImageAsset(name: "monitor") internal static let monitor = ImageAsset(name: "monitor")
internal static let placeholder = ImageAsset(name: "placeholder") internal static let placeholder = ImageAsset(name: "placeholder")
internal static let plusIcon = ImageAsset(name: "plus_icon") internal static let plusIcon = ImageAsset(name: "plus_icon")
@@ -69,7 +67,6 @@ 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 launchScreenRiot = ImageAsset(name: "LaunchScreenRiot")
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")
@@ -116,13 +113,9 @@ internal enum Asset {
internal static let launchScreenLogo = ImageAsset(name: "launch_screen_logo") internal static let launchScreenLogo = ImageAsset(name: "launch_screen_logo")
} }
internal enum SharedImages { internal enum SharedImages {
internal static let animatedLogo0 = ImageAsset(name: "animatedLogo-0")
internal static let animatedLogo1 = ImageAsset(name: "animatedLogo-1")
internal static let animatedLogo2 = ImageAsset(name: "animatedLogo-2")
internal static let animatedLogo3 = ImageAsset(name: "animatedLogo-3")
internal static let animatedLogo4 = ImageAsset(name: "animatedLogo-4")
internal static let cancel = ImageAsset(name: "cancel") internal static let cancel = ImageAsset(name: "cancel")
internal static let e2eVerified = ImageAsset(name: "e2e_verified") internal static let e2eVerified = ImageAsset(name: "e2e_verified")
internal static let horizontalLogo = ImageAsset(name: "horizontal_logo")
} }
} }
// swiftlint:enable identifier_name line_length nesting type_body_length type_name // swiftlint:enable identifier_name line_length nesting type_body_length type_name