# HG changeset patch # User Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> # Date 1623409338 -7200 # Node ID 523b780ad892cab22e5c33802d4eb42d7f09265b # Parent c59c34e498ad810efce7bddab4d537e06aae8289 Add launch screen diff -r c59c34e498ad -r 523b780ad892 LazyBear.xcodeproj/project.pbxproj --- a/LazyBear.xcodeproj/project.pbxproj Fri Jun 11 12:08:22 2021 +0200 +++ b/LazyBear.xcodeproj/project.pbxproj Fri Jun 11 13:02:18 2021 +0200 @@ -83,6 +83,7 @@ 95CCFB5E266E855800C384A1 /* GetDateComponents.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95CCFB5D266E855800C384A1 /* GetDateComponents.swift */; }; 95CCFB60266E864C00C384A1 /* ConvertStringToDate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95CCFB5F266E864C00C384A1 /* ConvertStringToDate.swift */; }; 95D308F82624B3A400A39F77 /* CurrencyItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95D308F72624B3A400A39F77 /* CurrencyItem.swift */; }; + 95E2DBF82673752F007FCCB4 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 95E2DBF72673752F007FCCB4 /* LaunchScreen.storyboard */; }; 95E31C0D26472CA000106B98 /* CompanyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E31C0C26472CA000106B98 /* CompanyView.swift */; }; 95E31C122647304100106B98 /* PriceViewStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E31C112647304100106B98 /* PriceViewStyle.swift */; }; 95E31C142647363800106B98 /* Chart.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95E31C132647363800106B98 /* Chart.swift */; }; @@ -190,6 +191,7 @@ 95CCFB5D266E855800C384A1 /* GetDateComponents.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GetDateComponents.swift; sourceTree = ""; }; 95CCFB5F266E864C00C384A1 /* ConvertStringToDate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConvertStringToDate.swift; sourceTree = ""; }; 95D308F72624B3A400A39F77 /* CurrencyItem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CurrencyItem.swift; sourceTree = ""; }; + 95E2DBF72673752F007FCCB4 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = ""; }; 95E31C0C26472CA000106B98 /* CompanyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyView.swift; sourceTree = ""; }; 95E31C112647304100106B98 /* PriceViewStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriceViewStyle.swift; sourceTree = ""; }; 95E31C132647363800106B98 /* Chart.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Chart.swift; sourceTree = ""; }; @@ -385,6 +387,7 @@ 95672B9C25DDA54800DCBE4A /* Info.plist */, 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */, 95672B9225DDA54700DCBE4A /* Assets.xcassets */, + 95E2DBF72673752F007FCCB4 /* LaunchScreen.storyboard */, 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */, 95AD4A2C26078C1400498079 /* ContentView.swift */, 95672B9725DDA54700DCBE4A /* Persistence.swift */, @@ -673,6 +676,7 @@ 95672B9625DDA54700DCBE4A /* Preview Assets.xcassets in Resources */, 9523ED422615BDB2006D3D6F /* phrases.json in Resources */, 95AF0FF72671320F0049C4AB /* DisplayWords.json in Resources */, + 95E2DBF82673752F007FCCB4 /* LaunchScreen.storyboard in Resources */, 95672B9325DDA54700DCBE4A /* Assets.xcassets in Resources */, ); runOnlyForDeploymentPostprocessing = 0; diff -r c59c34e498ad -r 523b780ad892 LazyBear.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Binary file LazyBear.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed diff -r c59c34e498ad -r 523b780ad892 LazyBear/Assets.xcassets/CustomBackground.colorset/Contents.json --- a/LazyBear/Assets.xcassets/CustomBackground.colorset/Contents.json Fri Jun 11 12:08:22 2021 +0200 +++ b/LazyBear/Assets.xcassets/CustomBackground.colorset/Contents.json Fri Jun 11 13:02:18 2021 +0200 @@ -5,9 +5,9 @@ "color-space" : "srgb", "components" : { "alpha" : "1.000", - "blue" : "0.996", - "green" : "0.984", - "red" : "0.980" + "blue" : "254", + "green" : "251", + "red" : "250" } }, "idiom" : "universal" diff -r c59c34e498ad -r 523b780ad892 LazyBear/Assets.xcassets/LaunchBackground.colorset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LazyBear/Assets.xcassets/LaunchBackground.colorset/Contents.json Fri Jun 11 13:02:18 2021 +0200 @@ -0,0 +1,38 @@ +{ + "colors" : [ + { + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "1.000", + "green" : "1.000", + "red" : "1.000" + } + }, + "idiom" : "universal" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "color" : { + "color-space" : "srgb", + "components" : { + "alpha" : "1.000", + "blue" : "0.000", + "green" : "0.000", + "red" : "0.000" + } + }, + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r c59c34e498ad -r 523b780ad892 LazyBear/Assets.xcassets/Logos/LaunchLogo.imageset/Contents.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LazyBear/Assets.xcassets/Logos/LaunchLogo.imageset/Contents.json Fri Jun 11 13:02:18 2021 +0200 @@ -0,0 +1,52 @@ +{ + "images" : [ + { + "filename" : "LightMode.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "DarkMode.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff -r c59c34e498ad -r 523b780ad892 LazyBear/Assets.xcassets/Logos/LaunchLogo.imageset/DarkMode.png Binary file LazyBear/Assets.xcassets/Logos/LaunchLogo.imageset/DarkMode.png has changed diff -r c59c34e498ad -r 523b780ad892 LazyBear/Assets.xcassets/Logos/LaunchLogo.imageset/LightMode.png Binary file LazyBear/Assets.xcassets/Logos/LaunchLogo.imageset/LightMode.png has changed diff -r c59c34e498ad -r 523b780ad892 LazyBear/Info.plist --- a/LazyBear/Info.plist Fri Jun 11 12:08:22 2021 +0200 +++ b/LazyBear/Info.plist Fri Jun 11 13:02:18 2021 +0200 @@ -35,6 +35,8 @@ UILaunchScreen + UILaunchStoryboardName + LaunchScreen UIRequiredDeviceCapabilities armv7 diff -r c59c34e498ad -r 523b780ad892 LazyBear/LaunchScreen.storyboard --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LazyBear/LaunchScreen.storyboard Fri Jun 11 13:02:18 2021 +0200 @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +