mirror of
https://github.com/zhigang1992/cydia.git
synced 2026-01-12 17:13:02 +08:00
Merge branch 'master' into gh-pages
This commit is contained in:
BIN
Packages.bz2
Normal file
BIN
Packages.bz2
Normal file
Binary file not shown.
BIN
debs/com.supermamon.newpackage_2.0.0-1_iphoneos-arm.deb
Normal file
BIN
debs/com.supermamon.newpackage_2.0.0-1_iphoneos-arm.deb
Normal file
Binary file not shown.
BIN
debs/com.supermamon.oldpackage_1.0.0-1_iphoneos-arm.deb
Normal file
BIN
debs/com.supermamon.oldpackage_1.0.0-1_iphoneos-arm.deb
Normal file
Binary file not shown.
12
depictions/com.supermamon.newpackage/changelog.xml
Normal file
12
depictions/com.supermamon.newpackage/changelog.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<changelog>
|
||||
<changes>
|
||||
<version>1.0.0-2</version>
|
||||
<change>Second release</change>
|
||||
<change>It has feature 1</change>
|
||||
<change>It has feature 2</change>
|
||||
</changes>
|
||||
<changes>
|
||||
<version>1.0.0-1</version>
|
||||
<change>Initial Release</change>
|
||||
</changes>
|
||||
</changelog>
|
||||
43
depictions/com.supermamon.newpackage/info.xml
Normal file
43
depictions/com.supermamon.newpackage/info.xml
Normal file
@@ -0,0 +1,43 @@
|
||||
<package>
|
||||
<id>com.supermamon.fullpackage</id>
|
||||
<name>Full Package</name>
|
||||
<version>2.0.0-1</version>
|
||||
<compatibility>
|
||||
<firmware>
|
||||
<miniOS>7.0</miniOS>
|
||||
</firmware>
|
||||
</compatibility>
|
||||
<dependencies>
|
||||
<package>mobilesubstrate</package>
|
||||
</dependencies>
|
||||
<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>
|
||||
</link>
|
||||
</links>
|
||||
</package>
|
||||
BIN
depictions/com.supermamon.newpackage/screenshots/cydia.jpg
Normal file
BIN
depictions/com.supermamon.newpackage/screenshots/cydia.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
BIN
depictions/com.supermamon.newpackage/screenshots/shot1-thumb.jpg
Normal file
BIN
depictions/com.supermamon.newpackage/screenshots/shot1-thumb.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
depictions/com.supermamon.newpackage/screenshots/shot1.jpg
Normal file
BIN
depictions/com.supermamon.newpackage/screenshots/shot1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
6
depictions/com.supermamon.oldpackage/changelog.xml
Normal file
6
depictions/com.supermamon.oldpackage/changelog.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<changelog>
|
||||
<changes>
|
||||
<version>1.0.0-1</version>
|
||||
<change>Initial release</change>
|
||||
</changes>
|
||||
</changelog>
|
||||
23
depictions/com.supermamon.oldpackage/info.xml
Normal file
23
depictions/com.supermamon.oldpackage/info.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<package>
|
||||
<id>com.reposi3.oldpackage</id>
|
||||
<name>Old Package</name>
|
||||
<version>1.0.0-1</version>
|
||||
<compatibility>
|
||||
<firmware>
|
||||
<maxiOS>7.0</maxiOS>
|
||||
<otherVersions>unsupported</otherVersions>
|
||||
<!--
|
||||
for otherVersions, you can put either unsupported or unconfirmed
|
||||
-->
|
||||
</firmware>
|
||||
</compatibility>
|
||||
<dependencies></dependencies>
|
||||
<descriptionlist>
|
||||
<description>This is an old package. Requires iOS 7 and below..</description>
|
||||
</descriptionlist>
|
||||
<screenshots></screenshots>
|
||||
<changelog>
|
||||
<change>Initial release</change>
|
||||
</changelog>
|
||||
<links></links>
|
||||
</package>
|
||||
26
index.html
26
index.html
@@ -6,22 +6,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
|
||||
<script src="/util/js/getRandomQuote.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
$(document).ready(function(){
|
||||
/* random quote */
|
||||
getRandomQuote(function(quote,author){
|
||||
var footer = $("<footer></footer")
|
||||
.attr('id','randomQuoteFooter')
|
||||
.html(author);
|
||||
$('#randomQuoteText')
|
||||
.html(quote)
|
||||
.append(footer);
|
||||
});
|
||||
|
||||
})
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -32,7 +16,7 @@
|
||||
<div class="container">
|
||||
<div class="well">
|
||||
<p><span class="text-primary"><b>Reposi3</span></b> is a Cydia repository template.</p>
|
||||
<a class="btn btn-sm btn-default" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://my-repo-url.com/repo/">Add to Cydia</a>
|
||||
<a class="btn btn-sm btn-default" href="cydia://url/https://cydia.saurik.com/api/share#?source=https://supermamon.github.io/Reposi3/">Add to Cydia</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -45,16 +29,16 @@
|
||||
<div class="panel-heading">Old Package</div>
|
||||
<div class="panel-body">
|
||||
This is a sample package with minimal information.
|
||||
It also simulates an old package that's incompatible with iOS greater than 7.0.<br /><br />
|
||||
<a class="btn btn-xs btn-default" href="depictions/?p=com.reposi3.oldpackage">More info</a>
|
||||
It also simulates an old package that's incompatible only with iOS lower than 7.0.<br /><br />
|
||||
<a class="btn btn-xs btn-default" href="depictions/?p=com.supermamon.oldpackage">More info</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">Full Package</div>
|
||||
<div class="panel-heading">New Package</div>
|
||||
<div class="panel-body">
|
||||
This is a sample package with lots of information.<br /><br />
|
||||
<a class="btn btn-xs btn-default" href="depictions/?p=com.reposi3.fullpackage">More info</a>
|
||||
<a class="btn btn-xs btn-default" href="depictions/?p=com.supermamon.newpackage">More info</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user