From: Jay Freeman (saurik) Date: Sun, 28 Aug 2016 20:48:52 +0000 (-0700) Subject: New Cycript versions do not toll-free bridge well. X-Git-Tag: v0.9.5003^0 X-Git-Url: https://git.saurik.com/cydget.git/commitdiff_plain New Cycript versions do not toll-free bridge well. --- diff --git a/PhotoExample.cydget/lcd.cy b/PhotoExample.cydget/lcd.cy index 1d69a17..c4b734e 100644 --- a/PhotoExample.cydget/lcd.cy +++ b/PhotoExample.cydget/lcd.cy @@ -8,14 +8,14 @@ CFRelease(locale); CFDateFormatterSetFormat(formatter, UIDateFormatStringForFormatType(UINoAMPMTimeFormat)); var time = CFDateFormatterCreateStringWithDate(NULL, formatter, now); document.write('

'); -document.write(time); +document.write(id(time)); document.write('

'); CFRelease(time); CFDateFormatterSetFormat(formatter, UIDateFormatStringForFormatType(UIWeekdayNoYearDateFormat)); var date = CFDateFormatterCreateStringWithDate(NULL, formatter, now); document.write('

'); -document.write(date); +document.write(id(date)); document.write('

'); CFRelease(date); diff --git a/PhotoExamplePlus.cydget/foreground.html b/PhotoExamplePlus.cydget/foreground.html index 15a9ade..d99c9cd 100644 --- a/PhotoExamplePlus.cydget/foreground.html +++ b/PhotoExamplePlus.cydget/foreground.html @@ -115,14 +115,14 @@ CFDateFormatterSetFormat(formatter, UIDateFormatStringForFormatType(UINoAMPMTimeFormat)); var time = CFDateFormatterCreateStringWithDate(NULL, formatter, now); document.write('

'); - document.write(time); + document.write(id(time)); document.write('

'); CFRelease(time); CFDateFormatterSetFormat(formatter, UIDateFormatStringForFormatType(UIWeekdayNoYearDateFormat)); var date = CFDateFormatterCreateStringWithDate(NULL, formatter, now); document.write('

'); - document.write(date); + document.write(id(date)); document.write('

'); CFRelease(date); diff --git a/Welcome.cydget/Welcome.html b/Welcome.cydget/Welcome.html index eff6bbc..eed67dd 100644 --- a/Welcome.cydget/Welcome.html +++ b/Welcome.cydget/Welcome.html @@ -180,7 +180,7 @@ 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); diff --git a/cydget.in b/cydget.in index 8670ba3..5d7d1d1 100644 --- 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) Depiction: http://cydia.saurik.com/info/cydget/