acl/xcode/fiber_http/fiber_http.xcodeproj/project.pbxproj
2020-04-20 15:02:46 +08:00

657 lines
25 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objects = {
/* Begin PBXBuildFile section */
70691F4C244C900900A727F2 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 70691F4B244C900900A727F2 /* AppDelegate.m */; };
70691F4F244C900900A727F2 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 70691F4E244C900900A727F2 /* ViewController.m */; };
70691F52244C900900A727F2 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 70691F50244C900900A727F2 /* Main.storyboard */; };
70691F54244C900B00A727F2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 70691F53244C900B00A727F2 /* Assets.xcassets */; };
70691F57244C900B00A727F2 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 70691F55244C900B00A727F2 /* LaunchScreen.storyboard */; };
70691F5A244C900B00A727F2 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 70691F59244C900B00A727F2 /* main.m */; };
70691F64244C900B00A727F2 /* fiber_httpUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 70691F63244C900B00A727F2 /* fiber_httpUITests.m */; };
70691F95244D2AA900A727F2 /* libacl_cpp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 70691F87244D2A5900A727F2 /* libacl_cpp.a */; };
70691F96244D2AA900A727F2 /* libacl.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 70691F7B244D2A3E00A727F2 /* libacl.a */; };
70691F97244D2AA900A727F2 /* libfiber_cpp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 70691F8D244D2A8E00A727F2 /* libfiber_cpp.a */; };
70691F98244D2AA900A727F2 /* libfiber.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 70691F93244D2A8E00A727F2 /* libfiber.a */; };
70691F99244D2AA900A727F2 /* libprotocol.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 70691F81244D2A4B00A727F2 /* libprotocol.a */; };
70691FB4244D4D4900A727F2 /* HttpTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 70691FB2244D4D4900A727F2 /* HttpTest.cpp */; };
70691FB5244D4D4900A727F2 /* HttpRequest.mm in Sources */ = {isa = PBXBuildFile; fileRef = 70691FB3244D4D4900A727F2 /* HttpRequest.mm */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
70691F60244C900B00A727F2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 70691F3F244C900900A727F2 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 70691F46244C900900A727F2;
remoteInfo = fiber_http;
};
70691F7A244D2A3E00A727F2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 70691F76244D2A3D00A727F2 /* acl.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 0779D32E1DBE054C00449438;
remoteInfo = acl;
};
70691F80244D2A4B00A727F2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 70691F7C244D2A4B00A727F2 /* protocol.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 07A4570A1E6FC3D3002C9B3C;
remoteInfo = protocol;
};
70691F86244D2A5900A727F2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 70691F82244D2A5900A727F2 /* acl_cpp.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 07A458311E6FCCB4002C9B3C;
remoteInfo = acl_cpp;
};
70691F8C244D2A8E00A727F2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 70691F88244D2A8E00A727F2 /* fiber_cpp.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 070F35E320902D9800672EDC;
remoteInfo = fiber_cpp;
};
70691F92244D2A8E00A727F2 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 70691F8E244D2A8E00A727F2 /* fiber.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 070F35202090217900672EDC;
remoteInfo = fiber;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
70691F47244C900900A727F2 /* fiber_http.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = fiber_http.app; sourceTree = BUILT_PRODUCTS_DIR; };
70691F4A244C900900A727F2 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
70691F4B244C900900A727F2 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
70691F4D244C900900A727F2 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
70691F4E244C900900A727F2 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
70691F51244C900900A727F2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
70691F53244C900B00A727F2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
70691F56244C900B00A727F2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
70691F58244C900B00A727F2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
70691F59244C900B00A727F2 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
70691F5F244C900B00A727F2 /* fiber_httpUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = fiber_httpUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
70691F63244C900B00A727F2 /* fiber_httpUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = fiber_httpUITests.m; sourceTree = "<group>"; };
70691F65244C900B00A727F2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
70691F76244D2A3D00A727F2 /* acl.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = acl.xcodeproj; path = ../../lib_acl/acl.xcodeproj; sourceTree = "<group>"; };
70691F7C244D2A4B00A727F2 /* protocol.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = protocol.xcodeproj; path = ../../lib_protocol/protocol.xcodeproj; sourceTree = "<group>"; };
70691F82244D2A5900A727F2 /* acl_cpp.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = acl_cpp.xcodeproj; path = ../../lib_acl_cpp/acl_cpp.xcodeproj; sourceTree = "<group>"; };
70691F88244D2A8E00A727F2 /* fiber_cpp.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = fiber_cpp.xcodeproj; path = ../../lib_fiber/fiber_cpp.xcodeproj; sourceTree = "<group>"; };
70691F8E244D2A8E00A727F2 /* fiber.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = fiber.xcodeproj; path = ../../lib_fiber/fiber.xcodeproj; sourceTree = "<group>"; };
70691FB0244D4D4900A727F2 /* HttpTest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = HttpTest.hpp; sourceTree = "<group>"; };
70691FB1244D4D4900A727F2 /* HttpRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HttpRequest.h; sourceTree = "<group>"; };
70691FB2244D4D4900A727F2 /* HttpTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HttpTest.cpp; sourceTree = "<group>"; };
70691FB3244D4D4900A727F2 /* HttpRequest.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = HttpRequest.mm; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
70691F44244C900900A727F2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
70691F95244D2AA900A727F2 /* libacl_cpp.a in Frameworks */,
70691F96244D2AA900A727F2 /* libacl.a in Frameworks */,
70691F97244D2AA900A727F2 /* libfiber_cpp.a in Frameworks */,
70691F98244D2AA900A727F2 /* libfiber.a in Frameworks */,
70691F99244D2AA900A727F2 /* libprotocol.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
70691F5C244C900B00A727F2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
70691F3E244C900900A727F2 = {
isa = PBXGroup;
children = (
70691F88244D2A8E00A727F2 /* fiber_cpp.xcodeproj */,
70691F8E244D2A8E00A727F2 /* fiber.xcodeproj */,
70691F82244D2A5900A727F2 /* acl_cpp.xcodeproj */,
70691F7C244D2A4B00A727F2 /* protocol.xcodeproj */,
70691F76244D2A3D00A727F2 /* acl.xcodeproj */,
70691F49244C900900A727F2 /* fiber_http */,
70691F62244C900B00A727F2 /* fiber_httpUITests */,
70691F48244C900900A727F2 /* Products */,
70691F94244D2AA900A727F2 /* Frameworks */,
);
sourceTree = "<group>";
};
70691F48244C900900A727F2 /* Products */ = {
isa = PBXGroup;
children = (
70691F47244C900900A727F2 /* fiber_http.app */,
70691F5F244C900B00A727F2 /* fiber_httpUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
70691F49244C900900A727F2 /* fiber_http */ = {
isa = PBXGroup;
children = (
70691FB1244D4D4900A727F2 /* HttpRequest.h */,
70691FB3244D4D4900A727F2 /* HttpRequest.mm */,
70691FB0244D4D4900A727F2 /* HttpTest.hpp */,
70691FB2244D4D4900A727F2 /* HttpTest.cpp */,
70691F4A244C900900A727F2 /* AppDelegate.h */,
70691F4B244C900900A727F2 /* AppDelegate.m */,
70691F4D244C900900A727F2 /* ViewController.h */,
70691F4E244C900900A727F2 /* ViewController.m */,
70691F50244C900900A727F2 /* Main.storyboard */,
70691F53244C900B00A727F2 /* Assets.xcassets */,
70691F55244C900B00A727F2 /* LaunchScreen.storyboard */,
70691F58244C900B00A727F2 /* Info.plist */,
70691F59244C900B00A727F2 /* main.m */,
);
path = fiber_http;
sourceTree = "<group>";
};
70691F62244C900B00A727F2 /* fiber_httpUITests */ = {
isa = PBXGroup;
children = (
70691F63244C900B00A727F2 /* fiber_httpUITests.m */,
70691F65244C900B00A727F2 /* Info.plist */,
);
path = fiber_httpUITests;
sourceTree = "<group>";
};
70691F77244D2A3D00A727F2 /* Products */ = {
isa = PBXGroup;
children = (
70691F7B244D2A3E00A727F2 /* libacl.a */,
);
name = Products;
sourceTree = "<group>";
};
70691F7D244D2A4B00A727F2 /* Products */ = {
isa = PBXGroup;
children = (
70691F81244D2A4B00A727F2 /* libprotocol.a */,
);
name = Products;
sourceTree = "<group>";
};
70691F83244D2A5900A727F2 /* Products */ = {
isa = PBXGroup;
children = (
70691F87244D2A5900A727F2 /* libacl_cpp.a */,
);
name = Products;
sourceTree = "<group>";
};
70691F89244D2A8E00A727F2 /* Products */ = {
isa = PBXGroup;
children = (
70691F8D244D2A8E00A727F2 /* libfiber_cpp.a */,
);
name = Products;
sourceTree = "<group>";
};
70691F8F244D2A8E00A727F2 /* Products */ = {
isa = PBXGroup;
children = (
70691F93244D2A8E00A727F2 /* libfiber.a */,
);
name = Products;
sourceTree = "<group>";
};
70691F94244D2AA900A727F2 /* Frameworks */ = {
isa = PBXGroup;
children = (
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
70691F46244C900900A727F2 /* fiber_http */ = {
isa = PBXNativeTarget;
buildConfigurationList = 70691F68244C900B00A727F2 /* Build configuration list for PBXNativeTarget "fiber_http" */;
buildPhases = (
70691F43244C900900A727F2 /* Sources */,
70691F44244C900900A727F2 /* Frameworks */,
70691F45244C900900A727F2 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = fiber_http;
productName = fiber_http;
productReference = 70691F47244C900900A727F2 /* fiber_http.app */;
productType = "com.apple.product-type.application";
};
70691F5E244C900B00A727F2 /* fiber_httpUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 70691F6B244C900B00A727F2 /* Build configuration list for PBXNativeTarget "fiber_httpUITests" */;
buildPhases = (
70691F5B244C900B00A727F2 /* Sources */,
70691F5C244C900B00A727F2 /* Frameworks */,
70691F5D244C900B00A727F2 /* Resources */,
);
buildRules = (
);
dependencies = (
70691F61244C900B00A727F2 /* PBXTargetDependency */,
);
name = fiber_httpUITests;
productName = fiber_httpUITests;
productReference = 70691F5F244C900B00A727F2 /* fiber_httpUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
70691F3F244C900900A727F2 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1030;
ORGANIZATIONNAME = acl;
TargetAttributes = {
70691F46244C900900A727F2 = {
CreatedOnToolsVersion = 10.3;
};
70691F5E244C900B00A727F2 = {
CreatedOnToolsVersion = 10.3;
TestTargetID = 70691F46244C900900A727F2;
};
};
};
buildConfigurationList = 70691F42244C900900A727F2 /* Build configuration list for PBXProject "fiber_http" */;
compatibilityVersion = "Xcode 9.3";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 70691F3E244C900900A727F2;
productRefGroup = 70691F48244C900900A727F2 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = 70691F77244D2A3D00A727F2 /* Products */;
ProjectRef = 70691F76244D2A3D00A727F2 /* acl.xcodeproj */;
},
{
ProductGroup = 70691F83244D2A5900A727F2 /* Products */;
ProjectRef = 70691F82244D2A5900A727F2 /* acl_cpp.xcodeproj */;
},
{
ProductGroup = 70691F8F244D2A8E00A727F2 /* Products */;
ProjectRef = 70691F8E244D2A8E00A727F2 /* fiber.xcodeproj */;
},
{
ProductGroup = 70691F89244D2A8E00A727F2 /* Products */;
ProjectRef = 70691F88244D2A8E00A727F2 /* fiber_cpp.xcodeproj */;
},
{
ProductGroup = 70691F7D244D2A4B00A727F2 /* Products */;
ProjectRef = 70691F7C244D2A4B00A727F2 /* protocol.xcodeproj */;
},
);
projectRoot = "";
targets = (
70691F46244C900900A727F2 /* fiber_http */,
70691F5E244C900B00A727F2 /* fiber_httpUITests */,
);
};
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
70691F7B244D2A3E00A727F2 /* libacl.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libacl.a;
remoteRef = 70691F7A244D2A3E00A727F2 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
70691F81244D2A4B00A727F2 /* libprotocol.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libprotocol.a;
remoteRef = 70691F80244D2A4B00A727F2 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
70691F87244D2A5900A727F2 /* libacl_cpp.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libacl_cpp.a;
remoteRef = 70691F86244D2A5900A727F2 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
70691F8D244D2A8E00A727F2 /* libfiber_cpp.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libfiber_cpp.a;
remoteRef = 70691F8C244D2A8E00A727F2 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
70691F93244D2A8E00A727F2 /* libfiber.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libfiber.a;
remoteRef = 70691F92244D2A8E00A727F2 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
/* Begin PBXResourcesBuildPhase section */
70691F45244C900900A727F2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
70691F57244C900B00A727F2 /* LaunchScreen.storyboard in Resources */,
70691F54244C900B00A727F2 /* Assets.xcassets in Resources */,
70691F52244C900900A727F2 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
70691F5D244C900B00A727F2 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
70691F43244C900900A727F2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
70691F4F244C900900A727F2 /* ViewController.m in Sources */,
70691F5A244C900B00A727F2 /* main.m in Sources */,
70691F4C244C900900A727F2 /* AppDelegate.m in Sources */,
70691FB4244D4D4900A727F2 /* HttpTest.cpp in Sources */,
70691FB5244D4D4900A727F2 /* HttpRequest.mm in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
70691F5B244C900B00A727F2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
70691F64244C900B00A727F2 /* fiber_httpUITests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
70691F61244C900B00A727F2 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 70691F46244C900900A727F2 /* fiber_http */;
targetProxy = 70691F60244C900B00A727F2 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
70691F50244C900900A727F2 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
70691F51244C900900A727F2 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
70691F55244C900B00A727F2 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
70691F56244C900B00A727F2 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
70691F66244C900B00A727F2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
../../lib_acl_cpp/include,
../../lib_fiber/cpp/include,
);
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = (
"-lz",
"-liconv",
);
SDKROOT = iphoneos;
};
name = Debug;
};
70691F67244C900B00A727F2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
HEADER_SEARCH_PATHS = (
../../lib_acl_cpp/include,
../../lib_fiber/cpp/include,
);
IPHONEOS_DEPLOYMENT_TARGET = 12.4;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
OTHER_LDFLAGS = (
"-lz",
"-liconv",
);
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
70691F69244C900B00A727F2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = fiber_http/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = "acl.fiber-http";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
70691F6A244C900B00A727F2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = fiber_http/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = "acl.fiber-http";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
70691F6C244C900B00A727F2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = fiber_httpUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "acl.fiber-httpUITests";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = fiber_http;
};
name = Debug;
};
70691F6D244C900B00A727F2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = fiber_httpUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "acl.fiber-httpUITests";
PRODUCT_NAME = "$(TARGET_NAME)";
TARGETED_DEVICE_FAMILY = "1,2";
TEST_TARGET_NAME = fiber_http;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
70691F42244C900900A727F2 /* Build configuration list for PBXProject "fiber_http" */ = {
isa = XCConfigurationList;
buildConfigurations = (
70691F66244C900B00A727F2 /* Debug */,
70691F67244C900B00A727F2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
70691F68244C900B00A727F2 /* Build configuration list for PBXNativeTarget "fiber_http" */ = {
isa = XCConfigurationList;
buildConfigurations = (
70691F69244C900B00A727F2 /* Debug */,
70691F6A244C900B00A727F2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
70691F6B244C900B00A727F2 /* Build configuration list for PBXNativeTarget "fiber_httpUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
70691F6C244C900B00A727F2 /* Debug */,
70691F6D244C900B00A727F2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 70691F3F244C900900A727F2 /* Project object */;
}