Skip to content

Commit

Permalink
added padding (100px per side to 1024x1024) to app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
marwanhawari committed Nov 4, 2022
1 parent a7afcd2 commit 7e19306
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions LeetBar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_ASSET_PATHS = "\"LeetBar/Preview Content\"";
DEVELOPMENT_TEAM = S8TLS5HCP7;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -485,7 +485,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.marwanhawari.LeetBar;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -502,7 +502,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3;
CURRENT_PROJECT_VERSION = 4;
DEVELOPMENT_ASSET_PATHS = "\"LeetBar/Preview Content\"";
DEVELOPMENT_TEAM = S8TLS5HCP7;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -516,7 +516,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.0;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.marwanhawari.LeetBar;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
6 changes: 3 additions & 3 deletions LeetBar/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"size" : "16x16"
},
{
"filename" : "LeetBar32-1.png",
"filename" : "LeetBar32 1.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "16x16"
Expand All @@ -31,7 +31,7 @@
"size" : "128x128"
},
{
"filename" : "LeetBar256-1.png",
"filename" : "LeetBar256 1.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "128x128"
Expand All @@ -43,7 +43,7 @@
"size" : "256x256"
},
{
"filename" : "LeetBar512-1.png",
"filename" : "LeetBar512 1.png",
"idiom" : "mac",
"scale" : "2x",
"size" : "256x256"
Expand Down
Binary file modified LeetBar/Assets.xcassets/AppIcon.appiconset/LeetBar1024.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 modified LeetBar/Assets.xcassets/AppIcon.appiconset/LeetBar128.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 modified LeetBar/Assets.xcassets/AppIcon.appiconset/LeetBar16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified LeetBar/Assets.xcassets/AppIcon.appiconset/LeetBar256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified LeetBar/Assets.xcassets/AppIcon.appiconset/LeetBar32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified LeetBar/Assets.xcassets/AppIcon.appiconset/LeetBar512.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 modified LeetBar/Assets.xcassets/AppIcon.appiconset/LeetBar64.png
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 7e19306

Please sign in to comment.