From b1f2b213e1f11f4e9dec7f37117a59267dfed39f Mon Sep 17 00:00:00 2001 From: yumiguan <41277086+yumiguan@users.noreply.github.com> Date: Wed, 29 Jun 2022 15:47:10 +0800 Subject: [PATCH] feature/requires-upgrade-wda-1.4.3 (#71) * Upgrade requires facebook-wda 1.4.3 * update version code --- lyrebird_ios/wda_helper.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lyrebird_ios/wda_helper.py b/lyrebird_ios/wda_helper.py index a234e01..579f701 100644 --- a/lyrebird_ios/wda_helper.py +++ b/lyrebird_ios/wda_helper.py @@ -15,7 +15,7 @@ def start_app(self, *args, **env): required: - bundle_id(string): app bundle id """ - self.client = wda.Client() + self.client = wda.USBClient() self.session = self.client.session( bundle_id=self.bundle_id, arguments=self.arguments, diff --git a/setup.py b/setup.py index 39faad6..9391d00 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='lyrebird-ios', - version='0.3.10', + version='0.3.11', packages=['lyrebird_ios'], url='https://github.com/meituan/lyrebird-ios', author='HBQA', @@ -29,7 +29,7 @@ }, install_requires=[ 'lyrebird', - 'facebook-wda==0.8.1', + 'facebook-wda==1.4.3', 'tidevice==0.6.12' ], extras_require={