mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-13 01:10:28 +00:00
- Added FlutterWindow class to manage the Flutter view within a Win32 window. - Created main entry point in main.cpp to initialize and run the Flutter application. - Implemented utility functions for console attachment and command line argument parsing. - Added resource management for application icon and manifest. - Enhanced Win32Window class for DPI awareness and theme management. - Included necessary headers and resource files for building the Windows runner.
68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
{
|
|
"info": {
|
|
"version": 1,
|
|
"author": "xcode"
|
|
},
|
|
"images": [
|
|
{
|
|
"size": "16x16",
|
|
"idiom": "mac",
|
|
"filename": "app_icon_16.png",
|
|
"scale": "1x"
|
|
},
|
|
{
|
|
"size": "16x16",
|
|
"idiom": "mac",
|
|
"filename": "app_icon_32.png",
|
|
"scale": "2x"
|
|
},
|
|
{
|
|
"size": "32x32",
|
|
"idiom": "mac",
|
|
"filename": "app_icon_32.png",
|
|
"scale": "1x"
|
|
},
|
|
{
|
|
"size": "32x32",
|
|
"idiom": "mac",
|
|
"filename": "app_icon_64.png",
|
|
"scale": "2x"
|
|
},
|
|
{
|
|
"size": "128x128",
|
|
"idiom": "mac",
|
|
"filename": "app_icon_128.png",
|
|
"scale": "1x"
|
|
},
|
|
{
|
|
"size": "128x128",
|
|
"idiom": "mac",
|
|
"filename": "app_icon_256.png",
|
|
"scale": "2x"
|
|
},
|
|
{
|
|
"size": "256x256",
|
|
"idiom": "mac",
|
|
"filename": "app_icon_256.png",
|
|
"scale": "1x"
|
|
},
|
|
{
|
|
"size": "256x256",
|
|
"idiom": "mac",
|
|
"filename": "app_icon_512.png",
|
|
"scale": "2x"
|
|
},
|
|
{
|
|
"size": "512x512",
|
|
"idiom": "mac",
|
|
"filename": "app_icon_512.png",
|
|
"scale": "1x"
|
|
},
|
|
{
|
|
"size": "512x512",
|
|
"idiom": "mac",
|
|
"filename": "app_icon_1024.png",
|
|
"scale": "2x"
|
|
}
|
|
]
|
|
} |