diff --git a/packages/com.mac-user669.zenithdark_1.0.1-1-1+debug_iphoneos-arm.deb b/packages/com.mac-user669.zenithdark_1.0.1-1-1+debug_iphoneos-arm.deb deleted file mode 100644 index 519053f..0000000 Binary files a/packages/com.mac-user669.zenithdark_1.0.1-1-1+debug_iphoneos-arm.deb and /dev/null differ diff --git a/packages/com.mac-user669.zenithdark_1.0.1-1_iphoneos-arm.deb b/packages/com.mac-user669.zenithdark_1.0.1-1_iphoneos-arm.deb deleted file mode 100644 index 6d5828d..0000000 Binary files a/packages/com.mac-user669.zenithdark_1.0.1-1_iphoneos-arm.deb and /dev/null differ diff --git a/zenithdarkprefs/Resources/Root.plist b/zenithdarkprefs/Resources/Root.plist index 92a0be5..e32dd84 100644 --- a/zenithdarkprefs/Resources/Root.plist +++ b/zenithdarkprefs/Resources/Root.plist @@ -26,13 +26,29 @@ label Enable + + cell + PSGroupCell + label + Apply Changes + footerText + A Respring is needed to apply changes! + + + cell + PSButtonCell + label + Respring + action + doAFancyRespring + cell PSGroupCell label Credits footerText - Conceptualized by your yours truly. + Conceptualized by yours truly. icon @@ -40,7 +56,7 @@ cell PSButtonCell label - mac-user669 (@mac-user669) + @mac_user669 action followMe @@ -56,7 +72,7 @@ cell PSButtonCell label - J.K. Hayslip (@iKilledAppl3) + @iKilledAppl3 action followiKA @@ -72,26 +88,10 @@ cell PSButtonCell label - Skitty (@skittyblock) + @Skittyblock action followSkitty - - cell - PSGroupCell - label - Apply Changes - footerText - A Respring is needed to apply changes! - - - cell - PSButtonCell - label - Respring - action - doAFancyRespring - title ZenithDark diff --git a/zenithdarkprefs/ZNDarkPrefsRootListController.m b/zenithdarkprefs/ZNDarkPrefsRootListController.m index 03f4d37..16a63af 100644 --- a/zenithdarkprefs/ZNDarkPrefsRootListController.m +++ b/zenithdarkprefs/ZNDarkPrefsRootListController.m @@ -95,7 +95,7 @@ [confirmRespringAlert addAction:cancel]; [confirmRespringAlert addAction:confirm]; - [self presentViewController:confirmRespringAlert animated:YES completion:nil]; + [self presentViewController:confirmRespringAlert animated:YES completion:nil]; } @end