mirror of
https://github.com/revanced/smali.git
synced 2025-05-29 12:20:11 +02:00
Create smalidea module
This commit is contained in:
parent
bc5ad6ab70
commit
5c14179d8b
29
smalidea/META-INF/plugin.xml
Normal file
29
smalidea/META-INF/plugin.xml
Normal file
@ -0,0 +1,29 @@
|
||||
<idea-plugin version="2">
|
||||
<id>org.jf.smalidea</id>
|
||||
<name>Smalidea</name>
|
||||
<version>0.01</version>
|
||||
<vendor email="jesusfreke@jesusfreke.com" url="http://smali.org">JesusFreke</vendor>
|
||||
|
||||
<description><![CDATA[
|
||||
A smali language plugin for IDEA
|
||||
]]></description>
|
||||
|
||||
<change-notes><![CDATA[
|
||||
]]>
|
||||
</change-notes>
|
||||
|
||||
<idea-version since-build="131"/>
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
</extensions>
|
||||
|
||||
<application-components>
|
||||
</application-components>
|
||||
|
||||
<project-components>
|
||||
</project-components>
|
||||
|
||||
<actions>
|
||||
</actions>
|
||||
|
||||
</idea-plugin>
|
13
smalidea/smalidea.iml
Normal file
13
smalidea/smalidea.iml
Normal file
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="PLUGIN_MODULE" version="4">
|
||||
<component name="DevKit.ModuleBuildProperties" url="file://$MODULE_DIR$/META-INF/plugin.xml" />
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="jdk" jdkName="IDEA Plugin jdk" jdkType="IDEA JDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
|
Loading…
x
Reference in New Issue
Block a user