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

Commit

Permalink
修复 MacOS 协议提示版本过低的错误 #408 (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodspeed34 authored Aug 26, 2022
1 parent c33264b commit 7b5c603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const apklist: {[platform in Platform]: Apk} = {
[Platform.iPad]: { ...hd },
}

apklist[Platform.iMac].subid = 537064315
apklist[Platform.iMac].subid = 537128930
apklist[Platform.iMac].display = "iMac"
apklist[Platform.iPad].subid = 537118796
apklist[Platform.iPad].display = "iPad"
Expand Down

0 comments on commit 7b5c603

Please sign in to comment.