12122
This commit is contained in:
@@ -595,8 +595,11 @@ end
|
||||
|
||||
function fitIphoneX()
|
||||
local mode = SystemInfo.deviceModel
|
||||
printw(mode)
|
||||
if
|
||||
string.find(mode, "iPhone10,3") or string.find(mode, "iPhone10,6") or string.find(mode, "iPhone11,3") or
|
||||
string.find(mode, "iPhone10,3") or
|
||||
string.find(mode, "iPhone10,6") or
|
||||
string.find(mode, "iPhone11,3") or
|
||||
string.find(mode, "iPhone11,6") or -- XS Max
|
||||
string.find(mode, "iPhone11,8")
|
||||
then -- xr
|
||||
|
||||
Reference in New Issue
Block a user