Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is com.apple.InterfaceBuilder.IBCocoaTouchPlugin

I wanted to know what does it mean, and why it is used in code:

com.apple.InterfaceBuilder.IBCocoaTouchPlugin

I have one source code where:

<plugin identifier = "com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version = "3746" />

has been used. Why do we use it?

like image 756
Setu Sharma Avatar asked Nov 15 '25 16:11

Setu Sharma


1 Answers

That plugin identifier tells Xcode that any Interface Builder Document (Storyboard or XIB) was built with Xcode, and the specific version of Xcode/Interface Builder that the interface was created with.

like image 113
JAL Avatar answered Nov 17 '25 09:11

JAL



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!