Skip to content

Commit b1f2b21

Browse files
authored
feature/requires-upgrade-wda-1.4.3 (#71)
* Upgrade requires facebook-wda 1.4.3 * update version code
1 parent 83c6d30 commit b1f2b21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lyrebird_ios/wda_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def start_app(self, *args, **env):
1515
required:
1616
- bundle_id(string): app bundle id
1717
"""
18-
self.client = wda.Client()
18+
self.client = wda.USBClient()
1919
self.session = self.client.session(
2020
bundle_id=self.bundle_id,
2121
arguments=self.arguments,

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='lyrebird-ios',
11-
version='0.3.10',
11+
version='0.3.11',
1212
packages=['lyrebird_ios'],
1313
url='https://github.com/meituan/lyrebird-ios',
1414
author='HBQA',
@@ -29,7 +29,7 @@
2929
},
3030
install_requires=[
3131
'lyrebird',
32-
'facebook-wda==0.8.1',
32+
'facebook-wda==1.4.3',
3333
'tidevice==0.6.12'
3434
],
3535
extras_require={

0 commit comments

Comments
 (0)