From ebf1fa03b8a5cd3afd36dfba365a3f7d982d52df Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 24 Jan 2014 16:04:37 -0800 Subject: [PATCH] Remove the quotation marks around NO for "easier". --- PhotoExample.cydget/Info.plist | 2 +- PhotoExamplePlus.cydget/Info.plist | 2 +- Welcome.cydget/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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; }; -- 2.45.2