-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from jbtule/apple-silicon
Apple silicon update
- Loading branch information
Showing
15 changed files
with
48 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 33 additions & 23 deletions
56
cd to .../cd to .../Assets.xcassets/AppIcon.appiconset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,68 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "monterey16.png", | ||
"idiom" : "mac", | ||
"size" : "16x16", | ||
"scale" : "1x" | ||
"scale" : "1x", | ||
"size" : "16x16" | ||
}, | ||
{ | ||
"filename" : "monterey32-1.png", | ||
"idiom" : "mac", | ||
"size" : "16x16", | ||
"scale" : "2x" | ||
"scale" : "2x", | ||
"size" : "16x16" | ||
}, | ||
{ | ||
"filename" : "monterey32.png", | ||
"idiom" : "mac", | ||
"size" : "32x32", | ||
"scale" : "1x" | ||
"scale" : "1x", | ||
"size" : "32x32" | ||
}, | ||
{ | ||
"filename" : "monterey64.png", | ||
"idiom" : "mac", | ||
"size" : "32x32", | ||
"scale" : "2x" | ||
"scale" : "2x", | ||
"size" : "32x32" | ||
}, | ||
{ | ||
"filename" : "monterey128.png", | ||
"idiom" : "mac", | ||
"size" : "128x128", | ||
"scale" : "1x" | ||
"scale" : "1x", | ||
"size" : "128x128" | ||
}, | ||
{ | ||
"filename" : "monterey256-1.png", | ||
"idiom" : "mac", | ||
"size" : "128x128", | ||
"scale" : "2x" | ||
"scale" : "2x", | ||
"size" : "128x128" | ||
}, | ||
{ | ||
"filename" : "monterey256.png", | ||
"idiom" : "mac", | ||
"size" : "256x256", | ||
"scale" : "1x" | ||
"scale" : "1x", | ||
"size" : "256x256" | ||
}, | ||
{ | ||
"filename" : "monterey512-1.png", | ||
"idiom" : "mac", | ||
"size" : "256x256", | ||
"scale" : "2x" | ||
"scale" : "2x", | ||
"size" : "256x256" | ||
}, | ||
{ | ||
"filename" : "monterey512.png", | ||
"idiom" : "mac", | ||
"size" : "512x512", | ||
"scale" : "1x" | ||
"scale" : "1x", | ||
"size" : "512x512" | ||
}, | ||
{ | ||
"filename" : "monterey.png", | ||
"idiom" : "mac", | ||
"size" : "512x512", | ||
"scale" : "2x" | ||
"scale" : "2x", | ||
"size" : "512x512" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
"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.
Binary file added
BIN
+315 KB
cd to .../cd to .../Assets.xcassets/AppIcon.appiconset/monterey128.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 added
BIN
+352 KB
cd to .../cd to .../Assets.xcassets/AppIcon.appiconset/monterey256-1.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
BIN
+352 KB
cd to .../cd to .../Assets.xcassets/AppIcon.appiconset/monterey256.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
BIN
+299 KB
cd to .../cd to .../Assets.xcassets/AppIcon.appiconset/monterey32-1.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 added
BIN
+467 KB
cd to .../cd to .../Assets.xcassets/AppIcon.appiconset/monterey512-1.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
BIN
+467 KB
cd to .../cd to .../Assets.xcassets/AppIcon.appiconset/monterey512.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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.