Skip to content

Commit

Permalink
Adding icon sets to the project (app)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefAharoni committed Nov 19, 2024
1 parent 1591025 commit 75be1c4
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 26 deletions.
Binary file removed AppIcon.appiconset/AppIcon-128.png
Binary file not shown.
Binary file removed AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed AppIcon.appiconset/AppIcon-16.png
Binary file not shown.
Binary file removed AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed AppIcon.appiconset/AppIcon-256.png
Binary file not shown.
Binary file removed AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed AppIcon.appiconset/AppIcon-32.png
Binary file not shown.
Binary file removed AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file removed AppIcon.appiconset/AppIcon-512.png
Binary file not shown.
Binary file removed AppIcon.appiconset/[email protected]
Binary file not shown.
Binary file added AppIcon.appiconset/Asset 4-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AppIcon.appiconset/Asset 4-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AppIcon.appiconset/Asset 4-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AppIcon.appiconset/Asset 4-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AppIcon.appiconset/Asset 4-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AppIcon.appiconset/Asset 4-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AppIcon.appiconset/Asset 4-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 26 additions & 26 deletions AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
},
"images" : [
{
"size" : "16x16",
"idiom" : "mac",
"scale" : "1x",
"filename" : "AppIcon-16.png"
"filename" : "Asset 4-16.png",
"scale" : "1x"
},
{
"size" : "16x16",
"filename" : "[email protected]",
"idiom" : "mac",
"filename" : "Asset 4-32.png",
"scale" : "2x"
},
{
"scale" : "1x",
"size" : "32x32",
"filename" : "AppIcon-32.png",
"idiom" : "mac"
"idiom" : "mac",
"filename" : "Asset 4-32.png",
"scale" : "1x"
},
{
"size" : "32x32",
"scale" : "2x",
"filename" : "AppIcon-32@2x.png",
"idiom" : "mac"
"idiom" : "mac",
"filename" : "Asset 4-64.png",
"scale" : "2x"
},
{
"scale" : "1x",
"filename" : "AppIcon-128.png",
"size" : "128x128",
"idiom" : "mac"
"idiom" : "mac",
"filename" : "Asset 4-128.png",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"size" : "128x128",
"idiom" : "mac",
"filename" : "Asset 4-256.png",
"scale" : "2x"
},
{
"filename" : "AppIcon-256.png",
"idiom" : "mac",
"size" : "256x256",
"idiom" : "mac",
"filename" : "Asset 4-256.png",
"scale" : "1x"
},
{
"scale" : "2x",
"size" : "256x256",
"filename" : "[email protected]",
"idiom" : "mac"
"idiom" : "mac",
"filename" : "Asset 4-512.png",
"scale" : "2x"
},
{
"size" : "512x512",
"idiom" : "mac",
"scale" : "1x",
"filename" : "AppIcon-512.png"
"filename" : "Asset 4-512.png",
"scale" : "1x"
},
{
"size" : "512x512",
"filename" : "[email protected]",
"idiom" : "mac",
"filename" : "Asset 4-1024.png",
"scale" : "2x"
}
]
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
2 changes: 2 additions & 0 deletions ShowMyIP.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = ShowMyIP/ShowMyIP.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
Expand Down Expand Up @@ -437,6 +438,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_ENTITLEMENTS = ShowMyIP/ShowMyIP.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
Expand Down

0 comments on commit 75be1c4

Please sign in to comment.