1.7
This commit is contained in:
		@ -1,7 +1,7 @@
 | 
			
		||||
ARCHS = arm64 arm64e
 | 
			
		||||
SDK = iPhoneOS12.2
 | 
			
		||||
FINALPACKAGE = 1
 | 
			
		||||
TARGET = iphone:12.2:13.0
 | 
			
		||||
TARGET = iphone:12.2:12.0
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
include $(THEOS)/makefiles/common.mk
 | 
			
		||||
 | 
			
		||||
@ -12,9 +12,9 @@
 | 
			
		||||
             <key>packageIdentifier</key>
 | 
			
		||||
             <string>com.mac-user669.zenithdark</string>
 | 
			
		||||
 			<key>titleColor</key>
 | 
			
		||||
 			<string>#D0A400</string>
 | 
			
		||||
 			<string>#f5bc00</string>
 | 
			
		||||
 			<key>subtitleColor</key>
 | 
			
		||||
 			<string>#D0A400</string>
 | 
			
		||||
 			<string>#f5bc00</string>
 | 
			
		||||
        </dict>
 | 
			
		||||
 | 
			
		||||
		<dict>
 | 
			
		||||
@ -92,9 +92,8 @@
 | 
			
		||||
			<key>label</key>
 | 
			
		||||
			<string></string>
 | 
			
		||||
			<key>footerText</key>
 | 
			
		||||
			<string></string>
 | 
			
		||||
			<string>Note: This won't affect anything on iOS 12</string>
 | 
			
		||||
		</dict>
 | 
			
		||||
 | 
			
		||||
		<dict>
 | 
			
		||||
			<key>cell</key>
 | 
			
		||||
			<string>PSSwitchCell</string>
 | 
			
		||||
@ -109,16 +108,15 @@
 | 
			
		||||
			<key>PostNotification</key>
 | 
			
		||||
			<string>com.mac-user669.zenithdark.prefschanged</string>
 | 
			
		||||
		</dict>
 | 
			
		||||
 | 
			
		||||
			<dict>
 | 
			
		||||
				<key>PostNotification</key>
 | 
			
		||||
			<string>com.mac-user669.zenithdark.prefschanged</string>
 | 
			
		||||
				<string>com.mac-user669.zenithdark.prefschanged</string>
 | 
			
		||||
				<key>cell</key>
 | 
			
		||||
				<string>PSLinkCell</string>
 | 
			
		||||
				<key>cellClass</key>
 | 
			
		||||
				<string>CSColorDisplayCell</string>
 | 
			
		||||
				<key>defaults</key>
 | 
			
		||||
			<string>com.mac-user669.zenithdark</string>
 | 
			
		||||
				<string>com.mac-user669.zenithdark</string>
 | 
			
		||||
				<key>defaultsPath</key>
 | 
			
		||||
				<string>/Library/PreferenceBundles/ZenithDark.bundle</string>
 | 
			
		||||
				<key>key</key>
 | 
			
		||||
 | 
			
		||||
@ -2,10 +2,10 @@
 | 
			
		||||
#include <CSColorPicker/CSColorPicker.h>
 | 
			
		||||
 | 
			
		||||
#define THEME_COLOR                                                    \
 | 
			
		||||
   [UIColor colorWithRed:0.82                                          \
 | 
			
		||||
                   green:0.64                                          \
 | 
			
		||||
   [UIColor colorWithRed:0.96                                          \
 | 
			
		||||
                   green:0.74                                          \
 | 
			
		||||
                    blue:0.00                                          \
 | 
			
		||||
                   alpha:1.0];
 | 
			
		||||
                   alpha:1.00];
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@implementation ZNDarkPrefsRootListController
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user