适配iOS高版本
This commit is contained in:
@@ -3,8 +3,11 @@ from typing import Dict, Any
|
||||
from Entity.AnchorModel import AnchorModel
|
||||
|
||||
# wda apple bundle id
|
||||
WdaAppBundleId = "com.yolozsAgent.wda.xctrunner"
|
||||
|
||||
WdaAppBundleId = "com.yolojtAgent.wda.xctrunner"
|
||||
# wda投屏端口
|
||||
wdaScreenPort = 9567
|
||||
# wda功能端口
|
||||
wdaFunctionPort = 8567
|
||||
# 全局主播列表
|
||||
anchorList: list[AnchorModel] = []
|
||||
# 线程锁
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user