mirror of
https://github.com/dsward2/macSVG.git
synced 2026-03-02 18:23:58 +01:00
429 lines
22 KiB
Plaintext
Executable File
429 lines
22 KiB
Plaintext
Executable File
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
11C3282F186CDC0E00F6D762 /* DDContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C3282A186CDC0E00F6D762 /* DDContextFilterLogFormatter.m */; };
|
|
11C32830186CDC0E00F6D762 /* DDDispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C3282C186CDC0E00F6D762 /* DDDispatchQueueLogFormatter.m */; };
|
|
11C32831186CDC0E00F6D762 /* DDMultiFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 11C3282E186CDC0E00F6D762 /* DDMultiFormatter.m */; };
|
|
DC80CA0013C3978F00D29D06 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC80C9FF13C3978F00D29D06 /* Cocoa.framework */; };
|
|
DC80CA0A13C3978F00D29D06 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DC80CA0813C3978F00D29D06 /* InfoPlist.strings */; };
|
|
DC80CA0D13C3978F00D29D06 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DC80CA0C13C3978F00D29D06 /* main.m */; };
|
|
DC80CA1013C3978F00D29D06 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = DC80CA0E13C3978F00D29D06 /* Credits.rtf */; };
|
|
DC80CA1313C3978F00D29D06 /* SimpleHTTPClientAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DC80CA1213C3978F00D29D06 /* SimpleHTTPClientAppDelegate.m */; };
|
|
DC80CA1613C3978F00D29D06 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = DC80CA1413C3978F00D29D06 /* MainMenu.xib */; };
|
|
DC80CA2813C3B0AC00D29D06 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DC80CA2713C3B0AC00D29D06 /* Security.framework */; };
|
|
DC80CA7813C3B55800D29D06 /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = DC80CA7713C3B55800D29D06 /* GCDAsyncSocket.m */; };
|
|
DC90ABE51477449F0022DF52 /* DDAbstractDatabaseLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC90ABD61477449F0022DF52 /* DDAbstractDatabaseLogger.m */; };
|
|
DC90ABE61477449F0022DF52 /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC90ABD81477449F0022DF52 /* DDASLLogger.m */; };
|
|
DC90ABE71477449F0022DF52 /* DDFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC90ABDA1477449F0022DF52 /* DDFileLogger.m */; };
|
|
DC90ABE81477449F0022DF52 /* DDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = DC90ABDC1477449F0022DF52 /* DDLog.m */; };
|
|
DC90ABE91477449F0022DF52 /* DDTTYLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = DC90ABDE1477449F0022DF52 /* DDTTYLogger.m */; };
|
|
DC90ABEC1477449F0022DF52 /* README.txt in Resources */ = {isa = PBXBuildFile; fileRef = DC90ABE41477449F0022DF52 /* README.txt */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
11C32828186CDC0300F6D762 /* DDLog+LOGV.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "DDLog+LOGV.h"; path = "../../../../Vendor/CocoaLumberjack/DDLog+LOGV.h"; sourceTree = "<group>"; };
|
|
11C32829186CDC0E00F6D762 /* DDContextFilterLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDContextFilterLogFormatter.h; sourceTree = "<group>"; };
|
|
11C3282A186CDC0E00F6D762 /* DDContextFilterLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDContextFilterLogFormatter.m; sourceTree = "<group>"; };
|
|
11C3282B186CDC0E00F6D762 /* DDDispatchQueueLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDDispatchQueueLogFormatter.h; sourceTree = "<group>"; };
|
|
11C3282C186CDC0E00F6D762 /* DDDispatchQueueLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDDispatchQueueLogFormatter.m; sourceTree = "<group>"; };
|
|
11C3282D186CDC0E00F6D762 /* DDMultiFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDMultiFormatter.h; sourceTree = "<group>"; };
|
|
11C3282E186CDC0E00F6D762 /* DDMultiFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDMultiFormatter.m; sourceTree = "<group>"; };
|
|
DC80C9FB13C3978F00D29D06 /* SimpleHTTPClient.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SimpleHTTPClient.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
DC80C9FF13C3978F00D29D06 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
|
|
DC80CA0213C3978F00D29D06 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
|
|
DC80CA0313C3978F00D29D06 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
|
|
DC80CA0413C3978F00D29D06 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
|
DC80CA0713C3978F00D29D06 /* SimpleHTTPClient-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SimpleHTTPClient-Info.plist"; sourceTree = "<group>"; };
|
|
DC80CA0913C3978F00D29D06 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
DC80CA0B13C3978F00D29D06 /* SimpleHTTPClient-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SimpleHTTPClient-Prefix.pch"; sourceTree = "<group>"; };
|
|
DC80CA0C13C3978F00D29D06 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
DC80CA0F13C3978F00D29D06 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
|
|
DC80CA1113C3978F00D29D06 /* SimpleHTTPClientAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SimpleHTTPClientAppDelegate.h; sourceTree = "<group>"; };
|
|
DC80CA1213C3978F00D29D06 /* SimpleHTTPClientAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SimpleHTTPClientAppDelegate.m; sourceTree = "<group>"; };
|
|
DC80CA1513C3978F00D29D06 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
|
DC80CA2713C3B0AC00D29D06 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
|
|
DC80CA7613C3B55800D29D06 /* GCDAsyncSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GCDAsyncSocket.h; path = ../../../GCDAsyncSocket.h; sourceTree = "<group>"; };
|
|
DC80CA7713C3B55800D29D06 /* GCDAsyncSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GCDAsyncSocket.m; path = ../../../GCDAsyncSocket.m; sourceTree = "<group>"; };
|
|
DC90ABD51477449F0022DF52 /* DDAbstractDatabaseLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDAbstractDatabaseLogger.h; path = ../../../../Vendor/CocoaLumberjack/DDAbstractDatabaseLogger.h; sourceTree = "<group>"; };
|
|
DC90ABD61477449F0022DF52 /* DDAbstractDatabaseLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDAbstractDatabaseLogger.m; path = ../../../../Vendor/CocoaLumberjack/DDAbstractDatabaseLogger.m; sourceTree = "<group>"; };
|
|
DC90ABD71477449F0022DF52 /* DDASLLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDASLLogger.h; path = ../../../../Vendor/CocoaLumberjack/DDASLLogger.h; sourceTree = "<group>"; };
|
|
DC90ABD81477449F0022DF52 /* DDASLLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDASLLogger.m; path = ../../../../Vendor/CocoaLumberjack/DDASLLogger.m; sourceTree = "<group>"; };
|
|
DC90ABD91477449F0022DF52 /* DDFileLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDFileLogger.h; path = ../../../../Vendor/CocoaLumberjack/DDFileLogger.h; sourceTree = "<group>"; };
|
|
DC90ABDA1477449F0022DF52 /* DDFileLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDFileLogger.m; path = ../../../../Vendor/CocoaLumberjack/DDFileLogger.m; sourceTree = "<group>"; };
|
|
DC90ABDB1477449F0022DF52 /* DDLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDLog.h; path = ../../../../Vendor/CocoaLumberjack/DDLog.h; sourceTree = "<group>"; };
|
|
DC90ABDC1477449F0022DF52 /* DDLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDLog.m; path = ../../../../Vendor/CocoaLumberjack/DDLog.m; sourceTree = "<group>"; };
|
|
DC90ABDD1477449F0022DF52 /* DDTTYLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DDTTYLogger.h; path = ../../../../Vendor/CocoaLumberjack/DDTTYLogger.h; sourceTree = "<group>"; };
|
|
DC90ABDE1477449F0022DF52 /* DDTTYLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = DDTTYLogger.m; path = ../../../../Vendor/CocoaLumberjack/DDTTYLogger.m; sourceTree = "<group>"; };
|
|
DC90ABE41477449F0022DF52 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
DC80C9F813C3978F00D29D06 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
DC80CA2813C3B0AC00D29D06 /* Security.framework in Frameworks */,
|
|
DC80CA0013C3978F00D29D06 /* Cocoa.framework in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
DC80C9F013C3978F00D29D06 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DC80CA2013C398B200D29D06 /* Logging */,
|
|
DC80CA1C13C3984700D29D06 /* TCP */,
|
|
DC80CA0513C3978F00D29D06 /* SimpleHTTPClient */,
|
|
DC80C9FE13C3978F00D29D06 /* Frameworks */,
|
|
DC80C9FC13C3978F00D29D06 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
DC80C9FC13C3978F00D29D06 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DC80C9FB13C3978F00D29D06 /* SimpleHTTPClient.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
DC80C9FE13C3978F00D29D06 /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DC80C9FF13C3978F00D29D06 /* Cocoa.framework */,
|
|
DC80CA2713C3B0AC00D29D06 /* Security.framework */,
|
|
DC80CA0113C3978F00D29D06 /* Other Frameworks */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
DC80CA0113C3978F00D29D06 /* Other Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DC80CA0213C3978F00D29D06 /* AppKit.framework */,
|
|
DC80CA0313C3978F00D29D06 /* CoreData.framework */,
|
|
DC80CA0413C3978F00D29D06 /* Foundation.framework */,
|
|
);
|
|
name = "Other Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
DC80CA0513C3978F00D29D06 /* SimpleHTTPClient */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DC80CA1113C3978F00D29D06 /* SimpleHTTPClientAppDelegate.h */,
|
|
DC80CA1213C3978F00D29D06 /* SimpleHTTPClientAppDelegate.m */,
|
|
DC80CA1413C3978F00D29D06 /* MainMenu.xib */,
|
|
DC80CA0613C3978F00D29D06 /* Supporting Files */,
|
|
);
|
|
path = SimpleHTTPClient;
|
|
sourceTree = "<group>";
|
|
};
|
|
DC80CA0613C3978F00D29D06 /* Supporting Files */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DC80CA0713C3978F00D29D06 /* SimpleHTTPClient-Info.plist */,
|
|
DC80CA0813C3978F00D29D06 /* InfoPlist.strings */,
|
|
DC80CA0B13C3978F00D29D06 /* SimpleHTTPClient-Prefix.pch */,
|
|
DC80CA0C13C3978F00D29D06 /* main.m */,
|
|
DC80CA0E13C3978F00D29D06 /* Credits.rtf */,
|
|
);
|
|
name = "Supporting Files";
|
|
sourceTree = "<group>";
|
|
};
|
|
DC80CA1C13C3984700D29D06 /* TCP */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DC80CA7613C3B55800D29D06 /* GCDAsyncSocket.h */,
|
|
DC80CA7713C3B55800D29D06 /* GCDAsyncSocket.m */,
|
|
);
|
|
name = TCP;
|
|
sourceTree = "<group>";
|
|
};
|
|
DC80CA2013C398B200D29D06 /* Logging */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
DC90ABD51477449F0022DF52 /* DDAbstractDatabaseLogger.h */,
|
|
DC90ABD61477449F0022DF52 /* DDAbstractDatabaseLogger.m */,
|
|
DC90ABD71477449F0022DF52 /* DDASLLogger.h */,
|
|
DC90ABD81477449F0022DF52 /* DDASLLogger.m */,
|
|
DC90ABD91477449F0022DF52 /* DDFileLogger.h */,
|
|
DC90ABDA1477449F0022DF52 /* DDFileLogger.m */,
|
|
DC90ABDB1477449F0022DF52 /* DDLog.h */,
|
|
DC90ABDC1477449F0022DF52 /* DDLog.m */,
|
|
11C32828186CDC0300F6D762 /* DDLog+LOGV.h */,
|
|
DC90ABDD1477449F0022DF52 /* DDTTYLogger.h */,
|
|
DC90ABDE1477449F0022DF52 /* DDTTYLogger.m */,
|
|
DC90ABDF1477449F0022DF52 /* Extensions */,
|
|
);
|
|
name = Logging;
|
|
sourceTree = "<group>";
|
|
};
|
|
DC90ABDF1477449F0022DF52 /* Extensions */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
11C32829186CDC0E00F6D762 /* DDContextFilterLogFormatter.h */,
|
|
11C3282A186CDC0E00F6D762 /* DDContextFilterLogFormatter.m */,
|
|
11C3282B186CDC0E00F6D762 /* DDDispatchQueueLogFormatter.h */,
|
|
11C3282C186CDC0E00F6D762 /* DDDispatchQueueLogFormatter.m */,
|
|
11C3282D186CDC0E00F6D762 /* DDMultiFormatter.h */,
|
|
11C3282E186CDC0E00F6D762 /* DDMultiFormatter.m */,
|
|
DC90ABE41477449F0022DF52 /* README.txt */,
|
|
);
|
|
name = Extensions;
|
|
path = ../../../../Vendor/CocoaLumberjack/Extensions;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
DC80C9FA13C3978F00D29D06 /* SimpleHTTPClient */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = DC80CA1913C3978F00D29D06 /* Build configuration list for PBXNativeTarget "SimpleHTTPClient" */;
|
|
buildPhases = (
|
|
DC80C9F713C3978F00D29D06 /* Sources */,
|
|
DC80C9F813C3978F00D29D06 /* Frameworks */,
|
|
DC80C9F913C3978F00D29D06 /* Resources */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = SimpleHTTPClient;
|
|
productName = SimpleHTTPClient;
|
|
productReference = DC80C9FB13C3978F00D29D06 /* SimpleHTTPClient.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
DC80C9F213C3978F00D29D06 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0510;
|
|
};
|
|
buildConfigurationList = DC80C9F513C3978F00D29D06 /* Build configuration list for PBXProject "SimpleHTTPClient" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = DC80C9F013C3978F00D29D06;
|
|
productRefGroup = DC80C9FC13C3978F00D29D06 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
DC80C9FA13C3978F00D29D06 /* SimpleHTTPClient */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
DC80C9F913C3978F00D29D06 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
DC80CA0A13C3978F00D29D06 /* InfoPlist.strings in Resources */,
|
|
DC80CA1013C3978F00D29D06 /* Credits.rtf in Resources */,
|
|
DC80CA1613C3978F00D29D06 /* MainMenu.xib in Resources */,
|
|
DC90ABEC1477449F0022DF52 /* README.txt in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
DC80C9F713C3978F00D29D06 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
DC80CA0D13C3978F00D29D06 /* main.m in Sources */,
|
|
DC80CA1313C3978F00D29D06 /* SimpleHTTPClientAppDelegate.m in Sources */,
|
|
DC80CA7813C3B55800D29D06 /* GCDAsyncSocket.m in Sources */,
|
|
11C3282F186CDC0E00F6D762 /* DDContextFilterLogFormatter.m in Sources */,
|
|
DC90ABE51477449F0022DF52 /* DDAbstractDatabaseLogger.m in Sources */,
|
|
DC90ABE61477449F0022DF52 /* DDASLLogger.m in Sources */,
|
|
DC90ABE71477449F0022DF52 /* DDFileLogger.m in Sources */,
|
|
11C32831186CDC0E00F6D762 /* DDMultiFormatter.m in Sources */,
|
|
11C32830186CDC0E00F6D762 /* DDDispatchQueueLogFormatter.m in Sources */,
|
|
DC90ABE81477449F0022DF52 /* DDLog.m in Sources */,
|
|
DC90ABE91477449F0022DF52 /* DDTTYLogger.m in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
DC80CA0813C3978F00D29D06 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
DC80CA0913C3978F00D29D06 /* en */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
DC80CA0E13C3978F00D29D06 /* Credits.rtf */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
DC80CA0F13C3978F00D29D06 /* en */,
|
|
);
|
|
name = Credits.rtf;
|
|
sourceTree = "<group>";
|
|
};
|
|
DC80CA1413C3978F00D29D06 /* MainMenu.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
DC80CA1513C3978F00D29D06 /* en */,
|
|
);
|
|
name = MainMenu.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
DC80CA1713C3978F00D29D06 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJCPP_ARC_ABI = YES;
|
|
CLANG_WARN_OBJC_RECEIVER_WEAK = YES;
|
|
CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
|
|
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
|
|
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES;
|
|
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
|
|
GCC_WARN_MISSING_PARENTHESES = YES;
|
|
GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
|
|
GCC_WARN_SHADOW = YES;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNKNOWN_PRAGMAS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_LABEL = YES;
|
|
GCC_WARN_UNUSED_VALUE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Debug;
|
|
};
|
|
DC80CA1813C3978F00D29D06 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
CLANG_ENABLE_OBJC_ARC = YES;
|
|
CLANG_WARN_BOOL_CONVERSION = YES;
|
|
CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
|
|
CLANG_WARN_EMPTY_BODY = YES;
|
|
CLANG_WARN_ENUM_CONVERSION = YES;
|
|
CLANG_WARN_INT_CONVERSION = YES;
|
|
CLANG_WARN_OBJCPP_ARC_ABI = YES;
|
|
CLANG_WARN_OBJC_RECEIVER_WEAK = YES;
|
|
CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
|
|
GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
|
|
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES;
|
|
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
|
|
GCC_WARN_MISSING_PARENTHESES = YES;
|
|
GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
|
|
GCC_WARN_SHADOW = YES;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNKNOWN_PRAGMAS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_LABEL = YES;
|
|
GCC_WARN_UNUSED_VALUE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.9;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
};
|
|
DC80CA1A13C3978F00D29D06 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "SimpleHTTPClient/SimpleHTTPClient-Prefix.pch";
|
|
INFOPLIST_FILE = "SimpleHTTPClient/SimpleHTTPClient-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Debug;
|
|
};
|
|
DC80CA1B13C3978F00D29D06 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = "SimpleHTTPClient/SimpleHTTPClient-Prefix.pch";
|
|
INFOPLIST_FILE = "SimpleHTTPClient/SimpleHTTPClient-Info.plist";
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
WRAPPER_EXTENSION = app;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
DC80C9F513C3978F00D29D06 /* Build configuration list for PBXProject "SimpleHTTPClient" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
DC80CA1713C3978F00D29D06 /* Debug */,
|
|
DC80CA1813C3978F00D29D06 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
DC80CA1913C3978F00D29D06 /* Build configuration list for PBXNativeTarget "SimpleHTTPClient" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
DC80CA1A13C3978F00D29D06 /* Debug */,
|
|
DC80CA1B13C3978F00D29D06 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = DC80C9F213C3978F00D29D06 /* Project object */;
|
|
}
|