rewrote and relinked depictions. Changed all package bundle identifiers

This commit is contained in:
Micah Gomez 2020-01-04 02:12:32 -07:00
parent 71d0890eb9
commit eb2985ad6f
70 changed files with 291 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.DS_Store

Binary file not shown.

94
depicts/depiction.html Normal file
View file

@ -0,0 +1,94 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Micah Gomez</title>
<link rel="shortcut icon" href="images/favicon.ico">
<link id="pagestyle" rel="stylesheet" href="/css/style.css">
<script src="https://micahpgomez.dev/js/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<script>
var url = window.location.href
var captured = /selectedPackage=([^&]+)/.exec(url)[1];
var selectedPackage = captured ? captured : 'myDefaultValue';
console.log(selectedPackage)
$(function(){
$("#DescriptionContent").load("/depicts/"+selectedPackage+"/description.html");
$("#ScreenshotContent").load("/depicts/"+selectedPackage+"/screenshots.html");
$("#ChangeLogContent").load("/depicts/"+selectedPackage+"/changelog.html");
$("#HeaderContent").load("/depicts/"+selectedPackage+"/header.html");
});
</script>
<div class="bodycontent">
<div class="headingcontent" id="HeaderContent"></div>
<br>
<div>
<div class="tilecontent">
<button id="packageDescription" class="contentbutton">
<p>Description</p>
</button>
<div id="DescriptionContent"></div>
<br>
<button id="packageScreenshots" class="contentbutton">
<p>Screenshots</p>
</button>
<div id="ScreenshotContent"></div>
<br>
<button id="packageChanges" class="contentbutton">
<p>Changelog</p>
</button>
<div id="ChangeLogContent"></div>
<br>
<br>
<button onclick="location.href='https://micahpgomez.dev';" class="contentbutton">
<p>Home Page</p>
</button>
<br>
</div>
</div>
</div>
<script>
$(document).ready(function(){
$("#DescriptionContent").hide();
$("#ScreenshotContent").hide();
$("#ChangeLogContent").hide();
$("#packageDescription").click(function(){
$("#DescriptionContent").slideToggle();
});
$("#packageScreenshots").click(function(){
$("#ScreenshotContent").slideToggle();
});
$("#packageChanges").click(function(){
$("#ChangeLogContent").slideToggle();
});
});
</script>
<!-- Default Statcounter code for Mpg13.github.io Repo
http://mpg13.github.io/repo -->
<script type="text/javascript">
var sc_project=11785589;
var sc_invisible=1;
var sc_security="fd418960";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript>
<div class="statcounter"><a title="free web stats"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="//c.statcounter.com/11785589/0/fd418960/1/" alt="free
web stats"></a></div>
</noscript>
<!-- End of Statcounter Code -->
</body>
</html>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p><strong>1.0:</strong> Initial Release</p>
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p>A springy animation of an iPhone being assembled.</p>
</li>
</ul>

View file

@ -0,0 +1,3 @@
<h1>Assembly</h1>
<h4>Supported iOS Versions: dependant on Springy</h4>
<h2>Dependencies: Springy</h2>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<img src="../images/iAFS.gif" width="250">
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p><strong>1.0:</strong> Initial Release</p>
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p>A springy animation of an iPhone being assembled. This version is adapted for fading to black on dark-faced iPhone models.</p>
</li>
</ul>

View file

@ -0,0 +1,3 @@
<h1>Dark Assembly</h1>
<h4>Supported iOS Versions: dependant on Springy</h4>
<h2>Dependencies: Springy</h2>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<img src="../images/iAFS.gif" width="250">
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p><strong>1.1:</strong> Initial Release</p>
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p>An iPhone app that increments a counter by one every time a button is pressed.</p>
</li>
</ul>

View file

@ -0,0 +1,3 @@
<h1>ItFuckingCounts</h1>
<h4>Supported iOS Versions: iOS 9+</h4>
<h2>Dependencies: none</h2>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p>No Screenshots available</p>
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p><strong>1.0:</strong> Initial Release</p>
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p>An Anemone Theme that gives you a variety of respring Animations. Currently supports 4.0", 4.7", and 5.5" iPhone models. Make sure you install the correct package! It might work on larger devices.</p>
</li>
</ul>

View file

@ -0,0 +1,3 @@
<h1>Respring Pack</h1>
<h4>Supported iOS Versions: dependant on Anemone Theming Engine</h4>
<h2>Dependencies: Anemone</h2>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p>No Screenshots Available</p>
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p><strong>1.0:</strong> Initial Release</p>
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p>A XenHTML widget that displays a spinning iPhone 4 on your lockscreen. It spins in place freely, no user interaction. Because it is only active when your lockscreen is displaying it, battery consumption should be minimal.</p>
</li>
</ul>

View file

