# HG changeset patch # User Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> # Date 1614348314 0 # Node ID 09047aadd698fcb655955295d8cc7e158ac08f8c # Parent e216b871101f42bc3262ccde5f0d09164159bba4 Add app icon diff -r e216b871101f -r 09047aadd698 LazyBear.xcodeproj/project.pbxproj --- a/LazyBear.xcodeproj/project.pbxproj Wed Feb 24 21:58:42 2021 +0100 +++ b/LazyBear.xcodeproj/project.pbxproj Fri Feb 26 14:05:14 2021 +0000 @@ -52,6 +52,8 @@ 95672B9725DDA54700DCBE4A /* Persistence.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Persistence.swift; sourceTree = ""; }; 95672B9A25DDA54800DCBE4A /* LazyBear.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = LazyBear.xcdatamodel; sourceTree = ""; }; 95672B9C25DDA54800DCBE4A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 9571888F25E8E1A7002CDBD7 /* Production.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Production.xcconfig; sourceTree = ""; }; + 9571889025E8E1AD002CDBD7 /* Sandbox.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Sandbox.xcconfig; sourceTree = ""; }; 958A733825E00C3100FD7ECA /* Company+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Company+CoreDataClass.swift"; sourceTree = ""; }; 958A733925E00C3100FD7ECA /* Company+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Company+CoreDataProperties.swift"; sourceTree = ""; }; 958A734125E00C9900FD7ECA /* Watchlist.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Watchlist.swift; sourceTree = ""; }; @@ -63,8 +65,6 @@ 958A735625E01F9E00FD7ECA /* ReadJson.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReadJson.swift; sourceTree = ""; }; 958A735A25E0264E00FD7ECA /* CompanyModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CompanyModel.swift; sourceTree = ""; }; 958A735E25E0311B00FD7ECA /* Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = ""; }; - 9594152A25DDA5CA00BCE299 /* Production.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Production.xcconfig; sourceTree = ""; }; - 9594152B25DDA5D800BCE299 /* Sandbox.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Sandbox.xcconfig; sourceTree = ""; }; 95ABDD3025E1602D00310776 /* PriceView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PriceView.swift; sourceTree = ""; }; 95ABDD3425E166BA00310776 /* NewsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewsView.swift; sourceTree = ""; }; 95ABDD3725E167E500310776 /* NewsModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewsModel.swift; sourceTree = ""; }; @@ -120,20 +120,20 @@ isa = PBXGroup; children = ( 958A734E25E016FD00FD7ECA /* LazyBear.entitlements */, - 95BFAE4D25E2B0C200A70EC3 /* HUDManager.swift */, + 95672B9C25DDA54800DCBE4A /* Info.plist */, + 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */, + 9571888F25E8E1A7002CDBD7 /* Production.xcconfig */, + 9571889025E8E1AD002CDBD7 /* Sandbox.xcconfig */, + 95672B9225DDA54700DCBE4A /* Assets.xcassets */, 95672B8E25DDA54700DCBE4A /* LazyBearApp.swift */, 95672B9025DDA54700DCBE4A /* ContentView.swift */, - 95672B9225DDA54700DCBE4A /* Assets.xcassets */, + 95BFAE4D25E2B0C200A70EC3 /* HUDManager.swift */, 95672B9725DDA54700DCBE4A /* Persistence.swift */, - 95672B9C25DDA54800DCBE4A /* Info.plist */, - 95672B9925DDA54800DCBE4A /* LazyBear.xcdatamodeld */, - 9594152A25DDA5CA00BCE299 /* Production.xcconfig */, - 9594152B25DDA5D800BCE299 /* Sandbox.xcconfig */, 95B1874925DDAC4D0068A364 /* UI */, 95B1874825DDAC470068A364 /* Models */, 958A735525E01F7E00FD7ECA /* Functions */, 958A733225E00B9200FD7ECA /* Local data */, - 95B1874A25DDAC5B0068A364 /* Tests */, + 9571888D25E8E17C002CDBD7 /* Tests */, 95672B9425DDA54700DCBE4A /* Preview Content */, ); path = LazyBear; @@ -147,6 +147,13 @@ path = "Preview Content"; sourceTree = ""; }; + 9571888D25E8E17C002CDBD7 /* Tests */ = { + isa = PBXGroup; + children = ( + ); + path = Tests; + sourceTree = ""; + }; 958A733225E00B9200FD7ECA /* Local data */ = { isa = PBXGroup; children = ( @@ -202,13 +209,6 @@ path = UI; sourceTree = ""; }; - 95B1874A25DDAC5B0068A364 /* Tests */ = { - isa = PBXGroup; - children = ( - ); - path = Tests; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -322,7 +322,7 @@ /* Begin XCBuildConfiguration section */ 95672B9D25DDA54800DCBE4A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9594152B25DDA5D800BCE299 /* Sandbox.xcconfig */; + baseConfigurationReference = 9571889025E8E1AD002CDBD7 /* Sandbox.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; @@ -384,7 +384,7 @@ }; 95672B9E25DDA54800DCBE4A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 9594152A25DDA5CA00BCE299 /* Production.xcconfig */; + baseConfigurationReference = 9571888F25E8E1A7002CDBD7 /* Production.xcconfig */; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_NONNULL = YES; diff -r e216b871101f -r 09047aadd698 LazyBear.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate Binary file LazyBear.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/1024.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/1024.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/20.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/20.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/20@2x.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/20@2x.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/20@3x.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/20@3x.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/29.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/29.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/29@3x.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/29@3x.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/29@x2-1.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/29@x2-1.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/29@x2.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/29@x2.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/40-1.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/40-1.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/40.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/40.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/40@3x.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/40@3x.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/40@x2-1.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/40@x2-1.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/40@x2.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/40@x2.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/60@3x.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/60@3x.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/60@x2.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/60@x2.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/76.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/76.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/76@x2.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/76@x2.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/83.5@x2.png Binary file LazyBear/Assets.xcassets/AppIcon.appiconset/83.5@x2.png has changed diff -r e216b871101f -r 09047aadd698 LazyBear/Assets.xcassets/AppIcon.appiconset/Contents.json --- a/LazyBear/Assets.xcassets/AppIcon.appiconset/Contents.json Wed Feb 24 21:58:42 2021 +0100 +++ b/LazyBear/Assets.xcassets/AppIcon.appiconset/Contents.json Fri Feb 26 14:05:14 2021 +0000 @@ -1,91 +1,109 @@ { "images" : [ { + "filename" : "40.png", "idiom" : "iphone", "scale" : "2x", "size" : "20x20" }, { + "filename" : "20@3x.png", "idiom" : "iphone", "scale" : "3x", "size" : "20x20" }, { + "filename" : "29@x2-1.png", "idiom" : "iphone", "scale" : "2x", "size" : "29x29" }, { + "filename" : "29@3x.png", "idiom" : "iphone", "scale" : "3x", "size" : "29x29" }, { + "filename" : "40@x2.png", "idiom" : "iphone", "scale" : "2x", "size" : "40x40" }, { + "filename" : "40@3x.png", "idiom" : "iphone", "scale" : "3x", "size" : "40x40" }, { + "filename" : "60@x2.png", "idiom" : "iphone", "scale" : "2x", "size" : "60x60" }, { + "filename" : "60@3x.png", "idiom" : "iphone", "scale" : "3x", "size" : "60x60" }, { + "filename" : "20.png", "idiom" : "ipad", "scale" : "1x", "size" : "20x20" }, { + "filename" : "20@2x.png", "idiom" : "ipad", "scale" : "2x", "size" : "20x20" }, { + "filename" : "29.png", "idiom" : "ipad", "scale" : "1x", "size" : "29x29" }, { + "filename" : "29@x2.png", "idiom" : "ipad", "scale" : "2x", "size" : "29x29" }, { + "filename" : "40-1.png", "idiom" : "ipad", "scale" : "1x", "size" : "40x40" }, { + "filename" : "40@x2-1.png", "idiom" : "ipad", "scale" : "2x", "size" : "40x40" }, { + "filename" : "76.png", "idiom" : "ipad", "scale" : "1x", "size" : "76x76" }, { + "filename" : "76@x2.png", "idiom" : "ipad", "scale" : "2x", "size" : "76x76" }, { + "filename" : "83.5@x2.png", "idiom" : "ipad", "scale" : "2x", "size" : "83.5x83.5" }, { + "filename" : "1024.png", "idiom" : "ios-marketing", "scale" : "1x", "size" : "1024x1024"