Skip to content

Commit

Permalink
added app icons
Browse files Browse the repository at this point in the history
  • Loading branch information
twocanoes committed Jun 5, 2022
1 parent adccbd8 commit ea56a25
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 23 deletions.
50 changes: 30 additions & 20 deletions XCreds/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,68 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"images" : [
{
"idiom" : "mac",
"scale" : "1x",
"size" : "16x16"
"idiom" : "mac",
"size" : "16x16",
"filename" : "icon_16x16.png"
},
{
"size" : "16x16",
"idiom" : "mac",
"scale" : "2x",
"size" : "16x16"
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "mac",
"filename" : "icon_32x32.png",
"scale" : "1x",
"idiom" : "mac",
"size" : "32x32"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "2x",
"size" : "32x32"
"size" : "32x32",
"scale" : "2x"
},
{
"idiom" : "mac",
"scale" : "1x",
"size" : "128x128"
"size" : "128x128",
"filename" : "icon_128x128.png"
},
{
"size" : "128x128",
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "2x",
"size" : "128x128"
"scale" : "2x"
},
{
"size" : "256x256",
"idiom" : "mac",
"scale" : "1x",
"size" : "256x256"
"filename" : "icon_256x256.png"
},
{
"filename" : "[email protected]",
"idiom" : "mac",
"scale" : "2x",
"size" : "256x256"
},
{
"idiom" : "mac",
"filename" : "icon_512x512.png",
"scale" : "1x",
"size" : "512x512"
"size" : "512x512",
"idiom" : "mac"
},
{
"idiom" : "mac",
"scale" : "2x",
"idiom" : "mac",
"filename" : "[email protected]",
"size" : "512x512"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
]
}
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.
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.
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.
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.
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.
2 changes: 1 addition & 1 deletion XCreds/Assets.xcassets/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"author" : "xcode",
"version" : 1
}
}
}
4 changes: 2 additions & 2 deletions xCreds.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
CODE_SIGN_ENTITLEMENTS = XCreds/xCreds.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1255;
CURRENT_PROJECT_VERSION = 1257;
DEVELOPMENT_TEAM = UXP6YEHSPW;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -398,7 +398,7 @@
CODE_SIGN_ENTITLEMENTS = XCreds/xCreds.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1255;
CURRENT_PROJECT_VERSION = 1257;
DEVELOPMENT_TEAM = UXP6YEHSPW;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down
Binary file not shown.

0 comments on commit ea56a25

Please sign in to comment.