From a7ab4b610972e20753dfedb3e5d80e4d9f017d07 Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 14 八月 2020 10:39:08 +0800 Subject: [PATCH] 临时备份,测试1 --- ZigbeeApp/Home.Ios/Assets.xcassets/AppIcon.appiconset/Contents.json | 255 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 255 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..ee2101e --- /dev/null +++ b/ZigbeeApp/Home.Ios/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,255 @@ +{ + "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.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-1.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" + }, + { + "filename": "120*120-2.png", + "size": "60x60", + "scale": "2x", + "idiom": "car" + }, + { + "filename": "180*180-1.png", + "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", + "filename": "58*58-2.png", + "size": "29x29", + "scale": "2x", + "idiom": "watch" + }, + { + "role": "companionSettings", + "filename": "87*87-1.png", + "size": "29x29", + "scale": "3x", + "idiom": "watch" + }, + { + "role": "appLauncher", + "filename": "80*80-2.png", + "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" + }, + { + "filename": "1024*1024-1.png", + "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