Early Pref support, still a little wonky

This commit is contained in:
2020-01-15 20:22:14 -05:00
parent 7303f06a6c
commit 53c5a14808
21 changed files with 195 additions and 79 deletions

View File

@ -1,7 +1,7 @@
include $(THEOS)/makefiles/common.mk
ARCHS = arm64 arm64e
export TARGET = iphone:clang:11.2:latest
export TARGET = iphone:clang:13.0:latest
BUNDLE_NAME = ZenithDarkPrefs
ZenithDarkPrefs_FILES = ZnthDrkRootListController.m

View File

@ -22,36 +22,7 @@
<key>label</key>
<string>Enable</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Customization</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>com.mac-user669.zenithdarkprefs</string>
<key>key</key>
<string>replaceoriginalview</string>
<key>label</key>
<string>Replace Original View</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<false/>
<key>defaults</key>
<string>com.mac-user669.zenithdarkprefs</string>
<key>key</key>
<string>notificationBadgesEnabled</string>
<key>label</key>
<string>Enable Notification Badges</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>