File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,16 +71,16 @@ void Do(char * ipaPath)
71
71
std::cout << " iOS设备,udid:" << gudid << " ipa包:" << ipaPath << (retInstall ? " 安装成功" : " 安装失败" ) << std::endl;
72
72
std::cout << " 按回车键停止..." << std::endl;
73
73
std::cin.get (); // 阻止主线程退出
74
- // StopListen();
74
+ StopListen ();
75
75
}
76
76
77
77
78
78
int main (int argc, char * argv[], char * envp[])
79
79
{
80
- RegisterAuthorizeCallback (ReadAuthorizeInfo); // 注册信任,结果通知事件回调函数
80
+ // RegisterAuthorizeCallback(ReadAuthorizeInfo); //注册信任,结果通知事件回调函数
81
81
RegisterInstallCallback (InstallApplicationInfo); // 安装ipa 回调函数
82
82
RegisterConnectCallback (Connecting); // 连接回调函数
83
83
RegisterDisconnectCallback (Distinct); // 断开事件
84
- // Do(argv[1]);
85
- autoDo (argv[1 ]);
84
+ Do (argv[1 ]);
85
+ // autoDo(argv[1]);
86
86
}
You can’t perform that action at this time.
0 commit comments