Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
fix: add iOS 13 data
Browse files Browse the repository at this point in the history
  • Loading branch information
wswebcreation committed Oct 22, 2019
1 parent 84267f0 commit 26e5514
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions lib/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,27 @@ export const OFFSETS = {
x:133,
y:883,
},
},
},
13: {
STATUS_BAR: 20,
STATUS_BAR_PRO: 24,
STATUS_BAR_X: 44,
ADDRESS_BAR: 50,
TOOL_BAR: 44,
HOME_BAR:{
DEFAULT:{
height: 5,
width:135,
x:120,
y:799,
},
LARGE:{
height: 5,
width:148,
x:133,
y:883,
},
},
},
},
Expand Down

0 comments on commit 26e5514

Please sign in to comment.