Files
2016-09-15 10:13:52 -05:00

514 lines
31 KiB
Plaintext
Executable File

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58140DA1D0A300B32029 /* MainMenu.xib */; };
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
DC1283C314A66996006112AB /* DDAbstractDatabaseLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC1283B414A66996006112AB /* DDAbstractDatabaseLogger.m */; };
DC1283C414A66996006112AB /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC1283B614A66996006112AB /* DDASLLogger.m */; };
DC1283C514A66996006112AB /* DDFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC1283B814A66996006112AB /* DDFileLogger.m */; };
DC1283C614A66996006112AB /* DDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = DC1283BA14A66996006112AB /* DDLog.m */; };
DC1283C714A66996006112AB /* DDTTYLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC1283BC14A66996006112AB /* DDTTYLogger.m */; };
DC1283C814A66996006112AB /* ContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = DC1283BF14A66996006112AB /* ContextFilterLogFormatter.m */; };
DC1283C914A66996006112AB /* DispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = DC1283C114A66996006112AB /* DispatchQueueLogFormatter.m */; };
DC1283CA14A66996006112AB /* README.txt in Resources */ = {isa = PBXBuildFile; fileRef = DC1283C214A66996006112AB /* README.txt */; };
DC2E323E1299A3C1009F096E /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC2E323D1299A3C1009F096E /* GCDAsyncSocket.m */; };
DC372F9A139DC42C00A8407D /* DDData.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F7E139DC42C00A8407D /* DDData.m */; };
DC372F9B139DC42C00A8407D /* DDNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F80139DC42C00A8407D /* DDNumber.m */; };
DC372F9C139DC42C00A8407D /* DDRange.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F82139DC42C00A8407D /* DDRange.m */; };
DC372F9D139DC42C00A8407D /* HTTPAuthenticationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F84139DC42C00A8407D /* HTTPAuthenticationRequest.m */; };
DC372F9E139DC42C00A8407D /* HTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F86139DC42C00A8407D /* HTTPConnection.m */; };
DC372F9F139DC42C00A8407D /* HTTPMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F89139DC42C00A8407D /* HTTPMessage.m */; };
DC372FA0139DC42C00A8407D /* HTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F8C139DC42C00A8407D /* HTTPServer.m */; };
DC372FA1139DC42C00A8407D /* HTTPAsyncFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F8F139DC42C00A8407D /* HTTPAsyncFileResponse.m */; };
DC372FA2139DC42C00A8407D /* HTTPDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F91139DC42C00A8407D /* HTTPDataResponse.m */; };
DC372FA3139DC42C00A8407D /* HTTPDynamicFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F93139DC42C00A8407D /* HTTPDynamicFileResponse.m */; };
DC372FA4139DC42C00A8407D /* HTTPFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F95139DC42C00A8407D /* HTTPFileResponse.m */; };
DC372FA5139DC42C00A8407D /* HTTPRedirectResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F97139DC42C00A8407D /* HTTPRedirectResponse.m */; };
DC372FA6139DC42C00A8407D /* WebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC372F99139DC42C00A8407D /* WebSocket.m */; };
DC5BD69A0FC33F5900DA9B03 /* libcrypto.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DC5BD6990FC33F5900DA9B03 /* libcrypto.dylib */; };
DC5BD6C20FC3410300DA9B03 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC5BD6C10FC3410300DA9B03 /* AppDelegate.m */; };
DC5BD6DE0FC3418200DA9B03 /* MyHTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = DC5BD6DD0FC3418200DA9B03 /* MyHTTPConnection.m */; };
DC5BD70C0FC3443900DA9B03 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC5BD70B0FC3443900DA9B03 /* Security.framework */; };
DCD065F9123C83C8006BC411 /* DDKeychain.m in Sources */ = {isa = PBXBuildFile; fileRef = DCD065F8123C83C8006BC411 /* DDKeychain.m */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
1DDD58150DA1D0A300B32029 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
32CA4F630368D1EE00C91783 /* SecureHTTPServer_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SecureHTTPServer_Prefix.pch; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8D1107320486CEB800E47090 /* SecureHTTPServer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SecureHTTPServer.app; sourceTree = BUILT_PRODUCTS_DIR; };
DC1283B314A66996006112AB /* DDAbstractDatabaseLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDAbstractDatabaseLogger.h; path = ../../Vendor/CocoaLumberjack/DDAbstractDatabaseLogger.h; sourceTree = "<group>"; };
DC1283B414A66996006112AB /* DDAbstractDatabaseLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDAbstractDatabaseLogger.m; path = ../../Vendor/CocoaLumberjack/DDAbstractDatabaseLogger.m; sourceTree = "<group>"; };
DC1283B514A66996006112AB /* DDASLLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDASLLogger.h; path = ../../Vendor/CocoaLumberjack/DDASLLogger.h; sourceTree = "<group>"; };
DC1283B614A66996006112AB /* DDASLLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDASLLogger.m; path = ../../Vendor/CocoaLumberjack/DDASLLogger.m; sourceTree = "<group>"; };
DC1283B714A66996006112AB /* DDFileLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDFileLogger.h; path = ../../Vendor/CocoaLumberjack/DDFileLogger.h; sourceTree = "<group>"; };
DC1283B814A66996006112AB /* DDFileLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDFileLogger.m; path = ../../Vendor/CocoaLumberjack/DDFileLogger.m; sourceTree = "<group>"; };
DC1283B914A66996006112AB /* DDLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDLog.h; path = ../../Vendor/CocoaLumberjack/DDLog.h; sourceTree = "<group>"; };
DC1283BA14A66996006112AB /* DDLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDLog.m; path = ../../Vendor/CocoaLumberjack/DDLog.m; sourceTree = "<group>"; };
DC1283BB14A66996006112AB /* DDTTYLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDTTYLogger.h; path = ../../Vendor/CocoaLumberjack/DDTTYLogger.h; sourceTree = "<group>"; };
DC1283BC14A66996006112AB /* DDTTYLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDTTYLogger.m; path = ../../Vendor/CocoaLumberjack/DDTTYLogger.m; sourceTree = "<group>"; };
DC1283BE14A66996006112AB /* ContextFilterLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContextFilterLogFormatter.h; sourceTree = "<group>"; };
DC1283BF14A66996006112AB /* ContextFilterLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContextFilterLogFormatter.m; sourceTree = "<group>"; };
DC1283C014A66996006112AB /* DispatchQueueLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DispatchQueueLogFormatter.h; sourceTree = "<group>"; };
DC1283C114A66996006112AB /* DispatchQueueLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DispatchQueueLogFormatter.m; sourceTree = "<group>"; };
DC1283C214A66996006112AB /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; };
DC2E323C1299A3C1009F096E /* GCDAsyncSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GCDAsyncSocket.h; path = ../../Vendor/CocoaAsyncSocket/GCDAsyncSocket.h; sourceTree = SOURCE_ROOT; };
DC2E323D1299A3C1009F096E /* GCDAsyncSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncSocket.m; path = ../../Vendor/CocoaAsyncSocket/GCDAsyncSocket.m; sourceTree = SOURCE_ROOT; };
DC372E72139D4D4600A8407D /* Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Base.xcconfig; sourceTree = "<group>"; };
DC372E73139D4D4600A8407D /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
DC372E75139D4D4600A8407D /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
DC372F7D139DC42C00A8407D /* DDData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDData.h; sourceTree = "<group>"; };
DC372F7E139DC42C00A8407D /* DDData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDData.m; sourceTree = "<group>"; };
DC372F7F139DC42C00A8407D /* DDNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDNumber.h; sourceTree = "<group>"; };
DC372F80139DC42C00A8407D /* DDNumber.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDNumber.m; sourceTree = "<group>"; };
DC372F81139DC42C00A8407D /* DDRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDRange.h; sourceTree = "<group>"; };
DC372F82139DC42C00A8407D /* DDRange.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDRange.m; sourceTree = "<group>"; };
DC372F83139DC42C00A8407D /* HTTPAuthenticationRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPAuthenticationRequest.h; path = ../../Core/HTTPAuthenticationRequest.h; sourceTree = "<group>"; };
DC372F84139DC42C00A8407D /* HTTPAuthenticationRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPAuthenticationRequest.m; path = ../../Core/HTTPAuthenticationRequest.m; sourceTree = "<group>"; };
DC372F85139DC42C00A8407D /* HTTPConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPConnection.h; path = ../../Core/HTTPConnection.h; sourceTree = "<group>"; };
DC372F86139DC42C00A8407D /* HTTPConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPConnection.m; path = ../../Core/HTTPConnection.m; sourceTree = "<group>"; };
DC372F87139DC42C00A8407D /* HTTPLogging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPLogging.h; path = ../../Core/HTTPLogging.h; sourceTree = "<group>"; };
DC372F88139DC42C00A8407D /* HTTPMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPMessage.h; path = ../../Core/HTTPMessage.h; sourceTree = "<group>"; };
DC372F89139DC42C00A8407D /* HTTPMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPMessage.m; path = ../../Core/HTTPMessage.m; sourceTree = "<group>"; };
DC372F8A139DC42C00A8407D /* HTTPResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPResponse.h; path = ../../Core/HTTPResponse.h; sourceTree = "<group>"; };
DC372F8B139DC42C00A8407D /* HTTPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPServer.h; path = ../../Core/HTTPServer.h; sourceTree = "<group>"; };
DC372F8C139DC42C00A8407D /* HTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPServer.m; path = ../../Core/HTTPServer.m; sourceTree = "<group>"; };
DC372F8E139DC42C00A8407D /* HTTPAsyncFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPAsyncFileResponse.h; sourceTree = "<group>"; };
DC372F8F139DC42C00A8407D /* HTTPAsyncFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPAsyncFileResponse.m; sourceTree = "<group>"; };
DC372F90139DC42C00A8407D /* HTTPDataResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPDataResponse.h; sourceTree = "<group>"; };
DC372F91139DC42C00A8407D /* HTTPDataResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPDataResponse.m; sourceTree = "<group>"; };
DC372F92139DC42C00A8407D /* HTTPDynamicFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPDynamicFileResponse.h; sourceTree = "<group>"; };
DC372F93139DC42C00A8407D /* HTTPDynamicFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPDynamicFileResponse.m; sourceTree = "<group>"; };
DC372F94139DC42C00A8407D /* HTTPFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPFileResponse.h; sourceTree = "<group>"; };
DC372F95139DC42C00A8407D /* HTTPFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPFileResponse.m; sourceTree = "<group>"; };
DC372F96139DC42C00A8407D /* HTTPRedirectResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPRedirectResponse.h; sourceTree = "<group>"; };
DC372F97139DC42C00A8407D /* HTTPRedirectResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPRedirectResponse.m; sourceTree = "<group>"; };
DC372F98139DC42C00A8407D /* WebSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebSocket.h; path = ../../Core/WebSocket.h; sourceTree = "<group>"; };
DC372F99139DC42C00A8407D /* WebSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WebSocket.m; path = ../../Core/WebSocket.m; sourceTree = "<group>"; };
DC5BD6990FC33F5900DA9B03 /* libcrypto.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libcrypto.dylib; path = /usr/lib/libcrypto.dylib; sourceTree = "<absolute>"; };
DC5BD6C00FC3410300DA9B03 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
DC5BD6C10FC3410300DA9B03 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
DC5BD6DC0FC3418200DA9B03 /* MyHTTPConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyHTTPConnection.h; sourceTree = "<group>"; };
DC5BD6DD0FC3418200DA9B03 /* MyHTTPConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyHTTPConnection.m; sourceTree = "<group>"; };
DC5BD70B0FC3443900DA9B03 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
DCD065F7123C83C8006BC411 /* DDKeychain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDKeychain.h; sourceTree = "<group>"; };
DCD065F8123C83C8006BC411 /* DDKeychain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDKeychain.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
8D11072E0486CEB800E47090 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
DC5BD69A0FC33F5900DA9B03 /* libcrypto.dylib in Frameworks */,
DC5BD70C0FC3443900DA9B03 /* Security.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
080E96DDFE201D6D7F000001 /* Classes */ = {
isa = PBXGroup;
children = (
DC5BD6C00FC3410300DA9B03 /* AppDelegate.h */,
DC5BD6C10FC3410300DA9B03 /* AppDelegate.m */,
DC5BD6DC0FC3418200DA9B03 /* MyHTTPConnection.h */,
DC5BD6DD0FC3418200DA9B03 /* MyHTTPConnection.m */,
);
name = Classes;
sourceTree = "<group>";
};
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
isa = PBXGroup;
children = (
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
DC5BD70B0FC3443900DA9B03 /* Security.framework */,
DC5BD6990FC33F5900DA9B03 /* libcrypto.dylib */,
);
name = "Linked Frameworks";
sourceTree = "<group>";
};
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
isa = PBXGroup;
children = (
29B97324FDCFA39411CA2CEA /* AppKit.framework */,
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
29B97325FDCFA39411CA2CEA /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
19C28FACFE9D520D11CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
8D1107320486CEB800E47090 /* SecureHTTPServer.app */,
);
name = Products;
sourceTree = "<group>";
};
29B97314FDCFA39411CA2CEA /* SecureHTTPServer */ = {
isa = PBXGroup;
children = (
DC2E323B1299A399009F096E /* Logging */,
DC5BD6960FC33F0800DA9B03 /* TCP */,
DC5BD6970FC33F0D00DA9B03 /* HTTP */,
DC5BD6E70FC3433100DA9B03 /* Keychain */,
080E96DDFE201D6D7F000001 /* Classes */,
29B97315FDCFA39411CA2CEA /* Other Sources */,
29B97317FDCFA39411CA2CEA /* Resources */,
29B97323FDCFA39411CA2CEA /* Frameworks */,
19C28FACFE9D520D11CA2CBB /* Products */,
);
name = SecureHTTPServer;
sourceTree = "<group>";
};
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
isa = PBXGroup;
children = (
DC372E71139D4D4600A8407D /* Xcode-Configurations */,
32CA4F630368D1EE00C91783 /* SecureHTTPServer_Prefix.pch */,
29B97316FDCFA39411CA2CEA /* main.m */,
);
name = "Other Sources";
sourceTree = "<group>";
};
29B97317FDCFA39411CA2CEA /* Resources */ = {
isa = PBXGroup;
children = (
8D1107310486CEB800E47090 /* Info.plist */,
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
1DDD58140DA1D0A300B32029 /* MainMenu.xib */,
);
name = Resources;
sourceTree = "<group>";
};
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
isa = PBXGroup;
children = (
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
DC1283BD14A66996006112AB /* Extensions */ = {
isa = PBXGroup;
children = (
DC1283BE14A66996006112AB /* ContextFilterLogFormatter.h */,
DC1283BF14A66996006112AB /* ContextFilterLogFormatter.m */,
DC1283C014A66996006112AB /* DispatchQueueLogFormatter.h */,
DC1283C114A66996006112AB /* DispatchQueueLogFormatter.m */,
DC1283C214A66996006112AB /* README.txt */,
);
name = Extensions;
path = ../../Vendor/CocoaLumberjack/Extensions;
sourceTree = "<group>";
};
DC2E323B1299A399009F096E /* Logging */ = {
isa = PBXGroup;
children = (
DC1283B314A66996006112AB /* DDAbstractDatabaseLogger.h */,
DC1283B414A66996006112AB /* DDAbstractDatabaseLogger.m */,
DC1283B514A66996006112AB /* DDASLLogger.h */,
DC1283B614A66996006112AB /* DDASLLogger.m */,
DC1283B714A66996006112AB /* DDFileLogger.h */,
DC1283B814A66996006112AB /* DDFileLogger.m */,
DC1283B914A66996006112AB /* DDLog.h */,
DC1283BA14A66996006112AB /* DDLog.m */,
DC1283BB14A66996006112AB /* DDTTYLogger.h */,
DC1283BC14A66996006112AB /* DDTTYLogger.m */,
DC1283BD14A66996006112AB /* Extensions */,
);
name = Logging;
sourceTree = "<group>";
};
DC372E71139D4D4600A8407D /* Xcode-Configurations */ = {
isa = PBXGroup;
children = (
DC372E72139D4D4600A8407D /* Base.xcconfig */,
DC372E73139D4D4600A8407D /* Debug.xcconfig */,
DC372E75139D4D4600A8407D /* Release.xcconfig */,
);
name = "Xcode-Configurations";
path = "../Xcode-Configurations";
sourceTree = "<group>";
};
DC372F7C139DC42C00A8407D /* Categories */ = {
isa = PBXGroup;
children = (
DC372F7D139DC42C00A8407D /* DDData.h */,
DC372F7E139DC42C00A8407D /* DDData.m */,
DC372F7F139DC42C00A8407D /* DDNumber.h */,
DC372F80139DC42C00A8407D /* DDNumber.m */,
DC372F81139DC42C00A8407D /* DDRange.h */,
DC372F82139DC42C00A8407D /* DDRange.m */,
);
name = Categories;
path = ../../Core/Categories;
sourceTree = "<group>";
};
DC372F8D139DC42C00A8407D /* Responses */ = {
isa = PBXGroup;
children = (
DC372F90139DC42C00A8407D /* HTTPDataResponse.h */,
DC372F91139DC42C00A8407D /* HTTPDataResponse.m */,
DC372F94139DC42C00A8407D /* HTTPFileResponse.h */,
DC372F95139DC42C00A8407D /* HTTPFileResponse.m */,
DC372F96139DC42C00A8407D /* HTTPRedirectResponse.h */,
DC372F97139DC42C00A8407D /* HTTPRedirectResponse.m */,
DC372F8E139DC42C00A8407D /* HTTPAsyncFileResponse.h */,
DC372F8F139DC42C00A8407D /* HTTPAsyncFileResponse.m */,
DC372F92139DC42C00A8407D /* HTTPDynamicFileResponse.h */,
DC372F93139DC42C00A8407D /* HTTPDynamicFileResponse.m */,
);
name = Responses;
path = ../../Core/Responses;
sourceTree = "<group>";
};
DC5BD6960FC33F0800DA9B03 /* TCP */ = {
isa = PBXGroup;
children = (
DC2E323C1299A3C1009F096E /* GCDAsyncSocket.h */,
DC2E323D1299A3C1009F096E /* GCDAsyncSocket.m */,
);
name = TCP;
sourceTree = "<group>";
};
DC5BD6970FC33F0D00DA9B03 /* HTTP */ = {
isa = PBXGroup;
children = (
DC372F83139DC42C00A8407D /* HTTPAuthenticationRequest.h */,
DC372F84139DC42C00A8407D /* HTTPAuthenticationRequest.m */,
DC372F85139DC42C00A8407D /* HTTPConnection.h */,
DC372F86139DC42C00A8407D /* HTTPConnection.m */,
DC372F87139DC42C00A8407D /* HTTPLogging.h */,
DC372F88139DC42C00A8407D /* HTTPMessage.h */,
DC372F89139DC42C00A8407D /* HTTPMessage.m */,
DC372F8A139DC42C00A8407D /* HTTPResponse.h */,
DC372F8B139DC42C00A8407D /* HTTPServer.h */,
DC372F8C139DC42C00A8407D /* HTTPServer.m */,
DC372F98139DC42C00A8407D /* WebSocket.h */,
DC372F99139DC42C00A8407D /* WebSocket.m */,
DC372F8D139DC42C00A8407D /* Responses */,
DC372F7C139DC42C00A8407D /* Categories */,
);
name = HTTP;
sourceTree = "<group>";
};
DC5BD6E70FC3433100DA9B03 /* Keychain */ = {
isa = PBXGroup;
children = (
DCD065F7123C83C8006BC411 /* DDKeychain.h */,
DCD065F8123C83C8006BC411 /* DDKeychain.m */,
);
name = Keychain;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
8D1107260486CEB800E47090 /* SecureHTTPServer */ = {
isa = PBXNativeTarget;
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "SecureHTTPServer" */;
buildPhases = (
8D1107290486CEB800E47090 /* Resources */,
8D11072C0486CEB800E47090 /* Sources */,
8D11072E0486CEB800E47090 /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = SecureHTTPServer;
productInstallPath = "$(HOME)/Applications";
productName = SecureHTTPServer;
productReference = 8D1107320486CEB800E47090 /* SecureHTTPServer.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0460;
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SecureHTTPServer" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* SecureHTTPServer */;
projectDirPath = "";
projectRoot = "";
targets = (
8D1107260486CEB800E47090 /* SecureHTTPServer */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
8D1107290486CEB800E47090 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */,
DC1283CA14A66996006112AB /* README.txt in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
8D11072C0486CEB800E47090 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
8D11072D0486CEB800E47090 /* main.m in Sources */,
DC5BD6C20FC3410300DA9B03 /* AppDelegate.m in Sources */,
DC5BD6DE0FC3418200DA9B03 /* MyHTTPConnection.m in Sources */,
DCD065F9123C83C8006BC411 /* DDKeychain.m in Sources */,
DC2E323E1299A3C1009F096E /* GCDAsyncSocket.m in Sources */,
DC372F9A139DC42C00A8407D /* DDData.m in Sources */,
DC372F9B139DC42C00A8407D /* DDNumber.m in Sources */,
DC372F9C139DC42C00A8407D /* DDRange.m in Sources */,
DC372F9D139DC42C00A8407D /* HTTPAuthenticationRequest.m in Sources */,
DC372F9E139DC42C00A8407D /* HTTPConnection.m in Sources */,
DC372F9F139DC42C00A8407D /* HTTPMessage.m in Sources */,
DC372FA0139DC42C00A8407D /* HTTPServer.m in Sources */,
DC372FA1139DC42C00A8407D /* HTTPAsyncFileResponse.m in Sources */,
DC372FA2139DC42C00A8407D /* HTTPDataResponse.m in Sources */,
DC372FA3139DC42C00A8407D /* HTTPDynamicFileResponse.m in Sources */,
DC372FA4139DC42C00A8407D /* HTTPFileResponse.m in Sources */,
DC372FA5139DC42C00A8407D /* HTTPRedirectResponse.m in Sources */,
DC372FA6139DC42C00A8407D /* WebSocket.m in Sources */,
DC1283C314A66996006112AB /* DDAbstractDatabaseLogger.m in Sources */,
DC1283C414A66996006112AB /* DDASLLogger.m in Sources */,
DC1283C514A66996006112AB /* DDFileLogger.m in Sources */,
DC1283C614A66996006112AB /* DDLog.m in Sources */,
DC1283C714A66996006112AB /* DDTTYLogger.m in Sources */,
DC1283C814A66996006112AB /* ContextFilterLogFormatter.m in Sources */,
DC1283C914A66996006112AB /* DispatchQueueLogFormatter.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
089C165DFE840E0CC02AAC07 /* English */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
1DDD58140DA1D0A300B32029 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
1DDD58150DA1D0A300B32029 /* English */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
C01FCF4B08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PREFIX_HEADER = SecureHTTPServer_Prefix.pch;
INFOPLIST_FILE = Info.plist;
PRODUCT_NAME = SecureHTTPServer;
};
name = Debug;
};
C01FCF4C08A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
GCC_PREFIX_HEADER = SecureHTTPServer_Prefix.pch;
INFOPLIST_FILE = Info.plist;
PRODUCT_NAME = SecureHTTPServer;
};
name = Release;
};
C01FCF4F08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = DC372E73139D4D4600A8407D /* Debug.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
SDKROOT = macosx;
};
name = Debug;
};
C01FCF5008A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = DC372E75139D4D4600A8407D /* Release.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
SDKROOT = macosx;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "SecureHTTPServer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C01FCF4B08A954540054247B /* Debug */,
C01FCF4C08A954540054247B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "SecureHTTPServer" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C01FCF4F08A954540054247B /* Debug */,
C01FCF5008A954540054247B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
}