Fill macOS data

This commit is contained in:
Junyuan Feng
2022-01-10 17:04:18 +08:00
parent 195e188d0c
commit 4d227c3f00
23 changed files with 62 additions and 50 deletions

View File

@@ -1,68 +1,68 @@
{
"images" : [
{
"idiom" : "mac",
"size" : "16x16",
"idiom" : "mac",
"filename" : "app_icon_16.png",
"scale" : "1x"
"scale" : "1x",
"filename" : "icon_16@1x.png"
},
{
"idiom" : "mac",
"size" : "16x16",
"idiom" : "mac",
"filename" : "app_icon_32.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "icon_16@2x.png"
},
{
"idiom" : "mac",
"size" : "32x32",
"idiom" : "mac",
"filename" : "app_icon_32.png",
"scale" : "1x"
"scale" : "1x",
"filename" : "icon_32@1x.png"
},
{
"idiom" : "mac",
"size" : "32x32",
"idiom" : "mac",
"filename" : "app_icon_64.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "icon_32@2x.png"
},
{
"idiom" : "mac",
"size" : "128x128",
"idiom" : "mac",
"filename" : "app_icon_128.png",
"scale" : "1x"
"scale" : "1x",
"filename" : "icon_128@1x.png"
},
{
"idiom" : "mac",
"size" : "128x128",
"idiom" : "mac",
"filename" : "app_icon_256.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "icon_128@2x.png"
},
{
"idiom" : "mac",
"size" : "256x256",
"idiom" : "mac",
"filename" : "app_icon_256.png",
"scale" : "1x"
"scale" : "1x",
"filename" : "icon_256@1x.png"
},
{
"idiom" : "mac",
"size" : "256x256",
"idiom" : "mac",
"filename" : "app_icon_512.png",
"scale" : "2x"
"scale" : "2x",
"filename" : "icon_256@2x.png"
},
{
"size" : "512x512",
"idiom" : "mac",
"filename" : "app_icon_512.png",
"scale" : "1x"
"size" : "512x512",
"scale" : "1x",
"filename" : "icon_512@1x.png"
},
{
"size" : "512x512",
"idiom" : "mac",
"filename" : "app_icon_1024.png",
"scale" : "2x"
"size" : "512x512",
"scale" : "2x",
"filename" : "icon_512@2x.png"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 KiB

View File

@@ -5,10 +5,10 @@
// 'flutter create' template.
// The application's name. By default this is also the title of the Flutter window.
PRODUCT_NAME = toolbox
PRODUCT_NAME = ServerBox
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = tech.lolli.toolbox
PRODUCT_BUNDLE_IDENTIFIER = com.lollipopkit.toolbox
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2021 tech.lolli. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2022 tech.lolli. All rights reserved.

View File

@@ -17,9 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(FLUTTER_BUILD_NAME)</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>