Minor Cleanup (IOS-14)

This commit is contained in:
Nathan Mattes 2023-09-27 17:51:47 +02:00
parent b6a7126eb1
commit bbf7c541bb
3 changed files with 0 additions and 43 deletions

View File

@ -15,8 +15,6 @@ import MastodonCore
import MastodonLocalization
final class MastodonServerRulesViewController: UIViewController, NeedsDependency {
var disposeBag = Set<AnyCancellable>()
private var observations = Set<NSKeyValueObservation>()
weak var context: AppContext! { willSet { precondition(!isViewLoaded) } }
weak var coordinator: SceneCoordinator! { willSet { precondition(!isViewLoaded) } }

View File

@ -1,38 +0,0 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.969",
"green" : "0.949",
"red" : "0.949"
}
},
"idiom" : "universal"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0.129",
"green" : "0.106",
"red" : "0.098"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

View File

@ -200,9 +200,6 @@ public enum Asset {
public static let background = ColorAsset(name: "Scene/Report/background")
public static let reportBanner = ColorAsset(name: "Scene/Report/report.banner")
}
public enum Setting {
public static let background = ColorAsset(name: "Scene/Setting/background")
}
public enum Sidebar {
public static let logo = ImageAsset(name: "Scene/Sidebar/logo")
}