diff --git a/.theos/_/DEBIAN/control b/.theos/_/DEBIAN/control new file mode 100644 index 0000000..79bad92 --- /dev/null +++ b/.theos/_/DEBIAN/control @@ -0,0 +1,12 @@ +Package: com.mpg13.undertime +Name: UnderTime +Depends: mobilesubstrate +Architecture: iphoneos-arm +Description: Customizable date under time in iX StatusBar. +Homepage: https://mpg13.github.io +Depiction: https://mpg13.github.io/repo/depicts/undertime.html +Maintainer: MPG13 +Author: MPG13 +Section: Tweaks +Version: 1.4.1-31+debug +Installed-Size: 196 diff --git a/.theos/_/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib b/.theos/_/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib new file mode 100755 index 0000000..c431921 Binary files /dev/null and b/.theos/_/Library/MobileSubstrate/DynamicLibraries/UnderTime.dylib differ diff --git a/.theos/_/Library/MobileSubstrate/DynamicLibraries/UnderTime.plist b/.theos/_/Library/MobileSubstrate/DynamicLibraries/UnderTime.plist new file mode 100644 index 0000000..8b9013c --- /dev/null +++ b/.theos/_/Library/MobileSubstrate/DynamicLibraries/UnderTime.plist @@ -0,0 +1,5 @@ +{ + Filter = { + Classes = ( "_UIStatusBarStringView", "_UIStatusBarTimeItem", "_UIStatusBarNavigationItem" ); + }; +} diff --git a/.theos/_/Library/PreferenceBundles/UnderTime.bundle/Info.plist b/.theos/_/Library/PreferenceBundles/UnderTime.bundle/Info.plist new file mode 100644 index 0000000..1146527 --- /dev/null +++ b/.theos/_/Library/PreferenceBundles/UnderTime.bundle/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + UnderTime + CFBundleIdentifier + com.mpg13.undertime + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + NSPrincipalClass + udtRootListController + + diff --git a/.theos/_/Library/PreferenceBundles/UnderTime.bundle/Root.plist b/.theos/_/Library/PreferenceBundles/UnderTime.bundle/Root.plist new file mode 100644 index 0000000..5ee1c85 --- /dev/null +++ b/.theos/_/Library/PreferenceBundles/UnderTime.bundle/Root.plist @@ -0,0 +1,191 @@ + + + + + items + + + cell + PSStaticTextCell + height + 45 + label + UnderTime + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + Enable + label + Enable tweak + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + hideLocInd + label + Hide Location Indicator + + + + cell + PSGroupCell + label + First Line + height + 10 + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + lineOneEnable + label + Custom First Line + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + lineOneStandard + label + First Line Standard String + + + cell + PSEditTextCell + default + h:m + defaults + com.mpg13.undertime + key + lineOne + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + replaceTime + label + First Line Only + + + + cell + PSGroupCell + label + Second Line + height + 10 + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + lineTwoStandard + label + Second Line Standard String + + + cell + PSEditTextCell + default + d/M + defaults + com.mpg13.undertime + key + lineTwo + + + cell + PSGroupCell + label + Use nsdateformatter.com to help you format your date! + + + cell + PSGroupCell + label + Seconds will not update on the lockscreen! + + + + cell + PSGroupCell + label + Font Size + height + 10 + + + cell + PSSliderCell + default + 12 + defaults + com.mpg13.undertime + key + sizeOfFont + max + 18 + min + 6 + showValue + + + + + cell + PSGroupCell + label + + height + 10 + + + action + respring + height + 30 + cell + PSButtonCell + label + Respring + + + cell + PSGroupCell + label + Developed partially by MPG13 | Forked from NeinZedd's "DateUnderTimeX" and "SecondsInTimeX". Thanks NZ9! + + + title + UnderTime + + diff --git a/.theos/_/Library/PreferenceBundles/UnderTime.bundle/UnderTime b/.theos/_/Library/PreferenceBundles/UnderTime.bundle/UnderTime new file mode 100755 index 0000000..f8daf92 Binary files /dev/null and b/.theos/_/Library/PreferenceBundles/UnderTime.bundle/UnderTime differ diff --git a/.theos/_/Library/PreferenceBundles/UnderTime.bundle/icon@2x.png b/.theos/_/Library/PreferenceBundles/UnderTime.bundle/icon@2x.png new file mode 100644 index 0000000..ff923c4 Binary files /dev/null and b/.theos/_/Library/PreferenceBundles/UnderTime.bundle/icon@2x.png differ diff --git a/.theos/_/Library/PreferenceLoader/Preferences/UnderTime.plist b/.theos/_/Library/PreferenceLoader/Preferences/UnderTime.plist new file mode 100644 index 0000000..79329c4 --- /dev/null +++ b/.theos/_/Library/PreferenceLoader/Preferences/UnderTime.plist @@ -0,0 +1,21 @@ + + + + + entry + + bundle + UnderTime + cell + PSLinkCell + detail + udtRootListController + icon + icon.png + isController + + label + UnderTime + + + diff --git a/.theos/obj/debug/UnderTime.bundle/Info.plist b/.theos/obj/debug/UnderTime.bundle/Info.plist new file mode 100644 index 0000000..1146527 --- /dev/null +++ b/.theos/obj/debug/UnderTime.bundle/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + UnderTime + CFBundleIdentifier + com.mpg13.undertime + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + NSPrincipalClass + udtRootListController + + diff --git a/.theos/obj/debug/UnderTime.bundle/Root.plist b/.theos/obj/debug/UnderTime.bundle/Root.plist new file mode 100644 index 0000000..5ee1c85 --- /dev/null +++ b/.theos/obj/debug/UnderTime.bundle/Root.plist @@ -0,0 +1,191 @@ + + + + + items + + + cell + PSStaticTextCell + height + 45 + label + UnderTime + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + Enable + label + Enable tweak + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + hideLocInd + label + Hide Location Indicator + + + + cell + PSGroupCell + label + First Line + height + 10 + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + lineOneEnable + label + Custom First Line + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + lineOneStandard + label + First Line Standard String + + + cell + PSEditTextCell + default + h:m + defaults + com.mpg13.undertime + key + lineOne + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + replaceTime + label + First Line Only + + + + cell + PSGroupCell + label + Second Line + height + 10 + + + cell + PSSwitchCell + default + + defaults + com.mpg13.undertime + key + lineTwoStandard + label + Second Line Standard String + + + cell + PSEditTextCell + default + d/M + defaults + com.mpg13.undertime + key + lineTwo + + + cell + PSGroupCell + label + Use nsdateformatter.com to help you format your date! + + + cell + PSGroupCell + label + Seconds will not update on the lockscreen! + + + + cell + PSGroupCell + label + Font Size + height + 10 + + + cell + PSSliderCell + default + 12 + defaults + com.mpg13.undertime + key + sizeOfFont + max + 18 + min + 6 + showValue + + + + + cell + PSGroupCell + label + + height + 10 + + + action + respring + height + 30 + cell + PSButtonCell + label + Respring + + + cell + PSGroupCell + label + Developed partially by MPG13 | Forked from NeinZedd's "DateUnderTimeX" and "SecondsInTimeX". Thanks NZ9! + + + title + UnderTime + + diff --git a/.theos/obj/debug/UnderTime.bundle/UnderTime b/.theos/obj/debug/UnderTime.bundle/UnderTime new file mode 100755 index 0000000..f8daf92 Binary files /dev/null and b/.theos/obj/debug/UnderTime.bundle/UnderTime differ diff --git a/.theos/obj/debug/UnderTime.bundle/icon@2x.png b/.theos/obj/debug/UnderTime.bundle/icon@2x.png new file mode 100644 index 0000000..ff923c4 Binary files /dev/null and b/.theos/obj/debug/UnderTime.bundle/icon@2x.png differ diff --git a/.theos/obj/debug/UnderTime.dylib b/.theos/obj/debug/UnderTime.dylib new file mode 100755 index 0000000..c431921 Binary files /dev/null and b/.theos/obj/debug/UnderTime.dylib differ diff --git a/.theos/obj/debug/arm64/Tweak.xm.41206041.o b/.theos/obj/debug/arm64/Tweak.xm.41206041.o new file mode 100644 index 0000000..a7a55e8 Binary files /dev/null and b/.theos/obj/debug/arm64/Tweak.xm.41206041.o differ diff --git a/.theos/obj/debug/arm64/UnderTime.bundle/UnderTime b/.theos/obj/debug/arm64/UnderTime.bundle/UnderTime new file mode 100755 index 0000000..026b4af Binary files /dev/null and b/.theos/obj/debug/arm64/UnderTime.bundle/UnderTime differ diff --git a/.theos/obj/debug/arm64/UnderTime.bundle/UnderTime.dSYM/Contents/Info.plist b/.theos/obj/debug/arm64/UnderTime.bundle/UnderTime.dSYM/Contents/Info.plist new file mode 100644 index 0000000..5309323 --- /dev/null +++ b/.theos/obj/debug/arm64/UnderTime.bundle/UnderTime.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.UnderTime + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/.theos/obj/debug/arm64/UnderTime.bundle/UnderTime.dSYM/Contents/Resources/DWARF/UnderTime b/.theos/obj/debug/arm64/UnderTime.bundle/UnderTime.dSYM/Contents/Resources/DWARF/UnderTime new file mode 100644 index 0000000..83bd04a Binary files /dev/null and b/.theos/obj/debug/arm64/UnderTime.bundle/UnderTime.dSYM/Contents/Resources/DWARF/UnderTime differ diff --git a/.theos/obj/debug/arm64/UnderTime.dylib b/.theos/obj/debug/arm64/UnderTime.dylib new file mode 100755 index 0000000..565ce98 Binary files /dev/null and b/.theos/obj/debug/arm64/UnderTime.dylib differ diff --git a/.theos/obj/debug/arm64/UnderTime.dylib.dSYM/Contents/Info.plist b/.theos/obj/debug/arm64/UnderTime.dylib.dSYM/Contents/Info.plist new file mode 100644 index 0000000..ccfe7ae --- /dev/null +++ b/.theos/obj/debug/arm64/UnderTime.dylib.dSYM/Contents/Info.plist @@ -0,0 +1,20 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleIdentifier + com.apple.xcode.dsym.UnderTime.dylib + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + dSYM + CFBundleSignature + ???? + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + + diff --git a/.theos/obj/debug/arm64/UnderTime.dylib.dSYM/Contents/Resources/DWARF/UnderTime.dylib b/.theos/obj/debug/arm64/UnderTime.dylib.dSYM/Contents/Resources/DWARF/UnderTime.dylib new file mode 100644 index 0000000..3af4622 Binary files /dev/null and b/.theos/obj/debug/arm64/UnderTime.dylib.dSYM/Contents/Resources/DWARF/UnderTime.dylib differ diff --git a/.theos/obj/debug/arm64/udtRootListController.m.b4efe98b.Td b/.theos/obj/debug/arm64/udtRootListController.m.b4efe98b.Td new file mode 100644 index 0000000..1fd04fe --- /dev/null +++ b/.theos/obj/debug/arm64/udtRootListController.m.b4efe98b.Td @@ -0,0 +1,19 @@ +/home/mpg13/UnderTime/.theos/obj/debug/arm64/udtRootListController.m.b4efe98b.o: \ + udtRootListController.m /home/mpg13/theos/Prefix.pch \ + /home/mpg13/theos/vendor/include/_Prefix/BackwardsCompat.h \ + /home/mpg13/theos/vendor/include/_Prefix/IOSMacros.h \ + udtRootListController.h \ + /home/mpg13/theos/vendor/include/Preferences/PSListController.h \ + /home/mpg13/theos/vendor/include/Preferences/PSViewController.h + +/home/mpg13/theos/Prefix.pch: + +/home/mpg13/theos/vendor/include/_Prefix/BackwardsCompat.h: + +/home/mpg13/theos/vendor/include/_Prefix/IOSMacros.h: + +udtRootListController.h: + +/home/mpg13/theos/vendor/include/Preferences/PSListController.h: + +/home/mpg13/theos/vendor/include/Preferences/PSViewController.h: diff --git a/.theos/obj/debug/arm64/udtRootListController.m.b4efe98b.o b/.theos/obj/debug/arm64/udtRootListController.m.b4efe98b.o new file mode 100644 index 0000000..cfc8096 Binary files /dev/null and b/.theos/obj/debug/arm64/udtRootListController.m.b4efe98b.o differ diff --git a/packages/com.mpg13.undertime_1.4.1-27+debug_iphoneos-arm.deb b/packages/com.mpg13.undertime_1.4.1-27+debug_iphoneos-arm.deb new file mode 100644 index 0000000..262f642 Binary files /dev/null and b/packages/com.mpg13.undertime_1.4.1-27+debug_iphoneos-arm.deb differ diff --git a/packages/com.mpg13.undertime_1.4.1-28+debug_iphoneos-arm.deb b/packages/com.mpg13.undertime_1.4.1-28+debug_iphoneos-arm.deb new file mode 100644 index 0000000..bc2d80a Binary files /dev/null and b/packages/com.mpg13.undertime_1.4.1-28+debug_iphoneos-arm.deb differ diff --git a/packages/com.mpg13.undertime_1.4.1-29+debug_iphoneos-arm.deb b/packages/com.mpg13.undertime_1.4.1-29+debug_iphoneos-arm.deb new file mode 100644 index 0000000..26c34e0 Binary files /dev/null and b/packages/com.mpg13.undertime_1.4.1-29+debug_iphoneos-arm.deb differ diff --git a/packages/com.mpg13.undertime_1.4.1-30+debug_iphoneos-arm.deb b/packages/com.mpg13.undertime_1.4.1-30+debug_iphoneos-arm.deb new file mode 100644 index 0000000..3dcc626 Binary files /dev/null and b/packages/com.mpg13.undertime_1.4.1-30+debug_iphoneos-arm.deb differ diff --git a/packages/com.mpg13.undertime_1.4.1-31+debug_iphoneos-arm.deb b/packages/com.mpg13.undertime_1.4.1-31+debug_iphoneos-arm.deb new file mode 100644 index 0000000..cf668fb Binary files /dev/null and b/packages/com.mpg13.undertime_1.4.1-31+debug_iphoneos-arm.deb differ