10 Commits

Author SHA1 Message Date
Leonmmcoset
1b18e4b189 feat(app_detail_window): 添加应用预览图片功能并优化缓存管理
- 新增HorizontalFlipView组件显示应用预览图片
- 实现图片下载缓存机制和自动清理功能
- 支持多种API返回格式的图片数据解析
- 添加详细的日志记录和错误处理
- 移除不再使用的云母效果相关代码
2025-09-28 19:19:36 +08:00
Leonmmcoset
abdee75504 add lot of things 2025-09-28 17:33:42 +08:00
Leonmmcoset
0e54dce62a feat(配置管理): 添加配置系统和设置界面
添加基于QConfig的配置管理系统,支持自动打开安装程序和应用打开方式的设置
新增设置标签页用于管理应用配置
更新安装确认对话框以支持配置选项
将版本号更新为Prerelease 1
2025-09-27 21:53:54 +08:00
Leonmmcoset
b75cc4d13d build: 更新Nuitka构建配置并清理缓存文件
移除--onefile选项以生成多文件构建
清理旧的缓存文件和无效的配置
2025-09-26 21:29:01 +08:00
767a214281 更新 .github/ISSUE_TEMPLATE/bug_report.yml 2025-09-26 10:15:07 +00:00
07bb46a07c 更新 .github/ISSUE_TEMPLATE/feature_request.yml 2025-09-26 10:14:37 +00:00
a5a71fdfda 更新 .github/ISSUE_TEMPLATE/feature_request.yml 2025-09-26 10:13:50 +00:00
bc5888c99f 更新 .github/ISSUE_TEMPLATE/bug_report.yml 2025-09-26 10:13:14 +00:00
724a3896b5 神兽保佑永无 bug 2025-09-26 09:37:20 +00:00
e45905eff0 更新 index.php 2025-09-26 09:35:49 +00:00
105 changed files with 4483 additions and 110 deletions

View File

@@ -1,8 +1,9 @@
name: Bug报告
about: 创建一个Bug报告以帮助我们改进
title: '[BUG] '
labels: bug
labels: BUG
assignees: ''
ref: 1.0
body:
- type: textarea

View File

@@ -1,8 +1,9 @@
name: 功能请求
about: 为这个项目提出一个想法
title: '[FEATURE] '
labels: enhancement
labels: 增强
assignees: ''
ref: 1.0
body:
- type: textarea

View File

