Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions EUExDevice/uexDevice/info.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<uexplugins>
<plugin
uexName="uexDevice" version="4.0.5" build="5">
<info>5: 添加iPhone 8、iPhone 8 Plus和iPhone X机型model</info>
uexName="uexDevice" version="4.0.7" build="6">
<info>7: 添加iPhone XS、iPhone XS Max和iPhone XR机型model</info>
<build>5: 添加iPhone 8、iPhone 8 Plus和iPhone X机型model</build>
<build>4: 修复一个导致截屏失败的bug</build>
<build>3: plugin.xml文件配置startNetStatusListener和stopsNetStatusListener方法</build>
<build>2: 增加onNetStatusChanged,startNetStatusListener和stopsNetStatusListener网络监听方法</build>
Expand Down
Binary file modified EUExDevice/uexDevice/uexDevice.bundle/DeviceVersion.plist
Binary file not shown.
8 changes: 8 additions & 0 deletions EUExDevice/uexDeviceBundle/DeviceVersion.plist
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@
<string>iPhone X</string>
<key>iPhone10,6</key>
<string>iPhone X</string>
<key>iPhone11,2</key>
<string>iPhone XS</string>
<key>iPhone11,4</key>
<string>iPhone XS Max</string>
<key>iPhone11,6</key>
<string>iPhone XS Max</string>
<key>iPhone11,8</key>
<string>iPhone XR</string>
<key>iPad1,1</key>
<string>iPad</string>
<key>iPad2,1</key>
Expand Down