boost-ios/Boost iOS/Boost iOS.xcodeproj/project.pbxproj

313 lines
12 KiB
Plaintext
Raw Normal View History

2017-03-05 00:09:33 +00:00
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
842EF4541E6B573500080CC2 /* codecvt_error_category.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 842EF4321E6B560B00080CC2 /* codecvt_error_category.cpp */; };
842EF4551E6B573500080CC2 /* operations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 842EF4331E6B560B00080CC2 /* operations.cpp */; };
842EF4561E6B573500080CC2 /* path_traits.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 842EF4341E6B560B00080CC2 /* path_traits.cpp */; };
842EF4571E6B573500080CC2 /* path.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 842EF4351E6B560B00080CC2 /* path.cpp */; };
842EF4581E6B573500080CC2 /* portability.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 842EF4361E6B560B00080CC2 /* portability.cpp */; };
842EF4591E6B573500080CC2 /* unique_path.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 842EF4371E6B560B00080CC2 /* unique_path.cpp */; };
842EF45A1E6B573500080CC2 /* utf8_codecvt_facet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 842EF4381E6B560B00080CC2 /* utf8_codecvt_facet.cpp */; };
842EF4651E6B5CC500080CC2 /* error_code.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 842EF4641E6B5CC500080CC2 /* error_code.cpp */; };
/* End PBXBuildFile section */
/* Begin PBXCopyFilesBuildPhase section */
842EF43B1E6B565D00080CC2 /* CopyFiles */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "include/$(PRODUCT_NAME)";
dstSubfolderSpec = 16;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
842EF4321E6B560B00080CC2 /* codecvt_error_category.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = codecvt_error_category.cpp; path = ../../boost_1_63_0/libs/filesystem/src/codecvt_error_category.cpp; sourceTree = "<group>"; };
842EF4331E6B560B00080CC2 /* operations.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = operations.cpp; path = ../../boost_1_63_0/libs/filesystem/src/operations.cpp; sourceTree = "<group>"; };
842EF4341E6B560B00080CC2 /* path_traits.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = path_traits.cpp; path = ../../boost_1_63_0/libs/filesystem/src/path_traits.cpp; sourceTree = "<group>"; };
842EF4351E6B560B00080CC2 /* path.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = path.cpp; path = ../../boost_1_63_0/libs/filesystem/src/path.cpp; sourceTree = "<group>"; };
842EF4361E6B560B00080CC2 /* portability.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = portability.cpp; path = ../../boost_1_63_0/libs/filesystem/src/portability.cpp; sourceTree = "<group>"; };
842EF4371E6B560B00080CC2 /* unique_path.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = unique_path.cpp; path = ../../boost_1_63_0/libs/filesystem/src/unique_path.cpp; sourceTree = "<group>"; };
842EF4381E6B560B00080CC2 /* utf8_codecvt_facet.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = utf8_codecvt_facet.cpp; path = ../../boost_1_63_0/libs/filesystem/src/utf8_codecvt_facet.cpp; sourceTree = "<group>"; };
842EF43D1E6B565D00080CC2 /* libboost.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libboost.a; sourceTree = BUILT_PRODUCTS_DIR; };
842EF4641E6B5CC500080CC2 /* error_code.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = error_code.cpp; path = ../../boost_1_63_0/libs/system/src/error_code.cpp; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
842EF43A1E6B565D00080CC2 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
842EF4291E6B55B900080CC2 = {
isa = PBXGroup;
children = (
842EF4301E6B55DB00080CC2 /* src */,
842EF43F1E6B565D00080CC2 /* boost */,
842EF43E1E6B565D00080CC2 /* Products */,
);
sourceTree = "<group>";
};
842EF4301E6B55DB00080CC2 /* src */ = {
isa = PBXGroup;
children = (
842EF4631E6B5CAD00080CC2 /* system */,
842EF4311E6B560000080CC2 /* filesystem */,
);
name = src;
sourceTree = "<group>";
};
842EF4311E6B560000080CC2 /* filesystem */ = {
isa = PBXGroup;
children = (
842EF4321E6B560B00080CC2 /* codecvt_error_category.cpp */,
842EF4331E6B560B00080CC2 /* operations.cpp */,
842EF4341E6B560B00080CC2 /* path_traits.cpp */,
842EF4351E6B560B00080CC2 /* path.cpp */,
842EF4361E6B560B00080CC2 /* portability.cpp */,
842EF4371E6B560B00080CC2 /* unique_path.cpp */,
842EF4381E6B560B00080CC2 /* utf8_codecvt_facet.cpp */,
);
name = filesystem;
sourceTree = "<group>";
};
842EF43E1E6B565D00080CC2 /* Products */ = {
isa = PBXGroup;
children = (
842EF43D1E6B565D00080CC2 /* libboost.a */,
);
name = Products;
sourceTree = "<group>";
};
842EF43F1E6B565D00080CC2 /* boost */ = {
isa = PBXGroup;
children = (
);
path = boost;
sourceTree = "<group>";
};
842EF4631E6B5CAD00080CC2 /* system */ = {
isa = PBXGroup;
children = (
842EF4641E6B5CC500080CC2 /* error_code.cpp */,
);
name = system;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
842EF43C1E6B565D00080CC2 /* boost */ = {
isa = PBXNativeTarget;
buildConfigurationList = 842EF4441E6B565D00080CC2 /* Build configuration list for PBXNativeTarget "boost" */;
buildPhases = (
842EF4391E6B565D00080CC2 /* Sources */,
842EF43A1E6B565D00080CC2 /* Frameworks */,
842EF43B1E6B565D00080CC2 /* CopyFiles */,
);
buildRules = (
);
dependencies = (
);
name = boost;
productName = boost;
productReference = 842EF43D1E6B565D00080CC2 /* libboost.a */;
productType = "com.apple.product-type.library.static";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
842EF42A1E6B55B900080CC2 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0800;
TargetAttributes = {
842EF43C1E6B565D00080CC2 = {
CreatedOnToolsVersion = 8.0;
ProvisioningStyle = Automatic;
};
};
};
buildConfigurationList = 842EF42D1E6B55B900080CC2 /* Build configuration list for PBXProject "Boost iOS" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = 842EF4291E6B55B900080CC2;
productRefGroup = 842EF43E1E6B565D00080CC2 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
842EF43C1E6B565D00080CC2 /* boost */,
);
};
/* End PBXProject section */
/* Begin PBXSourcesBuildPhase section */
842EF4391E6B565D00080CC2 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
842EF4541E6B573500080CC2 /* codecvt_error_category.cpp in Sources */,
842EF4551E6B573500080CC2 /* operations.cpp in Sources */,
842EF4561E6B573500080CC2 /* path_traits.cpp in Sources */,
842EF4651E6B5CC500080CC2 /* error_code.cpp in Sources */,
842EF4571E6B573500080CC2 /* path.cpp in Sources */,
842EF4581E6B573500080CC2 /* portability.cpp in Sources */,
842EF4591E6B573500080CC2 /* unique_path.cpp in Sources */,
842EF45A1E6B573500080CC2 /* utf8_codecvt_facet.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
842EF42E1E6B55B900080CC2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Debug;
};
842EF42F1E6B55B900080CC2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
};
name = Release;
};
842EF4451E6B565D00080CC2 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
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 = ../../boost_1_63_0;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
};
name = Debug;
};
842EF4461E6B565D00080CC2 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = 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_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVES = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "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 = gnu99;
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 = ../../boost_1_63_0;
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
842EF42D1E6B55B900080CC2 /* Build configuration list for PBXProject "Boost iOS" */ = {
isa = XCConfigurationList;
buildConfigurations = (
842EF42E1E6B55B900080CC2 /* Debug */,
842EF42F1E6B55B900080CC2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
842EF4441E6B565D00080CC2 /* Build configuration list for PBXNativeTarget "boost" */ = {
isa = XCConfigurationList;
buildConfigurations = (
842EF4451E6B565D00080CC2 /* Debug */,
842EF4461E6B565D00080CC2 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 842EF42A1E6B55B900080CC2 /* Project object */;
}