-1

So as I said in the title, what is equivalent to inf files on Mac(if something like that exist)?

Thanks

userDS
  • 15
  • 5

1 Answers1

0

Closest thing to .inf Windows driver files in MAC OSX are kexts (Kernel Extension)

Here you can find more info on kexts

Luca
  • 1,588
  • 2
  • 22
  • 26
  • So .plist file in a Xcode project is completely different that a .inf file in visual studio project(in driver development)? Why do we need the .plist files? Thanks – userDS Jul 29 '16 at 16:08
  • A kexts need its own .plist file, take a look here https://developer.apple.com/library/mac/documentation/Darwin/Conceptual/KEXTConcept/Articles/infoplist_keys.html – Luca Jul 29 '16 at 16:12