Skip to content

Commit

Permalink
Fix launch screen logo (#2559)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoncal authored Jan 31, 2024
1 parent e2f3bb0 commit 3ebd1e6
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Sources/App/Resources/Base.lproj/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22504"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Expand Down Expand Up @@ -44,7 +44,7 @@
</scene>
</scenes>
<resources>
<image name="launchScreen-logo" width="240" height="361"/>
<image name="launchScreen-logo" width="180" height="271"/>
<namedColor name="launchScreen-background">
<color red="0.98039215686274506" green="0.98039215686274506" blue="0.98039215686274506" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
Expand Down
2 changes: 0 additions & 2 deletions Sources/Shared/Assets/Assets.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ public enum Asset {
public static let onSurface = ColorAsset(name: "onSurface")
}
public enum SharedAssets {
public static let launchScreenBackground = ColorAsset(name: "launchScreen-background")
public static let launchScreenLogo = ImageAsset(name: "launchScreen-logo")
public static let logo = ImageAsset(name: "Logo")
public static let statusItemIcon = ImageAsset(name: "statusItemIcon")
}
Expand Down

0 comments on commit 3ebd1e6

Please sign in to comment.