@@ -15,10 +15,10 @@
<ROW Property="AppLogoIconDark" Value="applogodark.png" MultiBuildValue="DefaultBuild:favicon.jpeg" Type="1" MsiKey="AppLogoIconDark"/>
<ROW Property="CTRLS" Value="2"/>
<ROW Property="Manufacturer" Value="Leon MiaoStars"/>
<ROW Property="ProductCode" Value="2052:{997B95BE-DFA7-4D92-A36A-2C1D17650DA3} " Type="16"/>
<ROW Property="ProductCode" Value="2052:{D6790DC3-AC64-4037-8D18-E15E29456CF0} " Type="16"/>
<ROW Property="ProductLanguage" Value="1033"/>
<ROW Property="ProductName" Value="LeonAPP For PC"/>
<ROW Property="ProductVersion" Value="0.3" Options="32"/>
<ROW Property="ProductVersion" Value="1.0" Options="32"/>
<ROW Property="RUNAPPLICATION" Value="1" Type="4"/>
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND;AI_SETUPEXEPATH;SETUPEXEDIR"/>
<ROW Property="UpgradeCode" Value="{07A36A6C-DF00-4E47-B279-F636E50DAF9E}"/>
@@ -39,8 +39,57 @@
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiDirsComponent">
<ROW Directory="APPDIR" Directory_Parent="TARGETDIR" DefaultDir="APPDIR:." IsPseudoRoot="1" DirectoryOptions="3"/>
<ROW Directory="PIL_Dir" Directory_Parent="APPDIR" DefaultDir="PIL" DirectoryOptions="3"/>
<ROW Directory="PyQt5_Dir" Directory_Parent="APPDIR" DefaultDir="PyQt5" DirectoryOptions="3"/>
<ROW Directory="Qt5_Dir" Directory_Parent="PyQt5_Dir" DefaultDir="Qt5" DirectoryOptions="3"/>
<ROW Directory="Qt_Dir" Directory_Parent="PyQt5_Dir" DefaultDir="Qt" DirectoryOptions="3"/>
<ROW Directory="SHORTCUTDIR" Directory_Parent="TARGETDIR" DefaultDir="SHORTC~1|SHORTCUTDIR" IsPseudoRoot="1"/>
<ROW Directory="TARGETDIR" DefaultDir="SourceDir"/>
<ROW Directory="_core_Dir" Directory_Parent="numpy_Dir" DefaultDir="_core" DirectoryOptions="3"/>
<ROW Directory="_dsolve_Dir" Directory_Parent="linalg_2_Dir" DefaultDir="_dsolve" DirectoryOptions="3"/>
<ROW Directory="_eigen_Dir" Directory_Parent="linalg_2_Dir" DefaultDir="_eigen" DirectoryOptions="3"/>
<ROW Directory="_highspy_Dir" Directory_Parent="optimize_Dir" DefaultDir="_highspy" DirectoryOptions="3"/>
<ROW Directory="_levy_stable_Dir" Directory_Parent="stats_Dir" DefaultDir="_LEVY_~1|_levy_stable" DirectoryOptions="3"/>
<ROW Directory="_lib_Dir" Directory_Parent="scipy_Dir" DefaultDir="_lib" DirectoryOptions="3"/>
<ROW Directory="_lsq_Dir" Directory_Parent="optimize_Dir" DefaultDir="_lsq" DirectoryOptions="3"/>
<ROW Directory="_pocketfft_Dir" Directory_Parent="fft_1_Dir" DefaultDir="_POCKE~1|_pocketfft" DirectoryOptions="3"/>
<ROW Directory="_propack_Dir" Directory_Parent="linalg_2_Dir" DefaultDir="_propack" DirectoryOptions="3"/>
<ROW Directory="_rcont_Dir" Directory_Parent="stats_Dir" DefaultDir="_rcont" DirectoryOptions="3"/>
<ROW Directory="_trlib_Dir" Directory_Parent="optimize_Dir" DefaultDir="_trlib" DirectoryOptions="3"/>
<ROW Directory="_uarray_Dir" Directory_Parent="_lib_Dir" DefaultDir="_uarray" DirectoryOptions="3"/>
<ROW Directory="arpack_Dir" Directory_Parent="_eigen_Dir" DefaultDir="arpack" DirectoryOptions="3"/>
<ROW Directory="assets_Dir" Directory_Parent="APPDIR" DefaultDir="assets" DirectoryOptions="3"/>
<ROW Directory="certifi_Dir" Directory_Parent="APPDIR" DefaultDir="certifi" DirectoryOptions="3"/>
<ROW Directory="charset_normalizer_Dir" Directory_Parent="APPDIR" DefaultDir="CHARSE~1|charset_normalizer" DirectoryOptions="3"/>
<ROW Directory="csgraph_Dir" Directory_Parent="sparse_Dir" DefaultDir="csgraph" DirectoryOptions="3"/>
<ROW Directory="fft_1_Dir" Directory_Parent="scipy_Dir" DefaultDir="fft" DirectoryOptions="3"/>
<ROW Directory="fft_Dir" Directory_Parent="numpy_Dir" DefaultDir="fft" DirectoryOptions="3"/>
<ROW Directory="iconengines_Dir" Directory_Parent="qtplugins_Dir" DefaultDir="ICONEN~1|iconengines" DirectoryOptions="3"/>
<ROW Directory="imageformats_Dir" Directory_Parent="qtplugins_Dir" DefaultDir="IMAGEF~1|imageformats" DirectoryOptions="3"/>
<ROW Directory="integrate_Dir" Directory_Parent="scipy_Dir" DefaultDir="INTEGR~1|integrate" DirectoryOptions="3"/>
<ROW Directory="interpolate_Dir" Directory_Parent="scipy_Dir" DefaultDir="INTERP~1|interpolate" DirectoryOptions="3"/>
<ROW Directory="linalg_1_Dir" Directory_Parent="scipy_Dir" DefaultDir="linalg" DirectoryOptions="3"/>
<ROW Directory="linalg_2_Dir" Directory_Parent="sparse_Dir" DefaultDir="linalg" DirectoryOptions="3"/>
<ROW Directory="linalg_Dir" Directory_Parent="numpy_Dir" DefaultDir="linalg" DirectoryOptions="3"/>
<ROW Directory="mediaservice_Dir" Directory_Parent="qtplugins_Dir" DefaultDir="MEDIAS~1|mediaservice" DirectoryOptions="3"/>
<ROW Directory="ndimage_Dir" Directory_Parent="scipy_Dir" DefaultDir="ndimage" DirectoryOptions="3"/>
<ROW Directory="numpy.libs_Dir" Directory_Parent="APPDIR" DefaultDir="NUMPY~1.LIB|numpy.libs" DirectoryOptions="3"/>
<ROW Directory="numpy_Dir" Directory_Parent="APPDIR" DefaultDir="numpy" DirectoryOptions="3"/>
<ROW Directory="optimize_Dir" Directory_Parent="scipy_Dir" DefaultDir="optimize" DirectoryOptions="3"/>
<ROW Directory="platforms_Dir" Directory_Parent="qtplugins_Dir" DefaultDir="PLATFO~1|platforms" DirectoryOptions="3"/>
<ROW Directory="platformthemes_Dir" Directory_Parent="qtplugins_Dir" DefaultDir="PLATFO~2|platformthemes" DirectoryOptions="3"/>
<ROW Directory="printsupport_Dir" Directory_Parent="qtplugins_Dir" DefaultDir="PRINTS~1|printsupport" DirectoryOptions="3"/>
<ROW Directory="qtplugins_Dir" Directory_Parent="PyQt5_Dir" DefaultDir="QT-PLU~1|qt-plugins" DirectoryOptions="3"/>
<ROW Directory="random_Dir" Directory_Parent="numpy_Dir" DefaultDir="random" DirectoryOptions="3"/>
<ROW Directory="scipy.libs_Dir" Directory_Parent="APPDIR" DefaultDir="SCIPY~1.LIB|scipy.libs" DirectoryOptions="3"/>
<ROW Directory="scipy_Dir" Directory_Parent="APPDIR" DefaultDir="scipy" DirectoryOptions="3"/>
<ROW Directory="sparse_Dir" Directory_Parent="scipy_Dir" DefaultDir="sparse" DirectoryOptions="3"/>
<ROW Directory="spatial_Dir" Directory_Parent="scipy_Dir" DefaultDir="spatial" DirectoryOptions="3"/>
<ROW Directory="special_Dir" Directory_Parent="scipy_Dir" DefaultDir="special" DirectoryOptions="3"/>
<ROW Directory="stats_Dir" Directory_Parent="scipy_Dir" DefaultDir="stats" DirectoryOptions="3"/>
<ROW Directory="styles_Dir" Directory_Parent="qtplugins_Dir" DefaultDir="styles" DirectoryOptions="3"/>
<ROW Directory="transform_Dir" Directory_Parent="spatial_Dir" DefaultDir="TRANSF~1|transform" DirectoryOptions="3"/>
<ROW Directory="zstandard_Dir" Directory_Parent="APPDIR" DefaultDir="ZSTAND~1|zstandard" DirectoryOptions="3"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.SideBySideGuidComponent">
<ROW Component="APPDIR" Value="{DE8E37EA-CFCB-49FC-BD1D-A11A498CCECE}"/>
@@ -50,15 +99,289 @@
<ROW Component="AI_ExePath" ComponentId="{0FCE5964-C82C-4FF3-945A-364808271437}" Directory_="APPDIR" Attributes="4" KeyPath="AI_ExePath"/>
<ROW Component="APPDIR" ComponentId="{DE8E37EA-CFCB-49FC-BD1D-A11A498CCECE}" Directory_="APPDIR" Attributes="0"/>
<ROW Component="ProductInformation" ComponentId="{63838617-3478-41B0-BE6A-07DC171F3867}" Directory_="APPDIR" Attributes="4" KeyPath="Version"/>
<ROW Component="SHORTCUTDIR" ComponentId="{F43D5669-65E4-442C-A7AE-F4A250F8B9B6}" Directory_="SHORTCUTDIR" Attributes="0"/>
<ROW Component="leonapp.exe" ComponentId="{049F3538-CB06-44FC-BA80-262098C664AA}" Directory_="APPDIR" Attributes="256" KeyPath="leonapp.exe"/>
<ROW Component="QtCore.pyd" ComponentId="{77643DB6-BA1A-4C3B-8B21-5B1329DC6E31}" Directory_="PyQt5_Dir" Attributes="256" KeyPath="QtCore.pyd" Type="0"/>
<ROW Component="SHORTCUTDIR" ComponentId="{2EE57257-D94C-49D6-B058-77149EA907F8}" Directory_="SHORTCUTDIR" Attributes="0"/>
<ROW Component="_ansari_swilk_statistics.pyd" ComponentId="{EF3DDEB4-DFF6-4B66-B34A-9B801B2E6D98}" Directory_="stats_Dir" Attributes="256" KeyPath="_ansari_swilk_statistics.pyd" Type="0"/>
<ROW Component="_arpack.pyd" ComponentId="{56C47238-4992-44D6-84A9-C005ED1F6BA5}" Directory_="arpack_Dir" Attributes="256" KeyPath="_arpack.pyd" Type="0"/>
<ROW Component="_bglu_dense.pyd" ComponentId="{98D28FD6-5FA5-4A1D-AD67-E10CD0478174}" Directory_="optimize_Dir" Attributes="256" KeyPath="_bglu_dense.pyd" Type="0"/>
<ROW Component="_ckdtree.pyd" ComponentId="{4B1A5C47-1EB2-4208-96E0-22C505A30F8F}" Directory_="spatial_Dir" Attributes="256" KeyPath="_ckdtree.pyd" Type="0"/>
<ROW Component="_core.pyd" ComponentId="{BE2CBC91-FD10-44B9-AF1A-1870EF227E55}" Directory_="_highspy_Dir" Attributes="256" KeyPath="_core.pyd" Type="0"/>
<ROW Component="_cpropack.pyd" ComponentId="{879CD9BC-654C-485C-BE29-2A40A2B9A20F}" Directory_="_propack_Dir" Attributes="256" KeyPath="_cpropack.pyd" Type="0"/>
<ROW Component="_csparsetools.pyd" ComponentId="{F30A9305-1B36-4085-B0E8-C3F9FAF36C5C}" Directory_="sparse_Dir" Attributes="256" KeyPath="_csparsetools.pyd" Type="0"/>
<ROW Component="_cyutility.pyd" ComponentId="{1F97F1A6-D56D-4214-A4F8-A92EF4AAF75C}" Directory_="scipy_Dir" Attributes="256" KeyPath="_cyutility.pyd" Type="0"/>
<ROW Component="_dfitpack.pyd" ComponentId="{CEAB4EA9-31D0-4CCB-80BC-AC70180B33AA}" Directory_="interpolate_Dir" Attributes="256" KeyPath="_dfitpack.pyd" Type="0"/>
<ROW Component="_dop.pyd" ComponentId="{4C9A3F72-F967-4D5B-9F02-9AAFC967F921}" Directory_="integrate_Dir" Attributes="256" KeyPath="_dop.pyd" Type="0"/>
<ROW Component="_flow.pyd" ComponentId="{020A2132-5EE5-44B5-89EA-95050D35B44E}" Directory_="csgraph_Dir" Attributes="256" KeyPath="_flow.pyd" Type="0"/>
<ROW Component="_imaging.pyd" ComponentId="{8F872DD4-F0BA-4730-9D90-D8522E6B0155}" Directory_="PIL_Dir" Attributes="256" KeyPath="_imaging.pyd" Type="0"/>
<ROW Component="_multiarray_tests.pyd" ComponentId="{5907CC90-7053-4BC6-95D3-0E1855B42A18}" Directory_="_core_Dir" Attributes="256" KeyPath="_multiarray_tests.pyd" Type="0"/>
<ROW Component="_nd_image.pyd" ComponentId="{CB374429-FC81-4773-86B8-319F2F213A59}" Directory_="ndimage_Dir" Attributes="256" KeyPath="_nd_image.pyd" Type="0"/>
<ROW Component="_pocketfft_umath.pyd" ComponentId="{8B5EB0FC-7B76-4BD8-B84F-CA159E8559F1}" Directory_="fft_Dir" Attributes="256" KeyPath="_pocketfft_umath.pyd" Type="0"/>
<ROW Component="_rigid_transform.pyd" ComponentId="{87D3FD71-C58E-4E61-8359-9F8BDA6963D9}" Directory_="transform_Dir" Attributes="256" KeyPath="_rigid_transform.pyd" Type="0"/>
<ROW Component="_superlu.pyd" ComponentId="{FB84AADB-C3E7-4AE8-BFEC-2F11FB7EADD7}" Directory_="_dsolve_Dir" Attributes="256" KeyPath="_superlu.pyd" Type="0"/>
<ROW Component="_trlib.pyd" ComponentId="{DCACCF29-9B5E-4FA1-865E-2ACB3EF4D572}" Directory_="_trlib_Dir" Attributes="256" KeyPath="_trlib.pyd" Type="0"/>
<ROW Component="_uarray.pyd" ComponentId="{62D59829-0380-4EB7-A621-797A9406DE35}" Directory_="_uarray_Dir" Attributes="256" KeyPath="_uarray.pyd" Type="0"/>
<ROW Component="_umath_linalg.pyd" ComponentId="{AC4C2A8B-7EA3-46D1-8A44-ED1070F01F27}" Directory_="linalg_Dir" Attributes="256" KeyPath="_umath_linalg.pyd" Type="0"/>
<ROW Component="backend_c.pyd" ComponentId="{C2092E92-DEA5-4BA7-A394-B06BDD94B21A}" Directory_="zstandard_Dir" Attributes="256" KeyPath="backend_c.pyd" Type="0"/>
<ROW Component="bit_generator.pyd" ComponentId="{D7BB5371-40CE-4E88-A323-1D0FCCBFF5F1}" Directory_="random_Dir" Attributes="256" KeyPath="bit_generator.pyd" Type="0"/>
<ROW Component="cacert.pem" ComponentId="{81818FC0-8C75-400A-8B46-79A4028312D4}" Directory_="certifi_Dir" Attributes="0" KeyPath="cacert.pem" Type="0"/>
<ROW Component="concrt140.dll" ComponentId="{9F7BBA6C-3048-49C5-8558-B5FA46C292A2}" Directory_="APPDIR" Attributes="256" KeyPath="concrt140.dll"/>
<ROW Component="cython_blas.pyd" ComponentId="{BB3DC1A1-EA7E-4D11-9504-E2B20B76DAEF}" Directory_="linalg_1_Dir" Attributes="256" KeyPath="cython_blas.pyd" Type="0"/>
<ROW Component="cython_special.pyd" ComponentId="{406B019F-82C9-4C21-949C-0E0D941AB293}" Directory_="special_Dir" Attributes="256" KeyPath="cython_special.pyd" Type="0"/>
<ROW Component="dsengine.dll" ComponentId="{DCF13C4D-CFA8-474E-89B4-541EC26300B4}" Directory_="mediaservice_Dir" Attributes="256" KeyPath="dsengine.dll"/>
<ROW Component="givens_elimination.pyd" ComponentId="{6B6E47F3-F611-42F9-B344-E06F67402215}" Directory_="_lsq_Dir" Attributes="256" KeyPath="givens_elimination.pyd" Type="0"/>
<ROW Component="icon.jpeg" ComponentId="{0383CDFA-24AC-4A76-A58F-D4F962F91AF2}" Directory_="assets_Dir" Attributes="0" KeyPath="icon.jpeg" Type="0"/>
<ROW Component="keep_dir.txt" ComponentId="{7EFE8D9F-D641-4C99-8762-07056B55ECB2}" Directory_="Qt_Dir" Attributes="0" KeyPath="keep_dir.txt" Type="0"/>
<ROW Component="keep_dir.txt_1" ComponentId="{695D5B65-6BA0-4747-81F6-16FA2FE9FA50}" Directory_="Qt5_Dir" Attributes="0" KeyPath="keep_dir.txt_1" Type="0"/>
<ROW Component="leonapp.exe" ComponentId="{6C202695-CE43-41F8-8493-76C53D48C5EE}" Directory_="APPDIR" Attributes="256" KeyPath="leonapp.exe"/>
<ROW Component="levyst.pyd" ComponentId="{BDD01D08-5BD2-4A2D-AFC8-3166B4C1FEE3}" Directory_="_levy_stable_Dir" Attributes="256" KeyPath="levyst.pyd" Type="0"/>
<ROW Component="libcrypto3.dll" ComponentId="{AEEF689C-CA06-41FE-832F-C92497AADA92}" Directory_="APPDIR" Attributes="256" KeyPath="libcrypto3.dll"/>
<ROW Component="libeay32.dll" ComponentId="{0E3199ED-3511-4DCC-BD54-212D209643CC}" Directory_="APPDIR" Attributes="256" KeyPath="libeay32.dll"/>
<ROW Component="libffi8.dll" ComponentId="{1F2339BC-306B-466B-BB04-501CC2B7F1F0}" Directory_="APPDIR" Attributes="256" KeyPath="libffi8.dll"/>
<ROW Component="libscipy_openblas48c358d105077551cc9cc3ba79387ed5.dll" ComponentId="{42F74975-C5C2-400E-8331-B479C563E4F8}" Directory_="scipy.libs_Dir" Attributes="256" KeyPath="libscipy_openblas48c358d105077551cc9cc3ba79387ed5.dll"/>
<ROW Component="libscipy_openblas64_860d95b1c38e637ce4509f5fa24fbf2a.dll" ComponentId="{050D88C3-5467-4BF8-A9E5-3EB2214AE307}" Directory_="numpy.libs_Dir" Attributes="256" KeyPath="libscipy_openblas64_860d95b1c38e637ce4509f5fa24fbf2a.dll"/>
<ROW Component="libssl3.dll" ComponentId="{E91FD5AD-9F78-4893-B32B-623F8E3D75C0}" Directory_="APPDIR" Attributes="256" KeyPath="libssl3.dll"/>
<ROW Component="md.pyd" ComponentId="{68F1C88A-5CAB-4073-BA74-394F47060DC1}" Directory_="charset_normalizer_Dir" Attributes="256" KeyPath="md.pyd" Type="0"/>
<ROW Component="messagestream.pyd" ComponentId="{E755FBF5-0284-4DF0-8647-5EAFF42F00AE}" Directory_="_lib_Dir" Attributes="256" KeyPath="messagestream.pyd" Type="0"/>
<ROW Component="msvcp140.dll" ComponentId="{6635022D-5A8E-4FF2-9BB6-BBE038CBDE84}" Directory_="APPDIR" Attributes="256" KeyPath="msvcp140.dll"/>
<ROW Component="msvcp140_1.dll" ComponentId="{F1F3175C-FBAF-4799-8031-3AA951D5AB62}" Directory_="APPDIR" Attributes="256" KeyPath="msvcp140_1.dll"/>
<ROW Component="msvcp140a4c2229bdc2a2a630acdc095b4d86008.dll" ComponentId="{BC0845C8-7367-43FF-83F3-9AB98AF6AAB9}" Directory_="numpy.libs_Dir" Attributes="256" KeyPath="msvcp140a4c2229bdc2a2a630acdc095b4d86008.dll"/>
<ROW Component="pyexpat.pyd" ComponentId="{330B5D43-EAF5-4D48-A5A1-E6582DE7727C}" Directory_="APPDIR" Attributes="256" KeyPath="pyexpat.pyd" Type="0"/>
<ROW Component="pypocketfft.pyd" ComponentId="{A14A466E-7770-490B-B1C9-3DEF329D6C7A}" Directory_="_pocketfft_Dir" Attributes="256" KeyPath="pypocketfft.pyd" Type="0"/>
<ROW Component="python3.dll" ComponentId="{469A532C-74A2-44A0-896C-AE1E3F8AA4B3}" Directory_="APPDIR" Attributes="256" KeyPath="python3.dll"/>
<ROW Component="python312.dll" ComponentId="{2EAA9F43-489A-413A-A374-63DCF420BBCC}" Directory_="APPDIR" Attributes="256" KeyPath="python312.dll"/>
<ROW Component="pythoncom312.dll" ComponentId="{D4CEEF8E-AD9D-4A49-9CD2-C5D70F57CE44}" Directory_="APPDIR" Attributes="256" KeyPath="pythoncom312.dll"/>
<ROW Component="pywintypes312.dll" ComponentId="{A231BA16-1FC1-45B7-BABC-30ED94DE18C5}" Directory_="APPDIR" Attributes="256" KeyPath="pywintypes312.dll"/>
<ROW Component="qgif.dll" ComponentId="{60A46FA2-DC5E-4B2D-BD88-5563BB76A1B6}" Directory_="imageformats_Dir" Attributes="256" KeyPath="qgif.dll"/>
<ROW Component="qicns.dll" ComponentId="{AD95A1F1-AEB5-43E3-9ADA-8B7FD5DEC0EE}" Directory_="imageformats_Dir" Attributes="256" KeyPath="qicns.dll"/>
<ROW Component="qico.dll" ComponentId="{D39723C2-9E85-45AC-BF22-8F0B45466D0C}" Directory_="imageformats_Dir" Attributes="256" KeyPath="qico.dll"/>
<ROW Component="qjpeg.dll" ComponentId="{BE3D5F24-3389-4924-BB2D-8A2C5EA0159E}" Directory_="imageformats_Dir" Attributes="256" KeyPath="qjpeg.dll"/>
<ROW Component="qminimal.dll" ComponentId="{0B09B768-5232-4AE3-80F7-D70F58D4ACE3}" Directory_="platforms_Dir" Attributes="256" KeyPath="qminimal.dll"/>
<ROW Component="qoffscreen.dll" ComponentId="{D46C4EAF-411D-42D0-B919-25606AE8EDF2}" Directory_="platforms_Dir" Attributes="256" KeyPath="qoffscreen.dll"/>
<ROW Component="qsvg.dll" ComponentId="{8D3ACCE7-7664-4412-B59D-51C3C935395E}" Directory_="imageformats_Dir" Attributes="256" KeyPath="qsvg.dll"/>
<ROW Component="qsvgicon.dll" ComponentId="{F21CAAEC-EC73-4A0D-A388-73401C27CBD9}" Directory_="iconengines_Dir" Attributes="256" KeyPath="qsvgicon.dll"/>
<ROW Component="qt5core.dll" ComponentId="{BC85DA7E-2FE4-44FC-B339-A93B432200D8}" Directory_="APPDIR" Attributes="256" KeyPath="qt5core.dll"/>
<ROW Component="qt5dbus.dll" ComponentId="{C8F20F99-F724-4DC6-8534-FE56810D2C68}" Directory_="APPDIR" Attributes="256" KeyPath="qt5dbus.dll"/>
<ROW Component="qt5gui.dll" ComponentId="{9519BC56-A409-4A22-9966-91A810D7E380}" Directory_="APPDIR" Attributes="256" KeyPath="qt5gui.dll"/>
<ROW Component="qt5multimedia.dll" ComponentId="{5FB3C8A2-B884-4AB6-BFF5-3B5F9452AA1F}" Directory_="APPDIR" Attributes="256" KeyPath="qt5multimedia.dll"/>
<ROW Component="qt5network.dll" ComponentId="{55491F3B-5582-4B7C-8F27-EE802ED744F3}" Directory_="APPDIR" Attributes="256" KeyPath="qt5network.dll"/>
<ROW Component="qt5printsupport.dll" ComponentId="{CFEE1E95-9C8B-4736-959F-36260842AB61}" Directory_="APPDIR" Attributes="256" KeyPath="qt5printsupport.dll"/>
<ROW Component="qt5qml.dll" ComponentId="{9DB76117-2C4A-4A21-8668-057BD1C19433}" Directory_="APPDIR" Attributes="256" KeyPath="qt5qml.dll"/>
<ROW Component="qt5qmlmodels.dll" ComponentId="{AABA901E-8FCF-4E12-A53D-96EEEA1760DB}" Directory_="APPDIR" Attributes="256" KeyPath="qt5qmlmodels.dll"/>
<ROW Component="qt5quick.dll" ComponentId="{C2648A1E-5AEF-4ACE-933C-353AC6CD26A7}" Directory_="APPDIR" Attributes="256" KeyPath="qt5quick.dll"/>
<ROW Component="qt5svg.dll" ComponentId="{7CE7CA30-0684-41AD-805E-FF49EA0C9F85}" Directory_="APPDIR" Attributes="256" KeyPath="qt5svg.dll"/>
<ROW Component="qt5websockets.dll" ComponentId="{11004F9D-17F7-4CAA-85A1-3EAC7EC097A6}" Directory_="APPDIR" Attributes="256" KeyPath="qt5websockets.dll"/>
<ROW Component="qt5widgets.dll" ComponentId="{948749B9-C857-478F-BA47-241357E51D0F}" Directory_="APPDIR" Attributes="256" KeyPath="qt5widgets.dll"/>
<ROW Component="qt5xml.dll" ComponentId="{0E474B89-4CCC-4E48-8D82-D4984F31BE08}" Directory_="APPDIR" Attributes="256" KeyPath="qt5xml.dll"/>
<ROW Component="qtga.dll" ComponentId="{FFC2A485-02B1-4CF4-8677-E0262BD64AA2}" Directory_="imageformats_Dir" Attributes="256" KeyPath="qtga.dll"/>
<ROW Component="qtiff.dll" ComponentId="{F8AC131D-EE58-4EC7-922A-869EC96FDC4E}" Directory_="imageformats_Dir" Attributes="256" KeyPath="qtiff.dll"/>
<ROW Component="qtmedia_audioengine.dll" ComponentId="{8BF5C105-2B8C-445C-9F7C-AEDCA5D47B5E}" Directory_="mediaservice_Dir" Attributes="256" KeyPath="qtmedia_audioengine.dll"/>
<ROW Component="qwbmp.dll" ComponentId="{24864B2D-0D80-49D4-BCCE-9983A0401E5C}" Directory_="imageformats_Dir" Attributes="256" KeyPath="qwbmp.dll"/>
<ROW Component="qwebgl.dll" ComponentId="{CE8E01EB-5337-4620-BD43-828B89AE512A}" Directory_="platforms_Dir" Attributes="256" KeyPath="qwebgl.dll"/>
<ROW Component="qwebp.dll" ComponentId="{C5BEE1D1-BEB4-4090-AEBF-3E20886E561D}" Directory_="imageformats_Dir" Attributes="256" KeyPath="qwebp.dll"/>
<ROW Component="qwindows.dll" ComponentId="{1EEA7B2D-6C6C-48A5-982E-F005CE3C57DC}" Directory_="platforms_Dir" Attributes="256" KeyPath="qwindows.dll"/>
<ROW Component="qwindowsvistastyle.dll" ComponentId="{C3992538-A6F2-4086-9849-F03502683BB5}" Directory_="styles_Dir" Attributes="256" KeyPath="qwindowsvistastyle.dll"/>
<ROW Component="qxdgdesktopportal.dll" ComponentId="{71BE42A4-A4B9-45EE-8DB0-9DA9A0B769AA}" Directory_="platformthemes_Dir" Attributes="256" KeyPath="qxdgdesktopportal.dll"/>
<ROW Component="rcont.pyd" ComponentId="{9482E641-4C1B-4632-A9EB-4F10BF855CE5}" Directory_="_rcont_Dir" Attributes="256" KeyPath="rcont.pyd" Type="0"/>
<ROW Component="ssleay32.dll" ComponentId="{5A1911FB-EC25-4AC1-A0C0-AF58957BED56}" Directory_="APPDIR" Attributes="256" KeyPath="ssleay32.dll"/>
<ROW Component="vcruntime140.dll" ComponentId="{80773555-A456-4F83-8650-279F7DC0681B}" Directory_="APPDIR" Attributes="256" KeyPath="vcruntime140.dll"/>
<ROW Component="vcruntime140_1.dll" ComponentId="{F37E5248-D27E-45A3-A0CE-A07812834E2B}" Directory_="APPDIR" Attributes="256" KeyPath="vcruntime140_1.dll"/>
<ROW Component="windowsprintersupport.dll" ComponentId="{C136FAB3-3C90-4F70-83D1-4B808C01CCB3}" Directory_="printsupport_Dir" Attributes="256" KeyPath="windowsprintersupport.dll"/>
<ROW Component="wmfengine.dll" ComponentId="{42F74EE5-8470-46EA-8A56-23B4CFEFB853}" Directory_="mediaservice_Dir" Attributes="256" KeyPath="wmfengine.dll"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiFeatsComponent">
<ROW Feature="MainFeature" Title="MainFeature" Description="Description" Display="1" Level="1" Directory_="APPDIR" Attributes="0"/>
<ATTRIBUTE name="CurrentFeature" value="MainFeature"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiFilesComponent">
<ROW File="leonapp.exe" Component_="leonapp.exe" FileName="leonapp.exe" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp.exe" SelfReg="false" DigSign="true"/>
<ROW File="leonapp.exe" Component_="leonapp.exe" FileName="leonapp.exe" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\leonapp.exe" SelfReg="false" DigSign="true"/>
<ROW File="icon.jpeg" Component_="icon.jpeg" FileName="ICON~1.JPE|icon.jpeg" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\assets\icon.jpeg" SelfReg="false"/>
<ROW File="cacert.pem" Component_="cacert.pem" FileName="cacert.pem" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\certifi\cacert.pem" SelfReg="false"/>
<ROW File="md.pyd" Component_="md.pyd" FileName="md.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\charset_normalizer\md.pyd" SelfReg="false"/>
<ROW File="md__mypyc.pyd" Component_="md.pyd" FileName="MD__MY~1.PYD|md__mypyc.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\charset_normalizer\md__mypyc.pyd" SelfReg="false"/>
<ROW File="concrt140.dll" Component_="concrt140.dll" FileName="CONCRT~1.DLL|concrt140.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\concrt140.dll" SelfReg="false"/>
<ROW File="libcrypto3.dll" Component_="libcrypto3.dll" FileName="LIBCRY~1.DLL|libcrypto-3.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\libcrypto-3.dll" SelfReg="false"/>
<ROW File="libeay32.dll" Component_="libeay32.dll" FileName="libeay32.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\libeay32.dll" SelfReg="false"/>
<ROW File="libffi8.dll" Component_="libffi8.dll" FileName="libffi-8.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\libffi-8.dll" SelfReg="false"/>
<ROW File="libssl3.dll" Component_="libssl3.dll" FileName="libssl-3.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\libssl-3.dll" SelfReg="false"/>
<ROW File="msvcp140.dll" Component_="msvcp140.dll" FileName="msvcp140.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\msvcp140.dll" SelfReg="false"/>
<ROW File="msvcp140_1.dll" Component_="msvcp140_1.dll" FileName="MSVCP1~1.DLL|msvcp140_1.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\msvcp140_1.dll" SelfReg="false"/>
<ROW File="_pocketfft_umath.pyd" Component_="_pocketfft_umath.pyd" FileName="_POCKE~1.PYD|_pocketfft_umath.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\numpy\fft\_pocketfft_umath.pyd" SelfReg="false"/>
<ROW File="_umath_linalg.pyd" Component_="_umath_linalg.pyd" FileName="_UMATH~1.PYD|_umath_linalg.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\numpy\linalg\_umath_linalg.pyd" SelfReg="false"/>
<ROW File="bit_generator.pyd" Component_="bit_generator.pyd" FileName="BIT_GE~1.PYD|bit_generator.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\numpy\random\bit_generator.pyd" SelfReg="false"/>
<ROW File="mtrand.pyd" Component_="bit_generator.pyd" FileName="mtrand.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\numpy\random\mtrand.pyd" SelfReg="false"/>
<ROW File="_bounded_integers.pyd" Component_="bit_generator.pyd" FileName="_BOUND~1.PYD|_bounded_integers.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\numpy\random\_bounded_integers.pyd" SelfReg="false"/>
<ROW File="_common.pyd" Component_="bit_generator.pyd" FileName="_common.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\numpy\random\_common.pyd" SelfReg="false"/>
<ROW File="_generator.pyd" Component_="bit_generator.pyd" FileName="_GENER~1.PYD|_generator.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\numpy\random\_generator.pyd" SelfReg="false"/>
<ROW File="_mt19937.pyd" Component_="bit_generator.pyd" FileName="_mt19937.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\numpy\random\_mt19937.pyd" SelfReg="false"/>
<ROW File="_pcg64.pyd" Component_="bit_generator.pyd" FileName="_pcg64.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\numpy\random\_pcg64.pyd" SelfReg="false"/>
<ROW File="_philox.pyd" Component_="bit_generator.pyd" FileName="_philox.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\numpy\random\_philox.pyd" SelfReg="false"/>
<ROW File="_sfc64.pyd" Component_="bit_generator.pyd" FileName="_sfc64.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\numpy\random\_sfc64.pyd" SelfReg="false"/>
<ROW File="_multiarray_tests.pyd" Component_="_multiarray_tests.pyd" FileName="_MULTI~1.PYD|_multiarray_tests.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\numpy\_core\_multiarray_tests.pyd" SelfReg="false"/>
<ROW File="_multiarray_umath.pyd" Component_="_multiarray_tests.pyd" FileName="_MULTI~2.PYD|_multiarray_umath.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\numpy\_core\_multiarray_umath.pyd" SelfReg="false"/>
<ROW File="libscipy_openblas64_860d95b1c38e637ce4509f5fa24fbf2a.dll" Component_="libscipy_openblas64_860d95b1c38e637ce4509f5fa24fbf2a.dll" FileName="LIBSCI~1.DLL|libscipy_openblas64_-860d95b1c38e637ce4509f5fa24fbf2a.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\numpy.libs\libscipy_openblas64_-860d95b1c38e637ce4509f5fa24fbf2a.dll" SelfReg="false"/>
<ROW File="msvcp140a4c2229bdc2a2a630acdc095b4d86008.dll" Component_="msvcp140a4c2229bdc2a2a630acdc095b4d86008.dll" FileName="MSVCP1~1.DLL|msvcp140-a4c2229bdc2a2a630acdc095b4d86008.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\numpy.libs\msvcp140-a4c2229bdc2a2a630acdc095b4d86008.dll" SelfReg="false"/>
<ROW File="_imaging.pyd" Component_="_imaging.pyd" FileName="_imaging.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PIL\_imaging.pyd" SelfReg="false"/>
<ROW File="_imagingcms.pyd" Component_="_imaging.pyd" FileName="_IMAGI~1.PYD|_imagingcms.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PIL\_imagingcms.pyd" SelfReg="false"/>
<ROW File="_imagingmath.pyd" Component_="_imaging.pyd" FileName="_IMAGI~2.PYD|_imagingmath.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PIL\_imagingmath.pyd" SelfReg="false"/>
<ROW File="_imagingtk.pyd" Component_="_imaging.pyd" FileName="_IMAGI~3.PYD|_imagingtk.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PIL\_imagingtk.pyd" SelfReg="false"/>
<ROW File="_webp.pyd" Component_="_imaging.pyd" FileName="_webp.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PIL\_webp.pyd" SelfReg="false"/>
<ROW File="pyexpat.pyd" Component_="pyexpat.pyd" FileName="pyexpat.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\pyexpat.pyd" SelfReg="false"/>
<ROW File="keep_dir.txt" Component_="keep_dir.txt" FileName="KEEP_D~1.TXT|.keep_dir.txt" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\Qt\.keep_dir.txt" SelfReg="false"/>
<ROW File="qsvgicon.dll" Component_="qsvgicon.dll" FileName="qsvgicon.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\iconengines\qsvgicon.dll" SelfReg="false"/>
<ROW File="qgif.dll" Component_="qgif.dll" FileName="qgif.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\imageformats\qgif.dll" SelfReg="false"/>
<ROW File="qicns.dll" Component_="qicns.dll" FileName="qicns.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\imageformats\qicns.dll" SelfReg="false"/>
<ROW File="qico.dll" Component_="qico.dll" FileName="qico.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\imageformats\qico.dll" SelfReg="false"/>
<ROW File="qjpeg.dll" Component_="qjpeg.dll" FileName="qjpeg.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\imageformats\qjpeg.dll" SelfReg="false"/>
<ROW File="qsvg.dll" Component_="qsvg.dll" FileName="qsvg.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\imageformats\qsvg.dll" SelfReg="false"/>
<ROW File="qtga.dll" Component_="qtga.dll" FileName="qtga.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\imageformats\qtga.dll" SelfReg="false"/>
<ROW File="qtiff.dll" Component_="qtiff.dll" FileName="qtiff.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\imageformats\qtiff.dll" SelfReg="false"/>
<ROW File="qwbmp.dll" Component_="qwbmp.dll" FileName="qwbmp.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\imageformats\qwbmp.dll" SelfReg="false"/>
<ROW File="qwebp.dll" Component_="qwebp.dll" FileName="qwebp.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\imageformats\qwebp.dll" SelfReg="false"/>
<ROW File="dsengine.dll" Component_="dsengine.dll" FileName="dsengine.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\mediaservice\dsengine.dll" SelfReg="false"/>
<ROW File="qtmedia_audioengine.dll" Component_="qtmedia_audioengine.dll" FileName="QTMEDI~1.DLL|qtmedia_audioengine.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\mediaservice\qtmedia_audioengine.dll" SelfReg="false"/>
<ROW File="wmfengine.dll" Component_="wmfengine.dll" FileName="WMFENG~1.DLL|wmfengine.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\mediaservice\wmfengine.dll" SelfReg="false"/>
<ROW File="qminimal.dll" Component_="qminimal.dll" FileName="qminimal.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\platforms\qminimal.dll" SelfReg="false"/>
<ROW File="qoffscreen.dll" Component_="qoffscreen.dll" FileName="QOFFSC~1.DLL|qoffscreen.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\platforms\qoffscreen.dll" SelfReg="false"/>
<ROW File="qwebgl.dll" Component_="qwebgl.dll" FileName="qwebgl.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\platforms\qwebgl.dll" SelfReg="false"/>
<ROW File="qwindows.dll" Component_="qwindows.dll" FileName="qwindows.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\platforms\qwindows.dll" SelfReg="false"/>
<ROW File="qxdgdesktopportal.dll" Component_="qxdgdesktopportal.dll" FileName="QXDGDE~1.DLL|qxdgdesktopportal.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\platformthemes\qxdgdesktopportal.dll" SelfReg="false"/>
<ROW File="windowsprintersupport.dll" Component_="windowsprintersupport.dll" FileName="WINDOW~1.DLL|windowsprintersupport.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\printsupport\windowsprintersupport.dll" SelfReg="false"/>
<ROW File="qwindowsvistastyle.dll" Component_="qwindowsvistastyle.dll" FileName="QWINDO~1.DLL|qwindowsvistastyle.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\qt-plugins\styles\qwindowsvistastyle.dll" SelfReg="false"/>
<ROW File="keep_dir.txt_1" Component_="keep_dir.txt_1" FileName="KEEP_D~1.TXT|.keep_dir.txt" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\Qt5\.keep_dir.txt" SelfReg="false"/>
<ROW File="QtCore.pyd" Component_="QtCore.pyd" FileName="QtCore.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\QtCore.pyd" SelfReg="false"/>
<ROW File="QtGui.pyd" Component_="QtCore.pyd" FileName="QtGui.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\QtGui.pyd" SelfReg="false"/>
<ROW File="QtSvg.pyd" Component_="QtCore.pyd" FileName="QtSvg.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\QtSvg.pyd" SelfReg="false"/>
<ROW File="QtWidgets.pyd" Component_="QtCore.pyd" FileName="QTWIDG~1.PYD|QtWidgets.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\QtWidgets.pyd" SelfReg="false"/>
<ROW File="QtXml.pyd" Component_="QtCore.pyd" FileName="QtXml.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\QtXml.pyd" SelfReg="false"/>
<ROW File="sip.pyd" Component_="QtCore.pyd" FileName="sip.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\PyQt5\sip.pyd" SelfReg="false"/>
<ROW File="python3.dll" Component_="python3.dll" FileName="python3.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\python3.dll" SelfReg="false"/>
<ROW File="python312.dll" Component_="python312.dll" FileName="PYTHON~1.DLL|python312.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\python312.dll" SelfReg="false"/>
<ROW File="pythoncom312.dll" Component_="pythoncom312.dll" FileName="PYTHON~2.DLL|pythoncom312.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\pythoncom312.dll" SelfReg="false"/>
<ROW File="pywintypes312.dll" Component_="pywintypes312.dll" FileName="PYWINT~1.DLL|pywintypes312.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\pywintypes312.dll" SelfReg="false"/>
<ROW File="qt5core.dll" Component_="qt5core.dll" FileName="qt5core.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\qt5core.dll" SelfReg="false"/>
<ROW File="qt5dbus.dll" Component_="qt5dbus.dll" FileName="qt5dbus.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\qt5dbus.dll" SelfReg="false"/>
<ROW File="qt5gui.dll" Component_="qt5gui.dll" FileName="qt5gui.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\qt5gui.dll" SelfReg="false"/>
<ROW File="qt5multimedia.dll" Component_="qt5multimedia.dll" FileName="QT5MUL~1.DLL|qt5multimedia.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\qt5multimedia.dll" SelfReg="false"/>
<ROW File="qt5network.dll" Component_="qt5network.dll" FileName="QT5NET~1.DLL|qt5network.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\qt5network.dll" SelfReg="false"/>
<ROW File="qt5printsupport.dll" Component_="qt5printsupport.dll" FileName="QT5PRI~1.DLL|qt5printsupport.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\qt5printsupport.dll" SelfReg="false"/>
<ROW File="qt5qml.dll" Component_="qt5qml.dll" FileName="qt5qml.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\qt5qml.dll" SelfReg="false"/>
<ROW File="qt5qmlmodels.dll" Component_="qt5qmlmodels.dll" FileName="QT5QML~1.DLL|qt5qmlmodels.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\qt5qmlmodels.dll" SelfReg="false"/>
<ROW File="qt5quick.dll" Component_="qt5quick.dll" FileName="qt5quick.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\qt5quick.dll" SelfReg="false"/>
<ROW File="qt5svg.dll" Component_="qt5svg.dll" FileName="qt5svg.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\qt5svg.dll" SelfReg="false"/>
<ROW File="qt5websockets.dll" Component_="qt5websockets.dll" FileName="QT5WEB~1.DLL|qt5websockets.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\qt5websockets.dll" SelfReg="false"/>
<ROW File="qt5widgets.dll" Component_="qt5widgets.dll" FileName="QT5WID~1.DLL|qt5widgets.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\qt5widgets.dll" SelfReg="false"/>
<ROW File="qt5xml.dll" Component_="qt5xml.dll" FileName="qt5xml.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\qt5xml.dll" SelfReg="false"/>
<ROW File="pypocketfft.pyd" Component_="pypocketfft.pyd" FileName="PYPOCK~1.PYD|pypocketfft.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\fft\_pocketfft\pypocketfft.pyd" SelfReg="false"/>
<ROW File="_dop.pyd" Component_="_dop.pyd" FileName="_dop.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\integrate\_dop.pyd" SelfReg="false"/>
<ROW File="_lsoda.pyd" Component_="_dop.pyd" FileName="_lsoda.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\integrate\_lsoda.pyd" SelfReg="false"/>
<ROW File="_odepack.pyd" Component_="_dop.pyd" FileName="_odepack.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\integrate\_odepack.pyd" SelfReg="false"/>
<ROW File="_quadpack.pyd" Component_="_dop.pyd" FileName="_QUADP~1.PYD|_quadpack.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\integrate\_quadpack.pyd" SelfReg="false"/>
<ROW File="_vode.pyd" Component_="_dop.pyd" FileName="_vode.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\integrate\_vode.pyd" SelfReg="false"/>
<ROW File="_dfitpack.pyd" Component_="_dfitpack.pyd" FileName="_DFITP~1.PYD|_dfitpack.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\interpolate\_dfitpack.pyd" SelfReg="false"/>
<ROW File="_dierckx.pyd" Component_="_dfitpack.pyd" FileName="_dierckx.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\interpolate\_dierckx.pyd" SelfReg="false"/>
<ROW File="_fitpack.pyd" Component_="_dfitpack.pyd" FileName="_fitpack.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\interpolate\_fitpack.pyd" SelfReg="false"/>
<ROW File="_interpnd.pyd" Component_="_dfitpack.pyd" FileName="_INTER~1.PYD|_interpnd.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\interpolate\_interpnd.pyd" SelfReg="false"/>
<ROW File="_ppoly.pyd" Component_="_dfitpack.pyd" FileName="_ppoly.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\interpolate\_ppoly.pyd" SelfReg="false"/>
<ROW File="_rbfinterp_pythran.pyd" Component_="_dfitpack.pyd" FileName="_RBFIN~1.PYD|_rbfinterp_pythran.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\interpolate\_rbfinterp_pythran.pyd" SelfReg="false"/>
<ROW File="_rgi_cython.pyd" Component_="_dfitpack.pyd" FileName="_RGI_C~1.PYD|_rgi_cython.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\interpolate\_rgi_cython.pyd" SelfReg="false"/>
<ROW File="cython_blas.pyd" Component_="cython_blas.pyd" FileName="CYTHON~1.PYD|cython_blas.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\linalg\cython_blas.pyd" SelfReg="false"/>
<ROW File="cython_lapack.pyd" Component_="cython_blas.pyd" FileName="CYTHON~2.PYD|cython_lapack.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\linalg\cython_lapack.pyd" SelfReg="false"/>
<ROW File="_cythonized_array_utils.pyd" Component_="cython_blas.pyd" FileName="_CYTHO~1.PYD|_cythonized_array_utils.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\linalg\_cythonized_array_utils.pyd" SelfReg="false"/>
<ROW File="_decomp_interpolative.pyd" Component_="cython_blas.pyd" FileName="_DECOM~1.PYD|_decomp_interpolative.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\linalg\_decomp_interpolative.pyd" SelfReg="false"/>
<ROW File="_decomp_lu_cython.pyd" Component_="cython_blas.pyd" FileName="_DECOM~2.PYD|_decomp_lu_cython.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\linalg\_decomp_lu_cython.pyd" SelfReg="false"/>
<ROW File="_decomp_update.pyd" Component_="cython_blas.pyd" FileName="_DECOM~3.PYD|_decomp_update.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\linalg\_decomp_update.pyd" SelfReg="false"/>
<ROW File="_fblas.pyd" Component_="cython_blas.pyd" FileName="_fblas.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\linalg\_fblas.pyd" SelfReg="false"/>
<ROW File="_flapack.pyd" Component_="cython_blas.pyd" FileName="_flapack.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\linalg\_flapack.pyd" SelfReg="false"/>
<ROW File="_linalg_pythran.pyd" Component_="cython_blas.pyd" FileName="_LINAL~1.PYD|_linalg_pythran.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\linalg\_linalg_pythran.pyd" SelfReg="false"/>
<ROW File="_matfuncs_expm.pyd" Component_="cython_blas.pyd" FileName="_MATFU~1.PYD|_matfuncs_expm.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\linalg\_matfuncs_expm.pyd" SelfReg="false"/>
<ROW File="_matfuncs_schur_sqrtm.pyd" Component_="cython_blas.pyd" FileName="_MATFU~2.PYD|_matfuncs_schur_sqrtm.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\linalg\_matfuncs_schur_sqrtm.pyd" SelfReg="false"/>
<ROW File="_matfuncs_sqrtm_triu.pyd" Component_="cython_blas.pyd" FileName="_MATFU~3.PYD|_matfuncs_sqrtm_triu.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\linalg\_matfuncs_sqrtm_triu.pyd" SelfReg="false"/>
<ROW File="_solve_toeplitz.pyd" Component_="cython_blas.pyd" FileName="_SOLVE~1.PYD|_solve_toeplitz.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\linalg\_solve_toeplitz.pyd" SelfReg="false"/>
<ROW File="_nd_image.pyd" Component_="_nd_image.pyd" FileName="_ND_IM~1.PYD|_nd_image.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\ndimage\_nd_image.pyd" SelfReg="false"/>
<ROW File="_ni_label.pyd" Component_="_nd_image.pyd" FileName="_NI_LA~1.PYD|_ni_label.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\ndimage\_ni_label.pyd" SelfReg="false"/>
<ROW File="_rank_filter_1d.pyd" Component_="_nd_image.pyd" FileName="_RANK_~1.PYD|_rank_filter_1d.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\ndimage\_rank_filter_1d.pyd" SelfReg="false"/>
<ROW File="_bglu_dense.pyd" Component_="_bglu_dense.pyd" FileName="_BGLU_~1.PYD|_bglu_dense.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\optimize\_bglu_dense.pyd" SelfReg="false"/>
<ROW File="_direct.pyd" Component_="_bglu_dense.pyd" FileName="_direct.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\optimize\_direct.pyd" SelfReg="false"/>
<ROW File="_group_columns.pyd" Component_="_bglu_dense.pyd" FileName="_GROUP~1.PYD|_group_columns.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\optimize\_group_columns.pyd" SelfReg="false"/>
<ROW File="_core.pyd" Component_="_core.pyd" FileName="_core.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\optimize\_highspy\_core.pyd" SelfReg="false"/>
<ROW File="_highs_options.pyd" Component_="_core.pyd" FileName="_HIGHS~1.PYD|_highs_options.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\optimize\_highspy\_highs_options.pyd" SelfReg="false"/>
<ROW File="_lbfgsb.pyd" Component_="_bglu_dense.pyd" FileName="_lbfgsb.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\optimize\_lbfgsb.pyd" SelfReg="false"/>
<ROW File="_lsap.pyd" Component_="_bglu_dense.pyd" FileName="_lsap.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\optimize\_lsap.pyd" SelfReg="false"/>
<ROW File="givens_elimination.pyd" Component_="givens_elimination.pyd" FileName="GIVENS~1.PYD|givens_elimination.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\optimize\_lsq\givens_elimination.pyd" SelfReg="false"/>
<ROW File="_minpack.pyd" Component_="_bglu_dense.pyd" FileName="_minpack.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\optimize\_minpack.pyd" SelfReg="false"/>
<ROW File="_moduleTNC.pyd" Component_="_bglu_dense.pyd" FileName="_MODUL~1.PYD|_moduleTNC.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\optimize\_moduleTNC.pyd" SelfReg="false"/>
<ROW File="_pava_pybind.pyd" Component_="_bglu_dense.pyd" FileName="_PAVA_~1.PYD|_pava_pybind.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\optimize\_pava_pybind.pyd" SelfReg="false"/>
<ROW File="_slsqplib.pyd" Component_="_bglu_dense.pyd" FileName="_SLSQP~1.PYD|_slsqplib.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\optimize\_slsqplib.pyd" SelfReg="false"/>
<ROW File="_trlib.pyd" Component_="_trlib.pyd" FileName="_trlib.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\optimize\_trlib\_trlib.pyd" SelfReg="false"/>
<ROW File="_zeros.pyd" Component_="_bglu_dense.pyd" FileName="_zeros.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\optimize\_zeros.pyd" SelfReg="false"/>
<ROW File="_flow.pyd" Component_="_flow.pyd" FileName="_flow.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\sparse\csgraph\_flow.pyd" SelfReg="false"/>
<ROW File="_matching.pyd" Component_="_flow.pyd" FileName="_MATCH~1.PYD|_matching.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\sparse\csgraph\_matching.pyd" SelfReg="false"/>
<ROW File="_min_spanning_tree.pyd" Component_="_flow.pyd" FileName="_MIN_S~1.PYD|_min_spanning_tree.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\sparse\csgraph\_min_spanning_tree.pyd" SelfReg="false"/>
<ROW File="_reordering.pyd" Component_="_flow.pyd" FileName="_REORD~1.PYD|_reordering.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\sparse\csgraph\_reordering.pyd" SelfReg="false"/>
<ROW File="_shortest_path.pyd" Component_="_flow.pyd" FileName="_SHORT~1.PYD|_shortest_path.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\sparse\csgraph\_shortest_path.pyd" SelfReg="false"/>
<ROW File="_tools.pyd" Component_="_flow.pyd" FileName="_tools.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\sparse\csgraph\_tools.pyd" SelfReg="false"/>
<ROW File="_traversal.pyd" Component_="_flow.pyd" FileName="_TRAVE~1.PYD|_traversal.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\sparse\csgraph\_traversal.pyd" SelfReg="false"/>
<ROW File="_superlu.pyd" Component_="_superlu.pyd" FileName="_superlu.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\sparse\linalg\_dsolve\_superlu.pyd" SelfReg="false"/>
<ROW File="_arpack.pyd" Component_="_arpack.pyd" FileName="_arpack.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\sparse\linalg\_eigen\arpack\_arpack.pyd" SelfReg="false"/>
<ROW File="_cpropack.pyd" Component_="_cpropack.pyd" FileName="_CPROP~1.PYD|_cpropack.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\sparse\linalg\_propack\_cpropack.pyd" SelfReg="false"/>
<ROW File="_dpropack.pyd" Component_="_cpropack.pyd" FileName="_DPROP~1.PYD|_dpropack.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\sparse\linalg\_propack\_dpropack.pyd" SelfReg="false"/>
<ROW File="_spropack.pyd" Component_="_cpropack.pyd" FileName="_SPROP~1.PYD|_spropack.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\sparse\linalg\_propack\_spropack.pyd" SelfReg="false"/>
<ROW File="_zpropack.pyd" Component_="_cpropack.pyd" FileName="_ZPROP~1.PYD|_zpropack.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\sparse\linalg\_propack\_zpropack.pyd" SelfReg="false"/>
<ROW File="_csparsetools.pyd" Component_="_csparsetools.pyd" FileName="_CSPAR~1.PYD|_csparsetools.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\sparse\_csparsetools.pyd" SelfReg="false"/>
<ROW File="_sparsetools.pyd" Component_="_csparsetools.pyd" FileName="_SPARS~1.PYD|_sparsetools.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\sparse\_sparsetools.pyd" SelfReg="false"/>
<ROW File="_rigid_transform.pyd" Component_="_rigid_transform.pyd" FileName="_RIGID~1.PYD|_rigid_transform.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\spatial\transform\_rigid_transform.pyd" SelfReg="false"/>
<ROW File="_rotation.pyd" Component_="_rigid_transform.pyd" FileName="_ROTAT~1.PYD|_rotation.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\spatial\transform\_rotation.pyd" SelfReg="false"/>
<ROW File="_ckdtree.pyd" Component_="_ckdtree.pyd" FileName="_ckdtree.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\spatial\_ckdtree.pyd" SelfReg="false"/>
<ROW File="_distance_pybind.pyd" Component_="_ckdtree.pyd" FileName="_DISTA~1.PYD|_distance_pybind.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\spatial\_distance_pybind.pyd" SelfReg="false"/>
<ROW File="_distance_wrap.pyd" Component_="_ckdtree.pyd" FileName="_DISTA~2.PYD|_distance_wrap.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\spatial\_distance_wrap.pyd" SelfReg="false"/>
<ROW File="_hausdorff.pyd" Component_="_ckdtree.pyd" FileName="_HAUSD~1.PYD|_hausdorff.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\spatial\_hausdorff.pyd" SelfReg="false"/>
<ROW File="_qhull.pyd" Component_="_ckdtree.pyd" FileName="_qhull.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\spatial\_qhull.pyd" SelfReg="false"/>
<ROW File="_voronoi.pyd" Component_="_ckdtree.pyd" FileName="_voronoi.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\spatial\_voronoi.pyd" SelfReg="false"/>
<ROW File="cython_special.pyd" Component_="cython_special.pyd" FileName="CYTHON~1.PYD|cython_special.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\special\cython_special.pyd" SelfReg="false"/>
<ROW File="_comb.pyd" Component_="cython_special.pyd" FileName="_comb.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\special\_comb.pyd" SelfReg="false"/>
<ROW File="_ellip_harm_2.pyd" Component_="cython_special.pyd" FileName="_ELLIP~1.PYD|_ellip_harm_2.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\special\_ellip_harm_2.pyd" SelfReg="false"/>
<ROW File="_gufuncs.pyd" Component_="cython_special.pyd" FileName="_gufuncs.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\special\_gufuncs.pyd" SelfReg="false"/>
<ROW File="_specfun.pyd" Component_="cython_special.pyd" FileName="_specfun.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\special\_specfun.pyd" SelfReg="false"/>
<ROW File="_special_ufuncs.pyd" Component_="cython_special.pyd" FileName="_SPECI~1.PYD|_special_ufuncs.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\special\_special_ufuncs.pyd" SelfReg="false"/>
<ROW File="_ufuncs.pyd" Component_="cython_special.pyd" FileName="_ufuncs.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\special\_ufuncs.pyd" SelfReg="false"/>
<ROW File="_ufuncs_cxx.pyd" Component_="cython_special.pyd" FileName="_UFUNC~1.PYD|_ufuncs_cxx.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\special\_ufuncs_cxx.pyd" SelfReg="false"/>
<ROW File="_ansari_swilk_statistics.pyd" Component_="_ansari_swilk_statistics.pyd" FileName="_ANSAR~1.PYD|_ansari_swilk_statistics.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\stats\_ansari_swilk_statistics.pyd" SelfReg="false"/>
<ROW File="_biasedurn.pyd" Component_="_ansari_swilk_statistics.pyd" FileName="_BIASE~1.PYD|_biasedurn.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\stats\_biasedurn.pyd" SelfReg="false"/>
<ROW File="levyst.pyd" Component_="levyst.pyd" FileName="levyst.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\stats\_levy_stable\levyst.pyd" SelfReg="false"/>
<ROW File="_qmc_cy.pyd" Component_="_ansari_swilk_statistics.pyd" FileName="_qmc_cy.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\stats\_qmc_cy.pyd" SelfReg="false"/>
<ROW File="_qmvnt_cy.pyd" Component_="_ansari_swilk_statistics.pyd" FileName="_QMVNT~1.PYD|_qmvnt_cy.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\stats\_qmvnt_cy.pyd" SelfReg="false"/>
<ROW File="rcont.pyd" Component_="rcont.pyd" FileName="rcont.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\stats\_rcont\rcont.pyd" SelfReg="false"/>
<ROW File="_sobol.pyd" Component_="_ansari_swilk_statistics.pyd" FileName="_sobol.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\stats\_sobol.pyd" SelfReg="false"/>
<ROW File="_sobol_direction_numbers.npz" Component_="_ansari_swilk_statistics.pyd" FileName="_SOBOL~1.NPZ|_sobol_direction_numbers.npz" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\stats\_sobol_direction_numbers.npz" SelfReg="false"/>
<ROW File="_stats.pyd" Component_="_ansari_swilk_statistics.pyd" FileName="_stats.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\stats\_stats.pyd" SelfReg="false"/>
<ROW File="_stats_pythran.pyd" Component_="_ansari_swilk_statistics.pyd" FileName="_STATS~1.PYD|_stats_pythran.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\stats\_stats_pythran.pyd" SelfReg="false"/>
<ROW File="_cyutility.pyd" Component_="_cyutility.pyd" FileName="_CYUTI~1.PYD|_cyutility.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\_cyutility.pyd" SelfReg="false"/>
<ROW File="messagestream.pyd" Component_="messagestream.pyd" FileName="MESSAG~1.PYD|messagestream.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\_lib\messagestream.pyd" SelfReg="false"/>
<ROW File="_ccallback_c.pyd" Component_="messagestream.pyd" FileName="_CCALL~1.PYD|_ccallback_c.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\_lib\_ccallback_c.pyd" SelfReg="false"/>
<ROW File="_uarray.pyd" Component_="_uarray.pyd" FileName="_uarray.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy\_lib\_uarray\_uarray.pyd" SelfReg="false"/>
<ROW File="libscipy_openblas48c358d105077551cc9cc3ba79387ed5.dll" Component_="libscipy_openblas48c358d105077551cc9cc3ba79387ed5.dll" FileName="LIBSCI~1.DLL|libscipy_openblas-48c358d105077551cc9cc3ba79387ed5.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\scipy.libs\libscipy_openblas-48c358d105077551cc9cc3ba79387ed5.dll" SelfReg="false"/>
<ROW File="select.pyd" Component_="pyexpat.pyd" FileName="select.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\select.pyd" SelfReg="false"/>
<ROW File="ssleay32.dll" Component_="ssleay32.dll" FileName="ssleay32.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\ssleay32.dll" SelfReg="false"/>
<ROW File="unicodedata.pyd" Component_="pyexpat.pyd" FileName="UNICOD~1.PYD|unicodedata.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\unicodedata.pyd" SelfReg="false"/>
<ROW File="vcruntime140.dll" Component_="vcruntime140.dll" FileName="VCRUNT~1.DLL|vcruntime140.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\vcruntime140.dll" SelfReg="false"/>
<ROW File="vcruntime140_1.dll" Component_="vcruntime140_1.dll" FileName="VCRUNT~2.DLL|vcruntime140_1.dll" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\vcruntime140_1.dll" SelfReg="false"/>
<ROW File="win32api.pyd" Component_="pyexpat.pyd" FileName="win32api.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\win32api.pyd" SelfReg="false"/>
<ROW File="win32gui.pyd" Component_="pyexpat.pyd" FileName="win32gui.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\win32gui.pyd" SelfReg="false"/>
<ROW File="win32print.pyd" Component_="pyexpat.pyd" FileName="WIN32P~1.PYD|win32print.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\win32print.pyd" SelfReg="false"/>
<ROW File="backend_c.pyd" Component_="backend_c.pyd" FileName="BACKEN~1.PYD|backend_c.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\zstandard\backend_c.pyd" SelfReg="false"/>
<ROW File="_cffi.pyd" Component_="backend_c.pyd" FileName="_cffi.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\zstandard\_cffi.pyd" SelfReg="false"/>
<ROW File="_bz2.pyd" Component_="pyexpat.pyd" FileName="_bz2.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\_bz2.pyd" SelfReg="false"/>
<ROW File="_ctypes.pyd" Component_="pyexpat.pyd" FileName="_ctypes.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\_ctypes.pyd" SelfReg="false"/>
<ROW File="_decimal.pyd" Component_="pyexpat.pyd" FileName="_decimal.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\_decimal.pyd" SelfReg="false"/>
<ROW File="_elementtree.pyd" Component_="pyexpat.pyd" FileName="_ELEME~1.PYD|_elementtree.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\_elementtree.pyd" SelfReg="false"/>
<ROW File="_hashlib.pyd" Component_="pyexpat.pyd" FileName="_hashlib.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\_hashlib.pyd" SelfReg="false"/>
<ROW File="_lzma.pyd" Component_="pyexpat.pyd" FileName="_lzma.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\_lzma.pyd" SelfReg="false"/>
<ROW File="_multiprocessing.pyd" Component_="pyexpat.pyd" FileName="_MULTI~1.PYD|_multiprocessing.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\_multiprocessing.pyd" SelfReg="false"/>
<ROW File="_queue.pyd" Component_="pyexpat.pyd" FileName="_queue.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\_queue.pyd" SelfReg="false"/>
<ROW File="_socket.pyd" Component_="pyexpat.pyd" FileName="_socket.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\_socket.pyd" SelfReg="false"/>
<ROW File="_ssl.pyd" Component_="pyexpat.pyd" FileName="_ssl.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\_ssl.pyd" SelfReg="false"/>
<ROW File="_win32sysloader.pyd" Component_="pyexpat.pyd" FileName="_WIN32~1.PYD|_win32sysloader.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\_win32sysloader.pyd" SelfReg="false"/>
<ROW File="_wmi.pyd" Component_="pyexpat.pyd" FileName="_wmi.pyd" Version="65535.65535.65535.65535" Attributes="0" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist\_wmi.pyd" SelfReg="false"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.BootstrOptComponent">
<ROW BootstrOptKey="GlobalOptions" DownloadFolder="[AppDataFolder][|Manufacturer]\[|ProductName]\prerequisites" Options="2"/>
@@ -186,9 +509,95 @@
<COMPONENT cid="caphyon.advinst.msicomp.MsiFeatCompsComponent">
<ROW Feature_="MainFeature" Component_="APPDIR"/>
<ROW Feature_="MainFeature" Component_="ProductInformation"/>
<ROW Feature_="MainFeature" Component_="leonapp.exe"/>
<ROW Feature_="MainFeature" Component_="SHORTCUTDIR"/>
<ROW Feature_="MainFeature" Component_="AI_ExePath"/>
<ROW Feature_="MainFeature" Component_="icon.jpeg"/>
<ROW Feature_="MainFeature" Component_="cacert.pem"/>
<ROW Feature_="MainFeature" Component_="md.pyd"/>
<ROW Feature_="MainFeature" Component_="concrt140.dll"/>
<ROW Feature_="MainFeature" Component_="libcrypto3.dll"/>
<ROW Feature_="MainFeature" Component_="libeay32.dll"/>
<ROW Feature_="MainFeature" Component_="libffi8.dll"/>
<ROW Feature_="MainFeature" Component_="libssl3.dll"/>
<ROW Feature_="MainFeature" Component_="msvcp140.dll"/>
<ROW Feature_="MainFeature" Component_="msvcp140_1.dll"/>
<ROW Feature_="MainFeature" Component_="_pocketfft_umath.pyd"/>
<ROW Feature_="MainFeature" Component_="_umath_linalg.pyd"/>
<ROW Feature_="MainFeature" Component_="bit_generator.pyd"/>
<ROW Feature_="MainFeature" Component_="_multiarray_tests.pyd"/>
<ROW Feature_="MainFeature" Component_="libscipy_openblas64_860d95b1c38e637ce4509f5fa24fbf2a.dll"/>
<ROW Feature_="MainFeature" Component_="msvcp140a4c2229bdc2a2a630acdc095b4d86008.dll"/>
<ROW Feature_="MainFeature" Component_="_imaging.pyd"/>
<ROW Feature_="MainFeature" Component_="pyexpat.pyd"/>
<ROW Feature_="MainFeature" Component_="keep_dir.txt"/>
<ROW Feature_="MainFeature" Component_="qsvgicon.dll"/>
<ROW Feature_="MainFeature" Component_="qgif.dll"/>
<ROW Feature_="MainFeature" Component_="qicns.dll"/>
<ROW Feature_="MainFeature" Component_="qico.dll"/>
<ROW Feature_="MainFeature" Component_="qjpeg.dll"/>
<ROW Feature_="MainFeature" Component_="qsvg.dll"/>
<ROW Feature_="MainFeature" Component_="qtga.dll"/>
<ROW Feature_="MainFeature" Component_="qtiff.dll"/>
<ROW Feature_="MainFeature" Component_="qwbmp.dll"/>
<ROW Feature_="MainFeature" Component_="qwebp.dll"/>
<ROW Feature_="MainFeature" Component_="dsengine.dll"/>
<ROW Feature_="MainFeature" Component_="qtmedia_audioengine.dll"/>
<ROW Feature_="MainFeature" Component_="wmfengine.dll"/>
<ROW Feature_="MainFeature" Component_="qminimal.dll"/>
<ROW Feature_="MainFeature" Component_="qoffscreen.dll"/>
<ROW Feature_="MainFeature" Component_="qwebgl.dll"/>
<ROW Feature_="MainFeature" Component_="qwindows.dll"/>
<ROW Feature_="MainFeature" Component_="qxdgdesktopportal.dll"/>
<ROW Feature_="MainFeature" Component_="windowsprintersupport.dll"/>
<ROW Feature_="MainFeature" Component_="qwindowsvistastyle.dll"/>
<ROW Feature_="MainFeature" Component_="keep_dir.txt_1"/>
<ROW Feature_="MainFeature" Component_="QtCore.pyd"/>
<ROW Feature_="MainFeature" Component_="python3.dll"/>
<ROW Feature_="MainFeature" Component_="python312.dll"/>
<ROW Feature_="MainFeature" Component_="pythoncom312.dll"/>
<ROW Feature_="MainFeature" Component_="pywintypes312.dll"/>
<ROW Feature_="MainFeature" Component_="qt5core.dll"/>
<ROW Feature_="MainFeature" Component_="qt5dbus.dll"/>
<ROW Feature_="MainFeature" Component_="qt5gui.dll"/>
<ROW Feature_="MainFeature" Component_="qt5multimedia.dll"/>
<ROW Feature_="MainFeature" Component_="qt5network.dll"/>
<ROW Feature_="MainFeature" Component_="qt5printsupport.dll"/>
<ROW Feature_="MainFeature" Component_="leonapp.exe"/>
<ROW Feature_="MainFeature" Component_="qt5qml.dll"/>
<ROW Feature_="MainFeature" Component_="qt5qmlmodels.dll"/>
<ROW Feature_="MainFeature" Component_="qt5quick.dll"/>
<ROW Feature_="MainFeature" Component_="qt5svg.dll"/>
<ROW Feature_="MainFeature" Component_="qt5websockets.dll"/>
<ROW Feature_="MainFeature" Component_="qt5widgets.dll"/>
<ROW Feature_="MainFeature" Component_="qt5xml.dll"/>
<ROW Feature_="MainFeature" Component_="pypocketfft.pyd"/>
<ROW Feature_="MainFeature" Component_="_dop.pyd"/>
<ROW Feature_="MainFeature" Component_="_dfitpack.pyd"/>
<ROW Feature_="MainFeature" Component_="cython_blas.pyd"/>
<ROW Feature_="MainFeature" Component_="_nd_image.pyd"/>
<ROW Feature_="MainFeature" Component_="_bglu_dense.pyd"/>
<ROW Feature_="MainFeature" Component_="_core.pyd"/>
<ROW Feature_="MainFeature" Component_="givens_elimination.pyd"/>
<ROW Feature_="MainFeature" Component_="_trlib.pyd"/>
<ROW Feature_="MainFeature" Component_="_flow.pyd"/>
<ROW Feature_="MainFeature" Component_="_superlu.pyd"/>
<ROW Feature_="MainFeature" Component_="_arpack.pyd"/>
<ROW Feature_="MainFeature" Component_="_cpropack.pyd"/>
<ROW Feature_="MainFeature" Component_="_csparsetools.pyd"/>
<ROW Feature_="MainFeature" Component_="_rigid_transform.pyd"/>
<ROW Feature_="MainFeature" Component_="_ckdtree.pyd"/>
<ROW Feature_="MainFeature" Component_="cython_special.pyd"/>
<ROW Feature_="MainFeature" Component_="_ansari_swilk_statistics.pyd"/>
<ROW Feature_="MainFeature" Component_="levyst.pyd"/>
<ROW Feature_="MainFeature" Component_="rcont.pyd"/>
<ROW Feature_="MainFeature" Component_="_cyutility.pyd"/>
<ROW Feature_="MainFeature" Component_="messagestream.pyd"/>
<ROW Feature_="MainFeature" Component_="_uarray.pyd"/>
<ROW Feature_="MainFeature" Component_="libscipy_openblas48c358d105077551cc9cc3ba79387ed5.dll"/>
<ROW Feature_="MainFeature" Component_="ssleay32.dll"/>
<ROW Feature_="MainFeature" Component_="vcruntime140.dll"/>
<ROW Feature_="MainFeature" Component_="SHORTCUTDIR"/>
<ROW Feature_="MainFeature" Component_="vcruntime140_1.dll"/>
<ROW Feature_="MainFeature" Component_="backend_c.pyd"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiFileHashComponent">
<ATTRIBUTE name="HashFiles" value="1"/>
@@ -251,7 +660,7 @@
<ROW Registry="Version" Root="-1" Key="Software\[Manufacturer]\[ProductName]" Name="Version" Value="[ProductVersion]" Component_="ProductInformation"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiShortsComponent">
<ROW Shortcut="LeonAPPForPC" Directory_="SHORTCUTDIR" Name="LEONAP~1|LeonAPP For PC" Component_="leonapp.exe" Target="[#leonapp.exe]" Hotkey="0" IconIndex="0" ShowCmd="1" WkDir="APPDIR"/>
<ROW Shortcut="leonapp" Directory_="SHORTCUTDIR" Name="LeonAPP" Component_="leonapp.exe" Target="[#leonapp.exe]" Hotkey="0" IconIndex="0" ShowCmd="1" WkDir="APPDIR"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiThemeComponent">
<ATTRIBUTE name="UsedTheme" value="appinstaller"/>
@@ -260,4 +669,7 @@
<ROW UpgradeCode="[|UpgradeCode]" VersionMin="0.0.1" VersionMax="[|ProductVersion]" Attributes="257" ActionProperty="OLDPRODUCTS"/>
<ROW UpgradeCode="[|UpgradeCode]" VersionMin="[|ProductVersion]" Attributes="2" ActionProperty="AI_NEWERPRODUCTFOUND"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.SynchronizedFolderComponent">
<ROW Directory_="APPDIR" SourcePath="pyqt5fluentdesign\output\leonapp_gui.dist" Feature="MainFeature" ExcludePattern="*~|#*#|%*%|._|CVS|.cvsignore|SCCS|vssver.scc|mssccprj.scc|vssver2.scc|.svn|.DS_Store" ExcludeFlags="6" FileAddOptions="4"/>
</COMPONENT>
</DOCUMENT>

