Skip to content

Commit

Permalink
add model of iPhone11 & iPhone11Pro & iPhone11ProMax (#28)
Browse files Browse the repository at this point in the history
Add model:
iPhone11 & iPhone11 Pro & iPhone11 Pro Max
  • Loading branch information
yumiguan authored Oct 12, 2019
1 parent ae87d0f commit ee16e0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion lyrebird_ios/config/comparison_table_model.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
"iPhone11,2": "iPhone XS",
"iPhone11,4": "iPhone XS Max",
"iPhone11,6": "iPhone XS Max",
"iPhone11,8": "iPhone XR"
"iPhone11,8": "iPhone XR",
"iPhone12,1": "iPhone 11",
"iPhone12,3": "iPhone 11 Pro",
"iPhone12,5": "iPhone 11 Pro Max"
}
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.8',
version='0.2.9',
packages=['lyrebird_ios'],
url='https://github.com/meituan/lyrebird-ios',
author='HBQA',
Expand Down

0 comments on commit ee16e0d

Please sign in to comment.