Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在阅读这篇内容丰富的帖子 如何设置“com.apple.developer.driverkit.transport.usb”权利?
我想问,我idVendor从哪里得到这个?它的价值应该是多少?
idVendor
这是您的司机将要驾驶的设备的供应商 ID。当您请求 DriverKit 权利时,Apple 会要求这样做,并且您大概是在您的 dext 的 IOKit 个性的匹配字典中指定它。
请注意,供应商 ID 通常以十六进制编写,但 plist(Info.plist 和权利文件)对数字使用十进制表示法,因此请确保先转换值。