diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/Contents.json b/XBMC Remote/Images.xcassets/AppIcon.appiconset/Contents.json index 48bf697d0..67ad5f5d0 100644 --- a/XBMC Remote/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/XBMC Remote/Images.xcassets/AppIcon.appiconset/Contents.json @@ -1,153 +1,33 @@ { "images" : [ { - "filename" : "icon-20@2x.png", - "idiom" : "iphone", - "scale" : "2x", - "size" : "20x20" - }, - { - "filename" : "icon-20@3x.png", - "idiom" : "iphone", - "scale" : "3x", - "size" : "20x20" - }, - { - "filename" : "icon-29.png", - "idiom" : "iphone", - "scale" : "1x", - "size" : "29x29" - }, - { - "filename" : "icon-29@2x.png", - "idiom" : "iphone", - "scale" : "2x", - "size" : "29x29" - }, - { - "filename" : "icon-29@3x.png", - "idiom" : "iphone", - "scale" : "3x", - "size" : "29x29" - }, - { - "filename" : "icon-40@2x.png", - "idiom" : "iphone", - "scale" : "2x", - "size" : "40x40" - }, - { - "filename" : "icon-40@3x.png", - "idiom" : "iphone", - "scale" : "3x", - "size" : "40x40" - }, - { - "filename" : "icon-57.png", - "idiom" : "iphone", - "scale" : "1x", - "size" : "57x57" - }, - { - "filename" : "icon-57@2x.png", - "idiom" : "iphone", - "scale" : "2x", - "size" : "57x57" - }, - { - "filename" : "icon-60@2x.png", - "idiom" : "iphone", - "scale" : "2x", - "size" : "60x60" - }, - { - "filename" : "icon-60@3x.png", - "idiom" : "iphone", - "scale" : "3x", - "size" : "60x60" - }, - { - "filename" : "icon-20.png", - "idiom" : "ipad", - "scale" : "1x", - "size" : "20x20" - }, - { - "filename" : "icon-20@2x-1.png", - "idiom" : "ipad", - "scale" : "2x", - "size" : "20x20" - }, - { - "filename" : "icon-30.png", - "idiom" : "ipad", - "scale" : "1x", - "size" : "29x29" - }, - { - "filename" : "icon-29@2x-1.png", - "idiom" : "ipad", - "scale" : "2x", - "size" : "29x29" - }, - { - "filename" : "icon-40.png", - "idiom" : "ipad", - "scale" : "1x", - "size" : "40x40" - }, - { - "filename" : "icon-40@2x-1.png", - "idiom" : "ipad", - "scale" : "2x", - "size" : "40x40" - }, - { - "filename" : "icon-50.png", - "idiom" : "ipad", - "scale" : "1x", - "size" : "50x50" - }, - { - "filename" : "icon-50@2x.png", - "idiom" : "ipad", - "scale" : "2x", - "size" : "50x50" - }, - { - "filename" : "icon-72.png", - "idiom" : "ipad", - "scale" : "1x", - "size" : "72x72" - }, - { - "filename" : "icon-72@2x.png", - "idiom" : "ipad", - "scale" : "2x", - "size" : "72x72" - }, - { - "filename" : "icon-76.png", - "idiom" : "ipad", - "scale" : "1x", - "size" : "76x76" - }, - { - "filename" : "icon-76@2x.png", - "idiom" : "ipad", - "scale" : "2x", - "size" : "76x76" + "filename" : "icon-1024.png", + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" }, { - "filename" : "icon-83.5@2x.png", - "idiom" : "ipad", - "scale" : "2x", - "size" : "83.5x83.5" + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "appicon_dark.png", + "idiom" : "universal", + "platform" : "ios", + "size" : "1024x1024" }, { - "filename" : "icon-1024.png", - "idiom" : "ios-marketing", - "scale" : "1x", + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "tinted" + } + ], + "filename" : "appicon_alpha.png", + "idiom" : "universal", + "platform" : "ios", "size" : "1024x1024" } ], diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/appicon_alpha.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/appicon_alpha.png new file mode 100644 index 000000000..e7d656779 Binary files /dev/null and b/XBMC Remote/Images.xcassets/AppIcon.appiconset/appicon_alpha.png differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/appicon_dark.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/appicon_dark.png new file mode 100644 index 000000000..4296d982d Binary files /dev/null and b/XBMC Remote/Images.xcassets/AppIcon.appiconset/appicon_dark.png differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-20.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-20.png deleted file mode 100644 index 8c1bd16a6..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-20.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-20@2x-1.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-20@2x-1.png deleted file mode 100644 index 09d645c54..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-20@2x-1.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-20@2x.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-20@2x.png deleted file mode 100644 index 09d645c54..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-20@2x.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-20@3x.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-20@3x.png deleted file mode 100644 index c454e88d4..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-20@3x.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-29.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-29.png deleted file mode 100644 index c3207cba1..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-29.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-29@2x-1.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-29@2x-1.png deleted file mode 100644 index 7a7b26704..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-29@2x-1.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-29@2x.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-29@2x.png deleted file mode 100644 index 7a7b26704..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-29@2x.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-29@3x.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-29@3x.png deleted file mode 100644 index 472d8dd5a..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-29@3x.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-30.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-30.png deleted file mode 100644 index c3207cba1..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-30.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-40.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-40.png deleted file mode 100644 index 09d645c54..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-40.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-40@2x-1.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-40@2x-1.png deleted file mode 100644 index 2098da9b7..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-40@2x-1.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-40@2x.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-40@2x.png deleted file mode 100644 index 2098da9b7..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-40@2x.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-40@3x.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-40@3x.png deleted file mode 100644 index ff7b7fe38..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-40@3x.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-50.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-50.png deleted file mode 100644 index 9a95d5564..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-50.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-50@2x.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-50@2x.png deleted file mode 100644 index 9c21d8fbf..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-50@2x.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-57.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-57.png deleted file mode 100644 index 833fd7e69..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-57.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-57@2x.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-57@2x.png deleted file mode 100644 index 41612b907..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-57@2x.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-60@2x.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-60@2x.png deleted file mode 100644 index ff7b7fe38..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-60@2x.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-60@3x.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-60@3x.png deleted file mode 100644 index 5f7482f13..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-60@3x.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-72.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-72.png deleted file mode 100644 index 1335d74ad..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-72.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-72@2x.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-72@2x.png deleted file mode 100644 index 913211672..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-72@2x.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-76.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-76.png deleted file mode 100644 index 02471300a..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-76.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-76@2x.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-76@2x.png deleted file mode 100644 index 7a42925f6..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-76@2x.png and /dev/null differ diff --git a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-83.5@2x.png b/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-83.5@2x.png deleted file mode 100644 index 56fad9097..000000000 Binary files a/XBMC Remote/Images.xcassets/AppIcon.appiconset/icon-83.5@2x.png and /dev/null differ