From: Jay Freeman (saurik) Date: Fri, 24 Jan 2014 00:28:19 +0000 (-0800) Subject: Move Welcome.* into Welcome.cydget (to organize). X-Git-Tag: v0.9.4009~19 X-Git-Url: https://git.saurik.com/cydget.git/commitdiff_plain/ad61af9b001642b7178367f5060ef7dc4598dec8 Move Welcome.* into Welcome.cydget (to organize). --- diff --git a/Welcome.cydget/Info.plist b/Welcome.cydget/Info.plist new file mode 100644 index 0000000..f0fbfd0 --- /dev/null +++ b/Welcome.cydget/Info.plist @@ -0,0 +1,8 @@ +CYTagline = "a warm welcome to the new cydget experience"; +CYPlugin = "WebCycriptLockScreen"; + +CYConfiguration = { + Homepage = "file:///System/Library/LockCydgets/Welcome.cydget/Welcome.html"; + CycriptURLs = "^file:///System/Library/LockCydgets/Welcome\\.cydget/Welcome\\.html$"; + Scrollable = "NO"; +}; diff --git a/Welcome.cydget/Welcome.html b/Welcome.cydget/Welcome.html new file mode 100644 index 0000000..1b804ac --- /dev/null +++ b/Welcome.cydget/Welcome.html @@ -0,0 +1,173 @@ + + + + +
+ + +

Welcome to Cydget!

+
+ +
+

Cydgettm is a very simple SBAwayViewPlugin multiplexer, allowing both developers and web designers to extend the capabilities of the lock screen by tapping into the existing mechanism Apple had designed for VoiceRecorder and Nike+. The WebCycript Cydget framework is designed to be a powerful replacement for the Lock Widget feature from WinterBoard, which it hereby supersedes.

+

You can switch between Cydgets (your original SpringBoard away view is next in the rotation) using the Home/Menu button, and you can re-order them using Settings under "Cydget".

+
+ + + + diff --git a/Welcome.html b/Welcome.html deleted file mode 100644 index 1b804ac..0000000 --- a/Welcome.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - -
- - -

Welcome to Cydget!

-
- -
-

Cydgettm is a very simple SBAwayViewPlugin multiplexer, allowing both developers and web designers to extend the capabilities of the lock screen by tapping into the existing mechanism Apple had designed for VoiceRecorder and Nike+. The WebCycript Cydget framework is designed to be a powerful replacement for the Lock Widget feature from WinterBoard, which it hereby supersedes.

-

You can switch between Cydgets (your original SpringBoard away view is next in the rotation) using the Home/Menu button, and you can re-order them using Settings under "Cydget".

-
- - - - diff --git a/Welcome.plist b/Welcome.plist deleted file mode 100644 index f0fbfd0..0000000 --- a/Welcome.plist +++ /dev/null @@ -1,8 +0,0 @@ -CYTagline = "a warm welcome to the new cydget experience"; -CYPlugin = "WebCycriptLockScreen"; - -CYConfiguration = { - Homepage = "file:///System/Library/LockCydgets/Welcome.cydget/Welcome.html"; - CycriptURLs = "^file:///System/Library/LockCydgets/Welcome\\.cydget/Welcome\\.html$"; - Scrollable = "NO"; -}; diff --git a/makefile b/makefile index 79f762e..005519f 100644 --- a/makefile +++ b/makefile @@ -38,9 +38,8 @@ deb: all sed -e 's/%/$(shell cycc -V)/' control.in >package/DEBIAN/control mkdir -p package/Library/PreferenceLoader/Preferences; cp -a CydgetLoader.{dylib,plist} package/Library/MobileSubstrate/DynamicLibraries - mkdir -p package/System/Library/LockCydgets/Welcome.cydget - cp -a Welcome.html package/System/Library/LockCydgets/Welcome.cydget - cp -a Welcome.plist package/System/Library/LockCydgets/Welcome.cydget/Info.plist + mkdir -p package/System/Library/LockCydgets + cp -a Welcome.cydget package/System/Library/LockCydgets/Welcome.cydget cp -a AwayView.cydget package/System/Library/LockCydgets/AwayView.cydget cp -a PhotoExample.cydget package/System/Library/LockCydgets/PhotoExample.cydget mkdir -p package/System/Library/SpringBoardPlugins/WebCycriptLockScreen.bundle