diff options
author | bossiel <bossiel@yahoo.fr> | 2011-08-10 22:59:15 +0000 |
---|---|---|
committer | bossiel <bossiel@yahoo.fr> | 2011-08-10 22:59:15 +0000 |
commit | 1ebf5a5fcda0c9154e22ed02404fd46525a7fd9f (patch) | |
tree | 4b6214a7142ab1035cb0e47444e88af38e712421 /xcode/tinySAK/tinySAK.xcodeproj/project.pbxproj | |
download | doubango-1.0.zip doubango-1.0.tar.gz |
Move deprecated v1.0 from trunk to branches1.0
Diffstat (limited to 'xcode/tinySAK/tinySAK.xcodeproj/project.pbxproj')
-rw-r--r-- | xcode/tinySAK/tinySAK.xcodeproj/project.pbxproj | 601 |
1 files changed, 601 insertions, 0 deletions
diff --git a/xcode/tinySAK/tinySAK.xcodeproj/project.pbxproj b/xcode/tinySAK/tinySAK.xcodeproj/project.pbxproj new file mode 100644 index 0000000..2716dff --- /dev/null +++ b/xcode/tinySAK/tinySAK.xcodeproj/project.pbxproj @@ -0,0 +1,601 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 45; + objects = { + +/* Begin PBXBuildFile section */ + EC6C55F210EDE669000E1B18 /* libtinySAK.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = D2AAC0630554660B00DB518D /* libtinySAK.dylib */; }; + EC6C560A10EDE6E1000E1B18 /* stdafx.c in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55F610EDE6E1000E1B18 /* stdafx.c */; }; + EC6C560B10EDE6E1000E1B18 /* test.c in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55F910EDE6E1000E1B18 /* test.c */; }; + EC6C563810EDEA69000E1B18 /* stdafx.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55F710EDE6E1000E1B18 /* stdafx.h */; }; + EC6C563910EDEA69000E1B18 /* targetver.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55F810EDE6E1000E1B18 /* targetver.h */; }; + EC6C563A10EDEA69000E1B18 /* test_base64.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55FA10EDE6E1000E1B18 /* test_base64.h */; }; + EC6C563B10EDEA69000E1B18 /* test_buffer.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55FB10EDE6E1000E1B18 /* test_buffer.h */; }; + EC6C563C10EDEA69000E1B18 /* test_condwait.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55FC10EDE6E1000E1B18 /* test_condwait.h */; }; + EC6C563D10EDEA69000E1B18 /* test_heap.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55FD10EDE6E1000E1B18 /* test_heap.h */; }; + EC6C563E10EDEA69000E1B18 /* test_lists.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55FE10EDE6E1000E1B18 /* test_lists.h */; }; + EC6C563F10EDEA69000E1B18 /* test_md5.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55FF10EDE6E1000E1B18 /* test_md5.h */; }; + EC6C564010EDEA69000E1B18 /* test_mutex.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560010EDE6E1000E1B18 /* test_mutex.h */; }; + EC6C564110EDEA69000E1B18 /* test_object.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560110EDE6E1000E1B18 /* test_object.h */; }; + EC6C564210EDEA69000E1B18 /* test_params.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560210EDE6E1000E1B18 /* test_params.h */; }; + EC6C564310EDEA69000E1B18 /* test_runnable.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560310EDE6E1000E1B18 /* test_runnable.h */; }; + EC6C564410EDEA69000E1B18 /* test_safeobject.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560410EDE6E1000E1B18 /* test_safeobject.h */; }; + EC6C564510EDEA69000E1B18 /* test_semaphore.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560510EDE6E1000E1B18 /* test_semaphore.h */; }; + EC6C564610EDEA69000E1B18 /* test_sha1.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560610EDE6E1000E1B18 /* test_sha1.h */; }; + EC6C564710EDEA69000E1B18 /* test_strings.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560710EDE6E1000E1B18 /* test_strings.h */; }; + EC6C564810EDEA69000E1B18 /* test_timer.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560810EDE6E1000E1B18 /* test_timer.h */; }; + EC6C564910EDEA69000E1B18 /* test_url.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560910EDE6E1000E1B18 /* test_url.h */; }; + ECF4BE3811434E5400B7C09B /* tinySAK_config.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BDFD11434E5400B7C09B /* tinySAK_config.h */; }; + ECF4BE3911434E5400B7C09B /* tsk.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BDFE11434E5400B7C09B /* tsk.c */; }; + ECF4BE3A11434E5400B7C09B /* tsk.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BDFF11434E5400B7C09B /* tsk.h */; }; + ECF4BE3B11434E5400B7C09B /* tsk_base64.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0011434E5400B7C09B /* tsk_base64.c */; }; + ECF4BE3C11434E5400B7C09B /* tsk_base64.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0111434E5400B7C09B /* tsk_base64.h */; }; + ECF4BE3D11434E5400B7C09B /* tsk_binaryutils.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0211434E5400B7C09B /* tsk_binaryutils.c */; }; + ECF4BE3E11434E5400B7C09B /* tsk_binaryutils.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0311434E5400B7C09B /* tsk_binaryutils.h */; }; + ECF4BE3F11434E5400B7C09B /* tsk_buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0411434E5400B7C09B /* tsk_buffer.c */; }; + ECF4BE4011434E5400B7C09B /* tsk_buffer.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0511434E5400B7C09B /* tsk_buffer.h */; }; + ECF4BE4111434E5400B7C09B /* tsk_condwait.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0611434E5400B7C09B /* tsk_condwait.c */; }; + ECF4BE4211434E5400B7C09B /* tsk_condwait.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0711434E5400B7C09B /* tsk_condwait.h */; }; + ECF4BE4311434E5400B7C09B /* tsk_debug.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0811434E5400B7C09B /* tsk_debug.c */; }; + ECF4BE4411434E5400B7C09B /* tsk_debug.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0911434E5400B7C09B /* tsk_debug.h */; }; + ECF4BE4511434E5400B7C09B /* tsk_errno.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0A11434E5400B7C09B /* tsk_errno.h */; }; + ECF4BE4611434E5400B7C09B /* tsk_fsm.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0B11434E5400B7C09B /* tsk_fsm.c */; }; + ECF4BE4711434E5400B7C09B /* tsk_fsm.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0C11434E5400B7C09B /* tsk_fsm.h */; }; + ECF4BE4811434E5400B7C09B /* tsk_hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0D11434E5400B7C09B /* tsk_hmac.c */; }; + ECF4BE4911434E5400B7C09B /* tsk_hmac.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0E11434E5400B7C09B /* tsk_hmac.h */; }; + ECF4BE4A11434E5400B7C09B /* tsk_list.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0F11434E5400B7C09B /* tsk_list.c */; }; + ECF4BE4B11434E5400B7C09B /* tsk_list.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1011434E5400B7C09B /* tsk_list.h */; }; + ECF4BE4C11434E5400B7C09B /* tsk_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1111434E5400B7C09B /* tsk_md5.c */; }; + ECF4BE4D11434E5400B7C09B /* tsk_md5.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1211434E5400B7C09B /* tsk_md5.h */; }; + ECF4BE4E11434E5400B7C09B /* tsk_memory.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1311434E5400B7C09B /* tsk_memory.c */; }; + ECF4BE4F11434E5400B7C09B /* tsk_memory.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1411434E5400B7C09B /* tsk_memory.h */; }; + ECF4BE5011434E5400B7C09B /* tsk_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1511434E5400B7C09B /* tsk_mutex.c */; }; + ECF4BE5111434E5400B7C09B /* tsk_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1611434E5400B7C09B /* tsk_mutex.h */; }; + ECF4BE5211434E5400B7C09B /* tsk_object.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1711434E5400B7C09B /* tsk_object.c */; }; + ECF4BE5311434E5400B7C09B /* tsk_object.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1811434E5400B7C09B /* tsk_object.h */; }; + ECF4BE5411434E5400B7C09B /* tsk_params.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1911434E5400B7C09B /* tsk_params.c */; }; + ECF4BE5511434E5400B7C09B /* tsk_params.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1A11434E5400B7C09B /* tsk_params.h */; }; + ECF4BE5611434E5400B7C09B /* tsk_ppfcs16.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1B11434E5400B7C09B /* tsk_ppfcs16.c */; }; + ECF4BE5711434E5400B7C09B /* tsk_ppfcs16.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1C11434E5400B7C09B /* tsk_ppfcs16.h */; }; + ECF4BE5811434E5400B7C09B /* tsk_ppfcs32.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1D11434E5400B7C09B /* tsk_ppfcs32.c */; }; + ECF4BE5911434E5400B7C09B /* tsk_ppfcs32.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1E11434E5400B7C09B /* tsk_ppfcs32.h */; }; + ECF4BE5A11434E5400B7C09B /* tsk_ragel_state.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1F11434E5400B7C09B /* tsk_ragel_state.c */; }; + ECF4BE5B11434E5400B7C09B /* tsk_ragel_state.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2011434E5400B7C09B /* tsk_ragel_state.h */; }; + ECF4BE5C11434E5400B7C09B /* tsk_runnable.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2111434E5400B7C09B /* tsk_runnable.c */; }; + ECF4BE5D11434E5400B7C09B /* tsk_runnable.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2211434E5400B7C09B /* tsk_runnable.h */; }; + ECF4BE5E11434E5400B7C09B /* tsk_safeobj.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2311434E5400B7C09B /* tsk_safeobj.c */; }; + ECF4BE5F11434E5400B7C09B /* tsk_safeobj.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2411434E5400B7C09B /* tsk_safeobj.h */; }; + ECF4BE6011434E5400B7C09B /* tsk_semaphore.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2511434E5400B7C09B /* tsk_semaphore.c */; }; + ECF4BE6111434E5400B7C09B /* tsk_semaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2611434E5400B7C09B /* tsk_semaphore.h */; }; + ECF4BE6211434E5400B7C09B /* tsk_sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2711434E5400B7C09B /* tsk_sha1.c */; }; + ECF4BE6311434E5400B7C09B /* tsk_sha1.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2811434E5400B7C09B /* tsk_sha1.h */; }; + ECF4BE6411434E5400B7C09B /* tsk_string.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2911434E5400B7C09B /* tsk_string.c */; }; + ECF4BE6511434E5400B7C09B /* tsk_string.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2A11434E5400B7C09B /* tsk_string.h */; }; + ECF4BE6611434E5400B7C09B /* tsk_thread.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2B11434E5400B7C09B /* tsk_thread.c */; }; + ECF4BE6711434E5400B7C09B /* tsk_thread.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2C11434E5400B7C09B /* tsk_thread.h */; }; + ECF4BE6811434E5400B7C09B /* tsk_time.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2D11434E5400B7C09B /* tsk_time.c */; }; + ECF4BE6911434E5400B7C09B /* tsk_time.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2E11434E5400B7C09B /* tsk_time.h */; }; + ECF4BE6A11434E5400B7C09B /* tsk_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2F11434E5400B7C09B /* tsk_timer.c */; }; + ECF4BE6B11434E5400B7C09B /* tsk_timer.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE3011434E5400B7C09B /* tsk_timer.h */; }; + ECF4BE6C11434E5400B7C09B /* tsk_url.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE3111434E5400B7C09B /* tsk_url.c */; }; + ECF4BE6D11434E5400B7C09B /* tsk_url.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE3211434E5400B7C09B /* tsk_url.h */; }; + ECF4BE6E11434E5400B7C09B /* tsk_uuid.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE3311434E5400B7C09B /* tsk_uuid.c */; }; + ECF4BE6F11434E5400B7C09B /* tsk_uuid.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE3411434E5400B7C09B /* tsk_uuid.h */; }; + ECF4BE7011434E5400B7C09B /* tsk_xml.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE3511434E5400B7C09B /* tsk_xml.c */; }; + ECF4BE7111434E5400B7C09B /* tsk_xml.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE3611434E5400B7C09B /* tsk_xml.h */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + EC6C55F010EDE664000E1B18 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D2AAC0620554660B00DB518D; + remoteInfo = tinySAK; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + D2AAC0630554660B00DB518D /* libtinySAK.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libtinySAK.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; + EC6C55EC10EDE65C000E1B18 /* test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = test; sourceTree = BUILT_PRODUCTS_DIR; }; + EC6C55F610EDE6E1000E1B18 /* stdafx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stdafx.c; path = ../../tinySAK/test/stdafx.c; sourceTree = SOURCE_ROOT; }; + EC6C55F710EDE6E1000E1B18 /* stdafx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stdafx.h; path = ../../tinySAK/test/stdafx.h; sourceTree = SOURCE_ROOT; }; + EC6C55F810EDE6E1000E1B18 /* targetver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = targetver.h; path = ../../tinySAK/test/targetver.h; sourceTree = SOURCE_ROOT; }; + EC6C55F910EDE6E1000E1B18 /* test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = test.c; path = ../../tinySAK/test/test.c; sourceTree = SOURCE_ROOT; }; + EC6C55FA10EDE6E1000E1B18 /* test_base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_base64.h; path = ../../tinySAK/test/test_base64.h; sourceTree = SOURCE_ROOT; }; + EC6C55FB10EDE6E1000E1B18 /* test_buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_buffer.h; path = ../../tinySAK/test/test_buffer.h; sourceTree = SOURCE_ROOT; }; + EC6C55FC10EDE6E1000E1B18 /* test_condwait.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_condwait.h; path = ../../tinySAK/test/test_condwait.h; sourceTree = SOURCE_ROOT; }; + EC6C55FD10EDE6E1000E1B18 /* test_heap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_heap.h; path = ../../tinySAK/test/test_heap.h; sourceTree = SOURCE_ROOT; }; + EC6C55FE10EDE6E1000E1B18 /* test_lists.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_lists.h; path = ../../tinySAK/test/test_lists.h; sourceTree = SOURCE_ROOT; }; + EC6C55FF10EDE6E1000E1B18 /* test_md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_md5.h; path = ../../tinySAK/test/test_md5.h; sourceTree = SOURCE_ROOT; }; + EC6C560010EDE6E1000E1B18 /* test_mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_mutex.h; path = ../../tinySAK/test/test_mutex.h; sourceTree = SOURCE_ROOT; }; + EC6C560110EDE6E1000E1B18 /* test_object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_object.h; path = ../../tinySAK/test/test_object.h; sourceTree = SOURCE_ROOT; }; + EC6C560210EDE6E1000E1B18 /* test_params.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_params.h; path = ../../tinySAK/test/test_params.h; sourceTree = SOURCE_ROOT; }; + EC6C560310EDE6E1000E1B18 /* test_runnable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_runnable.h; path = ../../tinySAK/test/test_runnable.h; sourceTree = SOURCE_ROOT; }; + EC6C560410EDE6E1000E1B18 /* test_safeobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_safeobject.h; path = ../../tinySAK/test/test_safeobject.h; sourceTree = SOURCE_ROOT; }; + EC6C560510EDE6E1000E1B18 /* test_semaphore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_semaphore.h; path = ../../tinySAK/test/test_semaphore.h; sourceTree = SOURCE_ROOT; }; + EC6C560610EDE6E1000E1B18 /* test_sha1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_sha1.h; path = ../../tinySAK/test/test_sha1.h; sourceTree = SOURCE_ROOT; }; + EC6C560710EDE6E1000E1B18 /* test_strings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_strings.h; path = ../../tinySAK/test/test_strings.h; sourceTree = SOURCE_ROOT; }; + EC6C560810EDE6E1000E1B18 /* test_timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_timer.h; path = ../../tinySAK/test/test_timer.h; sourceTree = SOURCE_ROOT; }; + EC6C560910EDE6E1000E1B18 /* test_url.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_url.h; path = ../../tinySAK/test/test_url.h; sourceTree = SOURCE_ROOT; }; + ECF4BDFD11434E5400B7C09B /* tinySAK_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tinySAK_config.h; sourceTree = "<group>"; }; + ECF4BDFE11434E5400B7C09B /* tsk.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk.c; sourceTree = "<group>"; }; + ECF4BDFF11434E5400B7C09B /* tsk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk.h; sourceTree = "<group>"; }; + ECF4BE0011434E5400B7C09B /* tsk_base64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_base64.c; sourceTree = "<group>"; }; + ECF4BE0111434E5400B7C09B /* tsk_base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_base64.h; sourceTree = "<group>"; }; + ECF4BE0211434E5400B7C09B /* tsk_binaryutils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_binaryutils.c; sourceTree = "<group>"; }; + ECF4BE0311434E5400B7C09B /* tsk_binaryutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_binaryutils.h; sourceTree = "<group>"; }; + ECF4BE0411434E5400B7C09B /* tsk_buffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_buffer.c; sourceTree = "<group>"; }; + ECF4BE0511434E5400B7C09B /* tsk_buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_buffer.h; sourceTree = "<group>"; }; + ECF4BE0611434E5400B7C09B /* tsk_condwait.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_condwait.c; sourceTree = "<group>"; }; + ECF4BE0711434E5400B7C09B /* tsk_condwait.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_condwait.h; sourceTree = "<group>"; }; + ECF4BE0811434E5400B7C09B /* tsk_debug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_debug.c; sourceTree = "<group>"; }; + ECF4BE0911434E5400B7C09B /* tsk_debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_debug.h; sourceTree = "<group>"; }; + ECF4BE0A11434E5400B7C09B /* tsk_errno.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_errno.h; sourceTree = "<group>"; }; + ECF4BE0B11434E5400B7C09B /* tsk_fsm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_fsm.c; sourceTree = "<group>"; }; + ECF4BE0C11434E5400B7C09B /* tsk_fsm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_fsm.h; sourceTree = "<group>"; }; + ECF4BE0D11434E5400B7C09B /* tsk_hmac.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_hmac.c; sourceTree = "<group>"; }; + ECF4BE0E11434E5400B7C09B /* tsk_hmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_hmac.h; sourceTree = "<group>"; }; + ECF4BE0F11434E5400B7C09B /* tsk_list.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_list.c; sourceTree = "<group>"; }; + ECF4BE1011434E5400B7C09B /* tsk_list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_list.h; sourceTree = "<group>"; }; + ECF4BE1111434E5400B7C09B /* tsk_md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_md5.c; sourceTree = "<group>"; }; + ECF4BE1211434E5400B7C09B /* tsk_md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_md5.h; sourceTree = "<group>"; }; + ECF4BE1311434E5400B7C09B /* tsk_memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_memory.c; sourceTree = "<group>"; }; + ECF4BE1411434E5400B7C09B /* tsk_memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_memory.h; sourceTree = "<group>"; }; + ECF4BE1511434E5400B7C09B /* tsk_mutex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_mutex.c; sourceTree = "<group>"; }; + ECF4BE1611434E5400B7C09B /* tsk_mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_mutex.h; sourceTree = "<group>"; }; + ECF4BE1711434E5400B7C09B /* tsk_object.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_object.c; sourceTree = "<group>"; }; + ECF4BE1811434E5400B7C09B /* tsk_object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_object.h; sourceTree = "<group>"; }; + ECF4BE1911434E5400B7C09B /* tsk_params.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_params.c; sourceTree = "<group>"; }; + ECF4BE1A11434E5400B7C09B /* tsk_params.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_params.h; sourceTree = "<group>"; }; + ECF4BE1B11434E5400B7C09B /* tsk_ppfcs16.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_ppfcs16.c; sourceTree = "<group>"; }; + ECF4BE1C11434E5400B7C09B /* tsk_ppfcs16.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_ppfcs16.h; sourceTree = "<group>"; }; + ECF4BE1D11434E5400B7C09B /* tsk_ppfcs32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_ppfcs32.c; sourceTree = "<group>"; }; + ECF4BE1E11434E5400B7C09B /* tsk_ppfcs32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_ppfcs32.h; sourceTree = "<group>"; }; + ECF4BE1F11434E5400B7C09B /* tsk_ragel_state.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_ragel_state.c; sourceTree = "<group>"; }; + ECF4BE2011434E5400B7C09B /* tsk_ragel_state.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_ragel_state.h; sourceTree = "<group>"; }; + ECF4BE2111434E5400B7C09B /* tsk_runnable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_runnable.c; sourceTree = "<group>"; }; + ECF4BE2211434E5400B7C09B /* tsk_runnable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_runnable.h; sourceTree = "<group>"; }; + ECF4BE2311434E5400B7C09B /* tsk_safeobj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_safeobj.c; sourceTree = "<group>"; }; + ECF4BE2411434E5400B7C09B /* tsk_safeobj.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_safeobj.h; sourceTree = "<group>"; }; + ECF4BE2511434E5400B7C09B /* tsk_semaphore.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_semaphore.c; sourceTree = "<group>"; }; + ECF4BE2611434E5400B7C09B /* tsk_semaphore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_semaphore.h; sourceTree = "<group>"; }; + ECF4BE2711434E5400B7C09B /* tsk_sha1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_sha1.c; sourceTree = "<group>"; }; + ECF4BE2811434E5400B7C09B /* tsk_sha1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_sha1.h; sourceTree = "<group>"; }; + ECF4BE2911434E5400B7C09B /* tsk_string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_string.c; sourceTree = "<group>"; }; + ECF4BE2A11434E5400B7C09B /* tsk_string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_string.h; sourceTree = "<group>"; }; + ECF4BE2B11434E5400B7C09B /* tsk_thread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_thread.c; sourceTree = "<group>"; }; + ECF4BE2C11434E5400B7C09B /* tsk_thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_thread.h; sourceTree = "<group>"; }; + ECF4BE2D11434E5400B7C09B /* tsk_time.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_time.c; sourceTree = "<group>"; }; + ECF4BE2E11434E5400B7C09B /* tsk_time.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_time.h; sourceTree = "<group>"; }; + ECF4BE2F11434E5400B7C09B /* tsk_timer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_timer.c; sourceTree = "<group>"; }; + ECF4BE3011434E5400B7C09B /* tsk_timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_timer.h; sourceTree = "<group>"; }; + ECF4BE3111434E5400B7C09B /* tsk_url.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_url.c; sourceTree = "<group>"; }; + ECF4BE3211434E5400B7C09B /* tsk_url.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_url.h; sourceTree = "<group>"; }; + ECF4BE3311434E5400B7C09B /* tsk_uuid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_uuid.c; sourceTree = "<group>"; }; + ECF4BE3411434E5400B7C09B /* tsk_uuid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_uuid.h; sourceTree = "<group>"; }; + ECF4BE3511434E5400B7C09B /* tsk_xml.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_xml.c; sourceTree = "<group>"; }; + ECF4BE3611434E5400B7C09B /* tsk_xml.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_xml.h; sourceTree = "<group>"; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + D289988505E68E00004EDB86 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EC6C55EA10EDE65C000E1B18 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + EC6C55F210EDE669000E1B18 /* libtinySAK.dylib in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 08FB7794FE84155DC02AAC07 /* tinySAK */ = { + isa = PBXGroup; + children = ( + ECF4BDFB11434E5400B7C09B /* src */, + EC6C560C10EDE6E9000E1B18 /* test */, + 1AB674ADFE9D54B511CA2CBB /* Products */, + ); + name = tinySAK; + sourceTree = "<group>"; + }; + 1AB674ADFE9D54B511CA2CBB /* Products */ = { + isa = PBXGroup; + children = ( + D2AAC0630554660B00DB518D /* libtinySAK.dylib */, + EC6C55EC10EDE65C000E1B18 /* test */, + ); + name = Products; + sourceTree = "<group>"; + }; + EC6C560C10EDE6E9000E1B18 /* test */ = { + isa = PBXGroup; + children = ( + EC6C55F610EDE6E1000E1B18 /* stdafx.c */, + EC6C55F710EDE6E1000E1B18 /* stdafx.h */, + EC6C55F810EDE6E1000E1B18 /* targetver.h */, + EC6C55F910EDE6E1000E1B18 /* test.c */, + EC6C55FA10EDE6E1000E1B18 /* test_base64.h */, + EC6C55FB10EDE6E1000E1B18 /* test_buffer.h */, + EC6C55FC10EDE6E1000E1B18 /* test_condwait.h */, + EC6C55FD10EDE6E1000E1B18 /* test_heap.h */, + EC6C55FE10EDE6E1000E1B18 /* test_lists.h */, + EC6C55FF10EDE6E1000E1B18 /* test_md5.h */, + EC6C560010EDE6E1000E1B18 /* test_mutex.h */, + EC6C560110EDE6E1000E1B18 /* test_object.h */, + EC6C560210EDE6E1000E1B18 /* test_params.h */, + EC6C560310EDE6E1000E1B18 /* test_runnable.h */, + EC6C560410EDE6E1000E1B18 /* test_safeobject.h */, + EC6C560510EDE6E1000E1B18 /* test_semaphore.h */, + EC6C560610EDE6E1000E1B18 /* test_sha1.h */, + EC6C560710EDE6E1000E1B18 /* test_strings.h */, + EC6C560810EDE6E1000E1B18 /* test_timer.h */, + EC6C560910EDE6E1000E1B18 /* test_url.h */, + ); + name = test; + sourceTree = "<group>"; + }; + ECF4BDFB11434E5400B7C09B /* src */ = { + isa = PBXGroup; + children = ( + ECF4BDFD11434E5400B7C09B /* tinySAK_config.h */, + ECF4BDFE11434E5400B7C09B /* tsk.c */, + ECF4BDFF11434E5400B7C09B /* tsk.h */, + ECF4BE0011434E5400B7C09B /* tsk_base64.c */, + ECF4BE0111434E5400B7C09B /* tsk_base64.h */, + ECF4BE0211434E5400B7C09B /* tsk_binaryutils.c */, + ECF4BE0311434E5400B7C09B /* tsk_binaryutils.h */, + ECF4BE0411434E5400B7C09B /* tsk_buffer.c */, + ECF4BE0511434E5400B7C09B /* tsk_buffer.h */, + ECF4BE0611434E5400B7C09B /* tsk_condwait.c */, + ECF4BE0711434E5400B7C09B /* tsk_condwait.h */, + ECF4BE0811434E5400B7C09B /* tsk_debug.c */, + ECF4BE0911434E5400B7C09B /* tsk_debug.h */, + ECF4BE0A11434E5400B7C09B /* tsk_errno.h */, + ECF4BE0B11434E5400B7C09B /* tsk_fsm.c */, + ECF4BE0C11434E5400B7C09B /* tsk_fsm.h */, + ECF4BE0D11434E5400B7C09B /* tsk_hmac.c */, + ECF4BE0E11434E5400B7C09B /* tsk_hmac.h */, + ECF4BE0F11434E5400B7C09B /* tsk_list.c */, + ECF4BE1011434E5400B7C09B /* tsk_list.h */, + ECF4BE1111434E5400B7C09B /* tsk_md5.c */, + ECF4BE1211434E5400B7C09B /* tsk_md5.h */, + ECF4BE1311434E5400B7C09B /* tsk_memory.c */, + ECF4BE1411434E5400B7C09B /* tsk_memory.h */, + ECF4BE1511434E5400B7C09B /* tsk_mutex.c */, + ECF4BE1611434E5400B7C09B /* tsk_mutex.h */, + ECF4BE1711434E5400B7C09B /* tsk_object.c */, + ECF4BE1811434E5400B7C09B /* tsk_object.h */, + ECF4BE1911434E5400B7C09B /* tsk_params.c */, + ECF4BE1A11434E5400B7C09B /* tsk_params.h */, + ECF4BE1B11434E5400B7C09B /* tsk_ppfcs16.c */, + ECF4BE1C11434E5400B7C09B /* tsk_ppfcs16.h */, + ECF4BE1D11434E5400B7C09B /* tsk_ppfcs32.c */, + ECF4BE1E11434E5400B7C09B /* tsk_ppfcs32.h */, + ECF4BE1F11434E5400B7C09B /* tsk_ragel_state.c */, + ECF4BE2011434E5400B7C09B /* tsk_ragel_state.h */, + ECF4BE2111434E5400B7C09B /* tsk_runnable.c */, + ECF4BE2211434E5400B7C09B /* tsk_runnable.h */, + ECF4BE2311434E5400B7C09B /* tsk_safeobj.c */, + ECF4BE2411434E5400B7C09B /* tsk_safeobj.h */, + ECF4BE2511434E5400B7C09B /* tsk_semaphore.c */, + ECF4BE2611434E5400B7C09B /* tsk_semaphore.h */, + ECF4BE2711434E5400B7C09B /* tsk_sha1.c */, + ECF4BE2811434E5400B7C09B /* tsk_sha1.h */, + ECF4BE2911434E5400B7C09B /* tsk_string.c */, + ECF4BE2A11434E5400B7C09B /* tsk_string.h */, + ECF4BE2B11434E5400B7C09B /* tsk_thread.c */, + ECF4BE2C11434E5400B7C09B /* tsk_thread.h */, + ECF4BE2D11434E5400B7C09B /* tsk_time.c */, + ECF4BE2E11434E5400B7C09B /* tsk_time.h */, + ECF4BE2F11434E5400B7C09B /* tsk_timer.c */, + ECF4BE3011434E5400B7C09B /* tsk_timer.h */, + ECF4BE3111434E5400B7C09B /* tsk_url.c */, + ECF4BE3211434E5400B7C09B /* tsk_url.h */, + ECF4BE3311434E5400B7C09B /* tsk_uuid.c */, + ECF4BE3411434E5400B7C09B /* tsk_uuid.h */, + ECF4BE3511434E5400B7C09B /* tsk_xml.c */, + ECF4BE3611434E5400B7C09B /* tsk_xml.h */, + ); + name = src; + path = ../../tinySAK/src; + sourceTree = SOURCE_ROOT; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + D2AAC0600554660B00DB518D /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + ECF4BE3811434E5400B7C09B /* tinySAK_config.h in Headers */, + ECF4BE3A11434E5400B7C09B /* tsk.h in Headers */, + ECF4BE3C11434E5400B7C09B /* tsk_base64.h in Headers */, + ECF4BE3E11434E5400B7C09B /* tsk_binaryutils.h in Headers */, + ECF4BE4011434E5400B7C09B /* tsk_buffer.h in Headers */, + ECF4BE4211434E5400B7C09B /* tsk_condwait.h in Headers */, + ECF4BE4411434E5400B7C09B /* tsk_debug.h in Headers */, + ECF4BE4511434E5400B7C09B /* tsk_errno.h in Headers */, + ECF4BE4711434E5400B7C09B /* tsk_fsm.h in Headers */, + ECF4BE4911434E5400B7C09B /* tsk_hmac.h in Headers */, + ECF4BE4B11434E5400B7C09B /* tsk_list.h in Headers */, + ECF4BE4D11434E5400B7C09B /* tsk_md5.h in Headers */, + ECF4BE4F11434E5400B7C09B /* tsk_memory.h in Headers */, + ECF4BE5111434E5400B7C09B /* tsk_mutex.h in Headers */, + ECF4BE5311434E5400B7C09B /* tsk_object.h in Headers */, + ECF4BE5511434E5400B7C09B /* tsk_params.h in Headers */, + ECF4BE5711434E5400B7C09B /* tsk_ppfcs16.h in Headers */, + ECF4BE5911434E5400B7C09B /* tsk_ppfcs32.h in Headers */, + ECF4BE5B11434E5400B7C09B /* tsk_ragel_state.h in Headers */, + ECF4BE5D11434E5400B7C09B /* tsk_runnable.h in Headers */, + ECF4BE5F11434E5400B7C09B /* tsk_safeobj.h in Headers */, + ECF4BE6111434E5400B7C09B /* tsk_semaphore.h in Headers */, + ECF4BE6311434E5400B7C09B /* tsk_sha1.h in Headers */, + ECF4BE6511434E5400B7C09B /* tsk_string.h in Headers */, + ECF4BE6711434E5400B7C09B /* tsk_thread.h in Headers */, + ECF4BE6911434E5400B7C09B /* tsk_time.h in Headers */, + ECF4BE6B11434E5400B7C09B /* tsk_timer.h in Headers */, + ECF4BE6D11434E5400B7C09B /* tsk_url.h in Headers */, + ECF4BE6F11434E5400B7C09B /* tsk_uuid.h in Headers */, + ECF4BE7111434E5400B7C09B /* tsk_xml.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + D2AAC0620554660B00DB518D /* tinySAK */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1DEB914A08733D8E0010E9CD /* Build configuration list for PBXNativeTarget "tinySAK" */; + buildPhases = ( + D2AAC0600554660B00DB518D /* Headers */, + D2AAC0610554660B00DB518D /* Sources */, + D289988505E68E00004EDB86 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = tinySAK; + productName = tinySAK; + productReference = D2AAC0630554660B00DB518D /* libtinySAK.dylib */; + productType = "com.apple.product-type.library.dynamic"; + }; + EC6C55EB10EDE65C000E1B18 /* test */ = { + isa = PBXNativeTarget; + buildConfigurationList = EC6C55F310EDE68F000E1B18 /* Build configuration list for PBXNativeTarget "test" */; + buildPhases = ( + EC6C55E910EDE65C000E1B18 /* Sources */, + EC6C55EA10EDE65C000E1B18 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + EC6C55F110EDE664000E1B18 /* PBXTargetDependency */, + ); + name = test; + productName = test; + productReference = EC6C55EC10EDE65C000E1B18 /* test */; + productType = "com.apple.product-type.tool"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 08FB7793FE84155DC02AAC07 /* Project object */ = { + isa = PBXProject; + buildConfigurationList = 1DEB914E08733D8E0010E9CD /* Build configuration list for PBXProject "tinySAK" */; + compatibilityVersion = "Xcode 3.1"; + hasScannedForEncodings = 1; + mainGroup = 08FB7794FE84155DC02AAC07 /* tinySAK */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D2AAC0620554660B00DB518D /* tinySAK */, + EC6C55EB10EDE65C000E1B18 /* test */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + D2AAC0610554660B00DB518D /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ECF4BE3911434E5400B7C09B /* tsk.c in Sources */, + ECF4BE3B11434E5400B7C09B /* tsk_base64.c in Sources */, + ECF4BE3D11434E5400B7C09B /* tsk_binaryutils.c in Sources */, + ECF4BE3F11434E5400B7C09B /* tsk_buffer.c in Sources */, + ECF4BE4111434E5400B7C09B /* tsk_condwait.c in Sources */, + ECF4BE4311434E5400B7C09B /* tsk_debug.c in Sources */, + ECF4BE4611434E5400B7C09B /* tsk_fsm.c in Sources */, + ECF4BE4811434E5400B7C09B /* tsk_hmac.c in Sources */, + ECF4BE4A11434E5400B7C09B /* tsk_list.c in Sources */, + ECF4BE4C11434E5400B7C09B /* tsk_md5.c in Sources */, + ECF4BE4E11434E5400B7C09B /* tsk_memory.c in Sources */, + ECF4BE5011434E5400B7C09B /* tsk_mutex.c in Sources */, + ECF4BE5211434E5400B7C09B /* tsk_object.c in Sources */, + ECF4BE5411434E5400B7C09B /* tsk_params.c in Sources */, + ECF4BE5611434E5400B7C09B /* tsk_ppfcs16.c in Sources */, + ECF4BE5811434E5400B7C09B /* tsk_ppfcs32.c in Sources */, + ECF4BE5A11434E5400B7C09B /* tsk_ragel_state.c in Sources */, + ECF4BE5C11434E5400B7C09B /* tsk_runnable.c in Sources */, + ECF4BE5E11434E5400B7C09B /* tsk_safeobj.c in Sources */, + ECF4BE6011434E5400B7C09B /* tsk_semaphore.c in Sources */, + ECF4BE6211434E5400B7C09B /* tsk_sha1.c in Sources */, + ECF4BE6411434E5400B7C09B /* tsk_string.c in Sources */, + ECF4BE6611434E5400B7C09B /* tsk_thread.c in Sources */, + ECF4BE6811434E5400B7C09B /* tsk_time.c in Sources */, + ECF4BE6A11434E5400B7C09B /* tsk_timer.c in Sources */, + ECF4BE6C11434E5400B7C09B /* tsk_url.c in Sources */, + ECF4BE6E11434E5400B7C09B /* tsk_uuid.c in Sources */, + ECF4BE7011434E5400B7C09B /* tsk_xml.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + EC6C55E910EDE65C000E1B18 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + EC6C560A10EDE6E1000E1B18 /* stdafx.c in Sources */, + EC6C563810EDEA69000E1B18 /* stdafx.h in Sources */, + EC6C563910EDEA69000E1B18 /* targetver.h in Sources */, + EC6C560B10EDE6E1000E1B18 /* test.c in Sources */, + EC6C563A10EDEA69000E1B18 /* test_base64.h in Sources */, + EC6C563B10EDEA69000E1B18 /* test_buffer.h in Sources */, + EC6C563C10EDEA69000E1B18 /* test_condwait.h in Sources */, + EC6C563D10EDEA69000E1B18 /* test_heap.h in Sources */, + EC6C563E10EDEA69000E1B18 /* test_lists.h in Sources */, + EC6C563F10EDEA69000E1B18 /* test_md5.h in Sources */, + EC6C564010EDEA69000E1B18 /* test_mutex.h in Sources */, + EC6C564110EDEA69000E1B18 /* test_object.h in Sources */, + EC6C564210EDEA69000E1B18 /* test_params.h in Sources */, + EC6C564310EDEA69000E1B18 /* test_runnable.h in Sources */, + EC6C564410EDEA69000E1B18 /* test_safeobject.h in Sources */, + EC6C564510EDEA69000E1B18 /* test_semaphore.h in Sources */, + EC6C564610EDEA69000E1B18 /* test_sha1.h in Sources */, + EC6C564710EDEA69000E1B18 /* test_strings.h in Sources */, + EC6C564810EDEA69000E1B18 /* test_timer.h in Sources */, + EC6C564910EDEA69000E1B18 /* test_url.h in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + EC6C55F110EDE664000E1B18 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = D2AAC0620554660B00DB518D /* tinySAK */; + targetProxy = EC6C55F010EDE664000E1B18 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 1DEB914B08733D8E0010E9CD /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = NO; + EXECUTABLE_PREFIX = lib; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; + INSTALL_PATH = /usr/local/lib; + PRODUCT_NAME = tinySAK; + }; + name = Debug; + }; + 1DEB914C08733D8E0010E9CD /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + EXECUTABLE_PREFIX = lib; + GCC_MODEL_TUNING = G5; + INSTALL_PATH = /usr/local/lib; + PRODUCT_NAME = tinySAK; + }; + name = Release; + }; + 1DEB914F08733D8E0010E9CD /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + ONLY_ACTIVE_ARCH = YES; + OTHER_CFLAGS = "-DTINYSAK_EXPORTS"; + PREBINDING = NO; + SDKROOT = macosx10.5; + }; + name = Debug; + }; + 1DEB915008733D8E0010E9CD /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_BIT)"; + GCC_C_LANGUAGE_STANDARD = c99; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + PREBINDING = NO; + SDKROOT = macosx10.5; + }; + name = Release; + }; + EC6C55EE10EDE65D000E1B18 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_MODEL_TUNING = G5; + GCC_OPTIMIZATION_LEVEL = 0; + INSTALL_PATH = /usr/local/bin; + PREBINDING = NO; + PRODUCT_NAME = test; + }; + name = Debug; + }; + EC6C55EF10EDE65D000E1B18 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_MODEL_TUNING = G5; + INSTALL_PATH = /usr/local/bin; + PREBINDING = NO; + PRODUCT_NAME = test; + ZERO_LINK = NO; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 1DEB914A08733D8E0010E9CD /* Build configuration list for PBXNativeTarget "tinySAK" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1DEB914B08733D8E0010E9CD /* Debug */, + 1DEB914C08733D8E0010E9CD /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1DEB914E08733D8E0010E9CD /* Build configuration list for PBXProject "tinySAK" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1DEB914F08733D8E0010E9CD /* Debug */, + 1DEB915008733D8E0010E9CD /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + EC6C55F310EDE68F000E1B18 /* Build configuration list for PBXNativeTarget "test" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + EC6C55EE10EDE65D000E1B18 /* Debug */, + EC6C55EF10EDE65D000E1B18 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; +} |