@ -0,0 +1,3 @@
<h1>Spinningi4</h1>
<h4>Supported iOS Versions: dependant on XenHTML</h4>
<h2>Dependencies: XenHTML</h2>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<img src="/images/spinningi4.png" width="250">
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p><strong>1.0:</strong> Initial Release</p>
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p>A XenHTML widget based on the iOS 12 Lockscreen.</p>
</li>
</ul>

View file

@ -0,0 +1,3 @@
<h1>Twelven</h1>
<h4>Supported iOS Versions: dependant on XenHTML</h4>
<h2>Dependencies: XenHTML</h2>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<img src="/images/twelven.jpg" width="250">
</li>
</ul>

View file

@ -0,0 +1,11 @@
<ul class="descriptionContent">
<li>
<p><strong>1.6:</strong> Fixes crashing in Cydia and CrashReporter.</p>
<p><strong>1.5.1:</strong> Preference panel updates. Hopefully this will prompt users to set up the tweak.</p>
<p><strong>1.5:</strong> Fixed bugs from version 1.4, added warnings to prevent others. Included preference file during installation so tweak loads correctly without changing preferences manually. Added ability to customize color with HEX codes.</p>
<p><strong>1.4:</strong> Fixed seconds not updating. Only works in springboard or in apps. LS and CC doesn't update seconds</p>
<p><strong>1.3:</strong> Fixed duplicate date bug, added option to customize first line of text, option to customize single line of text, option to use plaintext</p>
<p><strong>1.2:</strong> Added many customization options (Font size, replace date option)</p>
<p><strong>1.1:</strong> Inital Release</p>
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p>UnderTime allows you to fully customize the date string in the iPhone X status bar. You can add an extra line, change the font size/color, change te date format, or set it to a cusom string!</p>
</li>
</ul>

View file

@ -0,0 +1,3 @@
<h1>Undertime</h1>
<h4>Supported iOS Versions: iOS 11</h4>
<h2>Dependencies: none</h2>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<img src="/images/undertime.PNG" width="250">
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p><strong>1.0:</strong> Initial Release</p>
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p>A XenHTML widget plays media on the lockscreen and homescreen. Comes with 5 preinstalled gifs, you can find them in "/var/mobile/Library/Xenimated/". You can import custom gifs/mp4s/other media files by saving them to that location, or you can package your own in a DEB package.</p>
</li>
</ul>

View file

@ -0,0 +1,3 @@
<h1>Xenimated</h1>
<h4>Supported iOS Versions: dependant on XenHTML</h4>
<h2>Dependencies: XenHTML</h2>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p>No Screenshots available</p>
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p><strong>1.0:</strong> Initial Release</p>
</li>
</ul>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p>A XenHTML widget plays media on the lockscreen and homescreen while charging. Comes with 5 preinstalled gifs, you can find them in "/var/mobile/Library/XenimatedRecharged/". You can import custom gifs/mp4s/other media files by saving them to that location, or you can package your own in a DEB package.</p>
</li>
</ul>

View file

@ -0,0 +1,3 @@
<h1>Xenimated</h1>
<h4>Supported iOS Versions: dependant on XenHTML &amp; XenInfo</h4>
<h2>Dependencies: XenHTML, XenInfo</h2>

View file

@ -0,0 +1,5 @@
<ul class="descriptionContent">
<li>
<p>No Screenshots available</p>
</li>
</ul>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

27
pkgs/edit.sh Executable file
View file

@ -0,0 +1,27 @@
DEBFILE="$1"
TMPDIR=`mktemp -d /tmp/deb.XXXXXXXXXX` || exit 1
OUTPUT=`basename "$DEBFILE" .deb`.modfied.deb
if [[ -e "$OUTPUT" ]]; then
echo "$OUTPUT exists."
rm -r "$TMPDIR"
exit 1
fi
dpkg-deb -x "$DEBFILE" "$TMPDIR"
dpkg-deb --control "$DEBFILE" "$TMPDIR"/DEBIAN
if [[ ! -e "$TMPDIR"/DEBIAN/control ]]; then
echo DEBIAN/control not found.
rm -r "$TMPDIR"
exit 1
fi
CONTROL="$TMPDIR"/DEBIAN/control
MOD=`stat -c "%y" "$CONTROL"`
nano "$CONTROL"
echo Building new deb...
dpkg -b "$TMPDIR" "$OUTPUT"

BIN
pkgs/iAFS.modfied.deb Normal file

Binary file not shown.

BIN
pkgs/iAFSblack.modfied.deb Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
pkgs/spinningi4.modfied.deb Normal file

Binary file not shown.

BIN
pkgs/twelven.modfied.deb Normal file

Binary file not shown.

BIN
pkgs/xenimated.modfied.deb Normal file

Binary file not shown.

Binary file not shown.