]> git.saurik.com Git - cydget.git/commitdiff
Continue to use Homepage in PhotoExample example.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 24 Jan 2014 14:12:40 +0000 (06:12 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 24 Jan 2014 14:12:40 +0000 (06:12 -0800)
PhotoExample.cydget/Info.plist

index 31e62c722da2f7fae8967c15cf0b34e9c9a6127b..61297dd47ec237abe082bc93f0b47d45319e1693 100644 (file)
@@ -2,7 +2,7 @@ CYTagline = "a lame example Cydget that renders Camera photos";
 CYPlugin = "WebCycriptLockScreen";
 
 CYConfiguration = {
-    Background = "index.html";
+    Homepage = "index.html";
     CycriptURLs = "^file:///System/Library/LockCydgets/PhotoExample\\.cydget/index\\.html$";
     Scrollable = "NO";
 };