mac-user669 před 4 roky
rodič
revize
229f3a6194
4 změnil soubory, kde provedl 20 přidání a 20 odebrání
  1. binární
      packages/com.mac-user669.zenithdark_1.0.1-1-1+debug_iphoneos-arm.deb
  2. binární
      packages/com.mac-user669.zenithdark_1.0.1-1_iphoneos-arm.deb
  3. +19
    -19
      zenithdarkprefs/Resources/Root.plist
  4. +1
    -1
      zenithdarkprefs/ZNDarkPrefsRootListController.m

binární
packages/com.mac-user669.zenithdark_1.0.1-1-1+debug_iphoneos-arm.deb Zobrazit soubor


binární
packages/com.mac-user669.zenithdark_1.0.1-1_iphoneos-arm.deb Zobrazit soubor


+ 19
- 19
zenithdarkprefs/Resources/Root.plist Zobrazit soubor

@@ -30,67 +30,67 @@
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Credits</string>
<string>Apply Changes</string>
<key>footerText</key>
<string>Conceptualized by your yours truly.</string>
<string>A Respring is needed to apply changes!</string>
</dict>
<dict>
<key>icon</key>
<string>mac-user669.png</string>
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>mac-user669 (@mac-user669)</string>
<string>Respring</string>
<key>action</key>
<string>followMe</string>
<string>doAFancyRespring</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Credits</string>
<key>footerText</key>
<string>Coded most of the tweak.</string>
<string>Conceptualized by yours truly.</string>
</dict>
<dict>
<key>icon</key>
<string>iKA.png</string>
<string>mac-user669.png</string>
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>J.K. Hayslip (@iKilledAppl3) </string>
<string>@mac_user669</string>
<key>action</key>
<string>followiKA</string>
<string>followMe</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>footerText</key>
<string>Helped with some of our preferences code and amongst other things.</string>
<string>Coded most of the tweak.</string>
</dict>
<dict>
<key>icon</key>
<string>skitty.png</string>
<string>iKA.png</string>
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>Skitty (@skittyblock) </string>
<string>@iKilledAppl3</string>
<key>action</key>
<string>followSkitty</string>
<string>followiKA</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Apply Changes</string>
<key>footerText</key>
<string>A Respring is needed to apply changes!</string>
<string>Helped with some of our preferences code and amongst other things.</string>
</dict>
<dict>
<key>icon</key>
<string>skitty.png</string>
<key>cell</key>
<string>PSButtonCell</string>
<key>label</key>
<string>Respring</string>
<string>@Skittyblock</string>
<key>action</key>
<string>doAFancyRespring</string>
<string>followSkitty</string>
</dict>
</array>
<key>title</key>

+ 1
- 1
zenithdarkprefs/ZNDarkPrefsRootListController.m Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit