chore: remove large logo
This commit is contained in:
parent
7ca0792b5b
commit
6384a77697
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"images" : [
|
|
||||||
{
|
|
||||||
"filename" : "logo.large.pdf",
|
|
||||||
"idiom" : "universal"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"info" : {
|
|
||||||
"author" : "xcode",
|
|
||||||
"version" : 1
|
|
||||||
}
|
|
||||||
}
|
|
File diff suppressed because one or more lines are too long
|
@ -210,7 +210,6 @@ public enum Asset {
|
||||||
public static let elephantThreeOnGrassWithTreeTwo = ImageAsset(name: "Scene/Welcome/illustration/elephant.three.on.grass.with.tree.two")
|
public static let elephantThreeOnGrassWithTreeTwo = ImageAsset(name: "Scene/Welcome/illustration/elephant.three.on.grass.with.tree.two")
|
||||||
}
|
}
|
||||||
public static let mastodonLogo = ImageAsset(name: "Scene/Welcome/mastodon.logo")
|
public static let mastodonLogo = ImageAsset(name: "Scene/Welcome/mastodon.logo")
|
||||||
public static let mastodonLogoLarge = ImageAsset(name: "Scene/Welcome/mastodon.logo.large")
|
|
||||||
public static let signInButtonBackground = ColorAsset(name: "Scene/Welcome/sign.in.button.background")
|
public static let signInButtonBackground = ColorAsset(name: "Scene/Welcome/sign.in.button.background")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue