Skip to content

Commit

Permalink
⬆️ [Code] Updated "App Icon" and "Splash Screen" s1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmonettelli committed Jun 30, 2024
1 parent 050620d commit fbffff0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
6 changes: 3 additions & 3 deletions ChatGPT/ChatGPT.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net8.0-android;net8.0-ios;net8.0-maccatalyst</TargetFrameworks>
Expand Down Expand Up @@ -40,10 +40,10 @@

<ItemGroup>
<!-- App Icon -->
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#11A37F" />
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#008A68" />

<!-- Splash Screen -->
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#11A37F" BaseSize="128,128" />
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#008A68" BaseSize="128,128" />

<!-- Images -->
<MauiImage Include="Resources\Images\*" />
Expand Down
2 changes: 1 addition & 1 deletion ChatGPT/Resources/AppIcon/appicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 1 addition & 16 deletions ChatGPT/Resources/Splash/splash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fbffff0

Please sign in to comment.