// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 42; objects = { /* Begin PBXBuildFile section */ 6A99076A0A66C79B007272EB /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A9907260A66C771007272EB /* Cocoa.framework */; }; 6A99076B0A66C79B007272EB /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A9907270A66C771007272EB /* WebKit.framework */; }; 6A9907780A66C7A9007272EB /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A9907700A66C7A9007272EB /* main.m */; }; 6A9907790A66C7A9007272EB /* NSDictionaryExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A9907720A66C7A9007272EB /* NSDictionaryExtension.m */; }; 6A99077A0A66C7A9007272EB /* NSStringExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A9907740A66C7A9007272EB /* NSStringExtension.m */; }; 6A99077B0A66C7A9007272EB /* ServerDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A9907760A66C7A9007272EB /* ServerDelegate.m */; }; 6A9907840A66C7C6007272EB /* MainMenu.nib in Resources */ = {isa = PBXBuildFile; fileRef = 6A9907810A66C7C6007272EB /* MainMenu.nib */; }; 6A9907900A66C82F007272EB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6A99078E0A66C82F007272EB /* InfoPlist.strings */; }; D4419AC30BECFA1900949D5F /* CandiWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = D4419AC20BECFA1900949D5F /* CandiWindow.m */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 6A9907260A66C771007272EB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; 6A9907270A66C771007272EB /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = /System/Library/Frameworks/WebKit.framework; sourceTree = ""; }; 6A9907310A66C77F007272EB /* WebKitServer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WebKitServer.app; sourceTree = BUILT_PRODUCTS_DIR; }; 6A9907340A66C77F007272EB /* WebKitServer-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "WebKitServer-Info.plist"; sourceTree = ""; }; 6A9907700A66C7A9007272EB /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 6A9907710A66C7A9007272EB /* NSDictionaryExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSDictionaryExtension.h; sourceTree = ""; }; 6A9907720A66C7A9007272EB /* NSDictionaryExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSDictionaryExtension.m; sourceTree = ""; }; 6A9907730A66C7A9007272EB /* NSStringExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSStringExtension.h; sourceTree = ""; }; 6A9907740A66C7A9007272EB /* NSStringExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSStringExtension.m; sourceTree = ""; }; 6A9907750A66C7A9007272EB /* ServerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ServerDelegate.h; sourceTree = ""; }; 6A9907760A66C7A9007272EB /* ServerDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ServerDelegate.m; sourceTree = ""; }; 6A9907820A66C7C6007272EB /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MainMenu.nib; sourceTree = ""; }; 6A99078F0A66C82F007272EB /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = ""; }; D4419AC10BECFA1900949D5F /* CandiWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CandiWindow.h; sourceTree = ""; }; D4419AC20BECFA1900949D5F /* CandiWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CandiWindow.m; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 6A99072F0A66C77F007272EB /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 6A99076A0A66C79B007272EB /* Cocoa.framework in Frameworks */, 6A99076B0A66C79B007272EB /* WebKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 6A9907190A66C760007272EB = { isa = PBXGroup; children = ( 6A99078E0A66C82F007272EB /* InfoPlist.strings */, 6A9907810A66C7C6007272EB /* MainMenu.nib */, 6A9907700A66C7A9007272EB /* main.m */, 6A9907710A66C7A9007272EB /* NSDictionaryExtension.h */, 6A9907720A66C7A9007272EB /* NSDictionaryExtension.m */, 6A9907730A66C7A9007272EB /* NSStringExtension.h */, 6A9907740A66C7A9007272EB /* NSStringExtension.m */, 6A9907750A66C7A9007272EB /* ServerDelegate.h */, 6A9907760A66C7A9007272EB /* ServerDelegate.m */, 6A9907260A66C771007272EB /* Cocoa.framework */, 6A9907270A66C771007272EB /* WebKit.framework */, 6A9907320A66C77F007272EB /* Products */, 6A9907340A66C77F007272EB /* WebKitServer-Info.plist */, D4419AC10BECFA1900949D5F /* CandiWindow.h */, D4419AC20BECFA1900949D5F /* CandiWindow.m */, ); sourceTree = ""; }; 6A9907320A66C77F007272EB /* Products */ = { isa = PBXGroup; children = ( 6A9907310A66C77F007272EB /* WebKitServer.app */, ); name = Products; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 6A9907300A66C77F007272EB /* WebKitServer */ = { isa = PBXNativeTarget; buildConfigurationList = 6A9907350A66C780007272EB /* Build configuration list for PBXNativeTarget "WebKitServer" */; buildPhases = ( 6A99072D0A66C77F007272EB /* Resources */, 6A99072E0A66C77F007272EB /* Sources */, 6A99072F0A66C77F007272EB /* Frameworks */, ); buildRules = ( ); dependencies = ( ); name = WebKitServer; productName = WebKitServer; productReference = 6A9907310A66C77F007272EB /* WebKitServer.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 6A99071B0A66C760007272EB /* Project object */ = { isa = PBXProject; buildConfigurationList = 6A99071C0A66C760007272EB /* Build configuration list for PBXProject "WebKitServer" */; hasScannedForEncodings = 0; mainGroup = 6A9907190A66C760007272EB; productRefGroup = 6A9907320A66C77F007272EB /* Products */; projectDirPath = ""; targets = ( 6A9907300A66C77F007272EB /* WebKitServer */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 6A99072D0A66C77F007272EB /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 6A9907840A66C7C6007272EB /* MainMenu.nib in Resources */, 6A9907900A66C82F007272EB /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ 6A99072E0A66C77F007272EB /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 6A9907780A66C7A9007272EB /* main.m in Sources */, 6A9907790A66C7A9007272EB /* NSDictionaryExtension.m in Sources */, 6A99077A0A66C7A9007272EB /* NSStringExtension.m in Sources */, 6A99077B0A66C7A9007272EB /* ServerDelegate.m in Sources */, D4419AC30BECFA1900949D5F /* CandiWindow.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ 6A9907810A66C7C6007272EB /* MainMenu.nib */ = { isa = PBXVariantGroup; children = ( 6A9907820A66C7C6007272EB /* English */, ); name = MainMenu.nib; sourceTree = ""; }; 6A99078E0A66C82F007272EB /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( 6A99078F0A66C82F007272EB /* English */, ); name = InfoPlist.strings; sourceTree = ""; }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ 6A99071D0A66C760007272EB /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; }; name = Debug; }; 6A99071E0A66C760007272EB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = YES; }; name = Release; }; 6A9907360A66C780007272EB /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h"; INFOPLIST_FILE = "WebKitServer-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", Foundation, "-framework", AppKit, ); PREBINDING = NO; PRODUCT_NAME = WebKitServer; WRAPPER_EXTENSION = app; ZERO_LINK = YES; }; name = Debug; }; 6A9907370A66C780007272EB /* Release */ = { isa = XCBuildConfiguration; buildSettings = { COPY_PHASE_STRIP = YES; GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h"; INFOPLIST_FILE = "WebKitServer-Info.plist"; INSTALL_PATH = "$(HOME)/Applications"; OTHER_LDFLAGS = ( "-framework", Foundation, "-framework", AppKit, ); PREBINDING = NO; PRODUCT_NAME = WebKitServer; WRAPPER_EXTENSION = app; ZERO_LINK = NO; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 6A99071C0A66C760007272EB /* Build configuration list for PBXProject "WebKitServer" */ = { isa = XCConfigurationList; buildConfigurations = ( 6A99071D0A66C760007272EB /* Debug */, 6A99071E0A66C760007272EB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 6A9907350A66C780007272EB /* Build configuration list for PBXNativeTarget "WebKitServer" */ = { isa = XCConfigurationList; buildConfigurations = ( 6A9907360A66C780007272EB /* Debug */, 6A9907370A66C780007272EB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 6A99071B0A66C760007272EB /* Project object */; }