diff --git a/EjectionSeat.xcodeproj/project.xcworkspace/xcuserdata/austinkootz.xcuserdatad/UserInterfaceState.xcuserstate b/EjectionSeat.xcodeproj/project.xcworkspace/xcuserdata/austinkootz.xcuserdatad/UserInterfaceState.xcuserstate index 1bccaa6..77435db 100644 Binary files a/EjectionSeat.xcodeproj/project.xcworkspace/xcuserdata/austinkootz.xcuserdatad/UserInterfaceState.xcuserstate and b/EjectionSeat.xcodeproj/project.xcworkspace/xcuserdata/austinkootz.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/EjectionSeat/AppDelegate.swift b/EjectionSeat/AppDelegate.swift index 58ae74f..cc76b17 100644 --- a/EjectionSeat/AppDelegate.swift +++ b/EjectionSeat/AppDelegate.swift @@ -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 diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Contents.json b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Contents.json index 7de3e62..b891fcc 100644 --- a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -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" }, { diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon-1.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon-1.png deleted file mode 100644 index 316b921..0000000 Binary files a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon-1.png and /dev/null differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon.png deleted file mode 100644 index 316b921..0000000 Binary files a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon.png and /dev/null differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon128.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon128.png deleted file mode 100644 index c52fc46..0000000 Binary files a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon128.png and /dev/null differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon16.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon16.png deleted file mode 100644 index 19c9dd8..0000000 Binary files a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon16.png and /dev/null differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon256-1.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon256-1.png deleted file mode 100644 index a183e3b..0000000 Binary files a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon256-1.png and /dev/null differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon256.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon256.png deleted file mode 100644 index a183e3b..0000000 Binary files a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon256.png and /dev/null differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon32-1.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon32-1.png deleted file mode 100644 index 3a35751..0000000 Binary files a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon32-1.png and /dev/null differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon32.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon32.png deleted file mode 100644 index 3a35751..0000000 Binary files a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon32.png and /dev/null differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon64.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon64.png deleted file mode 100644 index 2692485..0000000 Binary files a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/EjectionSeatAppIcon64.png and /dev/null differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 128.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 128.png new file mode 100644 index 0000000..56ae869 Binary files /dev/null and b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 128.png differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 16.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 16.png new file mode 100644 index 0000000..9c371c3 Binary files /dev/null and b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 16.png differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 256-1.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 256-1.png new file mode 100644 index 0000000..a46fd13 Binary files /dev/null and b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 256-1.png differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 256.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 256.png new file mode 100644 index 0000000..a46fd13 Binary files /dev/null and b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 256.png differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 32-1.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 32-1.png new file mode 100644 index 0000000..93791bb Binary files /dev/null and b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 32-1.png differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 32.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 32.png new file mode 100644 index 0000000..93791bb Binary files /dev/null and b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 32.png differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 512-1.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 512-1.png new file mode 100644 index 0000000..d3410bb Binary files /dev/null and b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 512-1.png differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 512.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 512.png new file mode 100644 index 0000000..d3410bb Binary files /dev/null and b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 512.png differ diff --git a/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 64.png b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 64.png new file mode 100644 index 0000000..8c90180 Binary files /dev/null and b/EjectionSeat/Assets.xcassets/AppIcon.appiconset/Transparent 64.png differ