45
android/.gitignore vendored Normal file
View File

@@ -0,0 +1,45 @@
# Miscellaneous
*.class
*.log
*.pyc
*.swp
.DS_Store
.atom/
.build/
.buildlog/
.history
.svn/
.swiftpm/
migrate_working_dir/
# IntelliJ related
*.iml
*.ipr
*.iws
.idea/
# The .vscode folder contains launch configuration and tasks you configure in
# VS Code which you may wish to be included in version control, so this line
# is commented out by default.
#.vscode/
# Flutter/Dart/Pub related
**/doc/api/
**/ios/Flutter/.last_build_id
.dart_tool/
.flutter-plugins-dependencies
.pub-cache/
.pub/
/build/
/coverage/
# Symbolication related
app.*.symbols
# Obfuscation related
app.*.map.json
# Android Studio will place build artifacts here
/android/app/debug
/android/app/profile
/android/app/release

39
android/.metadata Normal file
View File

@@ -0,0 +1,39 @@
# This file tracks properties of this Flutter project.
# Used by Flutter tool to assess capabilities and perform upgrades etc.
#
# This file should be version controlled and should not be manually edited.
version:
revision: "d693b4b9dbac2acd4477aea4555ca6dcbea44ba2"
channel: "stable"
project_type: app
# Tracks metadata for the flutter migrate command
migration:
platforms:
- platform: root
create_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
base_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
- platform: android
create_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
base_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
- platform: ios
create_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
base_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
- platform: web
create_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
base_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
- platform: windows
create_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
base_revision: d693b4b9dbac2acd4477aea4555ca6dcbea44ba2
# User provided section
# List of Local paths (relative to this file) that should be
# ignored by the migrate tool.
#
# Files that are not part of the templates will be ignored by default.
unmanaged_files:
- 'lib/main.dart'
- 'ios/Runner.xcodeproj/project.pbxproj'

16
android/README.md Normal file
View File

@@ -0,0 +1,16 @@
# leonapp_for_android
LeonAPP For Android
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

View File

@@ -0,0 +1,28 @@
# This file configures the analyzer, which statically analyzes Dart code to
# check for errors, warnings, and lints.
#
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
# invoked from the command line by running `flutter analyze`.
# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
include: package:flutter_lints/flutter.yaml
linter:
# The lint rules applied to this project can be customized in the
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
# included above or to enable additional rules. A list of all available lints
# and their documentation is published at https://dart.dev/lints.
#
# Instead of disabling a lint rule for the entire project in the
# section below, it can also be suppressed for a single line of code
# or a specific dart file by using the `// ignore: name_of_lint` and
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
# producing the lint.
rules:
# avoid_print: false # Uncomment to disable the `avoid_print` rule
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options

14
android/android/.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
gradle-wrapper.jar
/.gradle
/captures/
/gradlew
/gradlew.bat
/local.properties
GeneratedPluginRegistrant.java
.cxx/
# Remember to never publicly share your keystore.
# See https://flutter.dev/to/reference-keystore
key.properties
**/*.keystore
**/*.jks

View File

@@ -0,0 +1,44 @@
plugins {
id("com.android.application")
id("kotlin-android")
// The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins.
id("dev.flutter.flutter-gradle-plugin")
}
android {
namespace = "win.jjxmm.leonmmcoset.leonappforandroid.leonapp_for_android"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_11.toString()
}
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "win.jjxmm.leonmmcoset.leonappforandroid.leonapp_for_android"
// You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode
versionName = flutter.versionName
}
buildTypes {
release {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig = signingConfigs.getByName("debug")
}
}
}
flutter {
source = "../.."
}

View File

@@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>

View File

@@ -0,0 +1,45 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="leonapp_for_android"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity
android:name=".MainActivity"
android:exported="true"
android:launchMode="singleTop"
android:taskAffinity=""
android:theme="@style/LaunchTheme"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues
to determine the Window background behind the Flutter UI. -->
<meta-data
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme"
/>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
<meta-data
android:name="flutterEmbedding"
android:value="2" />
</application>
<!-- Required to query activities that can process text, see:
https://developer.android.com/training/package-visibility and
https://developer.android.com/reference/android/content/Intent#ACTION_PROCESS_TEXT.
In particular, this is used by the Flutter engine in io.flutter.plugin.text.ProcessTextPlugin. -->
<queries>
<intent>
<action android:name="android.intent.action.PROCESS_TEXT"/>
<data android:mimeType="text/plain"/>
</intent>
</queries>
</manifest>

View File

@@ -0,0 +1,5 @@
package win.jjxmm.leonmmcoset.leonappforandroid.leonapp_for_android
import io.flutter.embedding.android.FlutterActivity
class MainActivity : FlutterActivity()

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="?android:colorBackground" />
<!-- You can insert your own image assets here -->
<!-- <item>
<bitmap
android:gravity="center"
android:src="@mipmap/launch_image" />
</item> -->
</layer-list>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Modify this file to customize your launch splash screen -->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@android:color/white" />
<!-- You can insert your own image assets here -->
<!-- <item>
<bitmap
android:gravity="center"
android:src="@mipmap/launch_image" />
</item> -->
</layer-list>

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 721 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is on -->
<style name="LaunchTheme" parent="@android:style/Theme.Black.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
the Flutter engine draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Black.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Theme applied to the Android Window while the process is starting when the OS's Dark Mode setting is off -->
<style name="LaunchTheme" parent="@android:style/Theme.Light.NoTitleBar">
<!-- Show a splash screen on the activity. Automatically removed when
the Flutter engine draws its first frame -->
<item name="android:windowBackground">@drawable/launch_background</item>
</style>
<!-- Theme applied to the Android Window as soon as the process has started.
This theme determines the color of the Android Window while your
Flutter UI initializes, as well as behind your Flutter UI while its
running.
This Theme is only used starting with V2 of Flutter's Android embedding. -->
<style name="NormalTheme" parent="@android:style/Theme.Light.NoTitleBar">
<item name="android:windowBackground">?android:colorBackground</item>
</style>
</resources>

View File

@@ -0,0 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<!-- The INTERNET permission is required for development. Specifically,
the Flutter tool needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>

View File

@@ -0,0 +1,24 @@
allprojects {
repositories {
google()
mavenCentral()
}
}
val newBuildDir: Directory =
rootProject.layout.buildDirectory
.dir("../../build")
.get()
rootProject.layout.buildDirectory.value(newBuildDir)
subprojects {
val newSubprojectBuildDir: Directory = newBuildDir.dir(project.name)
project.layout.buildDirectory.value(newSubprojectBuildDir)
}
subprojects {
project.evaluationDependsOn(":app")
}
tasks.register<Delete>("clean") {
delete(rootProject.layout.buildDirectory)
}

View File

@@ -0,0 +1,3 @@
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
android.useAndroidX=true
android.enableJetifier=true

View File

@@ -0,0 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip

View File

@@ -0,0 +1,26 @@
pluginManagement {
val flutterSdkPath =
run {
val properties = java.util.Properties()
file("local.properties").inputStream().use { properties.load(it) }
val flutterSdkPath = properties.getProperty("flutter.sdk")
require(flutterSdkPath != null) { "flutter.sdk not set in local.properties" }
flutterSdkPath
}
includeBuild("$flutterSdkPath/packages/flutter_tools/gradle")
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
plugins {
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
id("com.android.application") version "8.9.1" apply false
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
}
include(":app")

34
android/ios/.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
**/dgph
*.mode1v3
*.mode2v3
*.moved-aside
*.pbxuser
*.perspectivev3
**/*sync/
.sconsign.dblite
.tags*
**/.vagrant/
**/DerivedData/
Icon?
**/Pods/
**/.symlinks/
profile
xcuserdata
**/.generated/
Flutter/App.framework
Flutter/Flutter.framework
Flutter/Flutter.podspec
Flutter/Generated.xcconfig
Flutter/ephemeral/
Flutter/app.flx
Flutter/app.zip
Flutter/flutter_assets/
Flutter/flutter_export_environment.sh
ServiceDefinitions.json
Runner/GeneratedPluginRegistrant.*
# Exceptions to above rules.
!default.mode1v3
!default.mode2v3
!default.pbxuser
!default.perspectivev3

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>App</string>
<key>CFBundleIdentifier</key>
<string>io.flutter.flutter.app</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>App</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>13.0</string>
</dict>
</plist>

View File

@@ -0,0 +1 @@
#include "Generated.xcconfig"

View File

@@ -0,0 +1 @@
#include "Generated.xcconfig"

View File

@@ -0,0 +1,616 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 54;
objects = {
/* Begin PBXBuildFile section */
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
331C8085294A63A400263BE5 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 97C146E61CF9000F007C117D /* Project object */;
proxyType = 1;
remoteGlobalIDString = 97C146ED1CF9000F007C117D;
remoteInfo = Runner;
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
9705A1C41CF9048500538489 /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = "<group>"; };
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; };
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; };
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; };
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
97C146FB1CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
97C146EB1CF9000F007C117D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
331C8082294A63A400263BE5 /* RunnerTests */ = {
isa = PBXGroup;
children = (
331C807B294A618700263BE5 /* RunnerTests.swift */,
);
path = RunnerTests;
sourceTree = "<group>";
};
9740EEB11CF90186004384FC /* Flutter */ = {
isa = PBXGroup;
children = (
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
9740EEB21CF90195004384FC /* Debug.xcconfig */,
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
9740EEB31CF90195004384FC /* Generated.xcconfig */,
);
name = Flutter;
sourceTree = "<group>";
};
97C146E51CF9000F007C117D = {
isa = PBXGroup;
children = (
9740EEB11CF90186004384FC /* Flutter */,
97C146F01CF9000F007C117D /* Runner */,
97C146EF1CF9000F007C117D /* Products */,
331C8082294A63A400263BE5 /* RunnerTests */,
);
sourceTree = "<group>";
};
97C146EF1CF9000F007C117D /* Products */ = {
isa = PBXGroup;
children = (
97C146EE1CF9000F007C117D /* Runner.app */,
331C8081294A63A400263BE5 /* RunnerTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
97C146F01CF9000F007C117D /* Runner */ = {
isa = PBXGroup;
children = (
97C146FA1CF9000F007C117D /* Main.storyboard */,
97C146FD1CF9000F007C117D /* Assets.xcassets */,
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
97C147021CF9000F007C117D /* Info.plist */,
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */,
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */,
74858FAE1ED2DC5600515810 /* AppDelegate.swift */,
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */,
);
path = Runner;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
331C8080294A63A400263BE5 /* RunnerTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
buildPhases = (
331C807D294A63A400263BE5 /* Sources */,
331C807F294A63A400263BE5 /* Resources */,
);
buildRules = (
);
dependencies = (
331C8086294A63A400263BE5 /* PBXTargetDependency */,
);
name = RunnerTests;
productName = RunnerTests;
productReference = 331C8081294A63A400263BE5 /* RunnerTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
97C146ED1CF9000F007C117D /* Runner */ = {
isa = PBXNativeTarget;
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
buildPhases = (
9740EEB61CF901F6004384FC /* Run Script */,
97C146EA1CF9000F007C117D /* Sources */,
97C146EB1CF9000F007C117D /* Frameworks */,
97C146EC1CF9000F007C117D /* Resources */,
9705A1C41CF9048500538489 /* Embed Frameworks */,
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
);
buildRules = (
);
dependencies = (
);
name = Runner;
productName = Runner;
productReference = 97C146EE1CF9000F007C117D /* Runner.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
97C146E61CF9000F007C117D /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = YES;
LastUpgradeCheck = 1510;
ORGANIZATIONNAME = "";
TargetAttributes = {
331C8080294A63A400263BE5 = {
CreatedOnToolsVersion = 14.0;
TestTargetID = 97C146ED1CF9000F007C117D;
};
97C146ED1CF9000F007C117D = {
CreatedOnToolsVersion = 7.3.1;
LastSwiftMigration = 1100;
};
};
};
buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 97C146E51CF9000F007C117D;
productRefGroup = 97C146EF1CF9000F007C117D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
97C146ED1CF9000F007C117D /* Runner */,
331C8080294A63A400263BE5 /* RunnerTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
331C807F294A63A400263BE5 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
97C146EC1CF9000F007C117D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
);
name = "Thin Binary";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
};
9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Run Script";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
331C807D294A63A400263BE5 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
97C146EA1CF9000F007C117D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */,
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
331C8086294A63A400263BE5 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 97C146ED1CF9000F007C117D /* Runner */;
targetProxy = 331C8085294A63A400263BE5 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
97C146FA1CF9000F007C117D /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
97C146FB1CF9000F007C117D /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
97C147001CF9000F007C117D /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
249021D3217E4FDB00AE95B9 /* Profile */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Profile;
};
249021D4217E4FDB00AE95B9 /* Profile */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = win.jjxmm.leonmmcoset.leonappforandroid.leonappForAndroid;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
name = Profile;
};
331C8088294A63A400263BE5 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = win.jjxmm.leonmmcoset.leonappforandroid.leonappForAndroid.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
};
name = Debug;
};
331C8089294A63A400263BE5 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = win.jjxmm.leonmmcoset.leonappforandroid.leonappForAndroid.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
};
name = Release;
};
331C808A294A63A400263BE5 /* Profile */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
GENERATE_INFOPLIST_FILE = YES;
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = win.jjxmm.leonmmcoset.leonappforandroid.leonappForAndroid.RunnerTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Runner";
};
name = Profile;
};
97C147031CF9000F007C117D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
97C147041CF9000F007C117D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
};
name = Release;
};
97C147061CF9000F007C117D /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = win.jjxmm.leonmmcoset.leonappforandroid.leonappForAndroid;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
};
97C147071CF9000F007C117D /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = win.jjxmm.leonmmcoset.leonappforandroid.leonappForAndroid;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
331C8088294A63A400263BE5 /* Debug */,
331C8089294A63A400263BE5 /* Release */,
331C808A294A63A400263BE5 /* Profile */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
isa = XCConfigurationList;
buildConfigurations = (
97C147031CF9000F007C117D /* Debug */,
97C147041CF9000F007C117D /* Release */,
249021D3217E4FDB00AE95B9 /* Profile */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */ = {
isa = XCConfigurationList;
buildConfigurations = (
97C147061CF9000F007C117D /* Debug */,
97C147071CF9000F007C117D /* Release */,
249021D4217E4FDB00AE95B9 /* Profile */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 97C146E61CF9000F007C117D /* Project object */;
}

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "self:">
</FileRef>
</Workspace>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PreviewsEnabled</key>
<false/>
</dict>
</plist>

View File

@@ -0,0 +1,101 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1510"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
BuildableName = "Runner.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
BuildableName = "Runner.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "331C8080294A63A400263BE5"
BuildableName = "RunnerTests.xctest"
BlueprintName = "RunnerTests"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
enableGPUValidationMode = "1"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
BuildableName = "Runner.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Profile"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "97C146ED1CF9000F007C117D"
BuildableName = "Runner.app"
BlueprintName = "Runner"
ReferencedContainer = "container:Runner.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:Runner.xcodeproj">
</FileRef>
</Workspace>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PreviewsEnabled</key>
<false/>
</dict>
</plist>

View File

@@ -0,0 +1,13 @@
import Flutter
import UIKit
@main
@objc class AppDelegate: FlutterAppDelegate {
override func application(
_ application: UIApplication,
didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?
) -> Bool {
GeneratedPluginRegistrant.register(with: self)
return super.application(application, didFinishLaunchingWithOptions: launchOptions)
}
}

View File

@@ -0,0 +1,122 @@
{
"images" : [
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "Icon-App-20x20@2x.png",
"scale" : "2x"
},
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "Icon-App-20x20@3x.png",
"scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "Icon-App-29x29@1x.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "Icon-App-29x29@2x.png",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "Icon-App-29x29@3x.png",
"scale" : "3x"
},
{
"size" : "40x40",
"idiom" : "iphone",
"filename" : "Icon-App-40x40@2x.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "iphone",
"filename" : "Icon-App-40x40@3x.png",
"scale" : "3x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "Icon-App-60x60@2x.png",
"scale" : "2x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "Icon-App-60x60@3x.png",
"scale" : "3x"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "Icon-App-20x20@1x.png",
"scale" : "1x"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "Icon-App-20x20@2x.png",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-App-29x29@1x.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "Icon-App-29x29@2x.png",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-App-40x40@1x.png",
"scale" : "1x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "Icon-App-40x40@2x.png",
"scale" : "2x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-App-76x76@1x.png",
"scale" : "1x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "Icon-App-76x76@2x.png",
"scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "Icon-App-83.5x83.5@2x.png",
"scale" : "2x"
},
{
"size" : "1024x1024",
"idiom" : "ios-marketing",
"filename" : "Icon-App-1024x1024@1x.png",
"scale" : "1x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 462 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 862 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 862 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 762 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "LaunchImage.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "LaunchImage@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "LaunchImage@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 B

View File

@@ -0,0 +1,5 @@
# Launch Screen Assets
You can customize the launch screen with your own desired assets by replacing the image files in this directory.
You can also do it by opening your Flutter project's Xcode project with `open ios/Runner.xcworkspace`, selecting `Runner/Assets.xcassets` in the Project Navigator and dropping in the desired images.

View File

@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12121" systemVersion="16G29" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12089"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="EHf-IW-A2E">
<objects>
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="Ydg-fD-yQy"/>
<viewControllerLayoutGuide type="bottom" id="xbc-2k-c8Z"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" image="LaunchImage" translatesAutoresizingMaskIntoConstraints="NO" id="YRO-k0-Ey4">
</imageView>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerX" secondItem="Ze5-6b-2t3" secondAttribute="centerX" id="1a2-6s-vTC"/>
<constraint firstItem="YRO-k0-Ey4" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="centerY" id="4X2-HB-R7a"/>
</constraints>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
</scene>
</scenes>
<resources>
<image name="LaunchImage" width="168" height="185"/>
</resources>
</document>

View File

@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="BYZ-38-t0r">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
</dependencies>
<scenes>
<!--Flutter View Controller-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController id="BYZ-38-t0r" customClass="FlutterViewController" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
</layoutGuides>
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
</scene>
</scenes>
</document>

View File

@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Leonapp For Android</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>leonapp_for_android</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
</dict>
</plist>

View File

@@ -0,0 +1 @@
#import "GeneratedPluginRegistrant.h"

View File

@@ -0,0 +1,12 @@
import Flutter
import UIKit
import XCTest
class RunnerTests: XCTestCase {
func testExample() {
// If you add code to the Runner application, consider adding tests here.
// See https://developer.apple.com/documentation/xctest for more information about using XCTest.
}
}

122
android/lib/main.dart Normal file
View File

@@ -0,0 +1,122 @@
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
theme: ThemeData(
// This is the theme of your application.
//
// TRY THIS: Try running your application with "flutter run". You'll see
// the application has a purple toolbar. Then, without quitting the app,
// try changing the seedColor in the colorScheme below to Colors.green
// and then invoke "hot reload" (save your changes or press the "hot
// reload" button in a Flutter-supported IDE, or press "r" if you used
// the command line to start the app).
//
// Notice that the counter didn't reset back to zero; the application
// state is not lost during the reload. To reset the state, use hot
// restart instead.
//
// This works for code too, not just values: Most code changes can be
// tested with just a hot reload.
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
),
home: const MyHomePage(title: 'Flutter Demo Home Page'),
);
}
}
class MyHomePage extends StatefulWidget {
const MyHomePage({super.key, required this.title});
// This widget is the home page of your application. It is stateful, meaning
// that it has a State object (defined below) that contains fields that affect
// how it looks.
// This class is the configuration for the state. It holds the values (in this
// case the title) provided by the parent (in this case the App widget) and
// used by the build method of the State. Fields in a Widget subclass are
// always marked "final".
final String title;
@override
State<MyHomePage> createState() => _MyHomePageState();
}
class _MyHomePageState extends State<MyHomePage> {
int _counter = 0;
void _incrementCounter() {
setState(() {
// This call to setState tells the Flutter framework that something has
// changed in this State, which causes it to rerun the build method below
// so that the display can reflect the updated values. If we changed
// _counter without calling setState(), then the build method would not be
// called again, and so nothing would appear to happen.
_counter++;
});
}
@override
Widget build(BuildContext context) {
// This method is rerun every time setState is called, for instance as done
// by the _incrementCounter method above.
//
// The Flutter framework has been optimized to make rerunning build methods
// fast, so that you can just rebuild anything that needs updating rather
// than having to individually change instances of widgets.
return Scaffold(
appBar: AppBar(
// TRY THIS: Try changing the color here to a specific color (to
// Colors.amber, perhaps?) and trigger a hot reload to see the AppBar
// change color while the other colors stay the same.
backgroundColor: Theme.of(context).colorScheme.inversePrimary,
// Here we take the value from the MyHomePage object that was created by
// the App.build method, and use it to set our appbar title.
title: Text(widget.title),
),
body: Center(
// Center is a layout widget. It takes a single child and positions it
// in the middle of the parent.
child: Column(
// Column is also a layout widget. It takes a list of children and
// arranges them vertically. By default, it sizes itself to fit its
// children horizontally, and tries to be as tall as its parent.
//
// Column has various properties to control how it sizes itself and
// how it positions its children. Here we use mainAxisAlignment to
// center the children vertically; the main axis here is the vertical
// axis because Columns are vertical (the cross axis would be
// horizontal).
//
// TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint"
// action in the IDE, or press "p" in the console), to see the
// wireframe for each widget.
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
const Text('You have pushed the button this many times:'),
Text(
'$_counter',
style: Theme.of(context).textTheme.headlineMedium,
),
],
),
),
floatingActionButton: FloatingActionButton(
onPressed: _incrementCounter,
tooltip: 'Increment',
child: const Icon(Icons.add),
), // This trailing comma makes auto-formatting nicer for build methods.
);
}
}

213
android/pubspec.lock Normal file
View File

@@ -0,0 +1,213 @@
# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
async:
dependency: transitive
description:
name: async
sha256: "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb"
url: "https://pub.dev"
source: hosted
version: "2.13.0"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
sha256: "8aab1771e1243a5063b8b0ff68042d67334e3feab9e95b9490f9a6ebf73b42ea"
url: "https://pub.dev"
source: hosted
version: "2.1.2"
characters:
dependency: transitive
description:
name: characters
sha256: f71061c654a3380576a52b451dd5532377954cf9dbd272a78fc8479606670803
url: "https://pub.dev"
source: hosted
version: "1.4.0"
clock:
dependency: transitive
description:
name: clock
sha256: fddb70d9b5277016c77a80201021d40a2247104d9f4aa7bab7157b7e3f05b84b
url: "https://pub.dev"
source: hosted
version: "1.1.2"
collection:
dependency: transitive
description:
name: collection
sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76"
url: "https://pub.dev"
source: hosted
version: "1.19.1"
cupertino_icons:
dependency: "direct main"
description:
name: cupertino_icons
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
url: "https://pub.dev"
source: hosted
version: "1.0.8"
fake_async:
dependency: transitive
description:
name: fake_async
sha256: "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44"
url: "https://pub.dev"
source: hosted
version: "1.3.3"
flutter:
dependency: "direct main"
description: flutter
source: sdk
version: "0.0.0"
flutter_lints:
dependency: "direct dev"
description:
name: flutter_lints
sha256: "5398f14efa795ffb7a33e9b6a08798b26a180edac4ad7db3f231e40f82ce11e1"
url: "https://pub.dev"
source: hosted
version: "5.0.0"
flutter_test:
dependency: "direct dev"
description: flutter
source: sdk
version: "0.0.0"
leak_tracker:
dependency: transitive
description:
name: leak_tracker
sha256: "33e2e26bdd85a0112ec15400c8cbffea70d0f9c3407491f672a2fad47915e2de"
url: "https://pub.dev"
source: hosted
version: "11.0.2"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1"
url: "https://pub.dev"
source: hosted
version: "3.0.10"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1"
url: "https://pub.dev"
source: hosted
version: "3.0.2"
lints:
dependency: transitive
description:
name: lints
sha256: c35bb79562d980e9a453fc715854e1ed39e24e7d0297a880ef54e17f9874a9d7
url: "https://pub.dev"
source: hosted
version: "5.1.1"
matcher:
dependency: transitive
description:
name: matcher
sha256: dc58c723c3c24bf8d3e2d3ad3f2f9d7bd9cf43ec6feaa64181775e60190153f2
url: "https://pub.dev"
source: hosted
version: "0.12.17"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
url: "https://pub.dev"
source: hosted
version: "0.11.1"
meta:
dependency: transitive
description:
name: meta
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
url: "https://pub.dev"
source: hosted
version: "1.16.0"
path:
dependency: transitive
description:
name: path
sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5"
url: "https://pub.dev"
source: hosted
version: "1.9.1"
sky_engine:
dependency: transitive
description: flutter
source: sdk
version: "0.0.0"
source_span:
dependency: transitive
description:
name: source_span
sha256: "254ee5351d6cb365c859e20ee823c3bb479bf4a293c22d17a9f1bf144ce86f7c"
url: "https://pub.dev"
source: hosted
version: "1.10.1"
stack_trace:
dependency: transitive
description:
name: stack_trace
sha256: "8b27215b45d22309b5cddda1aa2b19bdfec9df0e765f2de506401c071d38d1b1"
url: "https://pub.dev"
source: hosted
version: "1.12.1"
stream_channel:
dependency: transitive
description:
name: stream_channel
sha256: "969e04c80b8bcdf826f8f16579c7b14d780458bd97f56d107d3950fdbeef059d"
url: "https://pub.dev"
source: hosted
version: "2.1.4"
string_scanner:
dependency: transitive
description:
name: string_scanner
sha256: "921cd31725b72fe181906c6a94d987c78e3b98c2e205b397ea399d4054872b43"
url: "https://pub.dev"
source: hosted
version: "1.4.1"
term_glyph:
dependency: transitive
description:
name: term_glyph
sha256: "7f554798625ea768a7518313e58f83891c7f5024f88e46e7182a4558850a4b8e"
url: "https://pub.dev"
source: hosted
version: "1.2.2"
test_api:
dependency: transitive
description:
name: test_api
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
url: "https://pub.dev"
source: hosted
version: "0.7.6"
vector_math:
dependency: transitive
description:
name: vector_math
sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
url: "https://pub.dev"
source: hosted
version: "2.2.0"
vm_service:
dependency: transitive
description:
name: vm_service
sha256: "45caa6c5917fa127b5dbcfbd1fa60b14e583afdc08bfc96dda38886ca252eb60"
url: "https://pub.dev"
source: hosted
version: "15.0.2"
sdks:
dart: ">=3.9.2 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"

89
android/pubspec.yaml Normal file
View File

@@ -0,0 +1,89 @@
name: leonapp_for_android
description: "LeonAPP For Android"
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+1
environment:
sdk: ^3.9.2
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.8
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^5.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/to/asset-from-package
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/to/font-from-package

View File

@@ -0,0 +1,30 @@
// This is a basic Flutter widget test.
//
// To perform an interaction with a widget in your test, use the WidgetTester
// utility in the flutter_test package. For example, you can send tap and scroll
// gestures. You can also use WidgetTester to find child widgets in the widget
// tree, read text, and verify that the values of widget properties are correct.
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:leonapp_for_android/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MyApp());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);
expect(find.text('1'), findsNothing);
// Tap the '+' icon and trigger a frame.
await tester.tap(find.byIcon(Icons.add));
await tester.pump();
// Verify that our counter has incremented.
expect(find.text('0'), findsNothing);
expect(find.text('1'), findsOneWidget);
});
}

BIN
android/web/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 917 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

38
android/web/index.html Normal file
View File

@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<!--
If you are serving your web app in a path other than the root, change the
href value below to reflect the base path you are serving from.
The path provided below has to start and end with a slash "/" in order for
it to work correctly.
For more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
This is a placeholder for base href that will be replaced by the value of
the `--base-href` argument provided to `flutter build`.
-->
<base href="$FLUTTER_BASE_HREF">
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="LeonAPP For Android">
<!-- iOS meta tags & icons -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="leonapp_for_android">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png"/>
<title>leonapp_for_android</title>
<link rel="manifest" href="manifest.json">
</head>
<body>
<script src="flutter_bootstrap.js" async></script>
</body>
</html>

35
android/web/manifest.json Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "leonapp_for_android",
"short_name": "leonapp_for_android",
"start_url": ".",
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "LeonAPP For Android",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icons/Icon-maskable-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "icons/Icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}

17
android/windows/.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
flutter/ephemeral/
# Visual Studio user-specific files.
*.suo
*.user
*.userosscache
*.sln.docstates
# Visual Studio build-related files.
x64/
x86/
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/

View File

@@ -0,0 +1,108 @@
# Project-level configuration.
cmake_minimum_required(VERSION 3.14)
project(leonapp_for_android LANGUAGES CXX)
# The name of the executable created for the application. Change this to change
# the on-disk name of your application.
set(BINARY_NAME "leonapp_for_android")
# Explicitly opt in to modern CMake behaviors to avoid warnings with recent
# versions of CMake.
cmake_policy(VERSION 3.14...3.25)
# Define build configuration option.
get_property(IS_MULTICONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
if(IS_MULTICONFIG)
set(CMAKE_CONFIGURATION_TYPES "Debug;Profile;Release"
CACHE STRING "" FORCE)
else()
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
set(CMAKE_BUILD_TYPE "Debug" CACHE
STRING "Flutter build mode" FORCE)
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS
"Debug" "Profile" "Release")
endif()
endif()
# Define settings for the Profile build mode.
set(CMAKE_EXE_LINKER_FLAGS_PROFILE "${CMAKE_EXE_LINKER_FLAGS_RELEASE}")
set(CMAKE_SHARED_LINKER_FLAGS_PROFILE "${CMAKE_SHARED_LINKER_FLAGS_RELEASE}")
set(CMAKE_C_FLAGS_PROFILE "${CMAKE_C_FLAGS_RELEASE}")
set(CMAKE_CXX_FLAGS_PROFILE "${CMAKE_CXX_FLAGS_RELEASE}")
# Use Unicode for all projects.
add_definitions(-DUNICODE -D_UNICODE)
# Compilation settings that should be applied to most targets.
#
# Be cautious about adding new options here, as plugins use this function by
# default. In most cases, you should add new options to specific targets instead
# of modifying this function.
function(APPLY_STANDARD_SETTINGS TARGET)
target_compile_features(${TARGET} PUBLIC cxx_std_17)
target_compile_options(${TARGET} PRIVATE /W4 /WX /wd"4100")
target_compile_options(${TARGET} PRIVATE /EHsc)
target_compile_definitions(${TARGET} PRIVATE "_HAS_EXCEPTIONS=0")
target_compile_definitions(${TARGET} PRIVATE "$<$<CONFIG:Debug>:_DEBUG>")
endfunction()
# Flutter library and tool build rules.
set(FLUTTER_MANAGED_DIR "${CMAKE_CURRENT_SOURCE_DIR}/flutter")
add_subdirectory(${FLUTTER_MANAGED_DIR})
# Application build; see runner/CMakeLists.txt.
add_subdirectory("runner")
# Generated plugin build rules, which manage building the plugins and adding
# them to the application.
include(flutter/generated_plugins.cmake)
# === Installation ===
# Support files are copied into place next to the executable, so that it can
# run in place. This is done instead of making a separate bundle (as on Linux)
# so that building and running from within Visual Studio will work.
set(BUILD_BUNDLE_DIR "$<TARGET_FILE_DIR:${BINARY_NAME}>")
# Make the "install" step default, as it's required to run.
set(CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD 1)
if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set(CMAKE_INSTALL_PREFIX "${BUILD_BUNDLE_DIR}" CACHE PATH "..." FORCE)
endif()
set(INSTALL_BUNDLE_DATA_DIR "${CMAKE_INSTALL_PREFIX}/data")
set(INSTALL_BUNDLE_LIB_DIR "${CMAKE_INSTALL_PREFIX}")
install(TARGETS ${BINARY_NAME} RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}"
COMPONENT Runtime)
install(FILES "${FLUTTER_ICU_DATA_FILE}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}"
COMPONENT Runtime)
install(FILES "${FLUTTER_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
COMPONENT Runtime)
if(PLUGIN_BUNDLED_LIBRARIES)
install(FILES "${PLUGIN_BUNDLED_LIBRARIES}"
DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
COMPONENT Runtime)
endif()
# Copy the native assets provided by the build.dart from all packages.
set(NATIVE_ASSETS_DIR "${PROJECT_BUILD_DIR}native_assets/windows/")
install(DIRECTORY "${NATIVE_ASSETS_DIR}"
DESTINATION "${INSTALL_BUNDLE_LIB_DIR}"
COMPONENT Runtime)
# Fully re-copy the assets directory on each build to avoid having stale files
# from a previous install.
set(FLUTTER_ASSET_DIR_NAME "flutter_assets")
install(CODE "
file(REMOVE_RECURSE \"${INSTALL_BUNDLE_DATA_DIR}/${FLUTTER_ASSET_DIR_NAME}\")
" COMPONENT Runtime)
install(DIRECTORY "${PROJECT_BUILD_DIR}/${FLUTTER_ASSET_DIR_NAME}"
DESTINATION "${INSTALL_BUNDLE_DATA_DIR}" COMPONENT Runtime)
# Install the AOT library on non-Debug builds only.
install(FILES "${AOT_LIBRARY}" DESTINATION "${INSTALL_BUNDLE_DATA_DIR}"
CONFIGURATIONS Profile;Release
COMPONENT Runtime)

View File

@@ -0,0 +1,109 @@
# This file controls Flutter-level build steps. It should not be edited.
cmake_minimum_required(VERSION 3.14)
set(EPHEMERAL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/ephemeral")
# Configuration provided via flutter tool.
include(${EPHEMERAL_DIR}/generated_config.cmake)
# TODO: Move the rest of this into files in ephemeral. See
# https://github.com/flutter/flutter/issues/57146.
set(WRAPPER_ROOT "${EPHEMERAL_DIR}/cpp_client_wrapper")
# Set fallback configurations for older versions of the flutter tool.
if (NOT DEFINED FLUTTER_TARGET_PLATFORM)
set(FLUTTER_TARGET_PLATFORM "windows-x64")
endif()
# === Flutter Library ===
set(FLUTTER_LIBRARY "${EPHEMERAL_DIR}/flutter_windows.dll")
# Published to parent scope for install step.
set(FLUTTER_LIBRARY ${FLUTTER_LIBRARY} PARENT_SCOPE)
set(FLUTTER_ICU_DATA_FILE "${EPHEMERAL_DIR}/icudtl.dat" PARENT_SCOPE)
set(PROJECT_BUILD_DIR "${PROJECT_DIR}/build/" PARENT_SCOPE)
set(AOT_LIBRARY "${PROJECT_DIR}/build/windows/app.so" PARENT_SCOPE)
list(APPEND FLUTTER_LIBRARY_HEADERS
"flutter_export.h"
"flutter_windows.h"
"flutter_messenger.h"
"flutter_plugin_registrar.h"
"flutter_texture_registrar.h"
)
list(TRANSFORM FLUTTER_LIBRARY_HEADERS PREPEND "${EPHEMERAL_DIR}/")
add_library(flutter INTERFACE)
target_include_directories(flutter INTERFACE
"${EPHEMERAL_DIR}"
)
target_link_libraries(flutter INTERFACE "${FLUTTER_LIBRARY}.lib")
add_dependencies(flutter flutter_assemble)
# === Wrapper ===
list(APPEND CPP_WRAPPER_SOURCES_CORE
"core_implementations.cc"
"standard_codec.cc"
)
list(TRANSFORM CPP_WRAPPER_SOURCES_CORE PREPEND "${WRAPPER_ROOT}/")
list(APPEND CPP_WRAPPER_SOURCES_PLUGIN
"plugin_registrar.cc"
)
list(TRANSFORM CPP_WRAPPER_SOURCES_PLUGIN PREPEND "${WRAPPER_ROOT}/")
list(APPEND CPP_WRAPPER_SOURCES_APP
"flutter_engine.cc"
"flutter_view_controller.cc"
)
list(TRANSFORM CPP_WRAPPER_SOURCES_APP PREPEND "${WRAPPER_ROOT}/")
# Wrapper sources needed for a plugin.
add_library(flutter_wrapper_plugin STATIC
${CPP_WRAPPER_SOURCES_CORE}
${CPP_WRAPPER_SOURCES_PLUGIN}
)
apply_standard_settings(flutter_wrapper_plugin)
set_target_properties(flutter_wrapper_plugin PROPERTIES
POSITION_INDEPENDENT_CODE ON)
set_target_properties(flutter_wrapper_plugin PROPERTIES
CXX_VISIBILITY_PRESET hidden)
target_link_libraries(flutter_wrapper_plugin PUBLIC flutter)
target_include_directories(flutter_wrapper_plugin PUBLIC
"${WRAPPER_ROOT}/include"
)
add_dependencies(flutter_wrapper_plugin flutter_assemble)
# Wrapper sources needed for the runner.
add_library(flutter_wrapper_app STATIC
${CPP_WRAPPER_SOURCES_CORE}
${CPP_WRAPPER_SOURCES_APP}
)
apply_standard_settings(flutter_wrapper_app)
target_link_libraries(flutter_wrapper_app PUBLIC flutter)
target_include_directories(flutter_wrapper_app PUBLIC
"${WRAPPER_ROOT}/include"
)
add_dependencies(flutter_wrapper_app flutter_assemble)
# === Flutter tool backend ===
# _phony_ is a non-existent file to force this command to run every time,
# since currently there's no way to get a full input/output list from the
# flutter tool.
set(PHONY_OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/_phony_")
set_source_files_properties("${PHONY_OUTPUT}" PROPERTIES SYMBOLIC TRUE)
add_custom_command(
OUTPUT ${FLUTTER_LIBRARY} ${FLUTTER_LIBRARY_HEADERS}
${CPP_WRAPPER_SOURCES_CORE} ${CPP_WRAPPER_SOURCES_PLUGIN}
${CPP_WRAPPER_SOURCES_APP}
${PHONY_OUTPUT}
COMMAND ${CMAKE_COMMAND} -E env
${FLUTTER_TOOL_ENVIRONMENT}
"${FLUTTER_ROOT}/packages/flutter_tools/bin/tool_backend.bat"
${FLUTTER_TARGET_PLATFORM} $<CONFIG>
VERBATIM
)
add_custom_target(flutter_assemble DEPENDS
"${FLUTTER_LIBRARY}"
${FLUTTER_LIBRARY_HEADERS}
${CPP_WRAPPER_SOURCES_CORE}
${CPP_WRAPPER_SOURCES_PLUGIN}
${CPP_WRAPPER_SOURCES_APP}
)

View File

@@ -0,0 +1,11 @@
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
void RegisterPlugins(flutter::PluginRegistry* registry) {
}

View File

@@ -0,0 +1,15 @@
//
// Generated file. Do not edit.
//
// clang-format off
#ifndef GENERATED_PLUGIN_REGISTRANT_
#define GENERATED_PLUGIN_REGISTRANT_
#include <flutter/plugin_registry.h>
// Registers Flutter plugins.
void RegisterPlugins(flutter::PluginRegistry* registry);
#endif // GENERATED_PLUGIN_REGISTRANT_

View File

@@ -0,0 +1,23 @@
#
# Generated file, do not edit.
#
list(APPEND FLUTTER_PLUGIN_LIST
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST
)
set(PLUGIN_BUNDLED_LIBRARIES)
foreach(plugin ${FLUTTER_PLUGIN_LIST})
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/windows plugins/${plugin})
target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${plugin}_plugin>)
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${plugin}_bundled_libraries})
endforeach(plugin)
foreach(ffi_plugin ${FLUTTER_FFI_PLUGIN_LIST})
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${ffi_plugin}/windows plugins/${ffi_plugin})
list(APPEND PLUGIN_BUNDLED_LIBRARIES ${${ffi_plugin}_bundled_libraries})
endforeach(ffi_plugin)

View File

@@ -0,0 +1,40 @@
cmake_minimum_required(VERSION 3.14)
project(runner LANGUAGES CXX)
# Define the application target. To change its name, change BINARY_NAME in the
# top-level CMakeLists.txt, not the value here, or `flutter run` will no longer
# work.
#
# Any new source files that you add to the application should be added here.
add_executable(${BINARY_NAME} WIN32
"flutter_window.cpp"
"main.cpp"
"utils.cpp"
"win32_window.cpp"
"${FLUTTER_MANAGED_DIR}/generated_plugin_registrant.cc"
"Runner.rc"
"runner.exe.manifest"
)
# Apply the standard set of build settings. This can be removed for applications
# that need different build settings.
apply_standard_settings(${BINARY_NAME})
# Add preprocessor definitions for the build version.
target_compile_definitions(${BINARY_NAME} PRIVATE "FLUTTER_VERSION=\"${FLUTTER_VERSION}\"")
target_compile_definitions(${BINARY_NAME} PRIVATE "FLUTTER_VERSION_MAJOR=${FLUTTER_VERSION_MAJOR}")
target_compile_definitions(${BINARY_NAME} PRIVATE "FLUTTER_VERSION_MINOR=${FLUTTER_VERSION_MINOR}")
target_compile_definitions(${BINARY_NAME} PRIVATE "FLUTTER_VERSION_PATCH=${FLUTTER_VERSION_PATCH}")
target_compile_definitions(${BINARY_NAME} PRIVATE "FLUTTER_VERSION_BUILD=${FLUTTER_VERSION_BUILD}")
# Disable Windows macros that collide with C++ standard library functions.
target_compile_definitions(${BINARY_NAME} PRIVATE "NOMINMAX")
# Add dependency libraries and include directories. Add any application-specific
# dependencies here.
target_link_libraries(${BINARY_NAME} PRIVATE flutter flutter_wrapper_app)
target_link_libraries(${BINARY_NAME} PRIVATE "dwmapi.lib")
target_include_directories(${BINARY_NAME} PRIVATE "${CMAKE_SOURCE_DIR}")
# Run the Flutter tool portions of the build. This must not be removed.
add_dependencies(${BINARY_NAME} flutter_assemble)

View File

@@ -0,0 +1,121 @@
// Microsoft Visual C++ generated resource script.
//
#pragma code_page(65001)
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "winres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
// English (United States) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//
1 TEXTINCLUDE
BEGIN
"resource.h\0"
END
2 TEXTINCLUDE
BEGIN
"#include ""winres.h""\r\n"
"\0"
END
3 TEXTINCLUDE
BEGIN
"\r\n"
"\0"
END
#endif // APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_APP_ICON ICON "resources\\app_icon.ico"
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
#if defined(FLUTTER_VERSION_MAJOR) && defined(FLUTTER_VERSION_MINOR) && defined(FLUTTER_VERSION_PATCH) && defined(FLUTTER_VERSION_BUILD)
#define VERSION_AS_NUMBER FLUTTER_VERSION_MAJOR,FLUTTER_VERSION_MINOR,FLUTTER_VERSION_PATCH,FLUTTER_VERSION_BUILD
#else
#define VERSION_AS_NUMBER 1,0,0,0
#endif
#if defined(FLUTTER_VERSION)
#define VERSION_AS_STRING FLUTTER_VERSION
#else
#define VERSION_AS_STRING "1.0.0"
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION VERSION_AS_NUMBER
PRODUCTVERSION VERSION_AS_NUMBER
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "win.jjxmm.leonmmcoset.leonappforandroid" "\0"
VALUE "FileDescription", "leonapp_for_android" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "leonapp_for_android" "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 win.jjxmm.leonmmcoset.leonappforandroid. All rights reserved." "\0"
VALUE "OriginalFilename", "leonapp_for_android.exe" "\0"
VALUE "ProductName", "leonapp_for_android" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END
#endif // English (United States) resources
/////////////////////////////////////////////////////////////////////////////
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED

View File

@@ -0,0 +1,71 @@
#include "flutter_window.h"
#include <optional>
#include "flutter/generated_plugin_registrant.h"
FlutterWindow::FlutterWindow(const flutter::DartProject& project)
: project_(project) {}
FlutterWindow::~FlutterWindow() {}
bool FlutterWindow::OnCreate() {
if (!Win32Window::OnCreate()) {
return false;
}
RECT frame = GetClientArea();
// The size here must match the window dimensions to avoid unnecessary surface
// creation / destruction in the startup path.
flutter_controller_ = std::make_unique<flutter::FlutterViewController>(
frame.right - frame.left, frame.bottom - frame.top, project_);
// Ensure that basic setup of the controller was successful.
if (!flutter_controller_->engine() || !flutter_controller_->view()) {
return false;
}
RegisterPlugins(flutter_controller_->engine());
SetChildContent(flutter_controller_->view()->GetNativeWindow());
flutter_controller_->engine()->SetNextFrameCallback([&]() {
this->Show();
});
// Flutter can complete the first frame before the "show window" callback is
// registered. The following call ensures a frame is pending to ensure the
// window is shown. It is a no-op if the first frame hasn't completed yet.
flutter_controller_->ForceRedraw();
return true;
}
void FlutterWindow::OnDestroy() {
if (flutter_controller_) {
flutter_controller_ = nullptr;
}
Win32Window::OnDestroy();
}
LRESULT
FlutterWindow::MessageHandler(HWND hwnd, UINT const message,
WPARAM const wparam,
LPARAM const lparam) noexcept {
// Give Flutter, including plugins, an opportunity to handle window messages.
if (flutter_controller_) {
std::optional<LRESULT> result =
flutter_controller_->HandleTopLevelWindowProc(hwnd, message, wparam,
lparam);
if (result) {
return *result;
}
}
switch (message) {
case WM_FONTCHANGE:
flutter_controller_->engine()->ReloadSystemFonts();
break;
}
return Win32Window::MessageHandler(hwnd, message, wparam, lparam);
}

View File

