合并代码
This commit is contained in:
14
.idea/workspace.xml
generated
14
.idea/workspace.xml
generated
@@ -4,19 +4,7 @@
|
||||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="eceeff5e-51c1-459c-a911-d21ec090a423" name="Changes" comment="20250904-初步功能已完成">
|
||||
<change afterPath="$PROJECT_DIR$/Utils/SubprocessKit.py" afterDir="false" />
|
||||
<change afterPath="$PROJECT_DIR$/resources/133bffc17635b7a3bd709492b7a519d96710a4a2/bgv.png" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/iOSAI.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/iOSAI.iml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Module/DeviceInfo.py" beforeDir="false" afterPath="$PROJECT_DIR$/Module/DeviceInfo.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Module/FlaskService.py" beforeDir="false" afterPath="$PROJECT_DIR$/Module/FlaskService.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Module/FlaskSubprocessManager.py" beforeDir="false" afterPath="$PROJECT_DIR$/Module/FlaskSubprocessManager.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/Utils/ThreadManager.py" beforeDir="false" afterPath="$PROJECT_DIR$/Utils/ThreadManager.py" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/build.bat" beforeDir="false" afterPath="$PROJECT_DIR$/build.bat" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/resources/FlashLink.exe" beforeDir="false" />
|
||||
</list>
|
||||
<list default="true" id="eceeff5e-51c1-459c-a911-d21ec090a423" name="Changes" comment="20250904-初步功能已完成" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
|
||||
BIN
Entity/__pycache__/AnchorModel.cpython-312.pyc
Normal file
BIN
Entity/__pycache__/AnchorModel.cpython-312.pyc
Normal file
Binary file not shown.
BIN
Entity/__pycache__/DeviceModel.cpython-312.pyc
Normal file
BIN
Entity/__pycache__/DeviceModel.cpython-312.pyc
Normal file
Binary file not shown.
BIN
Entity/__pycache__/ResultData.cpython-312.pyc
Normal file
BIN
Entity/__pycache__/ResultData.cpython-312.pyc
Normal file
Binary file not shown.
BIN
Entity/__pycache__/Variables.cpython-312.pyc
Normal file
BIN
Entity/__pycache__/Variables.cpython-312.pyc
Normal file
Binary file not shown.
BIN
Module/__pycache__/DeviceInfo.cpython-312.pyc
Normal file
BIN
Module/__pycache__/DeviceInfo.cpython-312.pyc
Normal file
Binary file not shown.
BIN
Module/__pycache__/FlaskService.cpython-312.pyc
Normal file
BIN
Module/__pycache__/FlaskService.cpython-312.pyc
Normal file
Binary file not shown.
BIN
Module/__pycache__/FlaskSubprocessManager.cpython-312.pyc
Normal file
BIN
Module/__pycache__/FlaskSubprocessManager.cpython-312.pyc
Normal file
Binary file not shown.
BIN
Module/__pycache__/Main.cpython-312.pyc
Normal file
BIN
Module/__pycache__/Main.cpython-312.pyc
Normal file
Binary file not shown.
BIN
Utils/__pycache__/AiUtils.cpython-312.pyc
Normal file
BIN
Utils/__pycache__/AiUtils.cpython-312.pyc
Normal file
Binary file not shown.
BIN
Utils/__pycache__/ControlUtils.cpython-312.pyc
Normal file
BIN
Utils/__pycache__/ControlUtils.cpython-312.pyc
Normal file
Binary file not shown.
BIN
Utils/__pycache__/DevDiskImageDeployer.cpython-312.pyc
Normal file
BIN
Utils/__pycache__/DevDiskImageDeployer.cpython-312.pyc
Normal file
Binary file not shown.
BIN
Utils/__pycache__/JsonUtils.cpython-312.pyc
Normal file
BIN
Utils/__pycache__/JsonUtils.cpython-312.pyc
Normal file
Binary file not shown.
BIN
Utils/__pycache__/LogManager.cpython-312.pyc
Normal file
BIN
Utils/__pycache__/LogManager.cpython-312.pyc
Normal file
Binary file not shown.
BIN
Utils/__pycache__/Requester.cpython-312.pyc
Normal file
BIN
Utils/__pycache__/Requester.cpython-312.pyc
Normal file
Binary file not shown.
BIN
Utils/__pycache__/SubprocessKit.cpython-312.pyc
Normal file
BIN
Utils/__pycache__/SubprocessKit.cpython-312.pyc
Normal file
Binary file not shown.
BIN
Utils/__pycache__/ThreadManager.cpython-312.pyc
Normal file
BIN
Utils/__pycache__/ThreadManager.cpython-312.pyc
Normal file
Binary file not shown.
10
build.bat
10
build.bat
@@ -3,7 +3,6 @@ python -m nuitka "Module/Main.py" ^
|
||||
--msvc=latest ^
|
||||
--windows-console-mode=disable ^
|
||||
--remove-output ^
|
||||
--output-dir="F:/company code/AI item/20250820/iOSAI/out" ^
|
||||
--output-filename=IOSAI ^
|
||||
--include-package=Module,Utils,Entity,script ^
|
||||
--include-module=flask ^
|
||||
@@ -18,7 +17,8 @@ python -m nuitka "Module/Main.py" ^
|
||||
--include-module=urllib3 ^
|
||||
--include-module=certifi ^
|
||||
--include-module=idna ^
|
||||
--include-data-dir="F:/company code/AI item/20250820/iOSAI/SupportFiles=SupportFiles" ^
|
||||
--include-data-dir="F:/company code/AI item/20250820/iOSAI/resources=resources" ^
|
||||
--include-data-files="F:/company code/AI item/20250820/iOSAI/resources/iproxy/*=resources/iproxy/" ^
|
||||
--windows-icon-from-ico="F:/company code/AI item/20250820/iOSAI/resources/icon.ico"
|
||||
--include-data-dir="E:/code/Python/iOSAI/SupportFiles=SupportFiles" ^
|
||||
--include-data-dir="E:/code/Python/iOSAI/resources=resources" ^
|
||||
--include-data-files="E:/code/Python/iOSAI/resources/iproxy/*=resources/iproxy/" ^
|
||||
--windows-icon-from-ico="E:/code/Python/iOSAI/resources/icon.ico"
|
||||
|
||||
|
||||
BIN
script/__pycache__/ScriptManager.cpython-312.pyc
Normal file
BIN
script/__pycache__/ScriptManager.cpython-312.pyc
Normal file
Binary file not shown.
45
tidevice.spec
Normal file
45
tidevice.spec
Normal file
@@ -0,0 +1,45 @@
|
||||
# -*- mode: python ; coding: utf-8 -*-
|
||||
from PyInstaller.utils.hooks import collect_all
|
||||
|
||||
datas = [('C:\\Users\\milk\\AppData\\Local\\Programs\\Python\\Python312\\Lib\\site-packages\\tidevice', 'tidevice')]
|
||||
binaries = []
|
||||
hiddenimports = ['tidevice._proto', 'tidevice._instruments', 'tidevice._usbmux', 'tidevice._wdaproxy']
|
||||
tmp_ret = collect_all('tidevice')
|
||||
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]
|
||||
|
||||
|
||||
a = Analysis(
|
||||
['tidevice_entry.py'],
|
||||
pathex=[],
|
||||
binaries=binaries,
|
||||
datas=datas,
|
||||
hiddenimports=hiddenimports,
|
||||
hookspath=[],
|
||||
hooksconfig={},
|
||||
runtime_hooks=[],
|
||||
excludes=[],
|
||||
noarchive=False,
|
||||
optimize=0,
|
||||
)
|
||||
pyz = PYZ(a.pure)
|
||||
|
||||
exe = EXE(
|
||||
pyz,
|
||||
a.scripts,
|
||||
a.binaries,
|
||||
a.datas,
|
||||
[],
|
||||
name='tidevice',
|
||||
debug=False,
|
||||
bootloader_ignore_signals=False,
|
||||
strip=False,
|
||||
upx=True,
|
||||
upx_exclude=[],
|
||||
runtime_tmpdir=None,
|
||||
console=False,
|
||||
disable_windowed_traceback=False,
|
||||
argv_emulation=False,
|
||||
target_arch=None,
|
||||
codesign_identity=None,
|
||||
entitlements_file=None,
|
||||
)
|
||||
Reference in New Issue
Block a user