mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-22 03:30:57 +00:00
422 lines
18 KiB
Plaintext
422 lines
18 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 42;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
3874049D27F632380002AC61 /* convert_1f.c in Sources */ = {isa = PBXBuildFile; fileRef = 3892E74F27EBFC0B00C0FC23 /* convert_1f.c */; };
|
|
3874049E27F632390002AC61 /* convert_1r.c in Sources */ = {isa = PBXBuildFile; fileRef = 3892E75027EBFC0B00C0FC23 /* convert_1r.c */; };
|
|
3874049F27F632390002AC61 /* convert_test.c in Sources */ = {isa = PBXBuildFile; fileRef = 3892E75127EBFC0B00C0FC23 /* convert_test.c */; };
|
|
387404A027F632400002AC61 /* toolbox.c in Sources */ = {isa = PBXBuildFile; fileRef = 3874048E27F631F00002AC61 /* toolbox.c */; };
|
|
387404A127F632410002AC61 /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 3874048F27F631F00002AC61 /* util.c */; };
|
|
387404A227F632420002AC61 /* test.c in Sources */ = {isa = PBXBuildFile; fileRef = 3874048C27F631F00002AC61 /* test.c */; };
|
|
387404AF27F632930002AC61 /* charmap_data.c in Sources */ = {isa = PBXBuildFile; fileRef = 38BF882C27ED6614006D75BF /* charmap_data.c */; };
|
|
387404B027F632960002AC61 /* charmap_info.c in Sources */ = {isa = PBXBuildFile; fileRef = 38BF882D27ED6614006D75BF /* charmap_info.c */; };
|
|
387404B527F632A20002AC61 /* convert.c in Sources */ = {isa = PBXBuildFile; fileRef = 3892E74D27EBFC0B00C0FC23 /* convert.c */; };
|
|
387404BF27F6334F0002AC61 /* endian_test.c in Sources */ = {isa = PBXBuildFile; fileRef = 3874048B27F631F00002AC61 /* endian_test.c */; };
|
|
387404C027F633500002AC61 /* test.c in Sources */ = {isa = PBXBuildFile; fileRef = 3874048C27F631F00002AC61 /* test.c */; };
|
|
387404C127F633510002AC61 /* toolbox.c in Sources */ = {isa = PBXBuildFile; fileRef = 3874048E27F631F00002AC61 /* toolbox.c */; };
|
|
387404C227F633520002AC61 /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 3874048F27F631F00002AC61 /* util.c */; };
|
|
387404D727F633A70002AC61 /* tree.c in Sources */ = {isa = PBXBuildFile; fileRef = 387404CD27F6337E0002AC61 /* tree.c */; };
|
|
387404D827F633A70002AC61 /* tree_test.c in Sources */ = {isa = PBXBuildFile; fileRef = 387404CF27F6337E0002AC61 /* tree_test.c */; };
|
|
387404DA27F633AA0002AC61 /* test.c in Sources */ = {isa = PBXBuildFile; fileRef = 3874048C27F631F00002AC61 /* test.c */; };
|
|
387404DB27F633AB0002AC61 /* toolbox.c in Sources */ = {isa = PBXBuildFile; fileRef = 3874048E27F631F00002AC61 /* toolbox.c */; };
|
|
387404DC27F633AC0002AC61 /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 3874048F27F631F00002AC61 /* util.c */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
3874048927F631F00002AC61 /* defs.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = defs.h; sourceTree = "<group>"; };
|
|
3874048A27F631F00002AC61 /* endian.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = endian.h; sourceTree = "<group>"; };
|
|
3874048B27F631F00002AC61 /* endian_test.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = endian_test.c; sourceTree = "<group>"; };
|
|
3874048C27F631F00002AC61 /* test.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = test.c; sourceTree = "<group>"; };
|
|
3874048D27F631F00002AC61 /* test.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = test.h; sourceTree = "<group>"; };
|
|
3874048E27F631F00002AC61 /* toolbox.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = toolbox.c; sourceTree = "<group>"; };
|
|
3874048F27F631F00002AC61 /* util.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = util.c; sourceTree = "<group>"; };
|
|
3874049027F631F00002AC61 /* util.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = util.h; sourceTree = "<group>"; };
|
|
3874049827F6320F0002AC61 /* convert_test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = convert_test; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
387404BD27F633430002AC61 /* endian_test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = endian_test; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
387404CC27F6337E0002AC61 /* meta.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = meta.h; sourceTree = "<group>"; };
|
|
387404CD27F6337E0002AC61 /* tree.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = tree.c; sourceTree = "<group>"; };
|
|
387404CE27F6337E0002AC61 /* tree.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = tree.h; sourceTree = "<group>"; };
|
|
387404CF27F6337E0002AC61 /* tree_test.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = tree_test.c; sourceTree = "<group>"; };
|
|
387404D327F633940002AC61 /* tree_test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = tree_test; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
3892E74D27EBFC0B00C0FC23 /* convert.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = convert.c; sourceTree = "<group>"; };
|
|
3892E74E27EBFC0B00C0FC23 /* convert.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = convert.h; sourceTree = "<group>"; };
|
|
3892E74F27EBFC0B00C0FC23 /* convert_1f.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = convert_1f.c; sourceTree = "<group>"; };
|
|
3892E75027EBFC0B00C0FC23 /* convert_1r.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = convert_1r.c; sourceTree = "<group>"; };
|
|
3892E75127EBFC0B00C0FC23 /* convert_test.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = convert_test.c; sourceTree = "<group>"; };
|
|
3892E75427EBFC0B00C0FC23 /* resources.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = resources.h; sourceTree = "<group>"; };
|
|
38BF882C27ED6614006D75BF /* charmap_data.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = charmap_data.c; sourceTree = "<group>"; };
|
|
38BF882D27ED6614006D75BF /* charmap_info.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = charmap_info.c; sourceTree = "<group>"; };
|
|
38BF882E27ED6614006D75BF /* charmap_region.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = charmap_region.c; sourceTree = "<group>"; };
|
|
38BF883227ED6622006D75BF /* data.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = data.h; sourceTree = "<group>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
3874049627F6320F0002AC61 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
387404BB27F633430002AC61 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
387404D127F633940002AC61 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
3874048727F631F00002AC61 /* lib */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3874048927F631F00002AC61 /* defs.h */,
|
|
3874048A27F631F00002AC61 /* endian.h */,
|
|
3874048B27F631F00002AC61 /* endian_test.c */,
|
|
3874048C27F631F00002AC61 /* test.c */,
|
|
3874048D27F631F00002AC61 /* test.h */,
|
|
3874048E27F631F00002AC61 /* toolbox.c */,
|
|
3874048F27F631F00002AC61 /* util.c */,
|
|
3874049027F631F00002AC61 /* util.h */,
|
|
);
|
|
path = lib;
|
|
sourceTree = "<group>";
|
|
};
|
|
387404CA27F6337E0002AC61 /* sync */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
387404CC27F6337E0002AC61 /* meta.h */,
|
|
387404CD27F6337E0002AC61 /* tree.c */,
|
|
387404CE27F6337E0002AC61 /* tree.h */,
|
|
387404CF27F6337E0002AC61 /* tree_test.c */,
|
|
);
|
|
path = sync;
|
|
sourceTree = "<group>";
|
|
};
|
|
3892E72D27EBDB6E00C0FC23 = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3892E74B27EBFC0B00C0FC23 /* convert */,
|
|
3874048727F631F00002AC61 /* lib */,
|
|
387404CA27F6337E0002AC61 /* sync */,
|
|
3892E74127EBDBCB00C0FC23 /* Products */,
|
|
);
|
|
sourceTree = "<group>";
|
|
};
|
|
3892E74127EBDBCB00C0FC23 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
3874049827F6320F0002AC61 /* convert_test */,
|
|
387404BD27F633430002AC61 /* endian_test */,
|
|
387404D327F633940002AC61 /* tree_test */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
3892E74B27EBFC0B00C0FC23 /* convert */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
38BF882C27ED6614006D75BF /* charmap_data.c */,
|
|
38BF882D27ED6614006D75BF /* charmap_info.c */,
|
|
38BF882E27ED6614006D75BF /* charmap_region.c */,
|
|
3892E74D27EBFC0B00C0FC23 /* convert.c */,
|
|
3892E74E27EBFC0B00C0FC23 /* convert.h */,
|
|
3892E74F27EBFC0B00C0FC23 /* convert_1f.c */,
|
|
3892E75027EBFC0B00C0FC23 /* convert_1r.c */,
|
|
3892E75127EBFC0B00C0FC23 /* convert_test.c */,
|
|
38BF883227ED6622006D75BF /* data.h */,
|
|
3892E75427EBFC0B00C0FC23 /* resources.h */,
|
|
);
|
|
path = convert;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
3874049727F6320F0002AC61 /* convert_test */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 3874049A27F6322C0002AC61 /* Build configuration list for PBXNativeTarget "convert_test" */;
|
|
buildPhases = (
|
|
3874049527F6320F0002AC61 /* Sources */,
|
|
3874049627F6320F0002AC61 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = convert_test;
|
|
productName = convert_test;
|
|
productReference = 3874049827F6320F0002AC61 /* convert_test */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
387404BC27F633430002AC61 /* endian_test */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 387404C727F633550002AC61 /* Build configuration list for PBXNativeTarget "endian_test" */;
|
|
buildPhases = (
|
|
387404BA27F633430002AC61 /* Sources */,
|
|
387404BB27F633430002AC61 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = endian_test;
|
|
productName = endian_test;
|
|
productReference = 387404BD27F633430002AC61 /* endian_test */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
387404D227F633940002AC61 /* tree_test */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = 387404E127F633B00002AC61 /* Build configuration list for PBXNativeTarget "tree_test" */;
|
|
buildPhases = (
|
|
387404D027F633940002AC61 /* Sources */,
|
|
387404D127F633940002AC61 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = tree_test;
|
|
productName = tree_test;
|
|
productReference = 387404D327F633940002AC61 /* tree_test */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
3892E72F27EBDB6E00C0FC23 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 1130;
|
|
};
|
|
buildConfigurationList = 3892E73027EBDB6F00C0FC23 /* Build configuration list for PBXProject "syncfiles" */;
|
|
compatibilityVersion = "Xcode 2.4";
|
|
developmentRegion = en;
|
|
hasScannedForEncodings = 0;
|
|
knownRegions = (
|
|
en,
|
|
Base,
|
|
);
|
|
mainGroup = 3892E72D27EBDB6E00C0FC23;
|
|
productRefGroup = 3892E74127EBDBCB00C0FC23 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
3874049727F6320F0002AC61 /* convert_test */,
|
|
387404BC27F633430002AC61 /* endian_test */,
|
|
387404D227F633940002AC61 /* tree_test */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
3874049527F6320F0002AC61 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
3874049D27F632380002AC61 /* convert_1f.c in Sources */,
|
|
3874049E27F632390002AC61 /* convert_1r.c in Sources */,
|
|
3874049F27F632390002AC61 /* convert_test.c in Sources */,
|
|
387404A027F632400002AC61 /* toolbox.c in Sources */,
|
|
387404A127F632410002AC61 /* util.c in Sources */,
|
|
387404A227F632420002AC61 /* test.c in Sources */,
|
|
387404AF27F632930002AC61 /* charmap_data.c in Sources */,
|
|
387404B027F632960002AC61 /* charmap_info.c in Sources */,
|
|
387404B527F632A20002AC61 /* convert.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
387404BA27F633430002AC61 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
387404BF27F6334F0002AC61 /* endian_test.c in Sources */,
|
|
387404C027F633500002AC61 /* test.c in Sources */,
|
|
387404C127F633510002AC61 /* toolbox.c in Sources */,
|
|
387404C227F633520002AC61 /* util.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
387404D027F633940002AC61 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
387404D727F633A70002AC61 /* tree.c in Sources */,
|
|
387404D827F633A70002AC61 /* tree_test.c in Sources */,
|
|
387404DA27F633AA0002AC61 /* test.c in Sources */,
|
|
387404DB27F633AB0002AC61 /* toolbox.c in Sources */,
|
|
387404DC27F633AC0002AC61 /* util.c in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
3874049B27F6322C0002AC61 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
PRODUCT_NAME = convert_test;
|
|
};
|
|
name = Debug;
|
|
};
|
|
3874049C27F6322C0002AC61 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
PRODUCT_NAME = convert_test;
|
|
};
|
|
name = Release;
|
|
};
|
|
387404C827F633550002AC61 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
PRODUCT_NAME = endian_test;
|
|
};
|
|
name = Debug;
|
|
};
|
|
387404C927F633550002AC61 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
PRODUCT_NAME = endian_test;
|
|
};
|
|
name = Release;
|
|
};
|
|
387404E227F633B00002AC61 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
PRODUCT_NAME = tree_test;
|
|
};
|
|
name = Debug;
|
|
};
|
|
387404E327F633B00002AC61 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
PRODUCT_NAME = tree_test;
|
|
};
|
|
name = Release;
|
|
};
|
|
3892E73127EBDB6F00C0FC23 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
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_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_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = NO;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 1;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
3892E73227EBDB6F00C0FC23 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
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_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_RANGE_LOOP_ANALYSIS = YES;
|
|
CLANG_WARN_STRICT_PROTOTYPES = YES;
|
|
CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
COPY_PHASE_STRIP = YES;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
3874049A27F6322C0002AC61 /* Build configuration list for PBXNativeTarget "convert_test" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
3874049B27F6322C0002AC61 /* Debug */,
|
|
3874049C27F6322C0002AC61 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
387404C727F633550002AC61 /* Build configuration list for PBXNativeTarget "endian_test" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
387404C827F633550002AC61 /* Debug */,
|
|
387404C927F633550002AC61 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
387404E127F633B00002AC61 /* Build configuration list for PBXNativeTarget "tree_test" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
387404E227F633B00002AC61 /* Debug */,
|
|
387404E327F633B00002AC61 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
3892E73027EBDB6F00C0FC23 /* Build configuration list for PBXProject "syncfiles" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
3892E73127EBDB6F00C0FC23 /* Debug */,
|
|
3892E73227EBDB6F00C0FC23 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 3892E72F27EBDB6E00C0FC23 /* Project object */;
|
|
}
|