Minor Cleanup (IOS-14)
This commit is contained in:
parent
b6a7126eb1
commit
bbf7c541bb
|
@ -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) } }
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue