From 68078d7ea7bfe19320404b98cbdfc8f4585d6824 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 22 Jul 2013 10:21:37 +0100 Subject: Fix up for cookies_old rename. --- cocoa/NetSurf.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cocoa') diff --git a/cocoa/NetSurf.xcodeproj/project.pbxproj b/cocoa/NetSurf.xcodeproj/project.pbxproj index ca0bed6f3..ef25d2f1a 100644 --- a/cocoa/NetSurf.xcodeproj/project.pbxproj +++ b/cocoa/NetSurf.xcodeproj/project.pbxproj @@ -41,7 +41,7 @@ 260F1F8512D620E800D9B07F /* browser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = browser.c; sourceTree = ""; }; 260F1F8612D620E800D9B07F /* browser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = browser.h; sourceTree = ""; }; 260F1F8712D620E800D9B07F /* cookies.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cookies.c; sourceTree = ""; }; - 260F1F8812D620E800D9B07F /* cookies.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cookies.h; sourceTree = ""; }; + 260F1F8812D620E800D9B07F /* cookies_old.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cookies_old.h; sourceTree = ""; }; 260F1F8912D620E800D9B07F /* download.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = download.c; sourceTree = ""; }; 260F1F8A12D620E800D9B07F /* download.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = download.h; sourceTree = ""; }; 260F1F8B12D620E800D9B07F /* frames.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = frames.c; sourceTree = ""; }; @@ -398,7 +398,7 @@ 260F1F8512D620E800D9B07F /* browser.c */, 260F1F8612D620E800D9B07F /* browser.h */, 260F1F8712D620E800D9B07F /* cookies.c */, - 260F1F8812D620E800D9B07F /* cookies.h */, + 260F1F8812D620E800D9B07F /* cookies_old.h */, 260F1F8912D620E800D9B07F /* download.c */, 260F1F8A12D620E800D9B07F /* download.h */, 260F1F8B12D620E800D9B07F /* frames.c */, -- cgit v1.2.3