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={