-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathPhoneAgentGUI.spec
More file actions
38 lines (35 loc) · 2.05 KB
/
PhoneAgentGUI.spec
File metadata and controls
38 lines (35 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# -*- mode: python ; coding: utf-8 -*-
a = Analysis(
['gui.py'],
pathex=[],
binaries=[],
datas=[('adb.exe', '.'), ('hdc.exe', '.'), ('AdbWinApi.dll', '.'), ('AdbWinUsbApi.dll', '.'), ('libwinpthread-1.dll', '.'), ('libusb_shared.dll', '.'), ('ADBKeyboard.apk', '.'), ('phone_agent', 'phone_agent'), ('main.py', '.'), ('ios.py', '.'), ('ai_config.json', '.'), ('gui_config.json', '.'), ('gzh.png', '.'), ('task_simplifier.py', '.'), ('WebDriverAgent', 'WebDriverAgent')],
hiddenimports=['tkinter', 'tkinter.ttk', 'tkinter.scrolledtext', 'tkinter.messagebox', 'tkinter.filedialog', 'PIL', 'PIL.Image', 'openai', 'requests', 'aiohttp', 'urllib3', 'phone_agent', 'phone_agent.agent', 'phone_agent.agent_ios', 'phone_agent.device_factory', 'phone_agent.model', 'phone_agent.model.client', 'phone_agent.adb', 'phone_agent.adb.connection', 'phone_agent.adb.device', 'phone_agent.adb.input', 'phone_agent.adb.screenshot', 'phone_agent.hdc', 'phone_agent.hdc.connection', 'phone_agent.hdc.device', 'phone_agent.hdc.input', 'phone_agent.hdc.screenshot', 'phone_agent.xctest', 'phone_agent.xctest.connection', 'phone_agent.xctest.device', 'phone_agent.xctest.input', 'phone_agent.xctest.screenshot', 'phone_agent.actions', 'phone_agent.actions.handler', 'phone_agent.actions.handler_ios', 'phone_agent.config', 'phone_agent.config.apps', 'phone_agent.config.apps_harmonyos', 'phone_agent.config.apps_ios', 'phone_agent.config.i18n', 'phone_agent.config.prompts', 'phone_agent.config.prompts_zh', 'phone_agent.config.prompts_en', 'phone_agent.config.timing'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
noarchive=False,
optimize=0,
)
pyz = PYZ(a.pure)
exe = EXE(
pyz,
a.scripts,
a.binaries,
a.datas,
[],
name='PhoneAgentGUI',
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,
)