]> git.saurik.com Git - veency.git/commitdiff
Use Theos layout folder to install settings panel.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 27 Jan 2014 00:50:01 +0000 (16:50 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 27 Jan 2014 00:50:01 +0000 (16:50 -0800)
Default_Veency.png [deleted file]
FSO_Veency.png [deleted file]
Settings.plist [deleted file]
Settings.png [deleted file]
layout/Library/PreferenceLoader/Preferences/Veency.plist [new file with mode: 0644]
layout/Library/PreferenceLoader/Preferences/Veency.png [new file with mode: 0644]
layout/System/Library/CoreServices/SpringBoard.app/Default_Veency.png [new file with mode: 0644]
layout/System/Library/CoreServices/SpringBoard.app/FSO_Veency.png [new file with mode: 0644]

diff --git a/Default_Veency.png b/Default_Veency.png
deleted file mode 100644 (file)
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 (file)
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 (file)
index 6f11bc4..0000000
+++ /dev/null
@@ -1,101 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml">
-<plist version="0.9">
-<dict>
-    <key>entry</key>
-    <dict>
-       <key>cell</key>
-       <string>PSLinkCell</string>
-       <key>icon</key>
-       <string>VeencyIcon.png</string>
-       <key>label</key>
-       <string>Veency</string>
-    </dict>
-
-    <key>items</key>
-    <array>
-       <dict>
-           <key>cell</key>
-           <string>PSGroupCell</string>
-       </dict>
-
-        <dict>
-           <key>cell</key>
-           <string>PSSwitchCell</string>
-           <key>default</key>
-           <true/>
-            <key>defaults</key>
-            <string>com.saurik.Veency</string>
-            <key>key</key>
-            <string>Enabled</string>
-            <key>label</key>
-            <string>Enabled</string>
-            <key>PostNotification</key>
-            <string>com.saurik.Veency-Enabled</string>
-        </dict>
-
-        <dict>
-           <key>cell</key>
-           <string>PSSwitchCell</string>
-           <key>default</key>
-           <true/>
-            <key>defaults</key>
-            <string>com.saurik.Veency</string>
-            <key>key</key>
-            <string>ShowCursor</string>
-            <key>label</key>
-            <string>Show Cursor</string>
-            <key>PostNotification</key>
-            <string>com.saurik.Veency-Settings</string>
-        </dict>
-
-       <dict>
-           <key>cell</key>
-           <string>PSGroupCell</string>
-            <key>footerText</key>
-            <string>Leaving the password blank will prompt you to accept each incoming connection.</string>
-       </dict>
-
-        <dict>
-            <key>cell</key>
-            <string>PSSecureEditTextCell</string>
-            <key>defaults</key>
-            <string>com.saurik.Veency</string>
-            <key>key</key>
-            <string>Password</string>
-            <key>label</key>
-            <string>Password</string>
-            <key>PostNotification</key>
-            <string>com.saurik.Veency-Settings</string>
-        </dict>
-
-       <dict>
-           <key>cell</key>
-           <string>PSGroupCell</string>
-           <key>isStaticText</key>
-            <true/>
-            <key>requiredCapabilities</key>
-            <array><dict>
-                <key>wildcat</key><false/>
-                <key>voip</key><false/>
-            </dict></array>
-       </dict>
-
-       <dict>
-           <key>cell</key>
-           <string>PSTitleValueCell</string>
-           <key>label</key>
-           <string>Leaving the password blank will prompt you to accept each incoming connection.</string>
-            <key>requiredCapabilities</key>
-            <array><dict>
-                <key>wildcat</key><false/>
-                <key>voip</key><false/>
-            </dict></array>
-       </dict>
-
-    </array>
-
-    <key>title</key>
-    <string>Veency</string>
-</dict>
-</plist>
diff --git a/Settings.png b/Settings.png
deleted file mode 100644 (file)
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 (file)
index 0000000..65fc0f0
--- /dev/null
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml">
+<plist version="0.9">
+<dict>
+    <key>entry</key>
+    <dict>
+       <key>cell</key>
+       <string>PSLinkCell</string>
+       <key>icon</key>
+       <string>Veency.png</string>
+       <key>label</key>
+       <string>Veency</string>
+    </dict>
+
+    <key>items</key>
+    <array>
+       <dict>
+           <key>cell</key>
+           <string>PSGroupCell</string>
+       </dict>
+
+        <dict>
+           <key>cell</key>
+           <string>PSSwitchCell</string>
+           <key>default</key>
+           <true/>
+            <key>defaults</key>
+            <string>com.saurik.Veency</string>
+            <key>key</key>
+            <string>Enabled</string>
+            <key>label</key>
+            <string>Enabled</string>
+            <key>PostNotification</key>
+            <string>com.saurik.Veency-Enabled</string>
+        </dict>
+
+        <dict>
+           <key>cell</key>
+           <string>PSSwitchCell</string>
+           <key>default</key>
+           <true/>
+            <key>defaults</key>
+            <string>com.saurik.Veency</string>
+            <key>key</key>
+            <string>ShowCursor</string>
+            <key>label</key>
+            <string>Show Cursor</string>
+            <key>PostNotification</key>
+            <string>com.saurik.Veency-Settings</string>
+        </dict>
+
+       <dict>
+           <key>cell</key>
+           <string>PSGroupCell</string>
+            <key>footerText</key>
+            <string>Leaving the password blank will prompt you to accept each incoming connection.</string>
+       </dict>
+
+        <dict>
+            <key>cell</key>
+            <string>PSSecureEditTextCell</string>
+            <key>defaults</key>
+            <string>com.saurik.Veency</string>
+            <key>key</key>
+            <string>Password</string>
+            <key>label</key>
+            <string>Password</string>
+            <key>PostNotification</key>
+            <string>com.saurik.Veency-Settings</string>
+        </dict>
+
+       <dict>
+           <key>cell</key>
+           <string>PSGroupCell</string>
+           <key>isStaticText</key>
+            <true/>
+            <key>requiredCapabilities</key>
+            <array><dict>
+                <key>wildcat</key><false/>
+                <key>voip</key><false/>
+            </dict></array>
+       </dict>
+
+       <dict>
+           <key>cell</key>
+           <string>PSTitleValueCell</string>
+           <key>label</key>
+           <string>Leaving the password blank will prompt you to accept each incoming connection.</string>
+            <key>requiredCapabilities</key>
+            <array><dict>
+                <key>wildcat</key><false/>
+                <key>voip</key><false/>
+            </dict></array>
+       </dict>
+
+    </array>
+
+    <key>title</key>
+    <string>Veency</string>
+</dict>
+</plist>
diff --git a/layout/Library/PreferenceLoader/Preferences/Veency.png b/layout/Library/PreferenceLoader/Preferences/Veency.png
new file mode 100644 (file)
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 (file)
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 (file)
index 0000000..c1a628b
Binary files /dev/null and b/layout/System/Library/CoreServices/SpringBoard.app/FSO_Veency.png differ