]> git.saurik.com Git - cydget.git/commitdiff
New Cycript versions do not toll-free bridge well. master v0.9.5003
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 28 Aug 2016 20:48:52 +0000 (13:48 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 28 Aug 2016 20:48:52 +0000 (13:48 -0700)
PhotoExample.cydget/lcd.cy
PhotoExamplePlus.cydget/foreground.html
Welcome.cydget/Welcome.html
cydget.in

index 1d69a17168f09b4a5090da43df9a8f645962e532..c4b734e2f70a044d83dc15c140e6cbd36040650e 100644 (file)
@@ -8,14 +8,14 @@ CFRelease(locale);
 CFDateFormatterSetFormat(formatter, UIDateFormatStringForFormatType(UINoAMPMTimeFormat));
 var time = CFDateFormatterCreateStringWithDate(NULL, formatter, now);
 document.write('<h1>');
-document.write(time);
+document.write(id(time));
 document.write('</h1>');
 CFRelease(time);
 
 CFDateFormatterSetFormat(formatter, UIDateFormatStringForFormatType(UIWeekdayNoYearDateFormat));
 var date = CFDateFormatterCreateStringWithDate(NULL, formatter, now);
 document.write('<h2>');
-document.write(date);
+document.write(id(date));
 document.write('</h2>');
 CFRelease(date);
 
index 15a9ade765efb7a69952c2f7ae5e1fa527512a16..d99c9cdf1715ef3a88faf8a38a58e619593f82b5 100644 (file)
         CFDateFormatterSetFormat(formatter, UIDateFormatStringForFormatType(UINoAMPMTimeFormat));
         var time = CFDateFormatterCreateStringWithDate(NULL, formatter, now);
         document.write('<h1>');
-        document.write(time);
+        document.write(id(time));
         document.write('</h1>');
         CFRelease(time);
 
         CFDateFormatterSetFormat(formatter, UIDateFormatStringForFormatType(UIWeekdayNoYearDateFormat));
         var date = CFDateFormatterCreateStringWithDate(NULL, formatter, now);
         document.write('<h2>');
-        document.write(date);
+        document.write(id(date));
         document.write('</h2>');
         CFRelease(date);
 
index eff6bbc8762b0593f8e694795d50b3b742e2469a..eed67dd56fc3c4be7fd014dac93598715b98e4cb 100644 (file)
 
         CFDateFormatterSetFormat(formatter, UIDateFormatStringForFormatType(UINoAMPMTimeFormat));
         var time = CFDateFormatterCreateStringWithDate(NULL, formatter, now);
-        document.getElementById("time").innerHTML = time;
+        document.getElementById("time").innerHTML = id(time);
         CFRelease(time);
 
         CFRelease(formatter);
index 8670ba3a7ff41987a86707d2f04fca31b28b49c2..5d7d1d1bbe96a17f57ea3a5f2756a1a116d9c343 100644 (file)
--- a/cydget.in
+++ b/cydget.in
@@ -6,7 +6,7 @@ Architecture: iphoneos-arm
 Version: %
 Description: framework for managing lock screen plugins
 Name: Cydget
-Depends: mobilesubstrate, firmware (>= 2.2), preferenceloader, cy+cpu.arm64 | pcre (>= 8.30), com.saurik.webcycript
+Depends: mobilesubstrate, firmware (>= 2.2), preferenceloader, cy+cpu.arm64 | pcre (>= 8.30), com.saurik.webcycript, cycript (>= 0.9.594)
 Replaces: cydialer (<< 0.9.17)
 Author: Jay Freeman (saurik) <saurik@saurik.com>
 Depiction: http://cydia.saurik.com/info/cydget/