Skip to content

Commit

Permalink
Feature/change event information (#19)
Browse files Browse the repository at this point in the history
* change keywords in event
  • Loading branch information
yumiguan authored Dec 28, 2018
1 parent cc6bc69 commit 4666c84
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions lyrebird_ios/config/comparison_table_model.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"iPhone3,1": "iPhone 4",
"iPhone3,2": "iPhone 4",
"iPhone3,3": "iPhone 4",
"iPhone3,2": "iPhone 4 GSM Rev A",
"iPhone3,3": "iPhone 4 CDMA",
"iPhone4,1": "iPhone 4S",
"iPhone5,1": "iPhone 5",
"iPhone5,2": "iPhone 5 GSM+CDMA",
Expand All @@ -13,12 +13,20 @@
"iPhone7,2": "iPhone 6",
"iPhone8,1": "iPhone 6s",
"iPhone8,2": "iPhone 6s Plus",
"iPhone8,3": "iPhone SE GSM+CDMA",
"iPhone8,4": "iPhone SE",
"iPhone9,1": "iPhone 7",
"iPhone9,2": "iPhone 7 Plus",
"iPhone9,3": "iPhone 7",
"iPhone9,4": "iPhone 7 Plus",
"iPhone10,1": "iPhone 8",
"iPhone10,2": "iPhone 8 Plus",
"iPhone10,3": "iPhone X"
}
"iPhone10,3": "iPhone X",
"iPhone10,4": "iPhone 8",
"iPhone10,5": "iPhone 8 Plus",
"iPhone10,6": "iPhone X",
"iPhone11,2": "iPhone XS",
"iPhone11,4": "iPhone XS Max",
"iPhone11,6": "iPhone XS Max",
"iPhone11,8": "iPhone XR"
}
2 changes: 1 addition & 1 deletion lyrebird_ios/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def get_screen_shot(self, message):
if message.get('cmd') != 'screenshot':
return
screen_shots = []
device_list = message.get('id')
device_list = message.get('device_id')
for device_id in device_list:
device = device_service.devices.get(device_id)
if not device:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='lyrebird-ios',
version='0.2.2',
version='0.2.3',
packages=['lyrebird_ios'],
url='https://github.com/meituan/lyrebird-ios',
author='HBQA',
Expand Down

0 comments on commit 4666c84

Please sign in to comment.