From 94e315cd4e6138cb468087a669464034ef1771e8 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 24 Jan 2014 06:12:40 -0800 Subject: [PATCH] Continue to use Homepage in PhotoExample example. --- PhotoExample.cydget/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhotoExample.cydget/Info.plist b/PhotoExample.cydget/Info.plist index 31e62c7..61297dd 100644 --- a/PhotoExample.cydget/Info.plist +++ b/PhotoExample.cydget/Info.plist @@ -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"; }; -- 2.7.4