diff --git a/SecretAgent/Assets.xcassets/AppIcon.appiconset/Contents.json b/SecretAgent/Assets.xcassets/AppIcon.appiconset/Contents.json index 71f386d..c14ca73 100644 --- a/SecretAgent/Assets.xcassets/AppIcon.appiconset/Contents.json +++ b/SecretAgent/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -31,13 +31,13 @@ "size" : "128x128" }, { - "filename" : "Icon 2@1x.png", + "filename" : "Mac Icon.png", "idiom" : "mac", "scale" : "1x", "size" : "256x256" }, { - "filename" : "Icon 2@2x.png", + "filename" : "Mac Icon@0.25x.png", "idiom" : "mac", "scale" : "2x", "size" : "256x256" diff --git a/SecretAgent/Assets.xcassets/AppIcon.appiconset/Icon 2@1x.png b/SecretAgent/Assets.xcassets/AppIcon.appiconset/Icon 2@1x.png deleted file mode 100644 index c1f6cc1..0000000 Binary files a/SecretAgent/Assets.xcassets/AppIcon.appiconset/Icon 2@1x.png and /dev/null differ diff --git a/SecretAgent/Assets.xcassets/AppIcon.appiconset/Icon 2@2x.png b/SecretAgent/Assets.xcassets/AppIcon.appiconset/Icon 2@2x.png deleted file mode 100644 index b3b5339..0000000 Binary files a/SecretAgent/Assets.xcassets/AppIcon.appiconset/Icon 2@2x.png and /dev/null differ diff --git a/SecretAgent/Assets.xcassets/AppIcon.appiconset/Mac Icon.png b/SecretAgent/Assets.xcassets/AppIcon.appiconset/Mac Icon.png new file mode 100644 index 0000000..99a172b Binary files /dev/null and b/SecretAgent/Assets.xcassets/AppIcon.appiconset/Mac Icon.png differ diff --git a/SecretAgent/Assets.xcassets/AppIcon.appiconset/Mac Icon@0.25x.png b/SecretAgent/Assets.xcassets/AppIcon.appiconset/Mac Icon@0.25x.png new file mode 100644 index 0000000..8b7b7ae Binary files /dev/null and b/SecretAgent/Assets.xcassets/AppIcon.appiconset/Mac Icon@0.25x.png differ