From d21447d096a320a08b3efb2b8768fad0dcdcfd64 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 5 May 2016 22:28:51 +0100 Subject: move frontends into sub directory --- cocoa/NetSurf.xcodeproj/project.pbxproj | 1023 ------------------------------- 1 file changed, 1023 deletions(-) delete mode 100644 cocoa/NetSurf.xcodeproj/project.pbxproj (limited to 'cocoa/NetSurf.xcodeproj/project.pbxproj') diff --git a/cocoa/NetSurf.xcodeproj/project.pbxproj b/cocoa/NetSurf.xcodeproj/project.pbxproj deleted file mode 100644 index ef25d2f1a..000000000 --- a/cocoa/NetSurf.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1023 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXFileReference section */ - 260F1F6312D620E800D9B07F /* content.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = content.c; sourceTree = ""; }; - 260F1F6412D620E800D9B07F /* content.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = content.h; sourceTree = ""; }; - 260F1F6512D620E800D9B07F /* content_protected.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = content_protected.h; sourceTree = ""; }; - 260F1F6612D620E800D9B07F /* content_type.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = content_type.h; sourceTree = ""; }; - 260F1F6712D620E800D9B07F /* dirlist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dirlist.c; sourceTree = ""; }; - 260F1F6812D620E800D9B07F /* dirlist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dirlist.h; sourceTree = ""; }; - 260F1F6912D620E800D9B07F /* fetch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fetch.c; sourceTree = ""; }; - 260F1F6A12D620E800D9B07F /* fetch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fetch.h; sourceTree = ""; }; - 260F1F6C12D620E800D9B07F /* curl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = curl.c; sourceTree = ""; }; - 260F1F6D12D620E800D9B07F /* curl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = curl.h; sourceTree = ""; }; - 260F1F6E12D620E800D9B07F /* data.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = data.c; sourceTree = ""; }; - 260F1F6F12D620E800D9B07F /* data.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = data.h; sourceTree = ""; }; - 260F1F7012D620E800D9B07F /* file.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = file.c; sourceTree = ""; }; - 260F1F7112D620E800D9B07F /* file.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = file.h; sourceTree = ""; }; - 260F1F7212D620E800D9B07F /* hlcache.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hlcache.c; sourceTree = ""; }; - 260F1F7312D620E800D9B07F /* hlcache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hlcache.h; sourceTree = ""; }; - 260F1F7412D620E800D9B07F /* llcache.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = llcache.c; sourceTree = ""; }; - 260F1F7512D620E800D9B07F /* llcache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = llcache.h; sourceTree = ""; }; - 260F1F7612D620E800D9B07F /* urldb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = urldb.c; sourceTree = ""; }; - 260F1F7712D620E800D9B07F /* urldb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = urldb.h; sourceTree = ""; }; - 260F1F7912D620E800D9B07F /* css.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = css.c; sourceTree = ""; }; - 260F1F7A12D620E800D9B07F /* css.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = css.h; sourceTree = ""; }; - 260F1F7B12D620E800D9B07F /* dump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dump.c; sourceTree = ""; }; - 260F1F7C12D620E800D9B07F /* dump.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dump.h; sourceTree = ""; }; - 260F1F7D12D620E800D9B07F /* internal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = internal.c; sourceTree = ""; }; - 260F1F7E12D620E800D9B07F /* internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = ""; }; - 260F1F7F12D620E800D9B07F /* select.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = select.c; sourceTree = ""; }; - 260F1F8012D620E800D9B07F /* select.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = select.h; sourceTree = ""; }; - 260F1F8112D620E800D9B07F /* utils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = utils.c; sourceTree = ""; }; - 260F1F8212D620E800D9B07F /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utils.h; sourceTree = ""; }; - 260F1F8412D620E800D9B07F /* 401login.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 401login.h; sourceTree = ""; }; - 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_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 = ""; }; - 260F1F8C12D620E800D9B07F /* frames.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = frames.h; sourceTree = ""; }; - 260F1F8D12D620E800D9B07F /* gui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gui.h; sourceTree = ""; }; - 260F1F8E12D620E800D9B07F /* local_history.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = local_history.c; sourceTree = ""; }; - 260F1F8F12D620E800D9B07F /* local_history.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = local_history.h; sourceTree = ""; }; - 260F1F9012D620E800D9B07F /* history_global_core.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = history_global_core.c; sourceTree = ""; }; - 260F1F9112D620E800D9B07F /* history_global_core.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = history_global_core.h; sourceTree = ""; }; - 260F1F9212D620E800D9B07F /* hotlist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hotlist.c; sourceTree = ""; }; - 260F1F9312D620E800D9B07F /* hotlist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hotlist.h; sourceTree = ""; }; - 260F1F9412D620E800D9B07F /* knockout.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = knockout.c; sourceTree = ""; }; - 260F1F9512D620E800D9B07F /* knockout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = knockout.h; sourceTree = ""; }; - 260F1F9612D620E800D9B07F /* mouse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mouse.c; sourceTree = ""; }; - 260F1F9712D620E800D9B07F /* mouse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mouse.h; sourceTree = ""; }; - 260F1F9812D620E800D9B07F /* netsurf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = netsurf.c; sourceTree = ""; }; - 260F1F9912D620E800D9B07F /* netsurf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = netsurf.h; sourceTree = ""; }; - 260F1F9A12D620E800D9B07F /* options.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = options.c; sourceTree = ""; }; - 260F1F9B12D620E800D9B07F /* options.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = options.h; sourceTree = ""; }; - 260F1F9C12D620E800D9B07F /* plot_style.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = plot_style.c; sourceTree = ""; }; - 260F1F9D12D620E800D9B07F /* plot_style.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plot_style.h; sourceTree = ""; }; - 260F1F9E12D620E800D9B07F /* plotters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plotters.h; sourceTree = ""; }; - 260F1F9F12D620E800D9B07F /* print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = print.c; sourceTree = ""; }; - 260F1FA012D620E800D9B07F /* print.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = print.h; sourceTree = ""; }; - 260F1FA112D620E800D9B07F /* printer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = printer.h; sourceTree = ""; }; - 260F1FA212D620E800D9B07F /* save_complete.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = save_complete.c; sourceTree = ""; }; - 260F1FA312D620E800D9B07F /* save_complete.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = save_complete.h; sourceTree = ""; }; - 260F1FA512D620E800D9B07F /* font_haru.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = font_haru.c; sourceTree = ""; }; - 260F1FA612D620E800D9B07F /* font_haru.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = font_haru.h; sourceTree = ""; }; - 260F1FA712D620E800D9B07F /* pdf_plotters.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pdf_plotters.c; sourceTree = ""; }; - 260F1FA812D620E800D9B07F /* pdf_plotters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pdf_plotters.h; sourceTree = ""; }; - 260F1FAA12D620E800D9B07F /* save_text.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = save_text.c; sourceTree = ""; }; - 260F1FAB12D620E800D9B07F /* save_text.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = save_text.h; sourceTree = ""; }; - 260F1FAC12D620E800D9B07F /* scroll.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = scroll.c; sourceTree = ""; }; - 260F1FAD12D620E800D9B07F /* scroll.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scroll.h; sourceTree = ""; }; - 260F1FAE12D620E800D9B07F /* search.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = search.c; sourceTree = ""; }; - 260F1FAF12D620E800D9B07F /* search.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = search.h; sourceTree = ""; }; - 260F1FB012D620E800D9B07F /* searchweb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = searchweb.c; sourceTree = ""; }; - 260F1FB112D620E800D9B07F /* searchweb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = searchweb.h; sourceTree = ""; }; - 260F1FB212D620E800D9B07F /* selection.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = selection.c; sourceTree = ""; }; - 260F1FB312D620E800D9B07F /* selection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = selection.h; sourceTree = ""; }; - 260F1FB412D620E800D9B07F /* sslcert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sslcert.c; sourceTree = ""; }; - 260F1FB512D620E800D9B07F /* sslcert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sslcert.h; sourceTree = ""; }; - 260F1FB612D620E800D9B07F /* textarea.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = textarea.c; sourceTree = ""; }; - 260F1FB712D620E800D9B07F /* textarea.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = textarea.h; sourceTree = ""; }; - 260F1FB812D620E800D9B07F /* textinput.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = textinput.c; sourceTree = ""; }; - 260F1FB912D620E800D9B07F /* textinput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = textinput.h; sourceTree = ""; }; - 260F1FBA12D620E800D9B07F /* tree.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tree.c; sourceTree = ""; }; - 260F1FBB12D620E800D9B07F /* tree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tree.h; sourceTree = ""; }; - 260F1FBC12D620E800D9B07F /* tree_url_node.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tree_url_node.c; sourceTree = ""; }; - 260F1FBD12D620E800D9B07F /* tree_url_node.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tree_url_node.h; sourceTree = ""; }; - 260F1FBE12D620E800D9B07F /* version.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = version.c; sourceTree = ""; }; - 260F1FC712D620E800D9B07F /* box.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = box.c; sourceTree = ""; }; - 260F1FC812D620E800D9B07F /* box.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = box.h; sourceTree = ""; }; - 260F1FC912D620E800D9B07F /* box_construct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = box_construct.c; sourceTree = ""; }; - 260F1FCA12D620E800D9B07F /* box_normalise.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = box_normalise.c; sourceTree = ""; }; - 260F1FCB12D620E800D9B07F /* favicon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = favicon.c; sourceTree = ""; }; - 260F1FCC12D620E800D9B07F /* favicon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = favicon.h; sourceTree = ""; }; - 260F1FCD12D620E800D9B07F /* font.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = font.c; sourceTree = ""; }; - 260F1FCE12D620E800D9B07F /* font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = font.h; sourceTree = ""; }; - 260F1FCF12D620E800D9B07F /* form.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = form.c; sourceTree = ""; }; - 260F1FD012D620E800D9B07F /* form.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = form.h; sourceTree = ""; }; - 260F1FD112D620E800D9B07F /* html.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = html.c; sourceTree = ""; }; - 260F1FD212D620E800D9B07F /* html.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = html.h; sourceTree = ""; }; - 260F1FD312D620E800D9B07F /* html_interaction.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = html_interaction.c; sourceTree = ""; }; - 260F1FD412D620E800D9B07F /* html_redraw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = html_redraw.c; sourceTree = ""; }; - 260F1FD512D620E800D9B07F /* hubbub_binding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hubbub_binding.c; sourceTree = ""; }; - 260F1FD612D620E800D9B07F /* imagemap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = imagemap.c; sourceTree = ""; }; - 260F1FD712D620E800D9B07F /* imagemap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = imagemap.h; sourceTree = ""; }; - 260F1FD812D620E800D9B07F /* layout.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = layout.c; sourceTree = ""; }; - 260F1FD912D620E800D9B07F /* layout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = layout.h; sourceTree = ""; }; - 260F1FDA12D620E800D9B07F /* list.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = list.c; sourceTree = ""; }; - 260F1FDB12D620E800D9B07F /* list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = list.h; sourceTree = ""; }; - 260F1FDC12D620E800D9B07F /* parser_binding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parser_binding.h; sourceTree = ""; }; - 260F1FDD12D620E800D9B07F /* table.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = table.c; sourceTree = ""; }; - 260F1FDE12D620E800D9B07F /* table.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = table.h; sourceTree = ""; }; - 260F1FE012D620E800D9B07F /* textplain.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = textplain.c; sourceTree = ""; }; - 260F1FE112D620E800D9B07F /* textplain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = textplain.h; sourceTree = ""; }; - 260F1FE312D620E800D9B07F /* base64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = base64.c; sourceTree = ""; }; - 260F1FE412D620E800D9B07F /* base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = base64.h; sourceTree = ""; }; - 260F1FE512D620E800D9B07F /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; - 260F1FE612D620E800D9B07F /* container.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = container.c; sourceTree = ""; }; - 260F1FE712D620E800D9B07F /* container.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = container.h; sourceTree = ""; }; - 260F1FE812D620E800D9B07F /* errors.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = errors.h; sourceTree = ""; }; - 260F1FE912D620E800D9B07F /* filename.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = filename.c; sourceTree = ""; }; - 260F1FEA12D620E800D9B07F /* filename.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = filename.h; sourceTree = ""; }; - 260F1FEB12D620E800D9B07F /* resource.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = resource.c; sourceTree = ""; }; - 260F1FEC12D620E800D9B07F /* resource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = resource.h; sourceTree = ""; }; - 260F1FED12D620E800D9B07F /* hashtable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hashtable.c; sourceTree = ""; }; - 260F1FEE12D620E800D9B07F /* hashtable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hashtable.h; sourceTree = ""; }; - 260F1FEF12D620E800D9B07F /* http.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = http.c; sourceTree = ""; }; - 260F1FF012D620E800D9B07F /* http.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = http.h; sourceTree = ""; }; - 260F1FF112D620E800D9B07F /* locale.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = locale.c; sourceTree = ""; }; - 260F1FF212D620E800D9B07F /* locale.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = locale.h; sourceTree = ""; }; - 260F1FF312D620E800D9B07F /* log.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = log.c; sourceTree = ""; }; - 260F1FF412D620E800D9B07F /* log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = log.h; sourceTree = ""; }; - 260F1FF612D620E800D9B07F /* memdebug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = memdebug.c; sourceTree = ""; }; - 260F1FF712D620E800D9B07F /* memdebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = memdebug.h; sourceTree = ""; }; - 260F1FF812D620E800D9B07F /* messages.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = messages.c; sourceTree = ""; }; - 260F1FF912D620E800D9B07F /* messages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = messages.h; sourceTree = ""; }; - 260F1FFA12D620E800D9B07F /* ring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ring.h; sourceTree = ""; }; - 260F1FFB12D620E800D9B07F /* talloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = talloc.c; sourceTree = ""; }; - 260F1FFC12D620E800D9B07F /* talloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = talloc.h; sourceTree = ""; }; - 260F1FFF12D620E800D9B07F /* url.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = url.c; sourceTree = ""; }; - 260F200012D620E800D9B07F /* url.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = url.h; sourceTree = ""; }; - 260F200112D620E800D9B07F /* useragent.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = useragent.c; sourceTree = ""; }; - 260F200212D620E800D9B07F /* useragent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = useragent.h; sourceTree = ""; }; - 260F200312D620E800D9B07F /* utf8.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = utf8.c; sourceTree = ""; }; - 260F200412D620E800D9B07F /* utf8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utf8.h; sourceTree = ""; }; - 260F200512D620E800D9B07F /* utils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = utils.c; sourceTree = ""; }; - 260F200612D620E800D9B07F /* utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utils.h; sourceTree = ""; }; - 260F200712D620E800D9B07F /* utsname.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = utsname.h; sourceTree = ""; }; - 260FC03112D85ACE00079C00 /* bitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bitmap.h; sourceTree = ""; }; - 26121DA812D700B800E10F91 /* MainMenu.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainMenu.xib; sourceTree = ""; }; - 26121EAB12D70E0A00E10F91 /* Browser.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = Browser.xib; sourceTree = ""; }; - 26121EFB12D7132100E10F91 /* BrowserView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BrowserView.h; sourceTree = ""; }; - 26121EFC12D7132100E10F91 /* BrowserView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BrowserView.m; sourceTree = ""; }; - 261223B712D77F9C00E10F91 /* font.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = font.h; sourceTree = ""; }; - 261223CB12D7805300E10F91 /* plotter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = plotter.h; sourceTree = ""; }; - 2612265712D7ACB500E10F91 /* default.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = default.css; sourceTree = ""; }; - 2612265912D7ACB500E10F91 /* quirks.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = quirks.css; sourceTree = ""; }; - 2612265D12D7AD6800E10F91 /* adblock.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = adblock.css; sourceTree = ""; }; - 2612269012D7AE4100E10F91 /* de */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = de; path = de.lproj/Messages; sourceTree = ""; }; - 2612269312D7AE9B00E10F91 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text; name = nl; path = nl.lproj/Messages; sourceTree = ""; }; - 2612269412D7AEA800E10F91 /* en */ = {isa = PBXFileReference; lastKnownFileType = text; name = en; path = en.lproj/Messages; sourceTree = ""; }; - 2612269512D7AEB500E10F91 /* it */ = {isa = PBXFileReference; lastKnownFileType = text; name = it; path = it.lproj/Messages; sourceTree = ""; }; - 2612269612D7AEBE00E10F91 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text; name = fr; path = fr.lproj/Messages; sourceTree = ""; }; - 261DB22213180AFF00C59F12 /* en */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; - 261DB22613180B4F00C59F12 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = ""; }; - 261DB23313180CD600C59F12 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = ""; }; - 261DB23413180CE000C59F12 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = ""; }; - 261DB23513180CEE00C59F12 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = ""; }; - 261DB24F1318444F00C59F12 /* compile-xib.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "compile-xib.sh"; sourceTree = ""; }; - 261DB2501318444F00C59F12 /* extract-strings.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "extract-strings.sh"; sourceTree = ""; }; - 261DB29013185C0A00C59F12 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/BookmarksWindow.xib.strings; sourceTree = ""; }; - 261DB29413185C0A00C59F12 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/BrowserWindow.xib.strings; sourceTree = ""; }; - 261DB29613185C0A00C59F12 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/DownloadWindow.xib.strings; sourceTree = ""; }; - 261DB29813185C0A00C59F12 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/HistoryWindow.xib.strings; sourceTree = ""; }; - 261DB29C13185C0A00C59F12 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/MainMenu.xib.strings; sourceTree = ""; }; - 261DB29E13185C0A00C59F12 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/PreferencesWindow.xib.strings; sourceTree = ""; }; - 261DB2A013185C0A00C59F12 /* de */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/SearchWindow.xib.strings; sourceTree = ""; }; - 2622F1D512DCD84600CD5A62 /* TreeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TreeView.h; sourceTree = ""; }; - 2622F1D612DCD84600CD5A62 /* TreeView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TreeView.m; sourceTree = ""; }; - 2625095012F72A8F0090D236 /* PreferencesWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PreferencesWindow.xib; sourceTree = ""; }; - 2625095112F72AA70090D236 /* PreferencesWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PreferencesWindowController.h; sourceTree = ""; }; - 2625095212F72AA70090D236 /* PreferencesWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PreferencesWindowController.m; sourceTree = ""; }; - 2636299412F699250048542C /* NetSurf.app */ = {isa = PBXFileReference; lastKnownFileType = wrapper.application; name = NetSurf.app; path = ../NetSurf.app; sourceTree = SOURCE_ROOT; }; - 263629B312F69A290048542C /* Makefile.config */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; name = Makefile.config; path = ../Makefile.config; sourceTree = SOURCE_ROOT; }; - 263629B412F69A290048542C /* Makefile.defaults */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; name = Makefile.defaults; path = ../Makefile.defaults; sourceTree = SOURCE_ROOT; }; - 263629B512F69A290048542C /* Makefile.resources */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; name = Makefile.resources; path = ../Makefile.resources; sourceTree = SOURCE_ROOT; }; - 263629B612F69A290048542C /* Makefile.sources */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; name = Makefile.sources; path = ../Makefile.sources; sourceTree = SOURCE_ROOT; }; - 263629B712F69A3C0048542C /* Makefile.target */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; path = Makefile.target; sourceTree = ""; }; - 263629BC12F69A760048542C /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; name = Makefile; path = ../Makefile; sourceTree = SOURCE_ROOT; }; - 263629C812F69B120048542C /* NetsurfApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NetsurfApp.h; sourceTree = ""; }; - 263629C912F69B120048542C /* NetsurfApp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NetsurfApp.m; sourceTree = ""; }; - 263629CA12F69B120048542C /* system_colour.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = system_colour.m; sourceTree = ""; }; - 263769A912F7EBE2000F45FE /* Tree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Tree.h; sourceTree = ""; }; - 263769AA12F7EBE2000F45FE /* Tree.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Tree.m; sourceTree = ""; }; - 26376A4112F7FA67000F45FE /* HistoryWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HistoryWindow.xib; sourceTree = ""; }; - 26376A4312F7FA86000F45FE /* HistoryWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryWindowController.h; sourceTree = ""; }; - 26376A4412F7FA86000F45FE /* HistoryWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryWindowController.m; sourceTree = ""; }; - 26376A8A12F7FF57000F45FE /* BookmarksController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BookmarksController.h; sourceTree = ""; }; - 26376A8B12F7FF57000F45FE /* BookmarksController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BookmarksController.m; sourceTree = ""; }; - 26376BAC12F820D7000F45FE /* BookmarksWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = BookmarksWindow.xib; sourceTree = ""; }; - 2639E20512F2ADEE00699678 /* coordinates.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = coordinates.h; sourceTree = ""; }; - 264C344112F0987E00D11246 /* gui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gui.h; sourceTree = ""; }; - 265F30A712D6637E0048B600 /* NetSurf-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "NetSurf-Info.plist"; sourceTree = ""; }; - 265F30AB12D6637E0048B600 /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Prefix.pch; sourceTree = ""; }; - 265F311912D663F50048B600 /* gui.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = gui.m; sourceTree = ""; }; - 265F314712D666660048B600 /* plotter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = plotter.m; sourceTree = ""; }; - 265F316112D667E10048B600 /* schedule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = schedule.m; sourceTree = ""; }; - 265F316612D668130048B600 /* thumbnail.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = thumbnail.m; sourceTree = ""; }; - 265F316F12D668790048B600 /* fetch.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = fetch.m; sourceTree = ""; }; - 265F319012D668DB0048B600 /* url.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = url.m; sourceTree = ""; }; - 265F31C412D66A0D0048B600 /* save.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = save.m; sourceTree = ""; }; - 265F31CA12D66A890048B600 /* bitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bitmap.h; sourceTree = ""; }; - 265F31CB12D66A890048B600 /* bmp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bmp.c; sourceTree = ""; }; - 265F31CC12D66A890048B600 /* bmp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bmp.h; sourceTree = ""; }; - 265F31CD12D66A890048B600 /* gif.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gif.c; sourceTree = ""; }; - 265F31CE12D66A890048B600 /* gif.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gif.h; sourceTree = ""; }; - 265F31CF12D66A890048B600 /* ico.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ico.c; sourceTree = ""; }; - 265F31D012D66A890048B600 /* ico.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ico.h; sourceTree = ""; }; - 265F31D112D66A890048B600 /* jpeg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jpeg.c; sourceTree = ""; }; - 265F31D212D66A890048B600 /* jpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jpeg.h; sourceTree = ""; }; - 265F31D312D66A890048B600 /* mng.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mng.c; sourceTree = ""; }; - 265F31D412D66A890048B600 /* mng.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mng.h; sourceTree = ""; }; - 265F31D512D66A890048B600 /* nssprite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nssprite.c; sourceTree = ""; }; - 265F31D612D66A890048B600 /* nssprite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nssprite.h; sourceTree = ""; }; - 265F31D712D66A890048B600 /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = png.c; sourceTree = ""; }; - 265F31D812D66A890048B600 /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = ""; }; - 265F31D912D66A890048B600 /* rsvg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsvg.c; sourceTree = ""; }; - 265F31DA12D66A890048B600 /* rsvg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rsvg.h; sourceTree = ""; }; - 265F31DB12D66A890048B600 /* svg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = svg.c; sourceTree = ""; }; - 265F31DC12D66A890048B600 /* svg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = svg.h; sourceTree = ""; }; - 265F31DD12D66A890048B600 /* webp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = webp.c; sourceTree = ""; }; - 265F31DE12D66A890048B600 /* webp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = webp.h; sourceTree = ""; }; - 265F31EB12D66B190048B600 /* bitmap.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = bitmap.m; sourceTree = ""; }; - 265F320512D66C200048B600 /* utf8.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = utf8.m; sourceTree = ""; }; - 265F321312D66CD90048B600 /* utils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = utils.m; sourceTree = ""; }; - 265F321E12D66D510048B600 /* font.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = font.m; sourceTree = ""; }; - 2666DC5B12F6D1770045E8B6 /* SearchWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SearchWindow.xib; sourceTree = ""; }; - 2666DC5D12F6D2E70045E8B6 /* SearchWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SearchWindowController.h; sourceTree = ""; }; - 2666DC5E12F6D2E70045E8B6 /* SearchWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SearchWindowController.m; sourceTree = ""; }; - 2666DD5012F706BC0045E8B6 /* BrowserWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BrowserWindow.h; sourceTree = ""; }; - 2666DD5112F706BC0045E8B6 /* BrowserWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BrowserWindow.m; sourceTree = ""; }; - 2684028E1301848100850DA2 /* HomeTemplate.pdf */ = {isa = PBXFileReference; lastKnownFileType = image.pdf; path = HomeTemplate.pdf; sourceTree = ""; }; - 26ABD61C12F02EB900407161 /* overflowImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = overflowImage.png; sourceTree = ""; }; - 26ABD61D12F02EB900407161 /* overflowImagePressed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = overflowImagePressed.png; sourceTree = ""; }; - 26ABD61E12F02EB900407161 /* pi.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pi.png; sourceTree = ""; }; - 26AFE63E12DDEB0A005AD082 /* NetSurf.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = NetSurf.icns; sourceTree = ""; }; - 26AFE8E212DF4200005AD082 /* ScrollableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScrollableView.h; sourceTree = ""; }; - 26AFE8E312DF4200005AD082 /* ScrollableView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScrollableView.m; sourceTree = ""; }; - 26AFE97A12DF514C005AD082 /* NetSurfAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NetSurfAppDelegate.h; sourceTree = ""; }; - 26AFE97B12DF514C005AD082 /* NetSurfAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NetSurfAppDelegate.m; sourceTree = ""; }; - 26AFEAE912E04253005AD082 /* DownloadWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DownloadWindowController.h; sourceTree = ""; }; - 26AFEAEA12E04253005AD082 /* DownloadWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DownloadWindowController.m; sourceTree = ""; }; - 26AFEAF012E042F9005AD082 /* DownloadWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = DownloadWindow.xib; sourceTree = ""; }; - 26AFED0312E09916005AD082 /* selection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = selection.m; sourceTree = ""; }; - 26B4E91A130D351F0003B527 /* ArrowBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ArrowBox.h; sourceTree = ""; }; - 26B4E91B130D351F0003B527 /* ArrowBox.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ArrowBox.m; sourceTree = ""; }; - 26B4E91C130D351F0003B527 /* ArrowWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ArrowWindow.h; sourceTree = ""; }; - 26B4E91D130D351F0003B527 /* ArrowWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ArrowWindow.m; sourceTree = ""; }; - 26B4E91E130D351F0003B527 /* BlackScroller.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BlackScroller.h; sourceTree = ""; }; - 26B4E91F130D351F0003B527 /* BlackScroller.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BlackScroller.m; sourceTree = ""; }; - 26B4E926130D36A90003B527 /* LocalHistoryPanel.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = LocalHistoryPanel.xib; sourceTree = ""; }; - 26B4E928130D37E50003B527 /* LocalHistoryController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalHistoryController.h; sourceTree = ""; }; - 26B4E929130D37E50003B527 /* LocalHistoryController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LocalHistoryController.m; sourceTree = ""; }; - 26BA25AB1321653200AEC1DA /* apple_image.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = apple_image.m; sourceTree = ""; }; - 26BA25AC1321653200AEC1DA /* apple_image.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = apple_image.h; sourceTree = ""; }; - 26CDCEB312E702D8004FC66B /* NSBezierPath_AMShading.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSBezierPath_AMShading.h; sourceTree = ""; }; - 26CDCEB412E702D8004FC66B /* NSBezierPath_AMShading.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSBezierPath_AMShading.m; sourceTree = ""; }; - 26CDCEB512E702D8004FC66B /* NSString_AITruncation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSString_AITruncation.h; sourceTree = ""; }; - 26CDCEB612E702D8004FC66B /* NSString_AITruncation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSString_AITruncation.m; sourceTree = ""; }; - 26CDCEBD12E702D8004FC66B /* PSMOverflowPopUpButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSMOverflowPopUpButton.h; sourceTree = ""; }; - 26CDCEBE12E702D8004FC66B /* PSMOverflowPopUpButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSMOverflowPopUpButton.m; sourceTree = ""; }; - 26CDCEBF12E702D8004FC66B /* PSMProgressIndicator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSMProgressIndicator.h; sourceTree = ""; }; - 26CDCEC012E702D8004FC66B /* PSMProgressIndicator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSMProgressIndicator.m; sourceTree = ""; }; - 26CDCEC112E702D8004FC66B /* PSMRolloverButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSMRolloverButton.h; sourceTree = ""; }; - 26CDCEC212E702D8004FC66B /* PSMRolloverButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSMRolloverButton.m; sourceTree = ""; }; - 26CDCEC312E702D8004FC66B /* PSMTabBarCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSMTabBarCell.h; sourceTree = ""; }; - 26CDCEC412E702D8004FC66B /* PSMTabBarCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSMTabBarCell.m; sourceTree = ""; }; - 26CDCEC512E702D8004FC66B /* PSMTabBarControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSMTabBarControl.h; sourceTree = ""; }; - 26CDCEC612E702D8004FC66B /* PSMTabBarControl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSMTabBarControl.m; sourceTree = ""; }; - 26CDCEC712E702D8004FC66B /* PSMTabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSMTabBarController.h; sourceTree = ""; }; - 26CDCEC812E702D8004FC66B /* PSMTabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSMTabBarController.m; sourceTree = ""; }; - 26CDCEC912E702D8004FC66B /* PSMTabDragAssistant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSMTabDragAssistant.h; sourceTree = ""; }; - 26CDCECA12E702D8004FC66B /* PSMTabDragAssistant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSMTabDragAssistant.m; sourceTree = ""; }; - 26CDCECB12E702D8004FC66B /* PSMTabDragView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSMTabDragView.h; sourceTree = ""; }; - 26CDCECC12E702D8004FC66B /* PSMTabDragView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSMTabDragView.m; sourceTree = ""; }; - 26CDCECD12E702D8004FC66B /* PSMTabDragWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSMTabDragWindow.h; sourceTree = ""; }; - 26CDCECE12E702D8004FC66B /* PSMTabDragWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSMTabDragWindow.m; sourceTree = ""; }; - 26CDCECF12E702D8004FC66B /* PSMTabDragWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSMTabDragWindowController.h; sourceTree = ""; }; - 26CDCED012E702D8004FC66B /* PSMTabDragWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSMTabDragWindowController.m; sourceTree = ""; }; - 26CDCED112E702D8004FC66B /* PSMTabStyle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSMTabStyle.h; sourceTree = ""; }; - 26CDCED212E702D8004FC66B /* PSMUnifiedTabStyle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PSMUnifiedTabStyle.h; sourceTree = ""; }; - 26CDCED312E702D8004FC66B /* PSMUnifiedTabStyle.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PSMUnifiedTabStyle.m; sourceTree = ""; }; - 26CDCFDC12E706FE004FC66B /* AquaTabClose_Front.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AquaTabClose_Front.png; sourceTree = ""; }; - 26CDCFDD12E706FF004FC66B /* AquaTabClose_Front_Pressed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AquaTabClose_Front_Pressed.png; sourceTree = ""; }; - 26CDCFDE12E706FF004FC66B /* AquaTabClose_Front_Rollover.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AquaTabClose_Front_Rollover.png; sourceTree = ""; }; - 26CDCFDF12E706FF004FC66B /* AquaTabCloseDirty_Front.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AquaTabCloseDirty_Front.png; sourceTree = ""; }; - 26CDCFE012E706FF004FC66B /* AquaTabCloseDirty_Front_Pressed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AquaTabCloseDirty_Front_Pressed.png; sourceTree = ""; }; - 26CDCFE112E706FF004FC66B /* AquaTabCloseDirty_Front_Rollover.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AquaTabCloseDirty_Front_Rollover.png; sourceTree = ""; }; - 26CDCFE212E706FF004FC66B /* AquaTabNew.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AquaTabNew.png; sourceTree = ""; }; - 26CDCFE312E706FF004FC66B /* AquaTabNewPressed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AquaTabNewPressed.png; sourceTree = ""; }; - 26CDCFE412E706FF004FC66B /* AquaTabNewRollover.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = AquaTabNewRollover.png; sourceTree = ""; }; - 26CDCFF212E70AD1004FC66B /* BrowserWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = BrowserWindow.xib; sourceTree = ""; }; - 26CDD00112E70F56004FC66B /* BrowserWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BrowserWindowController.h; sourceTree = ""; }; - 26CDD00212E70F56004FC66B /* BrowserWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BrowserWindowController.m; sourceTree = ""; }; - 26CDD0F412E726E0004FC66B /* BrowserViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BrowserViewController.h; sourceTree = ""; }; - 26CDD0F512E726E0004FC66B /* BrowserViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BrowserViewController.m; sourceTree = ""; }; - 26E7A22B131FEBA8005B5B6A /* about.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = about.c; sourceTree = ""; }; - 26E7A22C131FEBA8005B5B6A /* about.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = about.h; sourceTree = ""; }; - 26E7A22D131FEBA8005B5B6A /* resource.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = resource.c; sourceTree = ""; }; - 26E7A22E131FEBA8005B5B6A /* resource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = resource.h; sourceTree = ""; }; - 26EC3B6812ED62C0000A960C /* URLFieldCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = URLFieldCell.h; sourceTree = ""; }; - 26EC3B6912ED62C0000A960C /* URLFieldCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = URLFieldCell.m; sourceTree = ""; }; - 26EC3C4212ED8202000A960C /* HistoryView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryView.h; sourceTree = ""; }; - 26EC3C4312ED8202000A960C /* HistoryView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HistoryView.m; sourceTree = ""; }; - 26EC3F1612EF0CBD000A960C /* FormSelectMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FormSelectMenu.h; sourceTree = ""; }; - 26EC3F1712EF0CBD000A960C /* FormSelectMenu.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FormSelectMenu.m; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXGroup section */ - 19C28FACFE9D520D11CA2CBB /* Products */ = { - isa = PBXGroup; - children = ( - 2636299412F699250048542C /* NetSurf.app */, - ); - name = Products; - sourceTree = ""; - }; - 260F1F6212D620E800D9B07F /* content */ = { - isa = PBXGroup; - children = ( - 260F1F6312D620E800D9B07F /* content.c */, - 260F1F6412D620E800D9B07F /* content.h */, - 260F1F6512D620E800D9B07F /* content_protected.h */, - 260F1F6612D620E800D9B07F /* content_type.h */, - 260F1F6712D620E800D9B07F /* dirlist.c */, - 260F1F6812D620E800D9B07F /* dirlist.h */, - 260F1F6912D620E800D9B07F /* fetch.c */, - 260F1F6A12D620E800D9B07F /* fetch.h */, - 260F1F6B12D620E800D9B07F /* fetchers */, - 260F1F7212D620E800D9B07F /* hlcache.c */, - 260F1F7312D620E800D9B07F /* hlcache.h */, - 260F1F7412D620E800D9B07F /* llcache.c */, - 260F1F7512D620E800D9B07F /* llcache.h */, - 260F1F7612D620E800D9B07F /* urldb.c */, - 260F1F7712D620E800D9B07F /* urldb.h */, - ); - name = content; - path = ../content; - sourceTree = SOURCE_ROOT; - }; - 260F1F6B12D620E800D9B07F /* fetchers */ = { - isa = PBXGroup; - children = ( - 26E7A22B131FEBA8005B5B6A /* about.c */, - 26E7A22C131FEBA8005B5B6A /* about.h */, - 26E7A22D131FEBA8005B5B6A /* resource.c */, - 26E7A22E131FEBA8005B5B6A /* resource.h */, - 260F1F6C12D620E800D9B07F /* curl.c */, - 260F1F6D12D620E800D9B07F /* curl.h */, - 260F1F6E12D620E800D9B07F /* data.c */, - 260F1F6F12D620E800D9B07F /* data.h */, - 260F1F7012D620E800D9B07F /* file.c */, - 260F1F7112D620E800D9B07F /* file.h */, - ); - path = fetchers; - sourceTree = ""; - }; - 260F1F7812D620E800D9B07F /* css */ = { - isa = PBXGroup; - children = ( - 260F1F7912D620E800D9B07F /* css.c */, - 260F1F7A12D620E800D9B07F /* css.h */, - 260F1F7B12D620E800D9B07F /* dump.c */, - 260F1F7C12D620E800D9B07F /* dump.h */, - 260F1F7D12D620E800D9B07F /* internal.c */, - 260F1F7E12D620E800D9B07F /* internal.h */, - 260F1F7F12D620E800D9B07F /* select.c */, - 260F1F8012D620E800D9B07F /* select.h */, - 260F1F8112D620E800D9B07F /* utils.c */, - 260F1F8212D620E800D9B07F /* utils.h */, - ); - name = css; - path = ../css; - sourceTree = SOURCE_ROOT; - }; - 260F1F8312D620E800D9B07F /* desktop */ = { - isa = PBXGroup; - children = ( - 260F1F8412D620E800D9B07F /* 401login.h */, - 260F1F8512D620E800D9B07F /* browser.c */, - 260F1F8612D620E800D9B07F /* browser.h */, - 260F1F8712D620E800D9B07F /* cookies.c */, - 260F1F8812D620E800D9B07F /* cookies_old.h */, - 260F1F8912D620E800D9B07F /* download.c */, - 260F1F8A12D620E800D9B07F /* download.h */, - 260F1F8B12D620E800D9B07F /* frames.c */, - 260F1F8C12D620E800D9B07F /* frames.h */, - 260F1F8D12D620E800D9B07F /* gui.h */, - 260F1F8E12D620E800D9B07F /* local_history.c */, - 260F1F8F12D620E800D9B07F /* local_history.h */, - 260F1F9012D620E800D9B07F /* history_global_core.c */, - 260F1F9112D620E800D9B07F /* history_global_core.h */, - 260F1F9212D620E800D9B07F /* hotlist.c */, - 260F1F9312D620E800D9B07F /* hotlist.h */, - 260F1F9412D620E800D9B07F /* knockout.c */, - 260F1F9512D620E800D9B07F /* knockout.h */, - 260F1F9612D620E800D9B07F /* mouse.c */, - 260F1F9712D620E800D9B07F /* mouse.h */, - 260F1F9812D620E800D9B07F /* netsurf.c */, - 260F1F9912D620E800D9B07F /* netsurf.h */, - 260F1F9A12D620E800D9B07F /* options.c */, - 260F1F9B12D620E800D9B07F /* options.h */, - 260F1F9C12D620E800D9B07F /* plot_style.c */, - 260F1F9D12D620E800D9B07F /* plot_style.h */, - 260F1F9E12D620E800D9B07F /* plotters.h */, - 260F1F9F12D620E800D9B07F /* print.c */, - 260F1FA012D620E800D9B07F /* print.h */, - 260F1FA112D620E800D9B07F /* printer.h */, - 260F1FA212D620E800D9B07F /* save_complete.c */, - 260F1FA312D620E800D9B07F /* save_complete.h */, - 260F1FA412D620E800D9B07F /* save_pdf */, - 260F1FAA12D620E800D9B07F /* save_text.c */, - 260F1FAB12D620E800D9B07F /* save_text.h */, - 260F1FAC12D620E800D9B07F /* scroll.c */, - 260F1FAD12D620E800D9B07F /* scroll.h */, - 260F1FAE12D620E800D9B07F /* search.c */, - 260F1FAF12D620E800D9B07F /* search.h */, - 260F1FB012D620E800D9B07F /* searchweb.c */, - 260F1FB112D620E800D9B07F /* searchweb.h */, - 260F1FB212D620E800D9B07F /* selection.c */, - 260F1FB312D620E800D9B07F /* selection.h */, - 260F1FB412D620E800D9B07F /* sslcert.c */, - 260F1FB512D620E800D9B07F /* sslcert.h */, - 260F1FB612D620E800D9B07F /* textarea.c */, - 260F1FB712D620E800D9B07F /* textarea.h */, - 260F1FB812D620E800D9B07F /* textinput.c */, - 260F1FB912D620E800D9B07F /* textinput.h */, - 260F1FBA12D620E800D9B07F /* tree.c */, - 260F1FBB12D620E800D9B07F /* tree.h */, - 260F1FBC12D620E800D9B07F /* tree_url_node.c */, - 260F1FBD12D620E800D9B07F /* tree_url_node.h */, - 260F1FBE12D620E800D9B07F /* version.c */, - ); - name = desktop; - path = ../desktop; - sourceTree = SOURCE_ROOT; - }; - 260F1FA412D620E800D9B07F /* save_pdf */ = { - isa = PBXGroup; - children = ( - 260F1FA512D620E800D9B07F /* font_haru.c */, - 260F1FA612D620E800D9B07F /* font_haru.h */, - 260F1FA712D620E800D9B07F /* pdf_plotters.c */, - 260F1FA812D620E800D9B07F /* pdf_plotters.h */, - ); - path = save_pdf; - sourceTree = ""; - }; - 260F1FC612D620E800D9B07F /* render */ = { - isa = PBXGroup; - children = ( - 260F1FC712D620E800D9B07F /* box.c */, - 260F1FC812D620E800D9B07F /* box.h */, - 260F1FC912D620E800D9B07F /* box_construct.c */, - 260F1FCA12D620E800D9B07F /* box_normalise.c */, - 260F1FCB12D620E800D9B07F /* favicon.c */, - 260F1FCC12D620E800D9B07F /* favicon.h */, - 260F1FCD12D620E800D9B07F /* font.c */, - 260F1FCE12D620E800D9B07F /* font.h */, - 260F1FCF12D620E800D9B07F /* form.c */, - 260F1FD012D620E800D9B07F /* form.h */, - 260F1FD112D620E800D9B07F /* html.c */, - 260F1FD212D620E800D9B07F /* html.h */, - 260F1FD312D620E800D9B07F /* html_interaction.c */, - 260F1FD412D620E800D9B07F /* html_redraw.c */, - 260F1FD512D620E800D9B07F /* hubbub_binding.c */, - 260F1FD612D620E800D9B07F /* imagemap.c */, - 260F1FD712D620E800D9B07F /* imagemap.h */, - 260F1FD812D620E800D9B07F /* layout.c */, - 260F1FD912D620E800D9B07F /* layout.h */, - 260F1FDA12D620E800D9B07F /* list.c */, - 260F1FDB12D620E800D9B07F /* list.h */, - 260F1FDC12D620E800D9B07F /* parser_binding.h */, - 260F1FDD12D620E800D9B07F /* table.c */, - 260F1FDE12D620E800D9B07F /* table.h */, - 260F1FE012D620E800D9B07F /* textplain.c */, - 260F1FE112D620E800D9B07F /* textplain.h */, - ); - name = render; - path = ../render; - sourceTree = SOURCE_ROOT; - }; - 260F1FE212D620E800D9B07F /* utils */ = { - isa = PBXGroup; - children = ( - 260F1FE312D620E800D9B07F /* base64.c */, - 260F1FE412D620E800D9B07F /* base64.h */, - 260F1FE512D620E800D9B07F /* config.h */, - 260F1FE612D620E800D9B07F /* container.c */, - 260F1FE712D620E800D9B07F /* container.h */, - 260F1FE812D620E800D9B07F /* errors.h */, - 260F1FE912D620E800D9B07F /* filename.c */, - 260F1FEA12D620E800D9B07F /* filename.h */, - 260F1FEB12D620E800D9B07F /* resource.c */, - 260F1FEC12D620E800D9B07F /* resource.h */, - 260F1FED12D620E800D9B07F /* hashtable.c */, - 260F1FEE12D620E800D9B07F /* hashtable.h */, - 260F1FEF12D620E800D9B07F /* http.c */, - 260F1FF012D620E800D9B07F /* http.h */, - 260F1FF112D620E800D9B07F /* locale.c */, - 260F1FF212D620E800D9B07F /* locale.h */, - 260F1FF312D620E800D9B07F /* log.c */, - 260F1FF412D620E800D9B07F /* log.h */, - 260F1FF612D620E800D9B07F /* memdebug.c */, - 260F1FF712D620E800D9B07F /* memdebug.h */, - 260F1FF812D620E800D9B07F /* messages.c */, - 260F1FF912D620E800D9B07F /* messages.h */, - 260F1FFA12D620E800D9B07F /* ring.h */, - 260F1FFB12D620E800D9B07F /* talloc.c */, - 260F1FFC12D620E800D9B07F /* talloc.h */, - 260F1FFF12D620E800D9B07F /* url.c */, - 260F200012D620E800D9B07F /* url.h */, - 260F200112D620E800D9B07F /* useragent.c */, - 260F200212D620E800D9B07F /* useragent.h */, - 260F200312D620E800D9B07F /* utf8.c */, - 260F200412D620E800D9B07F /* utf8.h */, - 260F200512D620E800D9B07F /* utils.c */, - 260F200612D620E800D9B07F /* utils.h */, - 260F200712D620E800D9B07F /* utsname.h */, - ); - name = utils; - path = ../utils; - sourceTree = SOURCE_ROOT; - }; - 261DB24E1318443500C59F12 /* Tools */ = { - isa = PBXGroup; - children = ( - 261DB24F1318444F00C59F12 /* compile-xib.sh */, - 261DB2501318444F00C59F12 /* extract-strings.sh */, - ); - name = Tools; - sourceTree = ""; - }; - 263629B212F69A080048542C /* Makefiles */ = { - isa = PBXGroup; - children = ( - 263629BC12F69A760048542C /* Makefile */, - 263629B712F69A3C0048542C /* Makefile.target */, - 263629B312F69A290048542C /* Makefile.config */, - 263629B412F69A290048542C /* Makefile.defaults */, - 263629B512F69A290048542C /* Makefile.resources */, - 263629B612F69A290048542C /* Makefile.sources */, - ); - name = Makefiles; - sourceTree = ""; - }; - 263769A812F7EBC3000F45FE /* Tree View */ = { - isa = PBXGroup; - children = ( - 2622F1D512DCD84600CD5A62 /* TreeView.h */, - 2622F1D612DCD84600CD5A62 /* TreeView.m */, - 263769A912F7EBE2000F45FE /* Tree.h */, - 263769AA12F7EBE2000F45FE /* Tree.m */, - ); - name = "Tree View"; - sourceTree = ""; - }; - 26376A8C12F7FF5A000F45FE /* Bookmarks */ = { - isa = PBXGroup; - children = ( - 26376A8A12F7FF57000F45FE /* BookmarksController.h */, - 26376A8B12F7FF57000F45FE /* BookmarksController.m */, - ); - name = Bookmarks; - sourceTree = ""; - }; - 265F303F12D6637E0048B600 /* Cocoa Frontend */ = { - isa = PBXGroup; - children = ( - 26BA25AB1321653200AEC1DA /* apple_image.m */, - 26BA25AC1321653200AEC1DA /* apple_image.h */, - 26CDD26512E74402004FC66B /* Browser */, - 26CDD26712E74453004FC66B /* Download */, - 26CDD26612E7441E004FC66B /* Views */, - 263769A812F7EBC3000F45FE /* Tree View */, - 26376A8C12F7FF5A000F45FE /* Bookmarks */, - 26CDD26812E74461004FC66B /* NSApplication */, - 26CDD26912E7446E004FC66B /* Platform Interface */, - 265F310F12D663C20048B600 /* Resources */, - 26CDCEB212E702D8004FC66B /* PSMTabBarControl */, - 265F30AB12D6637E0048B600 /* Prefix.pch */, - 2625095112F72AA70090D236 /* PreferencesWindowController.h */, - 2625095212F72AA70090D236 /* PreferencesWindowController.m */, - 26376A4312F7FA86000F45FE /* HistoryWindowController.h */, - 26376A4412F7FA86000F45FE /* HistoryWindowController.m */, - ); - name = "Cocoa Frontend"; - sourceTree = ""; - }; - 265F310F12D663C20048B600 /* Resources */ = { - isa = PBXGroup; - children = ( - 261DB28F13185C0A00C59F12 /* BookmarksWindow.xib.strings */, - 261DB29313185C0A00C59F12 /* BrowserWindow.xib.strings */, - 261DB29513185C0A00C59F12 /* DownloadWindow.xib.strings */, - 261DB29713185C0A00C59F12 /* HistoryWindow.xib.strings */, - 261DB29B13185C0A00C59F12 /* MainMenu.xib.strings */, - 261DB29D13185C0A00C59F12 /* PreferencesWindow.xib.strings */, - 261DB29F13185C0A00C59F12 /* SearchWindow.xib.strings */, - 261DB22113180AFF00C59F12 /* Localizable.strings */, - 2684028E1301848100850DA2 /* HomeTemplate.pdf */, - 26AFE63E12DDEB0A005AD082 /* NetSurf.icns */, - 2612268F12D7AE4100E10F91 /* Messages */, - 2612265D12D7AD6800E10F91 /* adblock.css */, - 2612265712D7ACB500E10F91 /* default.css */, - 2612265912D7ACB500E10F91 /* quirks.css */, - 265F30A712D6637E0048B600 /* NetSurf-Info.plist */, - 26121DA812D700B800E10F91 /* MainMenu.xib */, - 26121EAB12D70E0A00E10F91 /* Browser.xib */, - 26AFEAF012E042F9005AD082 /* DownloadWindow.xib */, - 26CDCFF212E70AD1004FC66B /* BrowserWindow.xib */, - 2666DC5B12F6D1770045E8B6 /* SearchWindow.xib */, - 2625095012F72A8F0090D236 /* PreferencesWindow.xib */, - 26376A4112F7FA67000F45FE /* HistoryWindow.xib */, - 26376BAC12F820D7000F45FE /* BookmarksWindow.xib */, - 26B4E926130D36A90003B527 /* LocalHistoryPanel.xib */, - ); - name = Resources; - path = res; - sourceTree = ""; - }; - 265F31C912D66A890048B600 /* image */ = { - isa = PBXGroup; - children = ( - 265F31CA12D66A890048B600 /* bitmap.h */, - 265F31CB12D66A890048B600 /* bmp.c */, - 265F31CC12D66A890048B600 /* bmp.h */, - 265F31CD12D66A890048B600 /* gif.c */, - 265F31CE12D66A890048B600 /* gif.h */, - 265F31CF12D66A890048B600 /* ico.c */, - 265F31D012D66A890048B600 /* ico.h */, - 265F31D112D66A890048B600 /* jpeg.c */, - 265F31D212D66A890048B600 /* jpeg.h */, - 265F31D312D66A890048B600 /* mng.c */, - 265F31D412D66A890048B600 /* mng.h */, - 265F31D512D66A890048B600 /* nssprite.c */, - 265F31D612D66A890048B600 /* nssprite.h */, - 265F31D712D66A890048B600 /* png.c */, - 265F31D812D66A890048B600 /* png.h */, - 265F31D912D66A890048B600 /* rsvg.c */, - 265F31DA12D66A890048B600 /* rsvg.h */, - 265F31DB12D66A890048B600 /* svg.c */, - 265F31DC12D66A890048B600 /* svg.h */, - 265F31DD12D66A890048B600 /* webp.c */, - 265F31DE12D66A890048B600 /* webp.h */, - ); - name = image; - path = ../image; - sourceTree = SOURCE_ROOT; - }; - 26CDCEB212E702D8004FC66B /* PSMTabBarControl */ = { - isa = PBXGroup; - children = ( - 26CDCFDB12E706FE004FC66B /* Images */, - 26CDCEB312E702D8004FC66B /* NSBezierPath_AMShading.h */, - 26CDCEB412E702D8004FC66B /* NSBezierPath_AMShading.m */, - 26CDCEB512E702D8004FC66B /* NSString_AITruncation.h */, - 26CDCEB612E702D8004FC66B /* NSString_AITruncation.m */, - 26CDCEBD12E702D8004FC66B /* PSMOverflowPopUpButton.h */, - 26CDCEBE12E702D8004FC66B /* PSMOverflowPopUpButton.m */, - 26CDCEBF12E702D8004FC66B /* PSMProgressIndicator.h */, - 26CDCEC012E702D8004FC66B /* PSMProgressIndicator.m */, - 26CDCEC112E702D8004FC66B /* PSMRolloverButton.h */, - 26CDCEC212E702D8004FC66B /* PSMRolloverButton.m */, - 26CDCEC312E702D8004FC66B /* PSMTabBarCell.h */, - 26CDCEC412E702D8004FC66B /* PSMTabBarCell.m */, - 26CDCEC512E702D8004FC66B /* PSMTabBarControl.h */, - 26CDCEC612E702D8004FC66B /* PSMTabBarControl.m */, - 26CDCEC712E702D8004FC66B /* PSMTabBarController.h */, - 26CDCEC812E702D8004FC66B /* PSMTabBarController.m */, - 26CDCEC912E702D8004FC66B /* PSMTabDragAssistant.h */, - 26CDCECA12E702D8004FC66B /* PSMTabDragAssistant.m */, - 26CDCECB12E702D8004FC66B /* PSMTabDragView.h */, - 26CDCECC12E702D8004FC66B /* PSMTabDragView.m */, - 26CDCECD12E702D8004FC66B /* PSMTabDragWindow.h */, - 26CDCECE12E702D8004FC66B /* PSMTabDragWindow.m */, - 26CDCECF12E702D8004FC66B /* PSMTabDragWindowController.h */, - 26CDCED012E702D8004FC66B /* PSMTabDragWindowController.m */, - 26CDCED112E702D8004FC66B /* PSMTabStyle.h */, - 26CDCED212E702D8004FC66B /* PSMUnifiedTabStyle.h */, - 26CDCED312E702D8004FC66B /* PSMUnifiedTabStyle.m */, - ); - path = PSMTabBarControl; - sourceTree = ""; - }; - 26CDCFDB12E706FE004FC66B /* Images */ = { - isa = PBXGroup; - children = ( - 26ABD61C12F02EB900407161 /* overflowImage.png */, - 26ABD61D12F02EB900407161 /* overflowImagePressed.png */, - 26ABD61E12F02EB900407161 /* pi.png */, - 26CDCFDC12E706FE004FC66B /* AquaTabClose_Front.png */, - 26CDCFDD12E706FF004FC66B /* AquaTabClose_Front_Pressed.png */, - 26CDCFDE12E706FF004FC66B /* AquaTabClose_Front_Rollover.png */, - 26CDCFDF12E706FF004FC66B /* AquaTabCloseDirty_Front.png */, - 26CDCFE012E706FF004FC66B /* AquaTabCloseDirty_Front_Pressed.png */, - 26CDCFE112E706FF004FC66B /* AquaTabCloseDirty_Front_Rollover.png */, - 26CDCFE212E706FF004FC66B /* AquaTabNew.png */, - 26CDCFE312E706FF004FC66B /* AquaTabNewPressed.png */, - 26CDCFE412E706FF004FC66B /* AquaTabNewRollover.png */, - ); - path = Images; - sourceTree = ""; - }; - 26CDD23E12E743A3004FC66B /* NetSurf */ = { - isa = PBXGroup; - children = ( - 260F1F6212D620E800D9B07F /* content */, - 260F1F7812D620E800D9B07F /* css */, - 260F1F8312D620E800D9B07F /* desktop */, - 260F1FC612D620E800D9B07F /* render */, - 265F31C912D66A890048B600 /* image */, - 260F1FE212D620E800D9B07F /* utils */, - ); - name = NetSurf; - sourceTree = ""; - }; - 26CDD26512E74402004FC66B /* Browser */ = { - isa = PBXGroup; - children = ( - 26121EFB12D7132100E10F91 /* BrowserView.h */, - 26121EFC12D7132100E10F91 /* BrowserView.m */, - 26CDD00112E70F56004FC66B /* BrowserWindowController.h */, - 26CDD00212E70F56004FC66B /* BrowserWindowController.m */, - 26CDD0F412E726E0004FC66B /* BrowserViewController.h */, - 26CDD0F512E726E0004FC66B /* BrowserViewController.m */, - 2666DC5D12F6D2E70045E8B6 /* SearchWindowController.h */, - 2666DC5E12F6D2E70045E8B6 /* SearchWindowController.m */, - 2666DD5012F706BC0045E8B6 /* BrowserWindow.h */, - 2666DD5112F706BC0045E8B6 /* BrowserWindow.m */, - 26B4E928130D37E50003B527 /* LocalHistoryController.h */, - 26B4E929130D37E50003B527 /* LocalHistoryController.m */, - ); - name = Browser; - sourceTree = ""; - }; - 26CDD26612E7441E004FC66B /* Views */ = { - isa = PBXGroup; - children = ( - 26B4E91A130D351F0003B527 /* ArrowBox.h */, - 26B4E91B130D351F0003B527 /* ArrowBox.m */, - 26B4E91C130D351F0003B527 /* ArrowWindow.h */, - 26B4E91D130D351F0003B527 /* ArrowWindow.m */, - 26B4E91E130D351F0003B527 /* BlackScroller.h */, - 26B4E91F130D351F0003B527 /* BlackScroller.m */, - 26AFE8E212DF4200005AD082 /* ScrollableView.h */, - 26AFE8E312DF4200005AD082 /* ScrollableView.m */, - 26EC3B6812ED62C0000A960C /* URLFieldCell.h */, - 26EC3B6912ED62C0000A960C /* URLFieldCell.m */, - 26EC3C4212ED8202000A960C /* HistoryView.h */, - 26EC3C4312ED8202000A960C /* HistoryView.m */, - 26EC3F1612EF0CBD000A960C /* FormSelectMenu.h */, - 26EC3F1712EF0CBD000A960C /* FormSelectMenu.m */, - ); - name = Views; - sourceTree = ""; - }; - 26CDD26712E74453004FC66B /* Download */ = { - isa = PBXGroup; - children = ( - 26AFEAE912E04253005AD082 /* DownloadWindowController.h */, - 26AFEAEA12E04253005AD082 /* DownloadWindowController.m */, - ); - name = Download; - sourceTree = ""; - }; - 26CDD26812E74461004FC66B /* NSApplication */ = { - isa = PBXGroup; - children = ( - 263629C812F69B120048542C /* NetsurfApp.h */, - 263629C912F69B120048542C /* NetsurfApp.m */, - 26AFE97A12DF514C005AD082 /* NetSurfAppDelegate.h */, - 26AFE97B12DF514C005AD082 /* NetSurfAppDelegate.m */, - ); - name = NSApplication; - sourceTree = ""; - }; - 26CDD26912E7446E004FC66B /* Platform Interface */ = { - isa = PBXGroup; - children = ( - 263629CA12F69B120048542C /* system_colour.m */, - 264C344112F0987E00D11246 /* gui.h */, - 265F311912D663F50048B600 /* gui.m */, - 261223CB12D7805300E10F91 /* plotter.h */, - 265F314712D666660048B600 /* plotter.m */, - 265F316112D667E10048B600 /* schedule.m */, - 265F316612D668130048B600 /* thumbnail.m */, - 265F316F12D668790048B600 /* fetch.m */, - 265F319012D668DB0048B600 /* url.m */, - 265F31C412D66A0D0048B600 /* save.m */, - 260FC03112D85ACE00079C00 /* bitmap.h */, - 265F31EB12D66B190048B600 /* bitmap.m */, - 265F320512D66C200048B600 /* utf8.m */, - 265F321312D66CD90048B600 /* utils.m */, - 261223B712D77F9C00E10F91 /* font.h */, - 265F321E12D66D510048B600 /* font.m */, - 26AFED0312E09916005AD082 /* selection.m */, - 2639E20512F2ADEE00699678 /* coordinates.h */, - ); - name = "Platform Interface"; - sourceTree = ""; - }; - 29B97314FDCFA39411CA2CEA /* Untitled */ = { - isa = PBXGroup; - children = ( - 265F303F12D6637E0048B600 /* Cocoa Frontend */, - 26CDD23E12E743A3004FC66B /* NetSurf */, - 263629B212F69A080048542C /* Makefiles */, - 261DB24E1318443500C59F12 /* Tools */, - 19C28FACFE9D520D11CA2CBB /* Products */, - ); - name = Untitled; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXLegacyTarget section */ - 2636298F12F698E00048542C /* NetSurf */ = { - isa = PBXLegacyTarget; - buildArgumentsString = "$(ACTION) MKDIR=\"mkdir -p\""; - buildConfigurationList = 2636299512F699250048542C /* Build configuration list for PBXLegacyTarget "NetSurf" */; - buildPhases = ( - ); - buildToolPath = /usr/bin/make; - buildWorkingDirectory = "$(SRCROOT)/.."; - dependencies = ( - ); - name = NetSurf; - passBuildSettingsInEnvironment = 1; - productName = NetSurf; - }; -/* End PBXLegacyTarget section */ - -/* Begin PBXProject section */ - 29B97313FDCFA39411CA2CEA /* Project object */ = { - isa = PBXProject; - attributes = { - BuildIndependentTargetsInParallel = YES; - }; - buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "NetSurf" */; - compatibilityVersion = "Xcode 3.1"; - developmentRegion = English; - hasScannedForEncodings = 1; - knownRegions = ( - English, - Japanese, - French, - German, - de, - en, - fr, - it, - nl, - ); - mainGroup = 29B97314FDCFA39411CA2CEA /* Untitled */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 2636298F12F698E00048542C /* NetSurf */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXVariantGroup section */ - 2612268F12D7AE4100E10F91 /* Messages */ = { - isa = PBXVariantGroup; - children = ( - 2612269012D7AE4100E10F91 /* de */, - 2612269312D7AE9B00E10F91 /* nl */, - 2612269412D7AEA800E10F91 /* en */, - 2612269512D7AEB500E10F91 /* it */, - 2612269612D7AEBE00E10F91 /* fr */, - ); - name = Messages; - sourceTree = ""; - }; - 261DB22113180AFF00C59F12 /* Localizable.strings */ = { - isa = PBXVariantGroup; - children = ( - 261DB22213180AFF00C59F12 /* en */, - 261DB22613180B4F00C59F12 /* de */, - 261DB23313180CD600C59F12 /* fr */, - 261DB23413180CE000C59F12 /* it */, - 261DB23513180CEE00C59F12 /* nl */, - ); - name = Localizable.strings; - sourceTree = ""; - }; - 261DB28F13185C0A00C59F12 /* BookmarksWindow.xib.strings */ = { - isa = PBXVariantGroup; - children = ( - 261DB29013185C0A00C59F12 /* de */, - ); - name = BookmarksWindow.xib.strings; - sourceTree = ""; - }; - 261DB29313185C0A00C59F12 /* BrowserWindow.xib.strings */ = { - isa = PBXVariantGroup; - children = ( - 261DB29413185C0A00C59F12 /* de */, - ); - name = BrowserWindow.xib.strings; - sourceTree = ""; - }; - 261DB29513185C0A00C59F12 /* DownloadWindow.xib.strings */ = { - isa = PBXVariantGroup; - children = ( - 261DB29613185C0A00C59F12 /* de */, - ); - name = DownloadWindow.xib.strings; - sourceTree = ""; - }; - 261DB29713185C0A00C59F12 /* HistoryWindow.xib.strings */ = { - isa = PBXVariantGroup; - children = ( - 261DB29813185C0A00C59F12 /* de */, - ); - name = HistoryWindow.xib.strings; - sourceTree = ""; - }; - 261DB29B13185C0A00C59F12 /* MainMenu.xib.strings */ = { - isa = PBXVariantGroup; - children = ( - 261DB29C13185C0A00C59F12 /* de */, - ); - name = MainMenu.xib.strings; - sourceTree = ""; - }; - 261DB29D13185C0A00C59F12 /* PreferencesWindow.xib.strings */ = { - isa = PBXVariantGroup; - children = ( - 261DB29E13185C0A00C59F12 /* de */, - ); - name = PreferencesWindow.xib.strings; - sourceTree = ""; - }; - 261DB29F13185C0A00C59F12 /* SearchWindow.xib.strings */ = { - isa = PBXVariantGroup; - children = ( - 261DB2A013185C0A00C59F12 /* de */, - ); - name = SearchWindow.xib.strings; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 2636299012F698E10048542C /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = NetSurf; - }; - name = Debug; - }; - 2636299112F698E10048542C /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - MKDIR = "mkdir -p"; - PRODUCT_NAME = NetSurf; - }; - name = Release; - }; - C01FCF4F08A954540054247B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = macosx10.5; - }; - name = Debug; - }; - C01FCF5008A954540054247B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; - ONLY_ACTIVE_ARCH = NO; - SDKROOT = macosx10.5; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 2636299512F699250048542C /* Build configuration list for PBXLegacyTarget "NetSurf" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 2636299012F698E10048542C /* Debug */, - 2636299112F698E10048542C /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C01FCF4E08A954540054247B /* Build configuration list for PBXProject "NetSurf" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C01FCF4F08A954540054247B /* Debug */, - C01FCF5008A954540054247B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 29B97313FDCFA39411CA2CEA /* Project object */; -} -- cgit v1.2.3