forked from yaypixxo/Kage
fix respring button
This commit is contained in:
@ -1,12 +0,0 @@
|
||||
Package: com.yaypixxo.kage
|
||||
Name: Kage
|
||||
Depends: mobilesubstrate, preferenceloader
|
||||
Architecture: iphoneos-arm
|
||||
Description: show/hide/change ls and hs stuff!
|
||||
Depiction: https://yaypixxo.com/depictions?p=com.yaypixxo.kage
|
||||
SileoDepiction: https://yaypixxo.com/sileo/com.yaypixxo.kage
|
||||
Maintainer: YaYPIXXO <viggo@lekdorf.com>
|
||||
Author: YaYPIXXO <viggo@lekdorf.com>
|
||||
Section: Tweaks
|
||||
Version: 1.0.0-1+debug
|
||||
Installed-Size: 284
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
{ Filter = { Bundles = ( "com.apple.springboard" ); }; }
|
@ -1,24 +0,0 @@
|
||||
<?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>kageprefs</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yaypixxo.kageprefs</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>KgeRootListController</string>
|
||||
</dict>
|
||||
</plist>
|
@ -1,87 +0,0 @@
|
||||
<?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>Kage - by YaYPIXXO</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSwitchCell</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>defaults</key>
|
||||
<string>com.yaypixxo.kage</string>
|
||||
<key>key</key>
|
||||
<string>enabled</string>
|
||||
<key>label</key>
|
||||
<string>Enable Tweak</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.yaypixxo.kage/preferences.changed</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSwitchCell</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>defaults</key>
|
||||
<string>com.yaypixxo.kage</string>
|
||||
<key>key</key>
|
||||
<string>hide3dDivs</string>
|
||||
<key>label</key>
|
||||
<string>Hide 3D Touch Dividers</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.yaypixxo.kage/preferences.changed</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSwitchCell</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>defaults</key>
|
||||
<string>com.yaypixxo.kage</string>
|
||||
<key>key</key>
|
||||
<string>gridSwitcher</string>
|
||||
<key>label</key>
|
||||
<string>Enable Grid Switcher</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.yaypixxo.kage/preferences.changed</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSwitchCell</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>defaults</key>
|
||||
<string>com.yaypixxo.kage</string>
|
||||
<key>key</key>
|
||||
<string>hideLSBatt</string>
|
||||
<key>label</key>
|
||||
<string>Hide LS Battery</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.yaypixxo.kage/preferences.changed</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSwitchCell</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>defaults</key>
|
||||
<string>com.yaypixxo.kage</string>
|
||||
<key>key</key>
|
||||
<string>statusBarShowTimeLS</string>
|
||||
<key>label</key>
|
||||
<string>Time in LS Status Bar</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.yaypixxo.kage/preferences.changed</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>title</key>
|
||||
<string>Kage</string>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
@ -1,21 +0,0 @@
|
||||
<?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>kageprefs</string>
|
||||
<key>cell</key>
|
||||
<string>PSLinkCell</string>
|
||||
<key>detail</key>
|
||||
<string>KgeRootListController</string>
|
||||
<key>icon</key>
|
||||
<string>icon.png</string>
|
||||
<key>isController</key>
|
||||
<true/>
|
||||
<key>label</key>
|
||||
<string>Kage</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
@ -1 +0,0 @@
|
||||
./packages/com.yaypixxo.kage_1.0.0-1+debug_iphoneos-arm.deb
|
Binary file not shown.
Binary file not shown.
@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleIdentifier</key>
|
||||
<string>com.apple.xcode.dsym.Kage.dylib</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>dSYM</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
@ -1,21 +0,0 @@
|
||||
/Users/yaypixxo/Documents/git/kage/.theos/obj/debug/arm64/KgeRootListController.m.6665583a.o: \
|
||||
KgeRootListController.m /Users/yaypixxo/theos/Prefix.pch \
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/BackwardsCompat.h \
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/IOSMacros.h \
|
||||
/Users/yaypixxo/theos/vendor/include/HBLog.h KgeRootListController.h \
|
||||
/Users/yaypixxo/theos/vendor/include/Preferences/PSListController.h \
|
||||
/Users/yaypixxo/theos/vendor/include/Preferences/PSViewController.h
|
||||
|
||||
/Users/yaypixxo/theos/Prefix.pch:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/BackwardsCompat.h:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/IOSMacros.h:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/HBLog.h:
|
||||
|
||||
KgeRootListController.h:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/Preferences/PSListController.h:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/Preferences/PSViewController.h:
|
Binary file not shown.
@ -1,17 +0,0 @@
|
||||
/Users/yaypixxo/Documents/git/kage/.theos/obj/debug/arm64/Tweak.x.cb862df1.o: \
|
||||
/Users/yaypixxo/Documents/git/kage/.theos/obj/debug/arm64/Tweak.x.m \
|
||||
/Users/yaypixxo/theos/Prefix.pch \
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/BackwardsCompat.h \
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/IOSMacros.h \
|
||||
/Users/yaypixxo/theos/vendor/include/HBLog.h \
|
||||
/Users/yaypixxo/theos/vendor/include/substrate.h
|
||||
|
||||
/Users/yaypixxo/theos/Prefix.pch:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/BackwardsCompat.h:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/IOSMacros.h:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/HBLog.h:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/substrate.h:
|
Binary file not shown.
Binary file not shown.
@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleIdentifier</key>
|
||||
<string>com.apple.xcode.dsym.kageprefs</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>dSYM</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
Binary file not shown.
@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleIdentifier</key>
|
||||
<string>com.apple.xcode.dsym.Kage.dylib</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>dSYM</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
@ -1,21 +0,0 @@
|
||||
/Users/yaypixxo/Documents/git/kage/.theos/obj/debug/arm64e/KgeRootListController.m.7e6d29a3.o: \
|
||||
KgeRootListController.m /Users/yaypixxo/theos/Prefix.pch \
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/BackwardsCompat.h \
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/IOSMacros.h \
|
||||
/Users/yaypixxo/theos/vendor/include/HBLog.h KgeRootListController.h \
|
||||
/Users/yaypixxo/theos/vendor/include/Preferences/PSListController.h \
|
||||
/Users/yaypixxo/theos/vendor/include/Preferences/PSViewController.h
|
||||
|
||||
/Users/yaypixxo/theos/Prefix.pch:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/BackwardsCompat.h:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/IOSMacros.h:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/HBLog.h:
|
||||
|
||||
KgeRootListController.h:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/Preferences/PSListController.h:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/Preferences/PSViewController.h:
|
Binary file not shown.
@ -1,17 +0,0 @@
|
||||
/Users/yaypixxo/Documents/git/kage/.theos/obj/debug/arm64e/Tweak.x.fc246e88.o: \
|
||||
/Users/yaypixxo/Documents/git/kage/.theos/obj/debug/arm64e/Tweak.x.m \
|
||||
/Users/yaypixxo/theos/Prefix.pch \
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/BackwardsCompat.h \
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/IOSMacros.h \
|
||||
/Users/yaypixxo/theos/vendor/include/HBLog.h \
|
||||
/Users/yaypixxo/theos/vendor/include/substrate.h
|
||||
|
||||
/Users/yaypixxo/theos/Prefix.pch:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/BackwardsCompat.h:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/_Prefix/IOSMacros.h:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/HBLog.h:
|
||||
|
||||
/Users/yaypixxo/theos/vendor/include/substrate.h:
|
Binary file not shown.
Binary file not shown.
@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleIdentifier</key>
|
||||
<string>com.apple.xcode.dsym.kageprefs</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>dSYM</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1</string>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
@ -1,24 +0,0 @@
|
||||
<?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>kageprefs</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yaypixxo.kageprefs</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>KgeRootListController</string>
|
||||
</dict>
|
||||
</plist>
|
@ -1,87 +0,0 @@
|
||||
<?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>Kage - by YaYPIXXO</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSwitchCell</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>defaults</key>
|
||||
<string>com.yaypixxo.kage</string>
|
||||
<key>key</key>
|
||||
<string>enabled</string>
|
||||
<key>label</key>
|
||||
<string>Enable Tweak</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.yaypixxo.kage/preferences.changed</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSwitchCell</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>defaults</key>
|
||||
<string>com.yaypixxo.kage</string>
|
||||
<key>key</key>
|
||||
<string>hide3dDivs</string>
|
||||
<key>label</key>
|
||||
<string>Hide 3D Touch Dividers</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.yaypixxo.kage/preferences.changed</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSwitchCell</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>defaults</key>
|
||||
<string>com.yaypixxo.kage</string>
|
||||
<key>key</key>
|
||||
<string>gridSwitcher</string>
|
||||
<key>label</key>
|
||||
<string>Enable Grid Switcher</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.yaypixxo.kage/preferences.changed</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSwitchCell</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>defaults</key>
|
||||
<string>com.yaypixxo.kage</string>
|
||||
<key>key</key>
|
||||
<string>hideLSBatt</string>
|
||||
<key>label</key>
|
||||
<string>Hide LS Battery</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.yaypixxo.kage/preferences.changed</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSwitchCell</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>defaults</key>
|
||||
<string>com.yaypixxo.kage</string>
|
||||
<key>key</key>
|
||||
<string>statusBarShowTimeLS</string>
|
||||
<key>label</key>
|
||||
<string>Time in LS Status Bar</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.yaypixxo.kage/preferences.changed</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>title</key>
|
||||
<string>Kage</string>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
1
|
@ -1,5 +1,7 @@
|
||||
# Kage
|
||||
|
||||
Kage means cake in Danish
|
||||
|
||||
I really like cake
|
||||
|
||||
anyway, this tweak has a bunch of settings for hiding and showing stuff on the LS and HS.
|
@ -10,11 +10,6 @@
|
||||
return _specifiers;
|
||||
}
|
||||
|
||||
-(void)voidView {
|
||||
[super loadView];
|
||||
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"Respring" style:UIBarButtonItemStylePlain target:self action:@selector(saveTapped)];
|
||||
}
|
||||
|
||||
-(void)saveTapped {
|
||||
CFNotificationCenterPostNotification(CFNotificationCenterGetDarwinNotifyCenter(), CFSTR("com.yaypixxo.kage/respring"), NULL, NULL, YES);
|
||||
}
|
||||
|
@ -4,12 +4,6 @@
|
||||
<dict>
|
||||
<key>items</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSGroupCell</string>
|
||||
<key>label</key>
|
||||
<string>Kage - by YaYPIXXO</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSwitchCell</string>
|
||||
@ -24,6 +18,12 @@
|
||||
<key>PostNotification</key>
|
||||
<string>com.yaypixxo.kage/preferences.changed</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSGroupCell</string>
|
||||
<key>footerText</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSSwitchCell</string>
|
||||
@ -48,7 +48,7 @@
|
||||
<key>key</key>
|
||||
<string>gridSwitcher</string>
|
||||
<key>label</key>
|
||||
<string>Enable Grid Switcher</string>
|
||||
<string>Enable Grid Switcher*</string>
|
||||
<key>PostNotification</key>
|
||||
<string>com.yaypixxo.kage/preferences.changed</string>
|
||||
</dict>
|
||||
@ -80,6 +80,20 @@
|
||||
<key>PostNotification</key>
|
||||
<string>com.yaypixxo.kage/preferences.changed</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSGroupCell</string>
|
||||
<key>footerText</key>
|
||||
<string>* requires respring</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSButtonCell</string>
|
||||
<key>action</key>
|
||||
<string>saveTapped</string>
|
||||
<key>label</key>
|
||||
<string>Respring</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>title</key>
|
||||
<string>Kage</string>
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user