+++ /dev/null
-Plugin = "WebCycriptLockScreen";
-Configuration = {
- Site = "http://www.cydget.org/central/";
-};
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
- <key>CFBundleDevelopmentRegion</key>
- <string>English</string>
- <key>CFBundleExecutable</key>
- <string>WebCycriptLockScreen</string>
- <key>CFBundleIdentifier</key>
- <string>com.saurik.WebCycriptLockScreen</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundlePackageType</key>
- <string>BNDL</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>1.0</string>
- <key>DTPlatformName</key>
- <string>iphoneos</string>
- <key>MinimumOSVersion</key>
- <string>2.1</string>
- <key>NSPrincipalClass</key>
- <string>WebCycriptLockScreenController</string>
-</dict>
-</plist>
+++ /dev/null
-/* CydgetScript - open-source IntelliDial replacement
- * Copyright (C) 2009 Jay Freeman (saurik)
-*/
-
-/*
- * Redistribution and use in source and binary
- * forms, with or without modification, are permitted
- * provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the
- * above copyright notice, this list of conditions
- * and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the
- * above copyright notice, this list of conditions
- * and the following disclaimer in the documentation
- * and/or other materials provided with the
- * distribution.
- * 3. The name of the author may not be used to endorse
- * or promote products derived from this software
- * without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
- * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
- * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
- * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
- * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-*/
-
-#include <substrate.h>
-
-#import <GraphicsServices/GraphicsServices.h>
-#import <UIKit/UIKit.h>
-#import <AddressBook/AddressBook.h>
-#import <SpringBoardUI/SBAwayViewPluginController.h>
-
-#define _transient
-#define _forever for (;;)
-
-_disused static unsigned trace_;
-
-#define _trace() do { \
- NSLog(@"_trace(%u)@%s:%u[%s]\n", \
- trace_++, __FILE__, __LINE__, __FUNCTION__\
- ); \
-} while (false)
-
-@interface WebCydgetLockScreenView : UIView {
-}
-
-@end
-
-@implementation WebCydgetLockScreenView
-@end
-
-@interface WebCycriptLockScreenController : SBAwayViewPluginController {
-}
-
-@end
-
-@implementation WebCycriptLockScreenController
-
-+ (id) rootViewController {
- return [[[self alloc] init] autorelease];
-}
-
-- (void) loadView {
- [self setView:[[[WebCydgetLockScreenView alloc] init] autorelease]];
-}
-
-@end
+++ /dev/null
-Package: cydget-webcycript
-Priority: optional
-Section: Development
-Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
-Architecture: iphoneos-arm
-Version: 0.9.3067-1
-Description: write LockCydgets using Cycript and HTML
-Name: Cydget WebCycript
-Depends: cydget, cycript
-Author: Jay Freeman (saurik) <saurik@saurik.com>
-Depiction: http://cydia.saurik.com/info/cydget-webcycript/
-Tag: purpose::library, role::developer
+++ /dev/null
-#!/bin/bash
-PKG_ARCH=iphoneos-arm /apl/tel/exec.sh - make package "$@"
+++ /dev/null
-name := WebCycript
-flags := -lcycript -L/dat/src/cycript
-base := ../../tweaks
-include ../LockScreen.mk
-
-extra:
- mkdir -p package/System/Library/LockCydgets/CydgetCentral.cydget
- cp -a CydgetCentral.plist package/System/Library/LockCydgets/CydgetCentral.cydget/Info.plist
--- /dev/null
+Plugin = "WebCycriptLockScreen";
+Configuration = {
+ Site = "http://www.cydget.org/central/";
+};
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>WebCycriptLockScreen</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.saurik.WebCycriptLockScreen</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>BNDL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>1.0</string>
+ <key>DTPlatformName</key>
+ <string>iphoneos</string>
+ <key>MinimumOSVersion</key>
+ <string>2.1</string>
+ <key>NSPrincipalClass</key>
+ <string>WebCycriptLockScreenController</string>
+</dict>
+</plist>
--- /dev/null
+/* CydgetScript - open-source IntelliDial replacement
+ * Copyright (C) 2009 Jay Freeman (saurik)
+*/
+
+/*
+ * Redistribution and use in source and binary
+ * forms, with or without modification, are permitted
+ * provided that the following conditions are met:
+ *
+ * 1. Redistributions of source code must retain the
+ * above copyright notice, this list of conditions
+ * and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the
+ * above copyright notice, this list of conditions
+ * and the following disclaimer in the documentation
+ * and/or other materials provided with the
+ * distribution.
+ * 3. The name of the author may not be used to endorse
+ * or promote products derived from this software
+ * without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
+ * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
+ * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+ * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*/
+
+#include <substrate.h>
+
+#import <GraphicsServices/GraphicsServices.h>
+#import <UIKit/UIKit.h>
+#import <AddressBook/AddressBook.h>
+#import <SpringBoardUI/SBAwayViewPluginController.h>
+
+#define _transient
+#define _forever for (;;)
+
+_disused static unsigned trace_;
+
+#define _trace() do { \
+ NSLog(@"_trace(%u)@%s:%u[%s]\n", \
+ trace_++, __FILE__, __LINE__, __FUNCTION__\
+ ); \
+} while (false)
+
+@interface WebCydgetLockScreenView : UIView {
+}
+
+@end
+
+@implementation WebCydgetLockScreenView
+@end
+
+@interface WebCycriptLockScreenController : SBAwayViewPluginController {
+}
+
+@end
+
+@implementation WebCycriptLockScreenController
+
++ (id) rootViewController {
+ return [[[self alloc] init] autorelease];
+}
+
+- (void) loadView {
+ [self setView:[[[WebCydgetLockScreenView alloc] init] autorelease]];
+}
+
+@end
--- /dev/null
+Package: cydget-webcycript
+Priority: optional
+Section: Development
+Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
+Architecture: iphoneos-arm
+Version: 0.9.3067-1
+Description: write LockCydgets using Cycript and HTML
+Name: Cydget WebCycript
+Depends: cydget, cycript
+Author: Jay Freeman (saurik) <saurik@saurik.com>
+Depiction: http://cydia.saurik.com/info/cydget-webcycript/
+Tag: purpose::library, role::developer
--- /dev/null
+#!/bin/bash
+PKG_ARCH=iphoneos-arm /apl/tel/exec.sh - make package "$@"
--- /dev/null
+name := WebCycript
+flags := -lcycript -L/dat/src/cycript
+base := ../../tweaks
+include ../LockScreen.mk
+
+extra:
+ mkdir -p package/System/Library/LockCydgets/CydgetCentral.cydget
+ cp -a CydgetCentral.plist package/System/Library/LockCydgets/CydgetCentral.cydget/Info.plist