generated from SergeyMi37/zapm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.xml
27 lines (27 loc) · 783 Bytes
/
module.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<Export generator="Cache" version="25">
<Document name="passwordless.ZPM">
<Module>
<Name>passwordless</Name>
<Version>1.0.5</Version>
<Description>Passwordless mode for Dev Mode IRIS</Description>
<Keywords>Passwordless mode for Dev Mode IRIS</Keywords>
<Author>
<Person>Mikhaylenko Sergey</Person>
<CopyrightDate>2023</CopyrightDate>
<License>MIT</License>
</Author>
<Packaging>module</Packaging>
<SourcesRoot>src</SourcesRoot>
<Resource Name="ZAUTHENTICATE.MAC" Directory="mac"/>
<Resource Name="dc.passwordless.CLS" Directory="cls"/>
<Invokes>
<Invoke Class="dc.passwordless" Method="Apply">
<Arg>*</Arg>
<Arg>SuperUser</Arg>
<Arg>SYS</Arg>
</Invoke>
</Invokes>
</Module>
</Document>
</Export>