From: Jay Freeman (saurik) Date: Mon, 27 Jan 2014 00:50:01 +0000 (-0800) Subject: Use Theos layout folder to install settings panel. X-Git-Tag: v0.9.3400~18 X-Git-Url: https://git.saurik.com/veency.git/commitdiff_plain/486aad8ace74c627fe8bb02dcc9b7bf4bb4927bb Use Theos layout folder to install settings panel. --- diff --git a/Default_Veency.png b/Default_Veency.png deleted file mode 100644 index 3f93740..0000000 Binary files a/Default_Veency.png and /dev/null differ diff --git a/FSO_Veency.png b/FSO_Veency.png deleted file mode 100644 index c1a628b..0000000 Binary files a/FSO_Veency.png and /dev/null differ diff --git a/Settings.plist b/Settings.plist deleted file mode 100644 index 6f11bc4..0000000 --- a/Settings.plist +++ /dev/null @@ -1,101 +0,0 @@ - - - - - entry - - cell - PSLinkCell - icon - VeencyIcon.png - label - Veency - - - items - - - cell - PSGroupCell - - - - cell - PSSwitchCell - default - - defaults - com.saurik.Veency - key - Enabled - label - Enabled - PostNotification - com.saurik.Veency-Enabled - - - - cell - PSSwitchCell - default - - defaults - com.saurik.Veency - key - ShowCursor - label - Show Cursor - PostNotification - com.saurik.Veency-Settings - - - - cell - PSGroupCell - footerText - Leaving the password blank will prompt you to accept each incoming connection. - - - - cell - PSSecureEditTextCell - defaults - com.saurik.Veency - key - Password - label - Password - PostNotification - com.saurik.Veency-Settings - - - - cell - PSGroupCell - isStaticText - - requiredCapabilities - - wildcat - voip - - - - - cell - PSTitleValueCell - label - Leaving the password blank will prompt you to accept each incoming connection. - requiredCapabilities - - wildcat - voip - - - - - - title - Veency - - diff --git a/Settings.png b/Settings.png deleted file mode 100644 index 62980ff..0000000 Binary files a/Settings.png and /dev/null differ diff --git a/layout/Library/PreferenceLoader/Preferences/Veency.plist b/layout/Library/PreferenceLoader/Preferences/Veency.plist new file mode 100644 index 0000000..65fc0f0 --- /dev/null +++ b/layout/Library/PreferenceLoader/Preferences/Veency.plist @@ -0,0 +1,101 @@ + + + + + entry + + cell + PSLinkCell + icon + Veency.png + label + Veency + + + items + + + cell + PSGroupCell + + + + cell + PSSwitchCell + default + + defaults + com.saurik.Veency + key + Enabled + label + Enabled + PostNotification + com.saurik.Veency-Enabled + + + + cell + PSSwitchCell + default + + defaults + com.saurik.Veency + key + ShowCursor + label + Show Cursor + PostNotification + com.saurik.Veency-Settings + + + + cell + PSGroupCell + footerText + Leaving the password blank will prompt you to accept each incoming connection. + + + + cell + PSSecureEditTextCell + defaults + com.saurik.Veency + key + Password + label + Password + PostNotification + com.saurik.Veency-Settings + + + + cell + PSGroupCell + isStaticText + + requiredCapabilities + + wildcat + voip + + + + + cell + PSTitleValueCell + label + Leaving the password blank will prompt you to accept each incoming connection. + requiredCapabilities + + wildcat + voip + + + + + + title + Veency + + diff --git a/layout/Library/PreferenceLoader/Preferences/Veency.png b/layout/Library/PreferenceLoader/Preferences/Veency.png new file mode 100644 index 0000000..62980ff Binary files /dev/null and b/layout/Library/PreferenceLoader/Preferences/Veency.png differ diff --git a/layout/System/Library/CoreServices/SpringBoard.app/Default_Veency.png b/layout/System/Library/CoreServices/SpringBoard.app/Default_Veency.png new file mode 100644 index 0000000..3f93740 Binary files /dev/null and b/layout/System/Library/CoreServices/SpringBoard.app/Default_Veency.png differ diff --git a/layout/System/Library/CoreServices/SpringBoard.app/FSO_Veency.png b/layout/System/Library/CoreServices/SpringBoard.app/FSO_Veency.png new file mode 100644 index 0000000..c1a628b Binary files /dev/null and b/layout/System/Library/CoreServices/SpringBoard.app/FSO_Veency.png differ