Early Pref support, still a little wonky
This commit is contained in:
@ -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
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user