Fixed.
This commit is contained in:
parent
ab027f2c4e
commit
9c51d27d1b
@ -1,579 +0,0 @@
|
|||||||
// !$*UTF8*$!
|
|
||||||
{
|
|
||||||
archiveVersion = 1;
|
|
||||||
classes = {
|
|
||||||
};
|
|
||||||
objectVersion = 50;
|
|
||||||
objects = {
|
|
||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
|
||||||
9269D4E8210F1B3D00161557 /* stack_expand.c in Sources */ = {isa = PBXBuildFile; fileRef = 9269D4E7210F1B3D00161557 /* stack_expand.c */; };
|
|
||||||
9269D4EA210F1B4B00161557 /* list_expand_get.c in Sources */ = {isa = PBXBuildFile; fileRef = 9269D4E9210F1B4B00161557 /* list_expand_get.c */; };
|
|
||||||
9269D4ED210F1B5E00161557 /* test.c in Sources */ = {isa = PBXBuildFile; fileRef = 9269D4EB210F1B5E00161557 /* test.c */; };
|
|
||||||
9269D4F5210F1BCE00161557 /* list_info.c in Sources */ = {isa = PBXBuildFile; fileRef = 9246994F20CD000300B4E894 /* list_info.c */; };
|
|
||||||
9269D4F6210F1CD900161557 /* stack.c in Sources */ = {isa = PBXBuildFile; fileRef = 9246995920CE52A700B4E894 /* stack.c */; };
|
|
||||||
92CC992E212EF3E50060EFA5 /* list_quick.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC992D212EF3E50060EFA5 /* list_quick.c */; };
|
|
||||||
92CC9931212EF4BF0060EFA5 /* list_sort.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC9930212EF4BF0060EFA5 /* list_sort.c */; };
|
|
||||||
92CC9934212EF5330060EFA5 /* safe_mode.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC9933212EF5330060EFA5 /* safe_mode.c */; };
|
|
||||||
92CC9937212EF60A0060EFA5 /* list_print.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC9936212EF60A0060EFA5 /* list_print.c */; };
|
|
||||||
92CC993A212EF62A0060EFA5 /* list_simple.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC9939212EF62A0060EFA5 /* list_simple.c */; };
|
|
||||||
92CC9943212EFE7E0060EFA5 /* list_expand_find.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC9942212EFE7E0060EFA5 /* list_expand_find.c */; };
|
|
||||||
92CC9946212EFEF70060EFA5 /* list_expand_callback.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC9945212EFEF70060EFA5 /* list_expand_callback.c */; };
|
|
||||||
92CC9949212EFF6F0060EFA5 /* list_expand_complex.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC9948212EFF6F0060EFA5 /* list_expand_complex.c */; };
|
|
||||||
92CC994C212F00030060EFA5 /* list_expand_node.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC994B212F00030060EFA5 /* list_expand_node.c */; };
|
|
||||||
92CC994E212F003F0060EFA5 /* list_expand_update.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC994D212F003F0060EFA5 /* list_expand_update.c */; };
|
|
||||||
92CC9950212F014A0060EFA5 /* list_simple_node.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC994F212F014A0060EFA5 /* list_simple_node.c */; };
|
|
||||||
92CC9952212F02200060EFA5 /* list_expand_calculate.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC9951212F02200060EFA5 /* list_expand_calculate.c */; };
|
|
||||||
92CC9954212F03190060EFA5 /* list_find.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC9953212F03190060EFA5 /* list_find.c */; };
|
|
||||||
92CC9956212F037F0060EFA5 /* list_init.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC9955212F037F0060EFA5 /* list_init.c */; };
|
|
||||||
92CC9959212F03CB0060EFA5 /* list_release.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC9958212F03CB0060EFA5 /* list_release.c */; };
|
|
||||||
92CC995B212F042E0060EFA5 /* list_remove.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC995A212F042E0060EFA5 /* list_remove.c */; };
|
|
||||||
92CC995D212F048B0060EFA5 /* list_copy.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC995C212F048B0060EFA5 /* list_copy.c */; };
|
|
||||||
92CC995F212F04EE0060EFA5 /* list_insert.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC995E212F04EE0060EFA5 /* list_insert.c */; };
|
|
||||||
92CC9961212F05330060EFA5 /* list_replace.c in Sources */ = {isa = PBXBuildFile; fileRef = 92CC9960212F05330060EFA5 /* list_replace.c */; };
|
|
||||||
92DE530A21CCEA430057ADCB /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 92DE530821CCEA430057ADCB /* md5.c */; };
|
|
||||||
92DE530B21CCEA430057ADCB /* id.c in Sources */ = {isa = PBXBuildFile; fileRef = 92DE530921CCEA430057ADCB /* id.c */; };
|
|
||||||
92DE530E21CCEA510057ADCB /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = 92DE530C21CCEA510057ADCB /* error.c */; };
|
|
||||||
92DE530F21CCEA510057ADCB /* error_file.c in Sources */ = {isa = PBXBuildFile; fileRef = 92DE530D21CCEA510057ADCB /* error_file.c */; };
|
|
||||||
92DE531121CCEA5B0057ADCB /* communicate.c in Sources */ = {isa = PBXBuildFile; fileRef = 92DE531021CCEA5B0057ADCB /* communicate.c */; };
|
|
||||||
/* End PBXBuildFile section */
|
|
||||||
|
|
||||||
/* Begin PBXCopyFilesBuildPhase section */
|
|
||||||
927993BB20CB87D6008CE3A9 /* CopyFiles */ = {
|
|
||||||
isa = PBXCopyFilesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
dstPath = /usr/share/man/man1/;
|
|
||||||
dstSubfolderSpec = 0;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 1;
|
|
||||||
};
|
|
||||||
/* End PBXCopyFilesBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXFileReference section */
|
|
||||||
9233C30E212292B000FB2485 /* md5.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = md5.h; sourceTree = "<group>"; };
|
|
||||||
9246994F20CD000300B4E894 /* list_info.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; path = list_info.c; sourceTree = "<group>"; };
|
|
||||||
9246995020CD000300B4E894 /* list_expand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = list_expand.h; sourceTree = "<group>"; };
|
|
||||||
9246995120CD000300B4E894 /* list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = list.h; sourceTree = "<group>"; };
|
|
||||||
9246995820CE52A700B4E894 /* stack.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stack.h; sourceTree = "<group>"; };
|
|
||||||
9246995920CE52A700B4E894 /* stack.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = stack.c; sourceTree = "<group>"; };
|
|
||||||
9246995B20CE5C8900B4E894 /* stack_expand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stack_expand.h; sourceTree = "<group>"; };
|
|
||||||
9246995D20CE655900B4E894 /* tree.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tree.h; sourceTree = "<group>"; };
|
|
||||||
9246995E20CE655900B4E894 /* tree.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = tree.c; sourceTree = "<group>"; };
|
|
||||||
9269D4E7210F1B3D00161557 /* stack_expand.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stack_expand.c; sourceTree = "<group>"; };
|
|
||||||
9269D4E9210F1B4B00161557 /* list_expand_get.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; path = list_expand_get.c; sourceTree = "<group>"; };
|
|
||||||
9269D4EB210F1B5E00161557 /* test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; path = test.c; sourceTree = "<group>"; };
|
|
||||||
9269D4EC210F1B5E00161557 /* test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = test.h; sourceTree = "<group>"; };
|
|
||||||
9269D4F0210F1B8000161557 /* type.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = type.h; sourceTree = "<group>"; };
|
|
||||||
9269D4F3210F1BB000161557 /* id.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = id.h; sourceTree = "<group>"; };
|
|
||||||
9269D4F7210F1D0B00161557 /* tree_expand.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tree_expand.c; sourceTree = "<group>"; };
|
|
||||||
9269D4F9210F1D0F00161557 /* tree_expand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tree_expand.h; sourceTree = "<group>"; };
|
|
||||||
927993BD20CB87D6008CE3A9 /* ZE-Standard-Libraries */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "ZE-Standard-Libraries"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
||||||
9286EB7F2114022F00752977 /* communicate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = communicate.h; sourceTree = "<group>"; };
|
|
||||||
92CC992D212EF3E50060EFA5 /* list_quick.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; path = list_quick.c; sourceTree = "<group>"; };
|
|
||||||
92CC992F212EF4340060EFA5 /* list_quick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = list_quick.h; sourceTree = "<group>"; };
|
|
||||||
92CC9930212EF4BF0060EFA5 /* list_sort.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; path = list_sort.c; sourceTree = "<group>"; };
|
|
||||||
92CC9932212EF5330060EFA5 /* safe_mode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = safe_mode.h; sourceTree = "<group>"; };
|
|
||||||
92CC9933212EF5330060EFA5 /* safe_mode.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = safe_mode.c; sourceTree = "<group>"; };
|
|
||||||
92CC9935212EF60A0060EFA5 /* list_print.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = list_print.h; sourceTree = "<group>"; };
|
|
||||||
92CC9936212EF60A0060EFA5 /* list_print.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_print.c; sourceTree = "<group>"; };
|
|
||||||
92CC9938212EF62A0060EFA5 /* list_simple.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = list_simple.h; sourceTree = "<group>"; };
|
|
||||||
92CC9939212EF62A0060EFA5 /* list_simple.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_simple.c; sourceTree = "<group>"; };
|
|
||||||
92CC993E212EFB050060EFA5 /* list_type.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = list_type.h; sourceTree = "<group>"; };
|
|
||||||
92CC993F212EFD590060EFA5 /* list_expand_1.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = list_expand_1.h; sourceTree = "<group>"; };
|
|
||||||
92CC9941212EFE050060EFA5 /* error.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = error.h; sourceTree = "<group>"; };
|
|
||||||
92CC9942212EFE7E0060EFA5 /* list_expand_find.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_expand_find.c; sourceTree = "<group>"; };
|
|
||||||
92CC9945212EFEF70060EFA5 /* list_expand_callback.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_expand_callback.c; sourceTree = "<group>"; };
|
|
||||||
92CC9948212EFF6F0060EFA5 /* list_expand_complex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_expand_complex.c; sourceTree = "<group>"; };
|
|
||||||
92CC994B212F00030060EFA5 /* list_expand_node.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_expand_node.c; sourceTree = "<group>"; };
|
|
||||||
92CC994D212F003F0060EFA5 /* list_expand_update.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_expand_update.c; sourceTree = "<group>"; };
|
|
||||||
92CC994F212F014A0060EFA5 /* list_simple_node.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_simple_node.c; sourceTree = "<group>"; };
|
|
||||||
92CC9951212F02200060EFA5 /* list_expand_calculate.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_expand_calculate.c; sourceTree = "<group>"; };
|
|
||||||
92CC9953212F03190060EFA5 /* list_find.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_find.c; sourceTree = "<group>"; };
|
|
||||||
92CC9955212F037F0060EFA5 /* list_init.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_init.c; sourceTree = "<group>"; };
|
|
||||||
92CC9958212F03CB0060EFA5 /* list_release.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_release.c; sourceTree = "<group>"; };
|
|
||||||
92CC995A212F042E0060EFA5 /* list_remove.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_remove.c; sourceTree = "<group>"; };
|
|
||||||
92CC995C212F048B0060EFA5 /* list_copy.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_copy.c; sourceTree = "<group>"; };
|
|
||||||
92CC995E212F04EE0060EFA5 /* list_insert.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_insert.c; sourceTree = "<group>"; };
|
|
||||||
92CC9960212F05330060EFA5 /* list_replace.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = list_replace.c; sourceTree = "<group>"; };
|
|
||||||
92CC9966212F11920060EFA5 /* stack_type.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stack_type.h; sourceTree = "<group>"; };
|
|
||||||
92CC9967212F17C70060EFA5 /* error_file.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = error_file.h; sourceTree = "<group>"; };
|
|
||||||
92DE530821CCEA430057ADCB /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md5.c; path = src/id/md5.c; sourceTree = "<group>"; };
|
|
||||||
92DE530921CCEA430057ADCB /* id.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = id.c; path = src/id/id.c; sourceTree = "<group>"; };
|
|
||||||
92DE530C21CCEA510057ADCB /* error.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = error.c; path = src/error/error.c; sourceTree = "<group>"; };
|
|
||||||
92DE530D21CCEA510057ADCB /* error_file.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = error_file.c; path = src/error/error_file.c; sourceTree = "<group>"; };
|
|
||||||
92DE531021CCEA5B0057ADCB /* communicate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = communicate.c; path = src/communicate/communicate.c; sourceTree = "<group>"; };
|
|
||||||
/* End PBXFileReference section */
|
|
||||||
|
|
||||||
/* Begin PBXFrameworksBuildPhase section */
|
|
||||||
927993BA20CB87D6008CE3A9 /* Frameworks */ = {
|
|
||||||
isa = PBXFrameworksBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXFrameworksBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin PBXGroup section */
|
|
||||||
9246994E20CD000300B4E894 /* list */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
92CC995C212F048B0060EFA5 /* list_copy.c */,
|
|
||||||
92CC9951212F02200060EFA5 /* list_expand_calculate.c */,
|
|
||||||
92CC9945212EFEF70060EFA5 /* list_expand_callback.c */,
|
|
||||||
92CC9948212EFF6F0060EFA5 /* list_expand_complex.c */,
|
|
||||||
92CC9942212EFE7E0060EFA5 /* list_expand_find.c */,
|
|
||||||
9269D4E9210F1B4B00161557 /* list_expand_get.c */,
|
|
||||||
92CC994B212F00030060EFA5 /* list_expand_node.c */,
|
|
||||||
92CC994D212F003F0060EFA5 /* list_expand_update.c */,
|
|
||||||
92CC9953212F03190060EFA5 /* list_find.c */,
|
|
||||||
9246994F20CD000300B4E894 /* list_info.c */,
|
|
||||||
92CC9955212F037F0060EFA5 /* list_init.c */,
|
|
||||||
92CC995E212F04EE0060EFA5 /* list_insert.c */,
|
|
||||||
92CC9936212EF60A0060EFA5 /* list_print.c */,
|
|
||||||
92CC992D212EF3E50060EFA5 /* list_quick.c */,
|
|
||||||
92CC9958212F03CB0060EFA5 /* list_release.c */,
|
|
||||||
92CC995A212F042E0060EFA5 /* list_remove.c */,
|
|
||||||
92CC9960212F05330060EFA5 /* list_replace.c */,
|
|
||||||
92CC994F212F014A0060EFA5 /* list_simple_node.c */,
|
|
||||||
92CC9939212EF62A0060EFA5 /* list_simple.c */,
|
|
||||||
92CC9930212EF4BF0060EFA5 /* list_sort.c */,
|
|
||||||
92CC9933212EF5330060EFA5 /* safe_mode.c */,
|
|
||||||
);
|
|
||||||
path = list;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
9246995720CE507900B4E894 /* stack */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
9246995920CE52A700B4E894 /* stack.c */,
|
|
||||||
9269D4E7210F1B3D00161557 /* stack_expand.c */,
|
|
||||||
);
|
|
||||||
path = stack;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
9246995C20CE654600B4E894 /* tree */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
9246995E20CE655900B4E894 /* tree.c */,
|
|
||||||
9269D4F9210F1D0F00161557 /* tree_expand.h */,
|
|
||||||
9269D4F7210F1D0B00161557 /* tree_expand.c */,
|
|
||||||
);
|
|
||||||
path = tree;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
9269D4F1210F1B9E00161557 /* id */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
92DE530921CCEA430057ADCB /* id.c */,
|
|
||||||
92DE530821CCEA430057ADCB /* md5.c */,
|
|
||||||
);
|
|
||||||
name = id;
|
|
||||||
path = ..;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
927993B420CB87D6008CE3A9 = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
92DE530721CCE96D0057ADCB /* documents */,
|
|
||||||
92DE530621CCE9280057ADCB /* bin */,
|
|
||||||
92DE530521CCE91B0057ADCB /* test */,
|
|
||||||
92DE530421CCE90B0057ADCB /* src */,
|
|
||||||
92CC993B212EF7400060EFA5 /* include */,
|
|
||||||
927993BE20CB87D6008CE3A9 /* Products */,
|
|
||||||
);
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
927993BE20CB87D6008CE3A9 /* Products */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
927993BD20CB87D6008CE3A9 /* ZE-Standard-Libraries */,
|
|
||||||
);
|
|
||||||
name = Products;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
9286EB78211400BD00752977 /* error */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
92DE530D21CCEA510057ADCB /* error_file.c */,
|
|
||||||
92DE530C21CCEA510057ADCB /* error.c */,
|
|
||||||
);
|
|
||||||
name = error;
|
|
||||||
path = ..;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
9286EB7C2114021E00752977 /* communicate */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
92DE531021CCEA5B0057ADCB /* communicate.c */,
|
|
||||||
);
|
|
||||||
name = communicate;
|
|
||||||
path = ..;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
92A15CFC211442C700826FB8 /* graph */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
);
|
|
||||||
name = graph;
|
|
||||||
path = ..;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
92CC993B212EF7400060EFA5 /* include */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
92CC9964212F06C10060EFA5 /* communicate */,
|
|
||||||
92CC9963212F06650060EFA5 /* tree */,
|
|
||||||
92CC9962212F06190060EFA5 /* stack */,
|
|
||||||
92CC9940212EFDF50060EFA5 /* error */,
|
|
||||||
92CC993D212EF7DE0060EFA5 /* id */,
|
|
||||||
92CC993C212EF75C0060EFA5 /* list */,
|
|
||||||
9269D4F0210F1B8000161557 /* type.h */,
|
|
||||||
);
|
|
||||||
path = include;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
92CC993C212EF75C0060EFA5 /* list */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
9246995120CD000300B4E894 /* list.h */,
|
|
||||||
9246995020CD000300B4E894 /* list_expand.h */,
|
|
||||||
92CC992F212EF4340060EFA5 /* list_quick.h */,
|
|
||||||
92CC9932212EF5330060EFA5 /* safe_mode.h */,
|
|
||||||
92CC9935212EF60A0060EFA5 /* list_print.h */,
|
|
||||||
92CC9938212EF62A0060EFA5 /* list_simple.h */,
|
|
||||||
92CC993E212EFB050060EFA5 /* list_type.h */,
|
|
||||||
92CC993F212EFD590060EFA5 /* list_expand_1.h */,
|
|
||||||
);
|
|
||||||
path = list;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
92CC993D212EF7DE0060EFA5 /* id */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
9269D4F3210F1BB000161557 /* id.h */,
|
|
||||||
9233C30E212292B000FB2485 /* md5.h */,
|
|
||||||
);
|
|
||||||
path = id;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
92CC9940212EFDF50060EFA5 /* error */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
92CC9941212EFE050060EFA5 /* error.h */,
|
|
||||||
92CC9967212F17C70060EFA5 /* error_file.h */,
|
|
||||||
);
|
|
||||||
path = error;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
92CC9962212F06190060EFA5 /* stack */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
9246995B20CE5C8900B4E894 /* stack_expand.h */,
|
|
||||||
9246995820CE52A700B4E894 /* stack.h */,
|
|
||||||
92CC9966212F11920060EFA5 /* stack_type.h */,
|
|
||||||
);
|
|
||||||
path = stack;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
92CC9963212F06650060EFA5 /* tree */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
9246995D20CE655900B4E894 /* tree.h */,
|
|
||||||
);
|
|
||||||
path = tree;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
92CC9964212F06C10060EFA5 /* communicate */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
9286EB7F2114022F00752977 /* communicate.h */,
|
|
||||||
);
|
|
||||||
path = communicate;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
92DE530421CCE90B0057ADCB /* src */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
92A15CFC211442C700826FB8 /* graph */,
|
|
||||||
9286EB7C2114021E00752977 /* communicate */,
|
|
||||||
9286EB78211400BD00752977 /* error */,
|
|
||||||
9269D4F1210F1B9E00161557 /* id */,
|
|
||||||
9246995C20CE654600B4E894 /* tree */,
|
|
||||||
9246995720CE507900B4E894 /* stack */,
|
|
||||||
9246994E20CD000300B4E894 /* list */,
|
|
||||||
);
|
|
||||||
path = src;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
92DE530521CCE91B0057ADCB /* test */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
9269D4EB210F1B5E00161557 /* test.c */,
|
|
||||||
9269D4EC210F1B5E00161557 /* test.h */,
|
|
||||||
);
|
|
||||||
path = test;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
92DE530621CCE9280057ADCB /* bin */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
);
|
|
||||||
path = bin;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
92DE530721CCE96D0057ADCB /* documents */ = {
|
|
||||||
isa = PBXGroup;
|
|
||||||
children = (
|
|
||||||
);
|
|
||||||
path = documents;
|
|
||||||
sourceTree = "<group>";
|
|
||||||
};
|
|
||||||
/* End PBXGroup section */
|
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
|
||||||
927993BC20CB87D6008CE3A9 /* ZE-Standard-Libraries */ = {
|
|
||||||
isa = PBXNativeTarget;
|
|
||||||
buildConfigurationList = 927993C420CB87D6008CE3A9 /* Build configuration list for PBXNativeTarget "ZE-Standard-Libraries" */;
|
|
||||||
buildPhases = (
|
|
||||||
927993B920CB87D6008CE3A9 /* Sources */,
|
|
||||||
927993BA20CB87D6008CE3A9 /* Frameworks */,
|
|
||||||
927993BB20CB87D6008CE3A9 /* CopyFiles */,
|
|
||||||
);
|
|
||||||
buildRules = (
|
|
||||||
);
|
|
||||||
dependencies = (
|
|
||||||
);
|
|
||||||
name = "ZE-Standard-Libraries";
|
|
||||||
productName = "ZE-Standard-Libraries";
|
|
||||||
productReference = 927993BD20CB87D6008CE3A9 /* ZE-Standard-Libraries */;
|
|
||||||
productType = "com.apple.product-type.tool";
|
|
||||||
};
|
|
||||||
/* End PBXNativeTarget section */
|
|
||||||
|
|
||||||
/* Begin PBXProject section */
|
|
||||||
927993B520CB87D6008CE3A9 /* Project object */ = {
|
|
||||||
isa = PBXProject;
|
|
||||||
attributes = {
|
|
||||||
LastUpgradeCheck = 0940;
|
|
||||||
ORGANIZATIONNAME = ZE;
|
|
||||||
TargetAttributes = {
|
|
||||||
927993BC20CB87D6008CE3A9 = {
|
|
||||||
CreatedOnToolsVersion = 9.4;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
buildConfigurationList = 927993B820CB87D6008CE3A9 /* Build configuration list for PBXProject "ZE-Standard-Libraries" */;
|
|
||||||
compatibilityVersion = "Xcode 9.3";
|
|
||||||
developmentRegion = en;
|
|
||||||
hasScannedForEncodings = 0;
|
|
||||||
knownRegions = (
|
|
||||||
en,
|
|
||||||
);
|
|
||||||
mainGroup = 927993B420CB87D6008CE3A9;
|
|
||||||
productRefGroup = 927993BE20CB87D6008CE3A9 /* Products */;
|
|
||||||
projectDirPath = "";
|
|
||||||
projectRoot = "";
|
|
||||||
targets = (
|
|
||||||
927993BC20CB87D6008CE3A9 /* ZE-Standard-Libraries */,
|
|
||||||
);
|
|
||||||
};
|
|
||||||
/* End PBXProject section */
|
|
||||||
|
|
||||||
/* Begin PBXSourcesBuildPhase section */
|
|
||||||
927993B920CB87D6008CE3A9 /* Sources */ = {
|
|
||||||
isa = PBXSourcesBuildPhase;
|
|
||||||
buildActionMask = 2147483647;
|
|
||||||
files = (
|
|
||||||
92DE530A21CCEA430057ADCB /* md5.c in Sources */,
|
|
||||||
92CC9931212EF4BF0060EFA5 /* list_sort.c in Sources */,
|
|
||||||
92CC9961212F05330060EFA5 /* list_replace.c in Sources */,
|
|
||||||
9269D4F6210F1CD900161557 /* stack.c in Sources */,
|
|
||||||
92CC9959212F03CB0060EFA5 /* list_release.c in Sources */,
|
|
||||||
92CC993A212EF62A0060EFA5 /* list_simple.c in Sources */,
|
|
||||||
92CC992E212EF3E50060EFA5 /* list_quick.c in Sources */,
|
|
||||||
92CC9943212EFE7E0060EFA5 /* list_expand_find.c in Sources */,
|
|
||||||
9269D4E8210F1B3D00161557 /* stack_expand.c in Sources */,
|
|
||||||
92DE530F21CCEA510057ADCB /* error_file.c in Sources */,
|
|
||||||
92CC9937212EF60A0060EFA5 /* list_print.c in Sources */,
|
|
||||||
92DE530E21CCEA510057ADCB /* error.c in Sources */,
|
|
||||||
92CC994C212F00030060EFA5 /* list_expand_node.c in Sources */,
|
|
||||||
92DE531121CCEA5B0057ADCB /* communicate.c in Sources */,
|
|
||||||
92CC9956212F037F0060EFA5 /* list_init.c in Sources */,
|
|
||||||
92CC9954212F03190060EFA5 /* list_find.c in Sources */,
|
|
||||||
92CC9949212EFF6F0060EFA5 /* list_expand_complex.c in Sources */,
|
|
||||||
92CC995D212F048B0060EFA5 /* list_copy.c in Sources */,
|
|
||||||
92DE530B21CCEA430057ADCB /* id.c in Sources */,
|
|
||||||
9269D4EA210F1B4B00161557 /* list_expand_get.c in Sources */,
|
|
||||||
9269D4ED210F1B5E00161557 /* test.c in Sources */,
|
|
||||||
9269D4F5210F1BCE00161557 /* list_info.c in Sources */,
|
|
||||||
92CC9952212F02200060EFA5 /* list_expand_calculate.c in Sources */,
|
|
||||||
92CC9946212EFEF70060EFA5 /* list_expand_callback.c in Sources */,
|
|
||||||
92CC9950212F014A0060EFA5 /* list_simple_node.c in Sources */,
|
|
||||||
92CC9934212EF5330060EFA5 /* safe_mode.c in Sources */,
|
|
||||||
92CC995B212F042E0060EFA5 /* list_remove.c in Sources */,
|
|
||||||
92CC994E212F003F0060EFA5 /* list_expand_update.c in Sources */,
|
|
||||||
92CC995F212F04EE0060EFA5 /* list_insert.c in Sources */,
|
|
||||||
);
|
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
|
||||||
};
|
|
||||||
/* End PBXSourcesBuildPhase section */
|
|
||||||
|
|
||||||
/* Begin XCBuildConfiguration section */
|
|
||||||
927993C220CB87D6008CE3A9 /* 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 = "-";
|
|
||||||
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;
|
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
|
||||||
MTL_ENABLE_DEBUG_INFO = YES;
|
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
|
||||||
SDKROOT = macosx;
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
927993C320CB87D6008CE3A9 /* 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 = "-";
|
|
||||||
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;
|
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
|
||||||
MTL_ENABLE_DEBUG_INFO = NO;
|
|
||||||
SDKROOT = macosx;
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
927993C520CB87D6008CE3A9 /* Debug */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
CODE_SIGN_STYLE = Automatic;
|
|
||||||
COPY_HEADERS_RUN_UNIFDEF = NO;
|
|
||||||
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/include\"/**";
|
|
||||||
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/bin\"/**";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
};
|
|
||||||
name = Debug;
|
|
||||||
};
|
|
||||||
927993C620CB87D6008CE3A9 /* Release */ = {
|
|
||||||
isa = XCBuildConfiguration;
|
|
||||||
buildSettings = {
|
|
||||||
CODE_SIGN_STYLE = Automatic;
|
|
||||||
COPY_HEADERS_RUN_UNIFDEF = NO;
|
|
||||||
HEADER_SEARCH_PATHS = "\"$(SRCROOT)/include\"/**";
|
|
||||||
LIBRARY_SEARCH_PATHS = "\"$(SRCROOT)/bin\"/**";
|
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
||||||
};
|
|
||||||
name = Release;
|
|
||||||
};
|
|
||||||
/* End XCBuildConfiguration section */
|
|
||||||
|
|
||||||
/* Begin XCConfigurationList section */
|
|
||||||
927993B820CB87D6008CE3A9 /* Build configuration list for PBXProject "ZE-Standard-Libraries" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
927993C220CB87D6008CE3A9 /* Debug */,
|
|
||||||
927993C320CB87D6008CE3A9 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
927993C420CB87D6008CE3A9 /* Build configuration list for PBXNativeTarget "ZE-Standard-Libraries" */ = {
|
|
||||||
isa = XCConfigurationList;
|
|
||||||
buildConfigurations = (
|
|
||||||
927993C520CB87D6008CE3A9 /* Debug */,
|
|
||||||
927993C620CB87D6008CE3A9 /* Release */,
|
|
||||||
);
|
|
||||||
defaultConfigurationIsVisible = 0;
|
|
||||||
defaultConfigurationName = Release;
|
|
||||||
};
|
|
||||||
/* End XCConfigurationList section */
|
|
||||||
};
|
|
||||||
rootObject = 927993B520CB87D6008CE3A9 /* Project object */;
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Workspace
|
|
||||||
version = "1.0">
|
|
||||||
<FileRef
|
|
||||||
location = "self:">
|
|
||||||
</FileRef>
|
|
||||||
</Workspace>
|
|
@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>IDEDidComputeMac32BitWarning</key>
|
|
||||||
<true/>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
@ -1,197 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<VariablesViewState
|
|
||||||
version = "1.0">
|
|
||||||
<ContextStates>
|
|
||||||
<ContextState
|
|
||||||
contextName = "_doStandardDataToList:communicate.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "s_idToASCIIString:id.c">
|
|
||||||
<PersistentStrings>
|
|
||||||
<PersistentString
|
|
||||||
value = "sizeof(char)">
|
|
||||||
</PersistentString>
|
|
||||||
<PersistentString
|
|
||||||
value = "buff[buff_count]">
|
|
||||||
</PersistentString>
|
|
||||||
</PersistentStrings>
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "standardDataAddBlock:communicate.c">
|
|
||||||
<PersistentStrings>
|
|
||||||
<PersistentString
|
|
||||||
value = "(int *)data">
|
|
||||||
</PersistentString>
|
|
||||||
<PersistentString
|
|
||||||
value = "(int *)p_stdb->buff">
|
|
||||||
</PersistentString>
|
|
||||||
</PersistentStrings>
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "setS_idWithString:id.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "initStandardDBlocks:communicate.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "readStandardData:communicate.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "dataForStandardDBlock:communicate.c">
|
|
||||||
<PersistentStrings>
|
|
||||||
<PersistentString
|
|
||||||
value = "(int *)p_stdb->buff">
|
|
||||||
</PersistentString>
|
|
||||||
</PersistentStrings>
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "releaseNULLList:list.h">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "findByIndexForNode:list_expand.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "getByIntForNode:list_expand.c">
|
|
||||||
<PersistentStrings>
|
|
||||||
<PersistentString
|
|
||||||
value = "(int *)p_node->value">
|
|
||||||
</PersistentString>
|
|
||||||
</PersistentStrings>
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "freeS_id:id.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "dataFileReadOut:communicate.c">
|
|
||||||
<PersistentStrings>
|
|
||||||
<PersistentString
|
|
||||||
value = "strlen(string_sid)">
|
|
||||||
</PersistentString>
|
|
||||||
<PersistentString
|
|
||||||
value = "(int *)content">
|
|
||||||
</PersistentString>
|
|
||||||
</PersistentStrings>
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "main:test.c">
|
|
||||||
<PersistentStrings>
|
|
||||||
<PersistentString
|
|
||||||
value = "(int *)p_node->value">
|
|
||||||
</PersistentString>
|
|
||||||
<PersistentString
|
|
||||||
value = "strlen(string)">
|
|
||||||
</PersistentString>
|
|
||||||
<PersistentString
|
|
||||||
value = "((STD_DATA *)(p_dfiler->pf_stdlst->head->value))->pd_blocklst">
|
|
||||||
</PersistentString>
|
|
||||||
</PersistentStrings>
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "insertInHead:list.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "insertInTail:list.h">
|
|
||||||
<PersistentStrings>
|
|
||||||
<PersistentString
|
|
||||||
value = "node_list">
|
|
||||||
</PersistentString>
|
|
||||||
<PersistentString
|
|
||||||
value = "list_list">
|
|
||||||
</PersistentString>
|
|
||||||
</PersistentStrings>
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "releaseMalloc:list.h">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "listToSTD:communicate.c">
|
|
||||||
<PersistentStrings>
|
|
||||||
<PersistentString
|
|
||||||
value = "(int *)p_node->value">
|
|
||||||
</PersistentString>
|
|
||||||
</PersistentStrings>
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "initStandardData:communicate.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "printListForCustom:list_expand.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "init_node:list.h">
|
|
||||||
<PersistentStrings>
|
|
||||||
<PersistentString
|
|
||||||
value = "list_list">
|
|
||||||
</PersistentString>
|
|
||||||
</PersistentStrings>
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "printStandardData:communicate.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "indexTransfromer:list.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "listThrough:list_expand.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "initS_id:id.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "standardDataToList:communicate.c">
|
|
||||||
<PersistentStrings>
|
|
||||||
<PersistentString
|
|
||||||
value = "(STD_BLOCKS *)p_std->pd_blocklst->head->value">
|
|
||||||
</PersistentString>
|
|
||||||
</PersistentStrings>
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "readDataFileInfo:communicate.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "asciiStringToS_id:id.c">
|
|
||||||
<PersistentStrings>
|
|
||||||
<PersistentString
|
|
||||||
value = "buff[string_len-1]">
|
|
||||||
</PersistentString>
|
|
||||||
<PersistentString
|
|
||||||
value = "5 + i * 5 + j">
|
|
||||||
</PersistentString>
|
|
||||||
<PersistentString
|
|
||||||
value = "s_id->value[i]">
|
|
||||||
</PersistentString>
|
|
||||||
<PersistentString
|
|
||||||
value = "strlen(string)">
|
|
||||||
</PersistentString>
|
|
||||||
</PersistentStrings>
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "_doStandardDataInfoWrite:communicate.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "dataFileWriteIn:communicate.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "getNodeByFnNode:list.c">
|
|
||||||
<PersistentStrings>
|
|
||||||
<PersistentString
|
|
||||||
value = "ABS(total_move)">
|
|
||||||
</PersistentString>
|
|
||||||
</PersistentStrings>
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "copyS_id:id.c">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "init_list:list.h">
|
|
||||||
</ContextState>
|
|
||||||
<ContextState
|
|
||||||
contextName = "_doStandardDBlockWrite:communicate.c">
|
|
||||||
<PersistentStrings>
|
|
||||||
<PersistentString
|
|
||||||
value = "&p_stdb->blocks_num">
|
|
||||||
</PersistentString>
|
|
||||||
</PersistentStrings>
|
|
||||||
</ContextState>
|
|
||||||
</ContextStates>
|
|
||||||
</VariablesViewState>
|
|
File diff suppressed because it is too large
Load Diff
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
||||||
<plist version="1.0">
|
|
||||||
<dict>
|
|
||||||
<key>SchemeUserState</key>
|
|
||||||
<dict>
|
|
||||||
<key>ZE-Standard-Libraries.xcscheme</key>
|
|
||||||
<dict>
|
|
||||||
<key>orderHint</key>
|
|
||||||
<integer>0</integer>
|
|
||||||
</dict>
|
|
||||||
<key>ZE-Standard-Libraries.xcscheme_^#shared#^_</key>
|
|
||||||
<dict>
|
|
||||||
<key>orderHint</key>
|
|
||||||
<integer>0</integer>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
</dict>
|
|
||||||
</plist>
|
|
Loading…
Reference in New Issue
Block a user