Skip to content

Commit

Permalink
feature/requires-upgrade-wda-1.4.3 (#71)
Browse files Browse the repository at this point in the history
* Upgrade requires facebook-wda 1.4.3

* update version code
  • Loading branch information
yumiguan authored Jun 29, 2022
1 parent 83c6d30 commit b1f2b21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lyrebird_ios/wda_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -29,7 +29,7 @@
},
install_requires=[
'lyrebird',
'facebook-wda==0.8.1',
'facebook-wda==1.4.3',
'tidevice==0.6.12'
],
extras_require={
Expand Down

0 comments on commit b1f2b21

Please sign in to comment.