@@ -0,0 +1,33 @@
#ifndef RUNNER_FLUTTER_WINDOW_H_
#define RUNNER_FLUTTER_WINDOW_H_
#include <flutter/dart_project.h>
#include <flutter/flutter_view_controller.h>
#include <memory>
#include "win32_window.h"
// A window that does nothing but host a Flutter view.
class FlutterWindow : public Win32Window {
public:
// Creates a new FlutterWindow hosting a Flutter view running |project|.
explicit FlutterWindow(const flutter::DartProject& project);
virtual ~FlutterWindow();
protected:
// Win32Window:
bool OnCreate() override;
void OnDestroy() override;
LRESULT MessageHandler(HWND window, UINT const message, WPARAM const wparam,
LPARAM const lparam) noexcept override;
private:
// The project to run.
flutter::DartProject project_;
// The Flutter instance hosted by this window.
std::unique_ptr<flutter::FlutterViewController> flutter_controller_;
};
#endif // RUNNER_FLUTTER_WINDOW_H_

View File

@@ -0,0 +1,43 @@
#include <flutter/dart_project.h>
#include <flutter/flutter_view_controller.h>
#include <windows.h>
#include "flutter_window.h"
#include "utils.h"
int APIENTRY wWinMain(_In_ HINSTANCE instance, _In_opt_ HINSTANCE prev,
_In_ wchar_t *command_line, _In_ int show_command) {
// Attach to console when present (e.g., 'flutter run') or create a
// new console when running with a debugger.
if (!::AttachConsole(ATTACH_PARENT_PROCESS) && ::IsDebuggerPresent()) {
CreateAndAttachConsole();
}
// Initialize COM, so that it is available for use in the library and/or
// plugins.
::CoInitializeEx(nullptr, COINIT_APARTMENTTHREADED);
flutter::DartProject project(L"data");
std::vector<std::string> command_line_arguments =
GetCommandLineArguments();
project.set_dart_entrypoint_arguments(std::move(command_line_arguments));
FlutterWindow window(project);
Win32Window::Point origin(10, 10);
Win32Window::Size size(1280, 720);
if (!window.Create(L"leonapp_for_android", origin, size)) {
return EXIT_FAILURE;
}
window.SetQuitOnClose(true);
::MSG msg;
while (::GetMessage(&msg, nullptr, 0, 0)) {
::TranslateMessage(&msg);
::DispatchMessage(&msg);
}
::CoUninitialize();
return EXIT_SUCCESS;
}

View File

@@ -0,0 +1,16 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Runner.rc
//
#define IDI_APP_ICON 101
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
</windowsSettings>
</application>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- Windows 10 and Windows 11 -->
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
</application>
</compatibility>
</assembly>

View File

@@ -0,0 +1,65 @@
#include "utils.h"
#include <flutter_windows.h>
#include <io.h>
#include <stdio.h>
#include <windows.h>
#include <iostream>
void CreateAndAttachConsole() {
if (::AllocConsole()) {
FILE *unused;
if (freopen_s(&unused, "CONOUT$", "w", stdout)) {
_dup2(_fileno(stdout), 1);
}
if (freopen_s(&unused, "CONOUT$", "w", stderr)) {
_dup2(_fileno(stdout), 2);
}
std::ios::sync_with_stdio();
FlutterDesktopResyncOutputStreams();
}
}
std::vector<std::string> GetCommandLineArguments() {
// Convert the UTF-16 command line arguments to UTF-8 for the Engine to use.
int argc;
wchar_t** argv = ::CommandLineToArgvW(::GetCommandLineW(), &argc);
if (argv == nullptr) {
return std::vector<std::string>();
}
std::vector<std::string> command_line_arguments;
// Skip the first argument as it's the binary name.
for (int i = 1; i < argc; i++) {
command_line_arguments.push_back(Utf8FromUtf16(argv[i]));
}
::LocalFree(argv);
return command_line_arguments;
}
std::string Utf8FromUtf16(const wchar_t* utf16_string) {
if (utf16_string == nullptr) {
return std::string();
}
unsigned int target_length = ::WideCharToMultiByte(
CP_UTF8, WC_ERR_INVALID_CHARS, utf16_string,
-1, nullptr, 0, nullptr, nullptr)
-1; // remove the trailing null character
int input_length = (int)wcslen(utf16_string);
std::string utf8_string;
if (target_length == 0 || target_length > utf8_string.max_size()) {
return utf8_string;
}
utf8_string.resize(target_length);
int converted_length = ::WideCharToMultiByte(
CP_UTF8, WC_ERR_INVALID_CHARS, utf16_string,
input_length, utf8_string.data(), target_length, nullptr, nullptr);
if (converted_length == 0) {
return std::string();
}
return utf8_string;
}

View File

@@ -0,0 +1,19 @@
#ifndef RUNNER_UTILS_H_
#define RUNNER_UTILS_H_
#include <string>
#include <vector>
// Creates a console for the process, and redirects stdout and stderr to
// it for both the runner and the Flutter library.
void CreateAndAttachConsole();
// Takes a null-terminated wchar_t* encoded in UTF-16 and returns a std::string
// encoded in UTF-8. Returns an empty std::string on failure.
std::string Utf8FromUtf16(const wchar_t* utf16_string);
// Gets the command line arguments passed in as a std::vector<std::string>,
// encoded in UTF-8. Returns an empty std::vector<std::string> on failure.
std::vector<std::string> GetCommandLineArguments();
#endif // RUNNER_UTILS_H_

View File

@@ -0,0 +1,288 @@
#include "win32_window.h"
#include <dwmapi.h>
#include <flutter_windows.h>
#include "resource.h"
namespace {
/// Window attribute that enables dark mode window decorations.
///
/// Redefined in case the developer's machine has a Windows SDK older than
/// version 10.0.22000.0.
/// See: https://docs.microsoft.com/windows/win32/api/dwmapi/ne-dwmapi-dwmwindowattribute
#ifndef DWMWA_USE_IMMERSIVE_DARK_MODE
#define DWMWA_USE_IMMERSIVE_DARK_MODE 20
#endif
constexpr const wchar_t kWindowClassName[] = L"FLUTTER_RUNNER_WIN32_WINDOW";
/// Registry key for app theme preference.
///
/// A value of 0 indicates apps should use dark mode. A non-zero or missing
/// value indicates apps should use light mode.
constexpr const wchar_t kGetPreferredBrightnessRegKey[] =
L"Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize";
constexpr const wchar_t kGetPreferredBrightnessRegValue[] = L"AppsUseLightTheme";
// The number of Win32Window objects that currently exist.
static int g_active_window_count = 0;
using EnableNonClientDpiScaling = BOOL __stdcall(HWND hwnd);
// Scale helper to convert logical scaler values to physical using passed in
// scale factor
int Scale(int source, double scale_factor) {
return static_cast<int>(source * scale_factor);
}
// Dynamically loads the |EnableNonClientDpiScaling| from the User32 module.
// This API is only needed for PerMonitor V1 awareness mode.
void EnableFullDpiSupportIfAvailable(HWND hwnd) {
HMODULE user32_module = LoadLibraryA("User32.dll");
if (!user32_module) {
return;
}
auto enable_non_client_dpi_scaling =
reinterpret_cast<EnableNonClientDpiScaling*>(
GetProcAddress(user32_module, "EnableNonClientDpiScaling"));
if (enable_non_client_dpi_scaling != nullptr) {
enable_non_client_dpi_scaling(hwnd);
}
FreeLibrary(user32_module);
}
} // namespace
// Manages the Win32Window's window class registration.
class WindowClassRegistrar {
public:
~WindowClassRegistrar() = default;
// Returns the singleton registrar instance.
static WindowClassRegistrar* GetInstance() {
if (!instance_) {
instance_ = new WindowClassRegistrar();
}
return instance_;
}
// Returns the name of the window class, registering the class if it hasn't
// previously been registered.
const wchar_t* GetWindowClass();
// Unregisters the window class. Should only be called if there are no
// instances of the window.
void UnregisterWindowClass();
private:
WindowClassRegistrar() = default;
static WindowClassRegistrar* instance_;
bool class_registered_ = false;
};
WindowClassRegistrar* WindowClassRegistrar::instance_ = nullptr;
const wchar_t* WindowClassRegistrar::GetWindowClass() {
if (!class_registered_) {
WNDCLASS window_class{};
window_class.hCursor = LoadCursor(nullptr, IDC_ARROW);
window_class.lpszClassName = kWindowClassName;
window_class.style = CS_HREDRAW | CS_VREDRAW;
window_class.cbClsExtra = 0;
window_class.cbWndExtra = 0;
window_class.hInstance = GetModuleHandle(nullptr);
window_class.hIcon =
LoadIcon(window_class.hInstance, MAKEINTRESOURCE(IDI_APP_ICON));
window_class.hbrBackground = 0;
window_class.lpszMenuName = nullptr;
window_class.lpfnWndProc = Win32Window::WndProc;
RegisterClass(&window_class);
class_registered_ = true;
}
return kWindowClassName;
}
void WindowClassRegistrar::UnregisterWindowClass() {
UnregisterClass(kWindowClassName, nullptr);
class_registered_ = false;
}
Win32Window::Win32Window() {
++g_active_window_count;
}
Win32Window::~Win32Window() {
--g_active_window_count;
Destroy();
}
bool Win32Window::Create(const std::wstring& title,
const Point& origin,
const Size& size) {
Destroy();
const wchar_t* window_class =
WindowClassRegistrar::GetInstance()->GetWindowClass();
const POINT target_point = {static_cast<LONG>(origin.x),
static_cast<LONG>(origin.y)};
HMONITOR monitor = MonitorFromPoint(target_point, MONITOR_DEFAULTTONEAREST);
UINT dpi = FlutterDesktopGetDpiForMonitor(monitor);
double scale_factor = dpi / 96.0;
HWND window = CreateWindow(
window_class, title.c_str(), WS_OVERLAPPEDWINDOW,
Scale(origin.x, scale_factor), Scale(origin.y, scale_factor),
Scale(size.width, scale_factor), Scale(size.height, scale_factor),
nullptr, nullptr, GetModuleHandle(nullptr), this);
if (!window) {
return false;
}
UpdateTheme(window);
return OnCreate();
}
bool Win32Window::Show() {
return ShowWindow(window_handle_, SW_SHOWNORMAL);
}
// static
LRESULT CALLBACK Win32Window::WndProc(HWND const window,
UINT const message,
WPARAM const wparam,
LPARAM const lparam) noexcept {
if (message == WM_NCCREATE) {
auto window_struct = reinterpret_cast<CREATESTRUCT*>(lparam);
SetWindowLongPtr(window, GWLP_USERDATA,
reinterpret_cast<LONG_PTR>(window_struct->lpCreateParams));
auto that = static_cast<Win32Window*>(window_struct->lpCreateParams);
EnableFullDpiSupportIfAvailable(window);
that->window_handle_ = window;
} else if (Win32Window* that = GetThisFromHandle(window)) {
return that->MessageHandler(window, message, wparam, lparam);
}
return DefWindowProc(window, message, wparam, lparam);
}
LRESULT
Win32Window::MessageHandler(HWND hwnd,
UINT const message,
WPARAM const wparam,
LPARAM const lparam) noexcept {
switch (message) {
case WM_DESTROY:
window_handle_ = nullptr;
Destroy();
if (quit_on_close_) {
PostQuitMessage(0);
}
return 0;
case WM_DPICHANGED: {
auto newRectSize = reinterpret_cast<RECT*>(lparam);
LONG newWidth = newRectSize->right - newRectSize->left;
LONG newHeight = newRectSize->bottom - newRectSize->top;
SetWindowPos(hwnd, nullptr, newRectSize->left, newRectSize->top, newWidth,
newHeight, SWP_NOZORDER | SWP_NOACTIVATE);
return 0;
}
case WM_SIZE: {
RECT rect = GetClientArea();
if (child_content_ != nullptr) {
// Size and position the child window.
MoveWindow(child_content_, rect.left, rect.top, rect.right - rect.left,
rect.bottom - rect.top, TRUE);
}
return 0;
}
case WM_ACTIVATE:
if (child_content_ != nullptr) {
SetFocus(child_content_);
}
return 0;
case WM_DWMCOLORIZATIONCOLORCHANGED:
UpdateTheme(hwnd);
return 0;
}
return DefWindowProc(window_handle_, message, wparam, lparam);
}
void Win32Window::Destroy() {
OnDestroy();
if (window_handle_) {
DestroyWindow(window_handle_);
window_handle_ = nullptr;
}
if (g_active_window_count == 0) {
WindowClassRegistrar::GetInstance()->UnregisterWindowClass();
}
}
Win32Window* Win32Window::GetThisFromHandle(HWND const window) noexcept {
return reinterpret_cast<Win32Window*>(
GetWindowLongPtr(window, GWLP_USERDATA));
}
void Win32Window::SetChildContent(HWND content) {
child_content_ = content;
SetParent(content, window_handle_);
RECT frame = GetClientArea();
MoveWindow(content, frame.left, frame.top, frame.right - frame.left,
frame.bottom - frame.top, true);
SetFocus(child_content_);
}
RECT Win32Window::GetClientArea() {
RECT frame;
GetClientRect(window_handle_, &frame);
return frame;
}
HWND Win32Window::GetHandle() {
return window_handle_;
}
void Win32Window::SetQuitOnClose(bool quit_on_close) {
quit_on_close_ = quit_on_close;
}
bool Win32Window::OnCreate() {
// No-op; provided for subclasses.
return true;
}
void Win32Window::OnDestroy() {
// No-op; provided for subclasses.
}
void Win32Window::UpdateTheme(HWND const window) {
DWORD light_mode;
DWORD light_mode_size = sizeof(light_mode);
LSTATUS result = RegGetValue(HKEY_CURRENT_USER, kGetPreferredBrightnessRegKey,
kGetPreferredBrightnessRegValue,
RRF_RT_REG_DWORD, nullptr, &light_mode,
&light_mode_size);
if (result == ERROR_SUCCESS) {
BOOL enable_dark_mode = light_mode == 0;
DwmSetWindowAttribute(window, DWMWA_USE_IMMERSIVE_DARK_MODE,
&enable_dark_mode, sizeof(enable_dark_mode));
}
}

View File

@@ -0,0 +1,102 @@
#ifndef RUNNER_WIN32_WINDOW_H_
#define RUNNER_WIN32_WINDOW_H_
#include <windows.h>
#include <functional>
#include <memory>
#include <string>
// A class abstraction for a high DPI-aware Win32 Window. Intended to be
// inherited from by classes that wish to specialize with custom
// rendering and input handling
class Win32Window {
public:
struct Point {
unsigned int x;
unsigned int y;
Point(unsigned int x, unsigned int y) : x(x), y(y) {}
};
struct Size {
unsigned int width;
unsigned int height;
Size(unsigned int width, unsigned int height)
: width(width), height(height) {}
};
Win32Window();
virtual ~Win32Window();
// Creates a win32 window with |title| that is positioned and sized using
// |origin| and |size|. New windows are created on the default monitor. Window
// sizes are specified to the OS in physical pixels, hence to ensure a
// consistent size this function will scale the inputted width and height as
// as appropriate for the default monitor. The window is invisible until
// |Show| is called. Returns true if the window was created successfully.
bool Create(const std::wstring& title, const Point& origin, const Size& size);
// Show the current window. Returns true if the window was successfully shown.
bool Show();
// Release OS resources associated with window.
void Destroy();
// Inserts |content| into the window tree.
void SetChildContent(HWND content);
// Returns the backing Window handle to enable clients to set icon and other
// window properties. Returns nullptr if the window has been destroyed.
HWND GetHandle();
// If true, closing this window will quit the application.
void SetQuitOnClose(bool quit_on_close);
// Return a RECT representing the bounds of the current client area.
RECT GetClientArea();
protected:
// Processes and route salient window messages for mouse handling,
// size change and DPI. Delegates handling of these to member overloads that
// inheriting classes can handle.
virtual LRESULT MessageHandler(HWND window,
UINT const message,
WPARAM const wparam,
LPARAM const lparam) noexcept;
// Called when CreateAndShow is called, allowing subclass window-related
// setup. Subclasses should return false if setup fails.
virtual bool OnCreate();
// Called when Destroy is called.
virtual void OnDestroy();
private:
friend class WindowClassRegistrar;
// OS callback called by message pump. Handles the WM_NCCREATE message which
// is passed when the non-client area is being created and enables automatic
// non-client DPI scaling so that the non-client area automatically
// responds to changes in DPI. All other messages are handled by
// MessageHandler.
static LRESULT CALLBACK WndProc(HWND const window,
UINT const message,
WPARAM const wparam,
LPARAM const lparam) noexcept;
// Retrieves a class instance pointer for |window|
static Win32Window* GetThisFromHandle(HWND const window) noexcept;
// Update the window frame's theme to match the system theme.
static void UpdateTheme(HWND const window);
bool quit_on_close_ = false;
// window handle for top level window.
HWND window_handle_ = nullptr;
// window handle for hosted content.
HWND child_content_ = nullptr;
};
#endif // RUNNER_WIN32_WINDOW_H_

View File

@@ -1,4 +1,29 @@
<?php
////////////////////////////////////////////////////////////////////
// _ooOoo_ //
// o8888888o //
// 88" . "88 //
// (| ^_^ |) //
// O\ = /O //
// ____/`---'\____ //
// .' \\| |// `. //
// / \\||| : |||// \ //
// / _||||| -:- |||||- \ //
// | | \\\ - /// | | //
// | \_| ''\---/'' | | //
// \ .-\__ `-` ___/-. / //
// ___`. .' /--.--\ `. . ___ //
// ."" '< `.___\_<|>_/___.' >'"". //
// | | : `- \`.;`\ _ /`;.`/ - ` : | | //
// \ \ `-. \_ __\ /__ _/ .-` / / //
// ========`-.____`-.___\_____/___.-`____.-'======== //
// `=---=' //
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
// 佛祖保佑 永不宕机 永无BUG //
////////////////////////////////////////////////////////////////////
session_start();
require_once 'config.php';

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More