From: Jay Freeman (saurik) Date: Sat, 25 Jan 2014 00:04:37 +0000 (-0800) Subject: Remove the quotation marks around NO for "easier". X-Git-Tag: v0.9.4009^0 X-Git-Url: https://git.saurik.com/cydget.git/commitdiff_plain/ebf1fa03b8a5cd3afd36dfba365a3f7d982d52df Remove the quotation marks around NO for "easier". --- diff --git a/PhotoExample.cydget/Info.plist b/PhotoExample.cydget/Info.plist index 61297dd..871418d 100644 --- a/PhotoExample.cydget/Info.plist +++ b/PhotoExample.cydget/Info.plist @@ -4,5 +4,5 @@ CYPlugin = "WebCycriptLockScreen"; CYConfiguration = { Homepage = "index.html"; CycriptURLs = "^file:///System/Library/LockCydgets/PhotoExample\\.cydget/index\\.html$"; - Scrollable = "NO"; + Scrollable = NO; }; diff --git a/PhotoExamplePlus.cydget/Info.plist b/PhotoExamplePlus.cydget/Info.plist index 098f2af..8ce75cf 100644 --- a/PhotoExamplePlus.cydget/Info.plist +++ b/PhotoExamplePlus.cydget/Info.plist @@ -10,7 +10,7 @@ CYConfiguration = { // if you are not using Cycript, then you should just delete this CycriptURLs = "^file:///System/Library/LockCydgets/PhotoExamplePlus\\.cydget/.*\\.html$"; - Scrollable = "NO"; + Scrollable = NO; MediaControls = YES; NotificationList = YES; }; diff --git a/Welcome.cydget/Info.plist b/Welcome.cydget/Info.plist index 705f4e3..575514d 100644 --- a/Welcome.cydget/Info.plist +++ b/Welcome.cydget/Info.plist @@ -4,7 +4,7 @@ CYPlugin = "WebCycriptLockScreen"; CYConfiguration = { Homepage = "Welcome.html"; CycriptURLs = "^file:///System/Library/LockCydgets/Welcome\\.cydget/Welcome\\.html$"; - Scrollable = "NO"; + Scrollable = NO; MediaControls = YES; NotificationList = YES; };