added UnderTime

This commit is contained in:
MPG13 2018-05-27 14:30:18 -06:00
parent b453781cee
commit b759b9fe17
15 changed files with 113 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
UnderTime.deb Normal file

Binary file not shown.

10
UnderTime/DEBIAN/control Normal file
View file

@ -0,0 +1,10 @@
Package: com.mpg13.undertime
Name: UnderTime
Depends: mobilesubstrate
Architecture: iphoneos-arm
Description: Customizable date under time in iX StatusBar.
Maintainer: MPG13
Author: MPG13
Section: Tweaks
Version: 1.1
Installed-Size: 188

View file

@ -0,0 +1,5 @@
{
Filter = {
Classes = ( "_UIStatusBarStringView", "_UIStatusBarTimeItem", "_UIStatusBarNavigationItem" );
};
}

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>UnderTime</string>
<key>CFBundleIdentifier</key>
<string>com.mpg13.undertime</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>NSPrincipalClass</key>
<string>udtRootListController</string>
</dict>
</plist>

View file

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>items</key>
<array>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>UnderTime Settings</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>com.mpg13.undertime</string>
<key>key</key>
<string>Enable</string>
<key>label</key>
<string>Enable tweak</string>
</dict>
<dict>
<key>cell</key>
<string>PSEditTextCell</string>
<key>default</key>
<string>d/M</string>
<key>defaults</key>
<string>com.mpg13.undertime</string>
<key>key</key>
<string>dformat</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Forked from NeinZedd's "DateUnderTimeX". Thank him for his work!</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Use nsdateformatter.com to help you format your date!</string>
</dict>
</array>
<key>title</key>
<string>UnderTime</string>
</dict>
</plist>

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>entry</key>
<dict>
<key>bundle</key>
<string>UnderTime</string>
<key>cell</key>
<string>PSLinkCell</string>
<key>detail</key>
<string>udtRootListController</string>
<key>icon</key>
<string>icon.png</string>
<key>isController</key>
<true/>
<key>label</key>
<string>UnderTime</string>
</dict>
</dict>
</plist>

BIN
iAFS.deb

Binary file not shown.

Binary file not shown.

View file

@ -1,4 +1,4 @@
dpkg-deb -Zgzip -b iAFS dpkg-deb -Zgzip -b iAFS
dpkg-deb -Zgzip -b iAFSblack dpkg-deb -Zgzip -b iAFSblack
dpkg-deb -Zgzip -b TheGodHead
dpkg-deb -Zgzip -b ItFuckingCounts dpkg-deb -Zgzip -b ItFuckingCounts
dpkg-deb -Zgzip -b UnderTime