]> git.saurik.com Git - cydget.git/commitdiff
Remove the quotation marks around NO for "easier". v0.9.4009
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 25 Jan 2014 00:04:37 +0000 (16:04 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 25 Jan 2014 00:04:37 +0000 (16:04 -0800)
PhotoExample.cydget/Info.plist
PhotoExamplePlus.cydget/Info.plist
Welcome.cydget/Info.plist

index 61297dd47ec237abe082bc93f0b47d45319e1693..871418dd45122e21c7b76e75ad04ebbaa50d9721 100644 (file)
@@ -4,5 +4,5 @@ CYPlugin = "WebCycriptLockScreen";
 CYConfiguration = {
     Homepage = "index.html";
     CycriptURLs = "^file:///System/Library/LockCydgets/PhotoExample\\.cydget/index\\.html$";
-    Scrollable = "NO";
+    Scrollable = NO;
 };
index 098f2af6f942666192b0db9c01daabf2487f6236..8ce75cfc5c7465512954d188120cb6703f618d42 100644 (file)
@@ -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;
 };
index 705f4e33e018a5e0eab2908c64a0947a63ae0d9e..575514db4ea817f2c4631a2f1a17dedb3f7b1870 100644 (file)
@@ -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;
 };