From c1de48884fa145a16a0f8bcee93274dcfaa0ff82 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期四, 07 五月 2020 10:40:28 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev-tzy' into dev-2020xm --- ZigbeeApp/Home.Ios/Assets.xcassets/AppIcon.appiconset/Contents.json | 249 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 249 insertions(+), 0 deletions(-) diff --git a/ZigbeeApp/Home.Ios/Assets.xcassets/AppIcon.appiconset/Contents.json b/ZigbeeApp/Home.Ios/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100755 index 0000000..9b94864 --- /dev/null +++ b/ZigbeeApp/Home.Ios/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,249 @@ +{ + "images": [ + { + "filename": "40*40.png", + "size": "20x20", + "scale": "2x", + "idiom": "iphone" + }, + { + "filename": "60*60.png", + "size": "20x20", + "scale": "3x", + "idiom": "iphone" + }, + { + "filename": "58*58.png", + "size": "29x29", + "scale": "2x", + "idiom": "iphone" + }, + { + "filename": "87*87.png", + "size": "29x29", + "scale": "3x", + "idiom": "iphone" + }, + { + "filename": "80*80-1.png", + "size": "40x40", + "scale": "2x", + "idiom": "iphone" + }, + { + "filename": "120*120.png", + "size": "40x40", + "scale": "3x", + "idiom": "iphone" + }, + { + "filename": "120*120-1.png", + "size": "60x60", + "scale": "2x", + "idiom": "iphone" + }, + { + "filename": "180*180.png", + "size": "60x60", + "scale": "3x", + "idiom": "iphone" + }, + { + "filename": "20*20.png", + "size": "20x20", + "scale": "1x", + "idiom": "ipad" + }, + { + "filename": "40*40-1.png", + "size": "20x20", + "scale": "2x", + "idiom": "ipad" + }, + { + "filename": "29*29.png", + "size": "29x29", + "scale": "1x", + "idiom": "ipad" + }, + { + "filename": "58*58-1.png", + "size": "29x29", + "scale": "2x", + "idiom": "ipad" + }, + { + "filename": "40*40-2.png", + "size": "40x40", + "scale": "1x", + "idiom": "ipad" + }, + { + "filename": "80*80.png", + "size": "40x40", + "scale": "2x", + "idiom": "ipad" + }, + { + "filename": "167*167.png", + "size": "83.5x83.5", + "scale": "2x", + "idiom": "ipad" + }, + { + "filename": "76*76.png", + "size": "76x76", + "scale": "1x", + "idiom": "ipad" + }, + { + "filename": "152*152.png", + "size": "76x76", + "scale": "2x", + "idiom": "ipad" + }, + { + "filename": "1024*1024.png", + "size": "1024x1024", + "scale": "1x", + "idiom": "ios-marketing" + }, + { + "size": "60x60", + "scale": "2x", + "idiom": "car" + }, + { + "size": "60x60", + "scale": "3x", + "idiom": "car" + }, + { + "role": "notificationCenter", + "size": "24x24", + "subtype": "38mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "notificationCenter", + "size": "27.5x27.5", + "subtype": "42mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "companionSettings", + "size": "29x29", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "companionSettings", + "size": "29x29", + "scale": "3x", + "idiom": "watch" + }, + { + "role": "appLauncher", + "size": "40x40", + "subtype": "38mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "appLauncher", + "size": "44x44", + "subtype": "40mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "appLauncher", + "size": "50x50", + "subtype": "44mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "quickLook", + "size": "86x86", + "subtype": "38mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "quickLook", + "size": "98x98", + "subtype": "42mm", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "quickLook", + "size": "108x108", + "subtype": "44mm", + "scale": "2x", + "idiom": "watch" + }, + { + "size": "1024x1024", + "scale": "1x", + "idiom": "watch-marketing" + }, + { + "size": "16x16", + "scale": "1x", + "idiom": "mac" + }, + { + "size": "16x16", + "scale": "2x", + "idiom": "mac" + }, + { + "size": "32x32", + "scale": "1x", + "idiom": "mac" + }, + { + "size": "32x32", + "scale": "2x", + "idiom": "mac" + }, + { + "size": "128x128", + "scale": "1x", + "idiom": "mac" + }, + { + "size": "128x128", + "scale": "2x", + "idiom": "mac" + }, + { + "size": "256x256", + "scale": "1x", + "idiom": "mac" + }, + { + "size": "256x256", + "scale": "2x", + "idiom": "mac" + }, + { + "size": "512x512", + "scale": "1x", + "idiom": "mac" + }, + { + "size": "512x512", + "scale": "2x", + "idiom": "mac" + } + ], + "info": { + "version": 1, + "author": "xcode" + } +} \ No newline at end of file -- Gitblit v1.8.0