aboutsummaryrefslogtreecommitdiff
path: root/depictions/com.sukarodo.samplepackage/info.xml
blob: e7bed589938eff0fc222d881fa542c52e98121a4 (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<package>
	<id>com.sukarodo.samplepackage</id>
	<name>Sample Package</name>
	<version>1.0</version>
	<compatibility>
		<firmware>
			<miniOS>7.0</miniOS>
		</firmware>
	</compatibility>
	<dependencies>
		<package>mobilesubstrate</package>
	</dependencies>
	<shortDescription>This is a sample new package. Firmware should be greater than 7.0</shortDescription>
	<descriptionlist>
		<description>This is an package will full depictions.</description>
		<description>It has more description lines.</description>
		<description><![CDATA[
		You can also have<br/> 
		a multi-line item.
		]]>
		</description>
	</descriptionlist>
	<screenshots>
		<screenshot>
			<description>This is a description for screenshot 1. It's Cydia!</description>
			<image>cydia.jpg</image>
		</screenshot>		
		<screenshot>
			<description>This is a description for screenshot 2. It's another Cydia!</description>
			<image>cydia.jpg</image>
		</screenshot>		
	</screenshots>
	<changelog>
		<change>Second release</change>
		<change>It has feature 1</change>
		<change>It has feature 2</change>
	</changelog>
	<links>
		<link>
			<name>/r/jailbreak</name>
			<url>https://www.reddit.com/r/jailbreak</url>
			<iconclass>fa fa-reddit</iconclass>
		</link>
	</links>
</package>