added UnderTime
This commit is contained in:
parent
b453781cee
commit
b759b9fe17
15 changed files with 113 additions and 1 deletions
Binary file not shown.
BIN
Packages.bz2
BIN
Packages.bz2
Binary file not shown.
BIN
TheGodHead.deb
BIN
TheGodHead.deb
Binary file not shown.
BIN
UnderTime.deb
Normal file
BIN
UnderTime.deb
Normal file
Binary file not shown.
10
UnderTime/DEBIAN/control
Normal file
10
UnderTime/DEBIAN/control
Normal 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
|
||||
BIN
UnderTime/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib
Executable file
BIN
UnderTime/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib
Executable file
Binary file not shown.
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
Filter = {
|
||||
Classes = ( "_UIStatusBarStringView", "_UIStatusBarTimeItem", "_UIStatusBarNavigationItem" );
|
||||
};
|
||||
}
|
||||
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
BIN
UnderTime/Library/PreferenceBundles/UnderTime.bundle/UnderTime
Executable file
BIN
UnderTime/Library/PreferenceBundles/UnderTime.bundle/UnderTime
Executable file
Binary file not shown.
BIN
UnderTime/Library/PreferenceBundles/UnderTime.bundle/icon@2x.png
Normal file
BIN
UnderTime/Library/PreferenceBundles/UnderTime.bundle/icon@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 371 B |
|
|
@ -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
BIN
iAFS.deb
Binary file not shown.
BIN
iAFSblack.deb
BIN
iAFSblack.deb
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
|||
dpkg-deb -Zgzip -b iAFS
|
||||
dpkg-deb -Zgzip -b iAFSblack
|
||||
dpkg-deb -Zgzip -b TheGodHead
|
||||
dpkg-deb -Zgzip -b ItFuckingCounts
|
||||
dpkg-deb -Zgzip -b UnderTime
|
||||
|
|
|
|||
Reference in a new issue