9 lines
352 B
XML
9 lines
352 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<idea-plugin>
|
|
<id>com.example.native-binary</id>
|
|
<name>Native Binary Plugin</name>
|
|
<version>1.0.0</version>
|
|
<vendor>Example Inc</vendor>
|
|
<description>Ships a shared library under native/ — expands attack surface via JNI.</description>
|
|
<depends>com.intellij.modules.platform</depends>
|
|
</idea-plugin>
|