Skip to content

Commit

Permalink
New app icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Kootz committed Apr 18, 2018
1 parent e958b35 commit f5b9f3c
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 10 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion EjectionSeat/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
}

func getURLList()->[URL]?{
let keys: [URLResourceKey] = [.volumeNameKey,.volumeIsRemovableKey, .volumeIsEjectableKey]
let keys: [URLResourceKey] = [.volumeNameKey, .volumeIsRemovableKey, .volumeIsEjectableKey]
if var urls = FileManager().mountedVolumeURLs(includingResourceValuesForKeys: keys, options: []) {
for url in urls{
let components = url.pathComponents
Expand Down
18 changes: 9 additions & 9 deletions EjectionSeat/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,55 +3,55 @@
{
"size" : "16x16",
"idiom" : "mac",
"filename" : "EjectionSeatAppIcon16.png",
"filename" : "Transparent 16.png",
"scale" : "1x"
},
{
"size" : "16x16",
"idiom" : "mac",
"filename" : "EjectionSeatAppIcon32-1.png",
"filename" : "Transparent 32-1.png",
"scale" : "2x"
},
{
"size" : "32x32",
"idiom" : "mac",
"filename" : "EjectionSeatAppIcon32.png",
"filename" : "Transparent 32.png",
"scale" : "1x"
},
{
"size" : "32x32",
"idiom" : "mac",
"filename" : "EjectionSeatAppIcon64.png",
"filename" : "Transparent 64.png",
"scale" : "2x"
},
{
"size" : "128x128",
"idiom" : "mac",
"filename" : "EjectionSeatAppIcon128.png",
"filename" : "Transparent 128.png",
"scale" : "1x"
},
{
"size" : "128x128",
"idiom" : "mac",
"filename" : "EjectionSeatAppIcon256-1.png",
"filename" : "Transparent 256-1.png",
"scale" : "2x"
},
{
"size" : "256x256",
"idiom" : "mac",
"filename" : "EjectionSeatAppIcon256.png",
"filename" : "Transparent 256.png",
"scale" : "1x"
},
{
"size" : "256x256",
"idiom" : "mac",
"filename" : "EjectionSeatAppIcon-1.png",
"filename" : "Transparent 512-1.png",
"scale" : "2x"
},
{
"size" : "512x512",
"idiom" : "mac",
"filename" : "EjectionSeatAppIcon.png",
"filename" : "Transparent 512.png",
"scale" : "1x"
},
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.

0 comments on commit f5b9f3c

Please sign in to comment.