Well lets just remove all this and start with a fresh xcode project that integrates everything like the MSVC build does. I hope to have this done by cluecon. w00t!
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2090 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3d5228522a
commit
c86b8fe688
|
@ -1,989 +0,0 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 42;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
D32C938109C1122300FCE413 /* exports.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C929809C1114B00FCE413 /* exports.c */; };
|
||||
D32C938209C1122300FCE413 /* apr_atomic.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C928509C1114B00FCE413 /* apr_atomic.c */; };
|
||||
D32C938309C1122300FCE413 /* dso.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C929409C1114B00FCE413 /* dso.c */; };
|
||||
D32C938409C1122300FCE413 /* copy.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92B509C1114B00FCE413 /* copy.c */; };
|
||||
D32C938509C1122300FCE413 /* dir.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92B609C1114B00FCE413 /* dir.c */; };
|
||||
D32C938609C1122300FCE413 /* fileacc.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92B709C1114B00FCE413 /* fileacc.c */; };
|
||||
D32C938709C1122300FCE413 /* filedup.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92B809C1114B00FCE413 /* filedup.c */; };
|
||||
D32C938809C1122300FCE413 /* filepath.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92B909C1114B00FCE413 /* filepath.c */; };
|
||||
D32C938909C1122300FCE413 /* filepath_util.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92BA09C1114B00FCE413 /* filepath_util.c */; };
|
||||
D32C938A09C1122300FCE413 /* filestat.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92BB09C1114B00FCE413 /* filestat.c */; };
|
||||
D32C938B09C1122300FCE413 /* flock.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92BC09C1114B00FCE413 /* flock.c */; };
|
||||
D32C938C09C1122300FCE413 /* fullrw.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92BD09C1114B00FCE413 /* fullrw.c */; };
|
||||
D32C938D09C1122300FCE413 /* mktemp.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92BE09C1114B00FCE413 /* mktemp.c */; };
|
||||
D32C938E09C1122300FCE413 /* open.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92BF09C1114B00FCE413 /* open.c */; };
|
||||
D32C938F09C1122300FCE413 /* pipe.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92C009C1114B00FCE413 /* pipe.c */; };
|
||||
D32C939009C1122300FCE413 /* readwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92C109C1114B00FCE413 /* readwrite.c */; };
|
||||
D32C939109C1122300FCE413 /* seek.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92C209C1114B00FCE413 /* seek.c */; };
|
||||
D32C939209C1122300FCE413 /* tempdir.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92C309C1114B00FCE413 /* tempdir.c */; };
|
||||
D32C939309C1122300FCE413 /* global_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92E209C1114B00FCE413 /* global_mutex.c */; };
|
||||
D32C939409C1122300FCE413 /* proc_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92E309C1114B00FCE413 /* proc_mutex.c */; };
|
||||
D32C939509C1122300FCE413 /* thread_cond.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92E409C1114B00FCE413 /* thread_cond.c */; };
|
||||
D32C939609C1122300FCE413 /* thread_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92E509C1114B00FCE413 /* thread_mutex.c */; };
|
||||
D32C939709C1122300FCE413 /* thread_rwlock.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92E609C1114B00FCE413 /* thread_rwlock.c */; };
|
||||
D32C939809C1122300FCE413 /* apr_pools.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92EE09C1114B00FCE413 /* apr_pools.c */; };
|
||||
D32C939909C1122300FCE413 /* charset.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92F809C1114B00FCE413 /* charset.c */; };
|
||||
D32C939A09C1122300FCE413 /* env.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92F909C1114B00FCE413 /* env.c */; };
|
||||
D32C939B09C1122300FCE413 /* errorcodes.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92FA09C1114B00FCE413 /* errorcodes.c */; };
|
||||
D32C939C09C1122300FCE413 /* getopt.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92FB09C1114B00FCE413 /* getopt.c */; };
|
||||
D32C939D09C1122300FCE413 /* otherchild.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92FC09C1114B00FCE413 /* otherchild.c */; };
|
||||
D32C939E09C1122300FCE413 /* rand.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92FD09C1114B00FCE413 /* rand.c */; };
|
||||
D32C939F09C1122300FCE413 /* start.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C92FF09C1114B00FCE413 /* start.c */; };
|
||||
D32C93A009C1122300FCE413 /* version.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C930009C1114B00FCE413 /* version.c */; };
|
||||
D32C93A109C1122300FCE413 /* common.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C930C09C1114C00FCE413 /* common.c */; };
|
||||
D32C93A209C1122300FCE413 /* mmap.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C930D09C1114C00FCE413 /* mmap.c */; };
|
||||
D32C93A309C1122300FCE413 /* inet_ntop.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C931E09C1114C00FCE413 /* inet_ntop.c */; };
|
||||
D32C93A409C1122300FCE413 /* inet_pton.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C931F09C1114C00FCE413 /* inet_pton.c */; };
|
||||
D32C93A509C1122300FCE413 /* multicast.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C932009C1114C00FCE413 /* multicast.c */; };
|
||||
D32C93A609C1122300FCE413 /* sendrecv.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C932109C1114C00FCE413 /* sendrecv.c */; };
|
||||
D32C93A709C1122300FCE413 /* sockaddr.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C932209C1114C00FCE413 /* sockaddr.c */; };
|
||||
D32C93A809C1122300FCE413 /* sockets.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C932309C1114C00FCE413 /* sockets.c */; };
|
||||
D32C93A909C1122300FCE413 /* sockopt.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C932409C1114C00FCE413 /* sockopt.c */; };
|
||||
D32C93AA09C1122300FCE413 /* apr_getpass.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C932A09C1114C00FCE413 /* apr_getpass.c */; };
|
||||
D32C93AB09C1122300FCE413 /* epoll.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C933009C1114C00FCE413 /* epoll.c */; };
|
||||
D32C93AC09C1122300FCE413 /* kqueue.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C933109C1114C00FCE413 /* kqueue.c */; };
|
||||
D32C93AD09C1122300FCE413 /* poll.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C933209C1114C00FCE413 /* poll.c */; };
|
||||
D32C93AE09C1122300FCE413 /* port.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C933309C1114C00FCE413 /* port.c */; };
|
||||
D32C93AF09C1122300FCE413 /* select.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C933409C1114C00FCE413 /* select.c */; };
|
||||
D32C93B009C1122300FCE413 /* apr_random.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C933709C1114C00FCE413 /* apr_random.c */; };
|
||||
D32C93B109C1122300FCE413 /* sha2.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C933809C1114C00FCE413 /* sha2.c */; };
|
||||
D32C93B209C1122300FCE413 /* sha2_glue.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C933A09C1114C00FCE413 /* sha2_glue.c */; };
|
||||
D32C93B309C1122300FCE413 /* shm.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C934109C1114C00FCE413 /* shm.c */; };
|
||||
D32C93B409C1122300FCE413 /* apr_cpystrn.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C934509C1114C00FCE413 /* apr_cpystrn.c */; };
|
||||
D32C93B509C1122300FCE413 /* apr_fnmatch.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C934609C1114C00FCE413 /* apr_fnmatch.c */; };
|
||||
D32C93B609C1122300FCE413 /* apr_snprintf.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C934709C1114C00FCE413 /* apr_snprintf.c */; };
|
||||
D32C93B709C1122300FCE413 /* apr_strings.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C934809C1114C00FCE413 /* apr_strings.c */; };
|
||||
D32C93B809C1122300FCE413 /* apr_strnatcmp.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C934909C1114C00FCE413 /* apr_strnatcmp.c */; };
|
||||
D32C93B909C1122300FCE413 /* apr_strtok.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C934A09C1114C00FCE413 /* apr_strtok.c */; };
|
||||
D32C93BA09C1122300FCE413 /* waitio.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C934D09C1114C00FCE413 /* waitio.c */; };
|
||||
D32C93BB09C1122300FCE413 /* apr_hash.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C934F09C1114C00FCE413 /* apr_hash.c */; };
|
||||
D32C93BC09C1122300FCE413 /* apr_tables.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C935009C1114C00FCE413 /* apr_tables.c */; };
|
||||
D32C93BD09C1122300FCE413 /* proc.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C936409C1114C00FCE413 /* proc.c */; };
|
||||
D32C93BE09C1122300FCE413 /* procsup.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C936509C1114C00FCE413 /* procsup.c */; };
|
||||
D32C93BF09C1122300FCE413 /* signals.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C936609C1114C00FCE413 /* signals.c */; };
|
||||
D32C93C009C1122300FCE413 /* thread.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C936709C1114C00FCE413 /* thread.c */; };
|
||||
D32C93C109C1122300FCE413 /* threadpriv.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C936809C1114C00FCE413 /* threadpriv.c */; };
|
||||
D32C93C209C1122300FCE413 /* time.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C937009C1114C00FCE413 /* time.c */; };
|
||||
D32C93C309C1122300FCE413 /* timestr.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C937109C1114C00FCE413 /* timestr.c */; };
|
||||
D32C93C409C1122300FCE413 /* groupinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C937B09C1114C00FCE413 /* groupinfo.c */; };
|
||||
D32C93C509C1122300FCE413 /* userinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = D32C937C09C1114C00FCE413 /* userinfo.c */; };
|
||||
D3542E2C09C36DE7000A33C3 /* apr.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C914F09C10E6D00FCE413 /* apr.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E2D09C36DE7000A33C3 /* apr_allocator.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C915309C10E6D00FCE413 /* apr_allocator.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E2E09C36DE7000A33C3 /* apr_atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C915409C10E6D00FCE413 /* apr_atomic.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E2F09C36DE7000A33C3 /* apr_dso.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C915509C10E6D00FCE413 /* apr_dso.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3009C36DE7000A33C3 /* apr_env.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C915609C10E6D00FCE413 /* apr_env.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3109C36DE7000A33C3 /* apr_errno.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C915709C10E6D00FCE413 /* apr_errno.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3209C36DE7000A33C3 /* apr_file_info.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C915809C10E6D00FCE413 /* apr_file_info.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3309C36DE7000A33C3 /* apr_file_io.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C915909C10E6D00FCE413 /* apr_file_io.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3409C36DE7000A33C3 /* apr_fnmatch.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C915A09C10E6D00FCE413 /* apr_fnmatch.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3509C36DE7000A33C3 /* apr_general.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C915B09C10E6D00FCE413 /* apr_general.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3609C36DE7000A33C3 /* apr_getopt.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C915C09C10E6D00FCE413 /* apr_getopt.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3709C36DE7000A33C3 /* apr_global_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C915D09C10E6D00FCE413 /* apr_global_mutex.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3809C36DE7000A33C3 /* apr_hash.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C915E09C10E6D00FCE413 /* apr_hash.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3909C36DE7000A33C3 /* apr_inherit.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C915F09C10E6D00FCE413 /* apr_inherit.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3A09C36DE7000A33C3 /* apr_lib.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916009C10E6D00FCE413 /* apr_lib.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3B09C36DE7000A33C3 /* apr_mmap.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916109C10E6D00FCE413 /* apr_mmap.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3C09C36DE7000A33C3 /* apr_network_io.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916209C10E6D00FCE413 /* apr_network_io.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3D09C36DE7000A33C3 /* apr_poll.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916309C10E6D00FCE413 /* apr_poll.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3E09C36DE7000A33C3 /* apr_pools.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916409C10E6D00FCE413 /* apr_pools.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E3F09C36DE7000A33C3 /* apr_portable.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916509C10E6D00FCE413 /* apr_portable.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4009C36DE7000A33C3 /* apr_proc_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916609C10E6D00FCE413 /* apr_proc_mutex.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4109C36DE7000A33C3 /* apr_random.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916709C10E6D00FCE413 /* apr_random.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4209C36DE7000A33C3 /* apr_ring.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916809C10E6D00FCE413 /* apr_ring.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4309C36DE7000A33C3 /* apr_shm.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916909C10E6D00FCE413 /* apr_shm.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4409C36DE7000A33C3 /* apr_signal.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916A09C10E6D00FCE413 /* apr_signal.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4509C36DE7000A33C3 /* apr_strings.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916B09C10E6D00FCE413 /* apr_strings.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4609C36DE7000A33C3 /* apr_support.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916C09C10E6D00FCE413 /* apr_support.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4709C36DE7000A33C3 /* apr_tables.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916D09C10E6D00FCE413 /* apr_tables.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4809C36DE7000A33C3 /* apr_thread_cond.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916E09C10E6D00FCE413 /* apr_thread_cond.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4909C36DE7000A33C3 /* apr_thread_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C916F09C10E6D00FCE413 /* apr_thread_mutex.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4A09C36DE7000A33C3 /* apr_thread_proc.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C917009C10E6D00FCE413 /* apr_thread_proc.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4B09C36DE7000A33C3 /* apr_thread_rwlock.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C917109C10E6D00FCE413 /* apr_thread_rwlock.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4C09C36DE7000A33C3 /* apr_time.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C917209C10E6D00FCE413 /* apr_time.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4D09C36DE7000A33C3 /* apr_user.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C917309C10E6D00FCE413 /* apr_user.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4E09C36DE7000A33C3 /* apr_version.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C917409C10E6D00FCE413 /* apr_version.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E4F09C36DE7000A33C3 /* apr_want.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C917509C10E6D00FCE413 /* apr_want.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E5009C36DE7000A33C3 /* apr_private_common.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C917909C10E6D00FCE413 /* apr_private_common.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3542E5F09C36DE7000A33C3 /* apr_private.h in Headers */ = {isa = PBXBuildFile; fileRef = D32C91A909C10E6D00FCE413 /* apr_private.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
D32C90E609C10C4600FCE413 /* apr.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = apr.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
D32C90E809C10C4600FCE413 /* apr-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "apr-Info.plist"; sourceTree = "<group>"; };
|
||||
D32C914F09C10E6D00FCE413 /* apr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr.h; path = "../../../libs/apr-1.2.6/include/apr.h"; sourceTree = "<group>"; };
|
||||
D32C915309C10E6D00FCE413 /* apr_allocator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_allocator.h; path = "../../../libs/apr-1.2.6/include/apr_allocator.h"; sourceTree = "<group>"; };
|
||||
D32C915409C10E6D00FCE413 /* apr_atomic.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_atomic.h; path = "../../../libs/apr-1.2.6/include/apr_atomic.h"; sourceTree = "<group>"; };
|
||||
D32C915509C10E6D00FCE413 /* apr_dso.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_dso.h; path = "../../../libs/apr-1.2.6/include/apr_dso.h"; sourceTree = "<group>"; };
|
||||
D32C915609C10E6D00FCE413 /* apr_env.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_env.h; path = "../../../libs/apr-1.2.6/include/apr_env.h"; sourceTree = "<group>"; };
|
||||
D32C915709C10E6D00FCE413 /* apr_errno.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_errno.h; path = "../../../libs/apr-1.2.6/include/apr_errno.h"; sourceTree = "<group>"; };
|
||||
D32C915809C10E6D00FCE413 /* apr_file_info.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_file_info.h; path = "../../../libs/apr-1.2.6/include/apr_file_info.h"; sourceTree = "<group>"; };
|
||||
D32C915909C10E6D00FCE413 /* apr_file_io.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_file_io.h; path = "../../../libs/apr-1.2.6/include/apr_file_io.h"; sourceTree = "<group>"; };
|
||||
D32C915A09C10E6D00FCE413 /* apr_fnmatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_fnmatch.h; path = "../../../libs/apr-1.2.6/include/apr_fnmatch.h"; sourceTree = "<group>"; };
|
||||
D32C915B09C10E6D00FCE413 /* apr_general.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_general.h; path = "../../../libs/apr-1.2.6/include/apr_general.h"; sourceTree = "<group>"; };
|
||||
D32C915C09C10E6D00FCE413 /* apr_getopt.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_getopt.h; path = "../../../libs/apr-1.2.6/include/apr_getopt.h"; sourceTree = "<group>"; };
|
||||
D32C915D09C10E6D00FCE413 /* apr_global_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_global_mutex.h; path = "../../../libs/apr-1.2.6/include/apr_global_mutex.h"; sourceTree = "<group>"; };
|
||||
D32C915E09C10E6D00FCE413 /* apr_hash.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_hash.h; path = "../../../libs/apr-1.2.6/include/apr_hash.h"; sourceTree = "<group>"; };
|
||||
D32C915F09C10E6D00FCE413 /* apr_inherit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_inherit.h; path = "../../../libs/apr-1.2.6/include/apr_inherit.h"; sourceTree = "<group>"; };
|
||||
D32C916009C10E6D00FCE413 /* apr_lib.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_lib.h; path = "../../../libs/apr-1.2.6/include/apr_lib.h"; sourceTree = "<group>"; };
|
||||
D32C916109C10E6D00FCE413 /* apr_mmap.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_mmap.h; path = "../../../libs/apr-1.2.6/include/apr_mmap.h"; sourceTree = "<group>"; };
|
||||
D32C916209C10E6D00FCE413 /* apr_network_io.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_network_io.h; path = "../../../libs/apr-1.2.6/include/apr_network_io.h"; sourceTree = "<group>"; };
|
||||
D32C916309C10E6D00FCE413 /* apr_poll.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_poll.h; path = "../../../libs/apr-1.2.6/include/apr_poll.h"; sourceTree = "<group>"; };
|
||||
D32C916409C10E6D00FCE413 /* apr_pools.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_pools.h; path = "../../../libs/apr-1.2.6/include/apr_pools.h"; sourceTree = "<group>"; };
|
||||
D32C916509C10E6D00FCE413 /* apr_portable.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_portable.h; path = "../../../libs/apr-1.2.6/include/apr_portable.h"; sourceTree = "<group>"; };
|
||||
D32C916609C10E6D00FCE413 /* apr_proc_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_proc_mutex.h; path = "../../../libs/apr-1.2.6/include/apr_proc_mutex.h"; sourceTree = "<group>"; };
|
||||
D32C916709C10E6D00FCE413 /* apr_random.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_random.h; path = "../../../libs/apr-1.2.6/include/apr_random.h"; sourceTree = "<group>"; };
|
||||
D32C916809C10E6D00FCE413 /* apr_ring.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_ring.h; path = "../../../libs/apr-1.2.6/include/apr_ring.h"; sourceTree = "<group>"; };
|
||||
D32C916909C10E6D00FCE413 /* apr_shm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_shm.h; path = "../../../libs/apr-1.2.6/include/apr_shm.h"; sourceTree = "<group>"; };
|
||||
D32C916A09C10E6D00FCE413 /* apr_signal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_signal.h; path = "../../../libs/apr-1.2.6/include/apr_signal.h"; sourceTree = "<group>"; };
|
||||
D32C916B09C10E6D00FCE413 /* apr_strings.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_strings.h; path = "../../../libs/apr-1.2.6/include/apr_strings.h"; sourceTree = "<group>"; };
|
||||
D32C916C09C10E6D00FCE413 /* apr_support.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_support.h; path = "../../../libs/apr-1.2.6/include/apr_support.h"; sourceTree = "<group>"; };
|
||||
D32C916D09C10E6D00FCE413 /* apr_tables.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_tables.h; path = "../../../libs/apr-1.2.6/include/apr_tables.h"; sourceTree = "<group>"; };
|
||||
D32C916E09C10E6D00FCE413 /* apr_thread_cond.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_thread_cond.h; path = "../../../libs/apr-1.2.6/include/apr_thread_cond.h"; sourceTree = "<group>"; };
|
||||
D32C916F09C10E6D00FCE413 /* apr_thread_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_thread_mutex.h; path = "../../../libs/apr-1.2.6/include/apr_thread_mutex.h"; sourceTree = "<group>"; };
|
||||
D32C917009C10E6D00FCE413 /* apr_thread_proc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_thread_proc.h; path = "../../../libs/apr-1.2.6/include/apr_thread_proc.h"; sourceTree = "<group>"; };
|
||||
D32C917109C10E6D00FCE413 /* apr_thread_rwlock.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_thread_rwlock.h; path = "../../../libs/apr-1.2.6/include/apr_thread_rwlock.h"; sourceTree = "<group>"; };
|
||||
D32C917209C10E6D00FCE413 /* apr_time.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_time.h; path = "../../../libs/apr-1.2.6/include/apr_time.h"; sourceTree = "<group>"; };
|
||||
D32C917309C10E6D00FCE413 /* apr_user.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_user.h; path = "../../../libs/apr-1.2.6/include/apr_user.h"; sourceTree = "<group>"; };
|
||||
D32C917409C10E6D00FCE413 /* apr_version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_version.h; path = "../../../libs/apr-1.2.6/include/apr_version.h"; sourceTree = "<group>"; };
|
||||
D32C917509C10E6D00FCE413 /* apr_want.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_want.h; path = "../../../libs/apr-1.2.6/include/apr_want.h"; sourceTree = "<group>"; };
|
||||
D32C917909C10E6D00FCE413 /* apr_private_common.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_private_common.h; sourceTree = "<group>"; };
|
||||
D32C919B09C10E6D00FCE413 /* apr_arch_dso.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_arch_dso.h; sourceTree = "<group>"; };
|
||||
D32C919C09C10E6D00FCE413 /* apr_arch_file_io.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_arch_file_io.h; sourceTree = "<group>"; };
|
||||
D32C919D09C10E6D00FCE413 /* apr_arch_global_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_arch_global_mutex.h; sourceTree = "<group>"; };
|
||||
D32C919E09C10E6D00FCE413 /* apr_arch_inherit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_arch_inherit.h; sourceTree = "<group>"; };
|
||||
D32C919F09C10E6D00FCE413 /* apr_arch_internal_time.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_arch_internal_time.h; sourceTree = "<group>"; };
|
||||
D32C91A009C10E6D00FCE413 /* apr_arch_misc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_arch_misc.h; sourceTree = "<group>"; };
|
||||
D32C91A109C10E6D00FCE413 /* apr_arch_networkio.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_arch_networkio.h; sourceTree = "<group>"; };
|
||||
D32C91A209C10E6D00FCE413 /* apr_arch_poll_private.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_arch_poll_private.h; sourceTree = "<group>"; };
|
||||
D32C91A309C10E6D00FCE413 /* apr_arch_proc_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_arch_proc_mutex.h; sourceTree = "<group>"; };
|
||||
D32C91A409C10E6D00FCE413 /* apr_arch_shm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_arch_shm.h; sourceTree = "<group>"; };
|
||||
D32C91A509C10E6D00FCE413 /* apr_arch_thread_cond.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_arch_thread_cond.h; sourceTree = "<group>"; };
|
||||
D32C91A609C10E6D00FCE413 /* apr_arch_thread_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_arch_thread_mutex.h; sourceTree = "<group>"; };
|
||||
D32C91A709C10E6D00FCE413 /* apr_arch_thread_rwlock.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_arch_thread_rwlock.h; sourceTree = "<group>"; };
|
||||
D32C91A809C10E6D00FCE413 /* apr_arch_threadproc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_arch_threadproc.h; sourceTree = "<group>"; };
|
||||
D32C91A909C10E6D00FCE413 /* apr_private.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = apr_private.h; sourceTree = "<group>"; };
|
||||
D32C928509C1114B00FCE413 /* apr_atomic.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_atomic.c; sourceTree = "<group>"; };
|
||||
D32C929409C1114B00FCE413 /* dso.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = dso.c; sourceTree = "<group>"; };
|
||||
D32C929809C1114B00FCE413 /* exports.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = exports.c; path = "../../../libs/apr-1.2.6/exports.c"; sourceTree = SOURCE_ROOT; };
|
||||
D32C92B509C1114B00FCE413 /* copy.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = copy.c; sourceTree = "<group>"; };
|
||||
D32C92B609C1114B00FCE413 /* dir.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = dir.c; sourceTree = "<group>"; };
|
||||
D32C92B709C1114B00FCE413 /* fileacc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fileacc.c; sourceTree = "<group>"; };
|
||||
D32C92B809C1114B00FCE413 /* filedup.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = filedup.c; sourceTree = "<group>"; };
|
||||
D32C92B909C1114B00FCE413 /* filepath.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = filepath.c; sourceTree = "<group>"; };
|
||||
D32C92BA09C1114B00FCE413 /* filepath_util.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = filepath_util.c; sourceTree = "<group>"; };
|
||||
D32C92BB09C1114B00FCE413 /* filestat.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = filestat.c; sourceTree = "<group>"; };
|
||||
D32C92BC09C1114B00FCE413 /* flock.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = flock.c; sourceTree = "<group>"; };
|
||||
D32C92BD09C1114B00FCE413 /* fullrw.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fullrw.c; sourceTree = "<group>"; };
|
||||
D32C92BE09C1114B00FCE413 /* mktemp.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mktemp.c; sourceTree = "<group>"; };
|
||||
D32C92BF09C1114B00FCE413 /* open.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = open.c; sourceTree = "<group>"; };
|
||||
D32C92C009C1114B00FCE413 /* pipe.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = pipe.c; sourceTree = "<group>"; };
|
||||
D32C92C109C1114B00FCE413 /* readwrite.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = readwrite.c; sourceTree = "<group>"; };
|
||||
D32C92C209C1114B00FCE413 /* seek.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = seek.c; sourceTree = "<group>"; };
|
||||
D32C92C309C1114B00FCE413 /* tempdir.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = tempdir.c; sourceTree = "<group>"; };
|
||||
D32C92E209C1114B00FCE413 /* global_mutex.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = global_mutex.c; sourceTree = "<group>"; };
|
||||
D32C92E309C1114B00FCE413 /* proc_mutex.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = proc_mutex.c; sourceTree = "<group>"; };
|
||||
D32C92E409C1114B00FCE413 /* thread_cond.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = thread_cond.c; sourceTree = "<group>"; };
|
||||
D32C92E509C1114B00FCE413 /* thread_mutex.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = thread_mutex.c; sourceTree = "<group>"; };
|
||||
D32C92E609C1114B00FCE413 /* thread_rwlock.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = thread_rwlock.c; sourceTree = "<group>"; };
|
||||
D32C92EE09C1114B00FCE413 /* apr_pools.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_pools.c; sourceTree = "<group>"; };
|
||||
D32C92F809C1114B00FCE413 /* charset.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = charset.c; sourceTree = "<group>"; };
|
||||
D32C92F909C1114B00FCE413 /* env.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = env.c; sourceTree = "<group>"; };
|
||||
D32C92FA09C1114B00FCE413 /* errorcodes.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = errorcodes.c; sourceTree = "<group>"; };
|
||||
D32C92FB09C1114B00FCE413 /* getopt.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = getopt.c; sourceTree = "<group>"; };
|
||||
D32C92FC09C1114B00FCE413 /* otherchild.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = otherchild.c; sourceTree = "<group>"; };
|
||||
D32C92FD09C1114B00FCE413 /* rand.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = rand.c; sourceTree = "<group>"; };
|
||||
D32C92FF09C1114B00FCE413 /* start.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = start.c; sourceTree = "<group>"; };
|
||||
D32C930009C1114B00FCE413 /* version.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = version.c; sourceTree = "<group>"; };
|
||||
D32C930C09C1114C00FCE413 /* common.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = common.c; sourceTree = "<group>"; };
|
||||
D32C930D09C1114C00FCE413 /* mmap.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mmap.c; sourceTree = "<group>"; };
|
||||
D32C931E09C1114C00FCE413 /* inet_ntop.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = inet_ntop.c; sourceTree = "<group>"; };
|
||||
D32C931F09C1114C00FCE413 /* inet_pton.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = inet_pton.c; sourceTree = "<group>"; };
|
||||
D32C932009C1114C00FCE413 /* multicast.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = multicast.c; sourceTree = "<group>"; };
|
||||
D32C932109C1114C00FCE413 /* sendrecv.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sendrecv.c; sourceTree = "<group>"; };
|
||||
D32C932209C1114C00FCE413 /* sockaddr.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sockaddr.c; sourceTree = "<group>"; };
|
||||
D32C932309C1114C00FCE413 /* sockets.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sockets.c; sourceTree = "<group>"; };
|
||||
D32C932409C1114C00FCE413 /* sockopt.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sockopt.c; sourceTree = "<group>"; };
|
||||
D32C932A09C1114C00FCE413 /* apr_getpass.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_getpass.c; sourceTree = "<group>"; };
|
||||
D32C933009C1114C00FCE413 /* epoll.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = epoll.c; sourceTree = "<group>"; };
|
||||
D32C933109C1114C00FCE413 /* kqueue.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = kqueue.c; sourceTree = "<group>"; };
|
||||
D32C933209C1114C00FCE413 /* poll.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = poll.c; sourceTree = "<group>"; };
|
||||
D32C933309C1114C00FCE413 /* port.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = port.c; sourceTree = "<group>"; };
|
||||
D32C933409C1114C00FCE413 /* select.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = select.c; sourceTree = "<group>"; };
|
||||
D32C933709C1114C00FCE413 /* apr_random.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_random.c; sourceTree = "<group>"; };
|
||||
D32C933809C1114C00FCE413 /* sha2.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sha2.c; sourceTree = "<group>"; };
|
||||
D32C933909C1114C00FCE413 /* sha2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = sha2.h; sourceTree = "<group>"; };
|
||||
D32C933A09C1114C00FCE413 /* sha2_glue.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sha2_glue.c; sourceTree = "<group>"; };
|
||||
D32C934109C1114C00FCE413 /* shm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = shm.c; sourceTree = "<group>"; };
|
||||
D32C934509C1114C00FCE413 /* apr_cpystrn.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_cpystrn.c; sourceTree = "<group>"; };
|
||||
D32C934609C1114C00FCE413 /* apr_fnmatch.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_fnmatch.c; sourceTree = "<group>"; };
|
||||
D32C934709C1114C00FCE413 /* apr_snprintf.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_snprintf.c; sourceTree = "<group>"; };
|
||||
D32C934809C1114C00FCE413 /* apr_strings.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_strings.c; sourceTree = "<group>"; };
|
||||
D32C934909C1114C00FCE413 /* apr_strnatcmp.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_strnatcmp.c; sourceTree = "<group>"; };
|
||||
D32C934A09C1114C00FCE413 /* apr_strtok.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_strtok.c; sourceTree = "<group>"; };
|
||||
D32C934D09C1114C00FCE413 /* waitio.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = waitio.c; sourceTree = "<group>"; };
|
||||
D32C934F09C1114C00FCE413 /* apr_hash.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_hash.c; sourceTree = "<group>"; };
|
||||
D32C935009C1114C00FCE413 /* apr_tables.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_tables.c; sourceTree = "<group>"; };
|
||||
D32C936409C1114C00FCE413 /* proc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = proc.c; sourceTree = "<group>"; };
|
||||
D32C936509C1114C00FCE413 /* procsup.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = procsup.c; sourceTree = "<group>"; };
|
||||
D32C936609C1114C00FCE413 /* signals.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = signals.c; sourceTree = "<group>"; };
|
||||
D32C936709C1114C00FCE413 /* thread.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = thread.c; sourceTree = "<group>"; };
|
||||
D32C936809C1114C00FCE413 /* threadpriv.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = threadpriv.c; sourceTree = "<group>"; };
|
||||
D32C937009C1114C00FCE413 /* time.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = time.c; sourceTree = "<group>"; };
|
||||
D32C937109C1114C00FCE413 /* timestr.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = timestr.c; sourceTree = "<group>"; };
|
||||
D32C937B09C1114C00FCE413 /* groupinfo.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = groupinfo.c; sourceTree = "<group>"; };
|
||||
D32C937C09C1114C00FCE413 /* userinfo.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = userinfo.c; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
D32C90D609C10C3300FCE413 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C90E709C10C4600FCE413 /* apr-1.2.6 */,
|
||||
D32C90E809C10C4600FCE413 /* apr-Info.plist */,
|
||||
D32C90E609C10C4600FCE413 /* apr.framework */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C90E709C10C4600FCE413 /* apr-1.2.6 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C90EE09C10C8C00FCE413 /* include */,
|
||||
D32C927E09C10F3100FCE413 /* src */,
|
||||
);
|
||||
name = "apr-1.2.6";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C90EE09C10C8C00FCE413 /* include */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C914F09C10E6D00FCE413 /* apr.h */,
|
||||
D32C915309C10E6D00FCE413 /* apr_allocator.h */,
|
||||
D32C915409C10E6D00FCE413 /* apr_atomic.h */,
|
||||
D32C915509C10E6D00FCE413 /* apr_dso.h */,
|
||||
D32C915609C10E6D00FCE413 /* apr_env.h */,
|
||||
D32C915709C10E6D00FCE413 /* apr_errno.h */,
|
||||
D32C915809C10E6D00FCE413 /* apr_file_info.h */,
|
||||
D32C915909C10E6D00FCE413 /* apr_file_io.h */,
|
||||
D32C915A09C10E6D00FCE413 /* apr_fnmatch.h */,
|
||||
D32C915B09C10E6D00FCE413 /* apr_general.h */,
|
||||
D32C915C09C10E6D00FCE413 /* apr_getopt.h */,
|
||||
D32C915D09C10E6D00FCE413 /* apr_global_mutex.h */,
|
||||
D32C915E09C10E6D00FCE413 /* apr_hash.h */,
|
||||
D32C915F09C10E6D00FCE413 /* apr_inherit.h */,
|
||||
D32C916009C10E6D00FCE413 /* apr_lib.h */,
|
||||
D32C916109C10E6D00FCE413 /* apr_mmap.h */,
|
||||
D32C916209C10E6D00FCE413 /* apr_network_io.h */,
|
||||
D32C916309C10E6D00FCE413 /* apr_poll.h */,
|
||||
D32C916409C10E6D00FCE413 /* apr_pools.h */,
|
||||
D32C916509C10E6D00FCE413 /* apr_portable.h */,
|
||||
D32C916609C10E6D00FCE413 /* apr_proc_mutex.h */,
|
||||
D32C916709C10E6D00FCE413 /* apr_random.h */,
|
||||
D32C916809C10E6D00FCE413 /* apr_ring.h */,
|
||||
D32C916909C10E6D00FCE413 /* apr_shm.h */,
|
||||
D32C916A09C10E6D00FCE413 /* apr_signal.h */,
|
||||
D32C916B09C10E6D00FCE413 /* apr_strings.h */,
|
||||
D32C916C09C10E6D00FCE413 /* apr_support.h */,
|
||||
D32C916D09C10E6D00FCE413 /* apr_tables.h */,
|
||||
D32C916E09C10E6D00FCE413 /* apr_thread_cond.h */,
|
||||
D32C916F09C10E6D00FCE413 /* apr_thread_mutex.h */,
|
||||
D32C917009C10E6D00FCE413 /* apr_thread_proc.h */,
|
||||
D32C917109C10E6D00FCE413 /* apr_thread_rwlock.h */,
|
||||
D32C917209C10E6D00FCE413 /* apr_time.h */,
|
||||
D32C917309C10E6D00FCE413 /* apr_user.h */,
|
||||
D32C917409C10E6D00FCE413 /* apr_version.h */,
|
||||
D32C917509C10E6D00FCE413 /* apr_want.h */,
|
||||
D32C917609C10E6D00FCE413 /* arch */,
|
||||
);
|
||||
name = include;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C917609C10E6D00FCE413 /* arch */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C917909C10E6D00FCE413 /* apr_private_common.h */,
|
||||
D32C919A09C10E6D00FCE413 /* unix */,
|
||||
);
|
||||
name = arch;
|
||||
path = "../../../libs/apr-1.2.6/include/arch";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C919A09C10E6D00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C919B09C10E6D00FCE413 /* apr_arch_dso.h */,
|
||||
D32C919C09C10E6D00FCE413 /* apr_arch_file_io.h */,
|
||||
D32C919D09C10E6D00FCE413 /* apr_arch_global_mutex.h */,
|
||||
D32C919E09C10E6D00FCE413 /* apr_arch_inherit.h */,
|
||||
D32C919F09C10E6D00FCE413 /* apr_arch_internal_time.h */,
|
||||
D32C91A009C10E6D00FCE413 /* apr_arch_misc.h */,
|
||||
D32C91A109C10E6D00FCE413 /* apr_arch_networkio.h */,
|
||||
D32C91A209C10E6D00FCE413 /* apr_arch_poll_private.h */,
|
||||
D32C91A309C10E6D00FCE413 /* apr_arch_proc_mutex.h */,
|
||||
D32C91A409C10E6D00FCE413 /* apr_arch_shm.h */,
|
||||
D32C91A509C10E6D00FCE413 /* apr_arch_thread_cond.h */,
|
||||
D32C91A609C10E6D00FCE413 /* apr_arch_thread_mutex.h */,
|
||||
D32C91A709C10E6D00FCE413 /* apr_arch_thread_rwlock.h */,
|
||||
D32C91A809C10E6D00FCE413 /* apr_arch_threadproc.h */,
|
||||
D32C91A909C10E6D00FCE413 /* apr_private.h */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C927E09C10F3100FCE413 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C929809C1114B00FCE413 /* exports.c */,
|
||||
D32C927F09C1114B00FCE413 /* atomic */,
|
||||
D32C928809C1114B00FCE413 /* dso */,
|
||||
D32C929909C1114B00FCE413 /* file_io */,
|
||||
D32C92D109C1114B00FCE413 /* locks */,
|
||||
D32C92EC09C1114B00FCE413 /* memory */,
|
||||
D32C92EF09C1114B00FCE413 /* misc */,
|
||||
D32C930A09C1114C00FCE413 /* mmap */,
|
||||
D32C931009C1114C00FCE413 /* network_io */,
|
||||
D32C932909C1114C00FCE413 /* passwd */,
|
||||
D32C932B09C1114C00FCE413 /* poll */,
|
||||
D32C933509C1114C00FCE413 /* random */,
|
||||
D32C933B09C1114C00FCE413 /* shmem */,
|
||||
D32C934409C1114C00FCE413 /* strings */,
|
||||
D32C934B09C1114C00FCE413 /* support */,
|
||||
D32C934E09C1114C00FCE413 /* tables */,
|
||||
D32C935109C1114C00FCE413 /* threadproc */,
|
||||
D32C936E09C1114C00FCE413 /* time */,
|
||||
D32C937609C1114C00FCE413 /* user */,
|
||||
);
|
||||
name = src;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C927F09C1114B00FCE413 /* atomic */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C928409C1114B00FCE413 /* unix */,
|
||||
);
|
||||
name = atomic;
|
||||
path = "../../../libs/apr-1.2.6/atomic";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C928409C1114B00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C928509C1114B00FCE413 /* apr_atomic.c */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C928809C1114B00FCE413 /* dso */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C929309C1114B00FCE413 /* unix */,
|
||||
);
|
||||
name = dso;
|
||||
path = "../../../libs/apr-1.2.6/dso";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C929309C1114B00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C929409C1114B00FCE413 /* dso.c */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C929909C1114B00FCE413 /* file_io */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C92B409C1114B00FCE413 /* unix */,
|
||||
);
|
||||
name = file_io;
|
||||
path = "../../../libs/apr-1.2.6/file_io";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C92B409C1114B00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C92B509C1114B00FCE413 /* copy.c */,
|
||||
D32C92B609C1114B00FCE413 /* dir.c */,
|
||||
D32C92B709C1114B00FCE413 /* fileacc.c */,
|
||||
D32C92B809C1114B00FCE413 /* filedup.c */,
|
||||
D32C92B909C1114B00FCE413 /* filepath.c */,
|
||||
D32C92BA09C1114B00FCE413 /* filepath_util.c */,
|
||||
D32C92BB09C1114B00FCE413 /* filestat.c */,
|
||||
D32C92BC09C1114B00FCE413 /* flock.c */,
|
||||
D32C92BD09C1114B00FCE413 /* fullrw.c */,
|
||||
D32C92BE09C1114B00FCE413 /* mktemp.c */,
|
||||
D32C92BF09C1114B00FCE413 /* open.c */,
|
||||
D32C92C009C1114B00FCE413 /* pipe.c */,
|
||||
D32C92C109C1114B00FCE413 /* readwrite.c */,
|
||||
D32C92C209C1114B00FCE413 /* seek.c */,
|
||||
D32C92C309C1114B00FCE413 /* tempdir.c */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C92D109C1114B00FCE413 /* locks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C92E109C1114B00FCE413 /* unix */,
|
||||
);
|
||||
name = locks;
|
||||
path = "../../../libs/apr-1.2.6/locks";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C92E109C1114B00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C92E209C1114B00FCE413 /* global_mutex.c */,
|
||||
D32C92E309C1114B00FCE413 /* proc_mutex.c */,
|
||||
D32C92E409C1114B00FCE413 /* thread_cond.c */,
|
||||
D32C92E509C1114B00FCE413 /* thread_mutex.c */,
|
||||
D32C92E609C1114B00FCE413 /* thread_rwlock.c */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C92EC09C1114B00FCE413 /* memory */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C92ED09C1114B00FCE413 /* unix */,
|
||||
);
|
||||
name = memory;
|
||||
path = "../../../libs/apr-1.2.6/memory";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C92ED09C1114B00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C92EE09C1114B00FCE413 /* apr_pools.c */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C92EF09C1114B00FCE413 /* misc */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C92F709C1114B00FCE413 /* unix */,
|
||||
);
|
||||
name = misc;
|
||||
path = "../../../libs/apr-1.2.6/misc";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C92F709C1114B00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C92F809C1114B00FCE413 /* charset.c */,
|
||||
D32C92F909C1114B00FCE413 /* env.c */,
|
||||
D32C92FA09C1114B00FCE413 /* errorcodes.c */,
|
||||
D32C92FB09C1114B00FCE413 /* getopt.c */,
|
||||
D32C92FC09C1114B00FCE413 /* otherchild.c */,
|
||||
D32C92FD09C1114B00FCE413 /* rand.c */,
|
||||
D32C92FF09C1114B00FCE413 /* start.c */,
|
||||
D32C930009C1114B00FCE413 /* version.c */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C930A09C1114C00FCE413 /* mmap */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C930B09C1114C00FCE413 /* unix */,
|
||||
);
|
||||
name = mmap;
|
||||
path = "../../../libs/apr-1.2.6/mmap";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C930B09C1114C00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C930C09C1114C00FCE413 /* common.c */,
|
||||
D32C930D09C1114C00FCE413 /* mmap.c */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C931009C1114C00FCE413 /* network_io */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C931D09C1114C00FCE413 /* unix */,
|
||||
);
|
||||
name = network_io;
|
||||
path = "../../../libs/apr-1.2.6/network_io";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C931D09C1114C00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C931E09C1114C00FCE413 /* inet_ntop.c */,
|
||||
D32C931F09C1114C00FCE413 /* inet_pton.c */,
|
||||
D32C932009C1114C00FCE413 /* multicast.c */,
|
||||
D32C932109C1114C00FCE413 /* sendrecv.c */,
|
||||
D32C932209C1114C00FCE413 /* sockaddr.c */,
|
||||
D32C932309C1114C00FCE413 /* sockets.c */,
|
||||
D32C932409C1114C00FCE413 /* sockopt.c */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C932909C1114C00FCE413 /* passwd */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C932A09C1114C00FCE413 /* apr_getpass.c */,
|
||||
);
|
||||
name = passwd;
|
||||
path = "../../../libs/apr-1.2.6/passwd";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C932B09C1114C00FCE413 /* poll */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C932F09C1114C00FCE413 /* unix */,
|
||||
);
|
||||
name = poll;
|
||||
path = "../../../libs/apr-1.2.6/poll";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C932F09C1114C00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C933009C1114C00FCE413 /* epoll.c */,
|
||||
D32C933109C1114C00FCE413 /* kqueue.c */,
|
||||
D32C933209C1114C00FCE413 /* poll.c */,
|
||||
D32C933309C1114C00FCE413 /* port.c */,
|
||||
D32C933409C1114C00FCE413 /* select.c */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C933509C1114C00FCE413 /* random */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C933609C1114C00FCE413 /* unix */,
|
||||
);
|
||||
name = random;
|
||||
path = "../../../libs/apr-1.2.6/random";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C933609C1114C00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C933709C1114C00FCE413 /* apr_random.c */,
|
||||
D32C933809C1114C00FCE413 /* sha2.c */,
|
||||
D32C933909C1114C00FCE413 /* sha2.h */,
|
||||
D32C933A09C1114C00FCE413 /* sha2_glue.c */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C933B09C1114C00FCE413 /* shmem */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C934009C1114C00FCE413 /* unix */,
|
||||
);
|
||||
name = shmem;
|
||||
path = "../../../libs/apr-1.2.6/shmem";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C934009C1114C00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C934109C1114C00FCE413 /* shm.c */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C934409C1114C00FCE413 /* strings */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C934509C1114C00FCE413 /* apr_cpystrn.c */,
|
||||
D32C934609C1114C00FCE413 /* apr_fnmatch.c */,
|
||||
D32C934709C1114C00FCE413 /* apr_snprintf.c */,
|
||||
D32C934809C1114C00FCE413 /* apr_strings.c */,
|
||||
D32C934909C1114C00FCE413 /* apr_strnatcmp.c */,
|
||||
D32C934A09C1114C00FCE413 /* apr_strtok.c */,
|
||||
);
|
||||
name = strings;
|
||||
path = "../../../libs/apr-1.2.6/strings";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C934B09C1114C00FCE413 /* support */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C934C09C1114C00FCE413 /* unix */,
|
||||
);
|
||||
name = support;
|
||||
path = "../../../libs/apr-1.2.6/support";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C934C09C1114C00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C934D09C1114C00FCE413 /* waitio.c */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C934E09C1114C00FCE413 /* tables */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C934F09C1114C00FCE413 /* apr_hash.c */,
|
||||
D32C935009C1114C00FCE413 /* apr_tables.c */,
|
||||
);
|
||||
name = tables;
|
||||
path = "../../../libs/apr-1.2.6/tables";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C935109C1114C00FCE413 /* threadproc */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C936309C1114C00FCE413 /* unix */,
|
||||
);
|
||||
name = threadproc;
|
||||
path = "../../../libs/apr-1.2.6/threadproc";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C936309C1114C00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C936409C1114C00FCE413 /* proc.c */,
|
||||
D32C936509C1114C00FCE413 /* procsup.c */,
|
||||
D32C936609C1114C00FCE413 /* signals.c */,
|
||||
D32C936709C1114C00FCE413 /* thread.c */,
|
||||
D32C936809C1114C00FCE413 /* threadpriv.c */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C936E09C1114C00FCE413 /* time */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C936F09C1114C00FCE413 /* unix */,
|
||||
);
|
||||
name = time;
|
||||
path = "../../../libs/apr-1.2.6/time";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C936F09C1114C00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C937009C1114C00FCE413 /* time.c */,
|
||||
D32C937109C1114C00FCE413 /* timestr.c */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D32C937609C1114C00FCE413 /* user */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C937A09C1114C00FCE413 /* unix */,
|
||||
);
|
||||
name = user;
|
||||
path = "../../../libs/apr-1.2.6/user";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D32C937A09C1114C00FCE413 /* unix */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D32C937B09C1114C00FCE413 /* groupinfo.c */,
|
||||
D32C937C09C1114C00FCE413 /* userinfo.c */,
|
||||
);
|
||||
path = unix;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
D32C90E109C10C4600FCE413 /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D3542E2C09C36DE7000A33C3 /* apr.h in Headers */,
|
||||
D3542E2D09C36DE7000A33C3 /* apr_allocator.h in Headers */,
|
||||
D3542E2E09C36DE7000A33C3 /* apr_atomic.h in Headers */,
|
||||
D3542E2F09C36DE7000A33C3 /* apr_dso.h in Headers */,
|
||||
D3542E3009C36DE7000A33C3 /* apr_env.h in Headers */,
|
||||
D3542E3109C36DE7000A33C3 /* apr_errno.h in Headers */,
|
||||
D3542E3209C36DE7000A33C3 /* apr_file_info.h in Headers */,
|
||||
D3542E3309C36DE7000A33C3 /* apr_file_io.h in Headers */,
|
||||
D3542E3409C36DE7000A33C3 /* apr_fnmatch.h in Headers */,
|
||||
D3542E3509C36DE7000A33C3 /* apr_general.h in Headers */,
|
||||
D3542E3609C36DE7000A33C3 /* apr_getopt.h in Headers */,
|
||||
D3542E3709C36DE7000A33C3 /* apr_global_mutex.h in Headers */,
|
||||
D3542E3809C36DE7000A33C3 /* apr_hash.h in Headers */,
|
||||
D3542E3909C36DE7000A33C3 /* apr_inherit.h in Headers */,
|
||||
D3542E3A09C36DE7000A33C3 /* apr_lib.h in Headers */,
|
||||
D3542E3B09C36DE7000A33C3 /* apr_mmap.h in Headers */,
|
||||
D3542E3C09C36DE7000A33C3 /* apr_network_io.h in Headers */,
|
||||
D3542E3D09C36DE7000A33C3 /* apr_poll.h in Headers */,
|
||||
D3542E3E09C36DE7000A33C3 /* apr_pools.h in Headers */,
|
||||
D3542E3F09C36DE7000A33C3 /* apr_portable.h in Headers */,
|
||||
D3542E4009C36DE7000A33C3 /* apr_proc_mutex.h in Headers */,
|
||||
D3542E4109C36DE7000A33C3 /* apr_random.h in Headers */,
|
||||
D3542E4209C36DE7000A33C3 /* apr_ring.h in Headers */,
|
||||
D3542E4309C36DE7000A33C3 /* apr_shm.h in Headers */,
|
||||
D3542E4409C36DE7000A33C3 /* apr_signal.h in Headers */,
|
||||
D3542E4509C36DE7000A33C3 /* apr_strings.h in Headers */,
|
||||
D3542E4609C36DE7000A33C3 /* apr_support.h in Headers */,
|
||||
D3542E4709C36DE7000A33C3 /* apr_tables.h in Headers */,
|
||||
D3542E4809C36DE7000A33C3 /* apr_thread_cond.h in Headers */,
|
||||
D3542E4909C36DE7000A33C3 /* apr_thread_mutex.h in Headers */,
|
||||
D3542E4A09C36DE7000A33C3 /* apr_thread_proc.h in Headers */,
|
||||
D3542E4B09C36DE7000A33C3 /* apr_thread_rwlock.h in Headers */,
|
||||
D3542E4C09C36DE7000A33C3 /* apr_time.h in Headers */,
|
||||
D3542E4D09C36DE7000A33C3 /* apr_user.h in Headers */,
|
||||
D3542E4E09C36DE7000A33C3 /* apr_version.h in Headers */,
|
||||
D3542E4F09C36DE7000A33C3 /* apr_want.h in Headers */,
|
||||
D3542E5009C36DE7000A33C3 /* apr_private_common.h in Headers */,
|
||||
D3542E5F09C36DE7000A33C3 /* apr_private.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
D32C90E509C10C4600FCE413 /* apr.framework */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = D32C90E909C10C4700FCE413 /* Build configuration list for PBXNativeTarget "apr.framework" */;
|
||||
buildPhases = (
|
||||
D32C90F609C10CBF00FCE413 /* Prepare Source */,
|
||||
D32C90E109C10C4600FCE413 /* Headers */,
|
||||
D32C90E309C10C4600FCE413 /* Sources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = apr.framework;
|
||||
productName = apr;
|
||||
productReference = D32C90E609C10C4600FCE413 /* apr.framework */;
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
D32C90D809C10C3300FCE413 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = D32C90D909C10C3300FCE413 /* Build configuration list for PBXProject "apr-1.2.6" */;
|
||||
hasScannedForEncodings = 0;
|
||||
mainGroup = D32C90D609C10C3300FCE413;
|
||||
productRefGroup = D32C90E709C10C4600FCE413 /* apr-1.2.6 */;
|
||||
projectDirPath = "";
|
||||
targets = (
|
||||
D32C90E509C10C4600FCE413 /* apr.framework */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
D32C90F609C10CBF00FCE413 /* Prepare Source */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = "Prepare Source";
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/bash;
|
||||
shellScript = "if [ -e ../../../libs/apr-1.2.6/.complete ]; then\n\texit 0\nfi\n/usr/bin/curl http://svn.freeswitch.org/downloads/libs/apr-1.2.6.tar.gz -o ../../../libs/apr-1.2.6.tar.gz\ncd ../../../libs\ntar zxfv apr-1.2.6.tar.gz\ncd apr-1.2.6\n./configure --enable-layout=\"Mac OS X Server\"\nmake apr.exp\ntouch .complete";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
D32C90E309C10C4600FCE413 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D32C938109C1122300FCE413 /* exports.c in Sources */,
|
||||
D32C938209C1122300FCE413 /* apr_atomic.c in Sources */,
|
||||
D32C938309C1122300FCE413 /* dso.c in Sources */,
|
||||
D32C938409C1122300FCE413 /* copy.c in Sources */,
|
||||
D32C938509C1122300FCE413 /* dir.c in Sources */,
|
||||
D32C938609C1122300FCE413 /* fileacc.c in Sources */,
|
||||
D32C938709C1122300FCE413 /* filedup.c in Sources */,
|
||||
D32C938809C1122300FCE413 /* filepath.c in Sources */,
|
||||
D32C938909C1122300FCE413 /* filepath_util.c in Sources */,
|
||||
D32C938A09C1122300FCE413 /* filestat.c in Sources */,
|
||||
D32C938B09C1122300FCE413 /* flock.c in Sources */,
|
||||
D32C938C09C1122300FCE413 /* fullrw.c in Sources */,
|
||||
D32C938D09C1122300FCE413 /* mktemp.c in Sources */,
|
||||
D32C938E09C1122300FCE413 /* open.c in Sources */,
|
||||
D32C938F09C1122300FCE413 /* pipe.c in Sources */,
|
||||
D32C939009C1122300FCE413 /* readwrite.c in Sources */,
|
||||
D32C939109C1122300FCE413 /* seek.c in Sources */,
|
||||
D32C939209C1122300FCE413 /* tempdir.c in Sources */,
|
||||
D32C939309C1122300FCE413 /* global_mutex.c in Sources */,
|
||||
D32C939409C1122300FCE413 /* proc_mutex.c in Sources */,
|
||||
D32C939509C1122300FCE413 /* thread_cond.c in Sources */,
|
||||
D32C939609C1122300FCE413 /* thread_mutex.c in Sources */,
|
||||
D32C939709C1122300FCE413 /* thread_rwlock.c in Sources */,
|
||||
D32C939809C1122300FCE413 /* apr_pools.c in Sources */,
|
||||
D32C939909C1122300FCE413 /* charset.c in Sources */,
|
||||
D32C939A09C1122300FCE413 /* env.c in Sources */,
|
||||
D32C939B09C1122300FCE413 /* errorcodes.c in Sources */,
|
||||
D32C939C09C1122300FCE413 /* getopt.c in Sources */,
|
||||
D32C939D09C1122300FCE413 /* otherchild.c in Sources */,
|
||||
D32C939E09C1122300FCE413 /* rand.c in Sources */,
|
||||
D32C939F09C1122300FCE413 /* start.c in Sources */,
|
||||
D32C93A009C1122300FCE413 /* version.c in Sources */,
|
||||
D32C93A109C1122300FCE413 /* common.c in Sources */,
|
||||
D32C93A209C1122300FCE413 /* mmap.c in Sources */,
|
||||
D32C93A309C1122300FCE413 /* inet_ntop.c in Sources */,
|
||||
D32C93A409C1122300FCE413 /* inet_pton.c in Sources */,
|
||||
D32C93A509C1122300FCE413 /* multicast.c in Sources */,
|
||||
D32C93A609C1122300FCE413 /* sendrecv.c in Sources */,
|
||||
D32C93A709C1122300FCE413 /* sockaddr.c in Sources */,
|
||||
D32C93A809C1122300FCE413 /* sockets.c in Sources */,
|
||||
D32C93A909C1122300FCE413 /* sockopt.c in Sources */,
|
||||
D32C93AA09C1122300FCE413 /* apr_getpass.c in Sources */,
|
||||
D32C93AB09C1122300FCE413 /* epoll.c in Sources */,
|
||||
D32C93AC09C1122300FCE413 /* kqueue.c in Sources */,
|
||||
D32C93AD09C1122300FCE413 /* poll.c in Sources */,
|
||||
D32C93AE09C1122300FCE413 /* port.c in Sources */,
|
||||
D32C93AF09C1122300FCE413 /* select.c in Sources */,
|
||||
D32C93B009C1122300FCE413 /* apr_random.c in Sources */,
|
||||
D32C93B109C1122300FCE413 /* sha2.c in Sources */,
|
||||
D32C93B209C1122300FCE413 /* sha2_glue.c in Sources */,
|
||||
D32C93B309C1122300FCE413 /* shm.c in Sources */,
|
||||
D32C93B409C1122300FCE413 /* apr_cpystrn.c in Sources */,
|
||||
D32C93B509C1122300FCE413 /* apr_fnmatch.c in Sources */,
|
||||
D32C93B609C1122300FCE413 /* apr_snprintf.c in Sources */,
|
||||
D32C93B709C1122300FCE413 /* apr_strings.c in Sources */,
|
||||
D32C93B809C1122300FCE413 /* apr_strnatcmp.c in Sources */,
|
||||
D32C93B909C1122300FCE413 /* apr_strtok.c in Sources */,
|
||||
D32C93BA09C1122300FCE413 /* waitio.c in Sources */,
|
||||
D32C93BB09C1122300FCE413 /* apr_hash.c in Sources */,
|
||||
D32C93BC09C1122300FCE413 /* apr_tables.c in Sources */,
|
||||
D32C93BD09C1122300FCE413 /* proc.c in Sources */,
|
||||
D32C93BE09C1122300FCE413 /* procsup.c in Sources */,
|
||||
D32C93BF09C1122300FCE413 /* signals.c in Sources */,
|
||||
D32C93C009C1122300FCE413 /* thread.c in Sources */,
|
||||
D32C93C109C1122300FCE413 /* threadpriv.c in Sources */,
|
||||
D32C93C209C1122300FCE413 /* time.c in Sources */,
|
||||
D32C93C309C1122300FCE413 /* timestr.c in Sources */,
|
||||
D32C93C409C1122300FCE413 /* groupinfo.c in Sources */,
|
||||
D32C93C509C1122300FCE413 /* userinfo.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
D32C90DA09C10C3300FCE413 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
NATIVE_ARCH = "ppc i386";
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
D32C90DB09C10C3300FCE413 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = YES;
|
||||
NATIVE_ARCH = "ppc i386";
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
D32C90EA09C10C4700FCE413 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DSTROOT = /;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
FRAMEWORK_VERSION = A;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
|
||||
INFOPLIST_FILE = "apr-Info.plist";
|
||||
INSTALL_PATH = /Library/Frameworks;
|
||||
OTHER_CFLAGS = (
|
||||
"-g",
|
||||
"-O2",
|
||||
);
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-DDARWIN",
|
||||
"-DSIGPROCMASK_SETS_THREAD_MASK",
|
||||
"-no-cpp-precomp",
|
||||
);
|
||||
OTHER_LDFLAGS = "-lpthread";
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = apr;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
D32C90EB09C10C4700FCE413 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = YES;
|
||||
DSTROOT = /;
|
||||
DYLIB_COMPATIBILITY_VERSION = 3.2.0;
|
||||
DYLIB_CURRENT_VERSION = 3.0.0;
|
||||
FRAMEWORK_VERSION = 2.0;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
|
||||
INFOPLIST_FILE = "apr-Info.plist";
|
||||
INSTALL_PATH = /Library/Frameworks;
|
||||
OTHER_CFLAGS = (
|
||||
"-g",
|
||||
"-O2",
|
||||
);
|
||||
OTHER_CPLUSPLUSFLAGS = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-DDARWIN",
|
||||
"-DSIGPROCMASK_SETS_THREAD_MASK",
|
||||
"-no-cpp-precomp",
|
||||
);
|
||||
OTHER_LDFLAGS = "-lpthread";
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = apr;
|
||||
ZERO_LINK = NO;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
D32C90D909C10C3300FCE413 /* Build configuration list for PBXProject "apr-1.2.6" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
D32C90DA09C10C3300FCE413 /* Debug */,
|
||||
D32C90DB09C10C3300FCE413 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
D32C90E909C10C4700FCE413 /* Build configuration list for PBXNativeTarget "apr.framework" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
D32C90EA09C10C4700FCE413 /* Debug */,
|
||||
D32C90EB09C10C4700FCE413 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = D32C90D809C10C3300FCE413 /* Project object */;
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yourcompany.apr</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,764 +0,0 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 42;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
D3542F0509C3760C000A33C3 /* apr.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3542F0409C3760C000A33C3 /* apr.framework */; };
|
||||
D3542FF809C37707000A33C3 /* sqlite.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D3542FF709C37707000A33C3 /* sqlite.framework */; };
|
||||
D3F0202109C119A200120915 /* apr_anylock.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200109C119A200120915 /* apr_anylock.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0202209C119A200120915 /* apr_base64.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200209C119A200120915 /* apr_base64.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0202309C119A200120915 /* apr_buckets.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200309C119A200120915 /* apr_buckets.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0202409C119A200120915 /* apr_date.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200409C119A200120915 /* apr_date.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0202509C119A200120915 /* apr_dbd.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200509C119A200120915 /* apr_dbd.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0202609C119A200120915 /* apr_dbm.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200609C119A200120915 /* apr_dbm.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0202709C119A200120915 /* apr_hooks.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200709C119A200120915 /* apr_hooks.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0202809C119A200120915 /* apr_ldap_init.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200809C119A200120915 /* apr_ldap_init.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0202909C119A200120915 /* apr_ldap_option.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200909C119A200120915 /* apr_ldap_option.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0202A09C119A200120915 /* apr_ldap_url.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200A09C119A200120915 /* apr_ldap_url.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0202B09C119A200120915 /* apr_ldap.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200B09C119A200120915 /* apr_ldap.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0202C09C119A200120915 /* apr_md4.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200C09C119A200120915 /* apr_md4.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0202D09C119A200120915 /* apr_md5.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200D09C119A200120915 /* apr_md5.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0202E09C119A200120915 /* apr_optional_hooks.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200E09C119A200120915 /* apr_optional_hooks.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0202F09C119A200120915 /* apr_optional.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0200F09C119A200120915 /* apr_optional.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203009C119A200120915 /* apr_queue.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201009C119A200120915 /* apr_queue.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203109C119A200120915 /* apr_reslist.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201109C119A200120915 /* apr_reslist.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203209C119A200120915 /* apr_rmm.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201209C119A200120915 /* apr_rmm.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203309C119A200120915 /* apr_sdbm.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201309C119A200120915 /* apr_sdbm.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203409C119A200120915 /* apr_sha1.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201409C119A200120915 /* apr_sha1.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203509C119A200120915 /* apr_strmatch.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201509C119A200120915 /* apr_strmatch.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203609C119A200120915 /* apr_uri.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201609C119A200120915 /* apr_uri.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203709C119A200120915 /* apr_uuid.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201709C119A200120915 /* apr_uuid.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203809C119A200120915 /* apr_xlate.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201809C119A200120915 /* apr_xlate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203909C119A200120915 /* apr_xml.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201909C119A200120915 /* apr_xml.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203A09C119A200120915 /* apu_version.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201A09C119A200120915 /* apu_version.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203B09C119A200120915 /* apu_want.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201B09C119A200120915 /* apu_want.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203C09C119A200120915 /* apu.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201C09C119A200120915 /* apu.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203D09C119A200120915 /* apr_dbd_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201D09C119A200120915 /* apr_dbd_internal.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203E09C119A200120915 /* apr_dbm_private.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201E09C119A200120915 /* apr_dbm_private.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0203F09C119A200120915 /* apu_config.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0201F09C119A200120915 /* apu_config.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0204009C119A200120915 /* apu_select_dbm.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0202009C119A200120915 /* apu_select_dbm.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F020CB09C119FF00120915 /* apr_base64.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206909C119C100120915 /* apr_base64.c */; };
|
||||
D3F020CC09C119FF00120915 /* apr_brigade.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204209C119C100120915 /* apr_brigade.c */; };
|
||||
D3F020CD09C119FF00120915 /* apr_buckets.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204309C119C100120915 /* apr_buckets.c */; };
|
||||
D3F020CE09C119FF00120915 /* apr_buckets_alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204409C119C100120915 /* apr_buckets_alloc.c */; };
|
||||
D3F020CF09C119FF00120915 /* apr_buckets_eos.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204509C119C100120915 /* apr_buckets_eos.c */; };
|
||||
D3F020D009C119FF00120915 /* apr_buckets_file.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204609C119C100120915 /* apr_buckets_file.c */; };
|
||||
D3F020D109C119FF00120915 /* apr_buckets_flush.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204709C119C100120915 /* apr_buckets_flush.c */; };
|
||||
D3F020D209C119FF00120915 /* apr_buckets_heap.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204809C119C100120915 /* apr_buckets_heap.c */; };
|
||||
D3F020D309C119FF00120915 /* apr_buckets_mmap.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204909C119C100120915 /* apr_buckets_mmap.c */; };
|
||||
D3F020D409C119FF00120915 /* apr_buckets_pipe.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204A09C119C100120915 /* apr_buckets_pipe.c */; };
|
||||
D3F020D509C119FF00120915 /* apr_buckets_pool.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204B09C119C100120915 /* apr_buckets_pool.c */; };
|
||||
D3F020D609C119FF00120915 /* apr_buckets_refcount.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204C09C119C100120915 /* apr_buckets_refcount.c */; };
|
||||
D3F020D709C119FF00120915 /* apr_buckets_simple.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204D09C119C100120915 /* apr_buckets_simple.c */; };
|
||||
D3F020D809C119FF00120915 /* apr_buckets_socket.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0204E09C119C100120915 /* apr_buckets_socket.c */; };
|
||||
D3F020D909C119FF00120915 /* apr_date.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0207209C119C100120915 /* apr_date.c */; };
|
||||
D3F020DA09C119FF00120915 /* apr_dbd.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205609C119C100120915 /* apr_dbd.c */; };
|
||||
D3F020DB09C119FF00120915 /* apr_dbd_pgsql.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205709C119C100120915 /* apr_dbd_pgsql.c */; };
|
||||
D3F020DC09C119FF00120915 /* apr_dbd_sqlite2.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205809C119C100120915 /* apr_dbd_sqlite2.c */; };
|
||||
D3F020DD09C119FF00120915 /* apr_dbd_sqlite3.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205909C119C100120915 /* apr_dbd_sqlite3.c */; };
|
||||
D3F020DE09C119FF00120915 /* apr_dbm.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205B09C119C100120915 /* apr_dbm.c */; };
|
||||
D3F020DF09C119FF00120915 /* apr_dbm_berkeleydb.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205C09C119C100120915 /* apr_dbm_berkeleydb.c */; };
|
||||
D3F020E009C119FF00120915 /* apr_dbm_gdbm.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205D09C119C100120915 /* apr_dbm_gdbm.c */; };
|
||||
D3F020E109C119FF00120915 /* apr_dbm_ndbm.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205E09C119C100120915 /* apr_dbm_ndbm.c */; };
|
||||
D3F020E209C119FF00120915 /* apr_dbm_sdbm.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205F09C119C100120915 /* apr_dbm_sdbm.c */; };
|
||||
D3F020E309C119FF00120915 /* apr_hooks.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206B09C119C100120915 /* apr_hooks.c */; };
|
||||
D3F020E409C119FF00120915 /* apr_ldap_init.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206D09C119C100120915 /* apr_ldap_init.c */; };
|
||||
D3F020E509C119FF00120915 /* apr_ldap_option.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206E09C119C100120915 /* apr_ldap_option.c */; };
|
||||
D3F020E609C119FF00120915 /* apr_ldap_url.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206F09C119C100120915 /* apr_ldap_url.c */; };
|
||||
D3F020E709C119FF00120915 /* apr_md4.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205009C119C100120915 /* apr_md4.c */; };
|
||||
D3F020E809C119FF00120915 /* apr_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205109C119C100120915 /* apr_md5.c */; };
|
||||
D3F020E909C119FF00120915 /* apr_queue.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0207309C119C100120915 /* apr_queue.c */; };
|
||||
D3F020EA09C119FF00120915 /* apr_reslist.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0207409C119C100120915 /* apr_reslist.c */; };
|
||||
D3F020EB09C119FF00120915 /* apr_rmm.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0207509C119C100120915 /* apr_rmm.c */; };
|
||||
D3F020EC09C119FF00120915 /* apr_sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205209C119C100120915 /* apr_sha1.c */; };
|
||||
D3F020ED09C119FF00120915 /* apr_strmatch.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0207809C119C100120915 /* apr_strmatch.c */; };
|
||||
D3F020EE09C119FF00120915 /* apr_uri.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0209909C119C100120915 /* apr_uri.c */; };
|
||||
D3F020F009C119FF00120915 /* apu_version.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0207609C119C100120915 /* apu_version.c */; };
|
||||
D3F020F109C119FF00120915 /* gen_uri_delims.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0209A09C119C100120915 /* gen_uri_delims.c */; };
|
||||
D3F020F209C119FF00120915 /* getuuid.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205309C119C100120915 /* getuuid.c */; };
|
||||
D3F020FA09C119FF00120915 /* uuid.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0205409C119C100120915 /* uuid.c */; };
|
||||
D3F020FB09C119FF00120915 /* xlate.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0209E09C119C100120915 /* xlate.c */; };
|
||||
D3F0213309C11C1200120915 /* sdbm.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206109C119C100120915 /* sdbm.c */; };
|
||||
D3F0213409C11C1200120915 /* sdbm_hash.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206209C119C100120915 /* sdbm_hash.c */; };
|
||||
D3F0213509C11C1200120915 /* sdbm_lock.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0206309C119C100120915 /* sdbm_lock.c */; };
|
||||
D3F0214109C11C9500120915 /* sdbm_pair.c in Sources */ = {isa = PBXBuildFile; fileRef = D3F0214009C11C9500120915 /* sdbm_pair.c */; };
|
||||
D3F0214809C11D5E00120915 /* sdbm_pair.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0214509C11D5E00120915 /* sdbm_pair.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0214909C11D5E00120915 /* sdbm_private.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0214609C11D5E00120915 /* sdbm_private.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D3F0214A09C11D5E00120915 /* sdbm_tune.h in Headers */ = {isa = PBXBuildFile; fileRef = D3F0214709C11D5E00120915 /* sdbm_tune.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXBuildStyle section */
|
||||
D3F01FD909C1181A00120915 /* Development */ = {
|
||||
isa = PBXBuildStyle;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
};
|
||||
name = Development;
|
||||
};
|
||||
D3F01FDA09C1181A00120915 /* Deployment */ = {
|
||||
isa = PBXBuildStyle;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = YES;
|
||||
};
|
||||
name = Deployment;
|
||||
};
|
||||
/* End PBXBuildStyle section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
D3542F0409C3760C000A33C3 /* apr.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = apr.framework; path = /Library/Frameworks/apr.framework; sourceTree = "<absolute>"; };
|
||||
D3542FF709C37707000A33C3 /* sqlite.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = sqlite.framework; path = /Library/Frameworks/sqlite.framework; sourceTree = "<absolute>"; };
|
||||
D3F01FE309C1182700120915 /* aprutil.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = aprutil.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
D3F01FE509C1182700120915 /* aprutil-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "aprutil-Info.plist"; sourceTree = "<group>"; };
|
||||
D3F0200109C119A200120915 /* apr_anylock.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_anylock.h; path = "../../../libs/apr-util-1.2.2/include/apr_anylock.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0200209C119A200120915 /* apr_base64.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_base64.h; path = "../../../libs/apr-util-1.2.2/include/apr_base64.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0200309C119A200120915 /* apr_buckets.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_buckets.h; path = "../../../libs/apr-util-1.2.2/include/apr_buckets.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0200409C119A200120915 /* apr_date.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_date.h; path = "../../../libs/apr-util-1.2.2/include/apr_date.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0200509C119A200120915 /* apr_dbd.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_dbd.h; path = "../../../libs/apr-util-1.2.2/include/apr_dbd.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0200609C119A200120915 /* apr_dbm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_dbm.h; path = "../../../libs/apr-util-1.2.2/include/apr_dbm.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0200709C119A200120915 /* apr_hooks.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_hooks.h; path = "../../../libs/apr-util-1.2.2/include/apr_hooks.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0200809C119A200120915 /* apr_ldap_init.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_ldap_init.h; path = "../../../libs/apr-util-1.2.2/include/apr_ldap_init.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0200909C119A200120915 /* apr_ldap_option.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_ldap_option.h; path = "../../../libs/apr-util-1.2.2/include/apr_ldap_option.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0200A09C119A200120915 /* apr_ldap_url.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_ldap_url.h; path = "../../../libs/apr-util-1.2.2/include/apr_ldap_url.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0200B09C119A200120915 /* apr_ldap.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_ldap.h; path = "../../../libs/apr-util-1.2.2/include/apr_ldap.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0200C09C119A200120915 /* apr_md4.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_md4.h; path = "../../../libs/apr-util-1.2.2/include/apr_md4.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0200D09C119A200120915 /* apr_md5.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_md5.h; path = "../../../libs/apr-util-1.2.2/include/apr_md5.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0200E09C119A200120915 /* apr_optional_hooks.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_optional_hooks.h; path = "../../../libs/apr-util-1.2.2/include/apr_optional_hooks.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0200F09C119A200120915 /* apr_optional.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_optional.h; path = "../../../libs/apr-util-1.2.2/include/apr_optional.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201009C119A200120915 /* apr_queue.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_queue.h; path = "../../../libs/apr-util-1.2.2/include/apr_queue.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201109C119A200120915 /* apr_reslist.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_reslist.h; path = "../../../libs/apr-util-1.2.2/include/apr_reslist.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201209C119A200120915 /* apr_rmm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_rmm.h; path = "../../../libs/apr-util-1.2.2/include/apr_rmm.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201309C119A200120915 /* apr_sdbm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_sdbm.h; path = "../../../libs/apr-util-1.2.2/include/apr_sdbm.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201409C119A200120915 /* apr_sha1.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_sha1.h; path = "../../../libs/apr-util-1.2.2/include/apr_sha1.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201509C119A200120915 /* apr_strmatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_strmatch.h; path = "../../../libs/apr-util-1.2.2/include/apr_strmatch.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201609C119A200120915 /* apr_uri.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_uri.h; path = "../../../libs/apr-util-1.2.2/include/apr_uri.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201709C119A200120915 /* apr_uuid.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_uuid.h; path = "../../../libs/apr-util-1.2.2/include/apr_uuid.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201809C119A200120915 /* apr_xlate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_xlate.h; path = "../../../libs/apr-util-1.2.2/include/apr_xlate.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201909C119A200120915 /* apr_xml.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_xml.h; path = "../../../libs/apr-util-1.2.2/include/apr_xml.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201A09C119A200120915 /* apu_version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apu_version.h; path = "../../../libs/apr-util-1.2.2/include/apu_version.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201B09C119A200120915 /* apu_want.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apu_want.h; path = "../../../libs/apr-util-1.2.2/include/apu_want.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201C09C119A200120915 /* apu.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apu.h; path = "../../../libs/apr-util-1.2.2/include/apu.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201D09C119A200120915 /* apr_dbd_internal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_dbd_internal.h; path = "../../../libs/apr-util-1.2.2/include/private/apr_dbd_internal.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201E09C119A200120915 /* apr_dbm_private.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apr_dbm_private.h; path = "../../../libs/apr-util-1.2.2/include/private/apr_dbm_private.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0201F09C119A200120915 /* apu_config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apu_config.h; path = "../../../libs/apr-util-1.2.2/include/private/apu_config.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0202009C119A200120915 /* apu_select_dbm.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = apu_select_dbm.h; path = "../../../libs/apr-util-1.2.2/include/private/apu_select_dbm.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0204209C119C100120915 /* apr_brigade.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_brigade.c; sourceTree = "<group>"; };
|
||||
D3F0204309C119C100120915 /* apr_buckets.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets.c; sourceTree = "<group>"; };
|
||||
D3F0204409C119C100120915 /* apr_buckets_alloc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_alloc.c; sourceTree = "<group>"; };
|
||||
D3F0204509C119C100120915 /* apr_buckets_eos.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_eos.c; sourceTree = "<group>"; };
|
||||
D3F0204609C119C100120915 /* apr_buckets_file.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_file.c; sourceTree = "<group>"; };
|
||||
D3F0204709C119C100120915 /* apr_buckets_flush.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_flush.c; sourceTree = "<group>"; };
|
||||
D3F0204809C119C100120915 /* apr_buckets_heap.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_heap.c; sourceTree = "<group>"; };
|
||||
D3F0204909C119C100120915 /* apr_buckets_mmap.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_mmap.c; sourceTree = "<group>"; };
|
||||
D3F0204A09C119C100120915 /* apr_buckets_pipe.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_pipe.c; sourceTree = "<group>"; };
|
||||
D3F0204B09C119C100120915 /* apr_buckets_pool.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_pool.c; sourceTree = "<group>"; };
|
||||
D3F0204C09C119C100120915 /* apr_buckets_refcount.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_refcount.c; sourceTree = "<group>"; };
|
||||
D3F0204D09C119C100120915 /* apr_buckets_simple.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_simple.c; sourceTree = "<group>"; };
|
||||
D3F0204E09C119C100120915 /* apr_buckets_socket.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_buckets_socket.c; sourceTree = "<group>"; };
|
||||
D3F0205009C119C100120915 /* apr_md4.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_md4.c; sourceTree = "<group>"; };
|
||||
D3F0205109C119C100120915 /* apr_md5.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_md5.c; sourceTree = "<group>"; };
|
||||
D3F0205209C119C100120915 /* apr_sha1.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_sha1.c; sourceTree = "<group>"; };
|
||||
D3F0205309C119C100120915 /* getuuid.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = getuuid.c; sourceTree = "<group>"; };
|
||||
D3F0205409C119C100120915 /* uuid.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = uuid.c; sourceTree = "<group>"; };
|
||||
D3F0205609C119C100120915 /* apr_dbd.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbd.c; sourceTree = "<group>"; };
|
||||
D3F0205709C119C100120915 /* apr_dbd_pgsql.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbd_pgsql.c; sourceTree = "<group>"; };
|
||||
D3F0205809C119C100120915 /* apr_dbd_sqlite2.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbd_sqlite2.c; sourceTree = "<group>"; };
|
||||
D3F0205909C119C100120915 /* apr_dbd_sqlite3.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbd_sqlite3.c; sourceTree = "<group>"; };
|
||||
D3F0205B09C119C100120915 /* apr_dbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbm.c; sourceTree = "<group>"; };
|
||||
D3F0205C09C119C100120915 /* apr_dbm_berkeleydb.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbm_berkeleydb.c; sourceTree = "<group>"; };
|
||||
D3F0205D09C119C100120915 /* apr_dbm_gdbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbm_gdbm.c; sourceTree = "<group>"; };
|
||||
D3F0205E09C119C100120915 /* apr_dbm_ndbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbm_ndbm.c; sourceTree = "<group>"; };
|
||||
D3F0205F09C119C100120915 /* apr_dbm_sdbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_dbm_sdbm.c; sourceTree = "<group>"; };
|
||||
D3F0206109C119C100120915 /* sdbm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sdbm.c; sourceTree = "<group>"; };
|
||||
D3F0206209C119C100120915 /* sdbm_hash.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sdbm_hash.c; sourceTree = "<group>"; };
|
||||
D3F0206309C119C100120915 /* sdbm_lock.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sdbm_lock.c; sourceTree = "<group>"; };
|
||||
D3F0206909C119C100120915 /* apr_base64.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_base64.c; sourceTree = "<group>"; };
|
||||
D3F0206B09C119C100120915 /* apr_hooks.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_hooks.c; sourceTree = "<group>"; };
|
||||
D3F0206D09C119C100120915 /* apr_ldap_init.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_ldap_init.c; sourceTree = "<group>"; };
|
||||
D3F0206E09C119C100120915 /* apr_ldap_option.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_ldap_option.c; sourceTree = "<group>"; };
|
||||
D3F0206F09C119C100120915 /* apr_ldap_url.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_ldap_url.c; sourceTree = "<group>"; };
|
||||
D3F0207209C119C100120915 /* apr_date.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_date.c; sourceTree = "<group>"; };
|
||||
D3F0207309C119C100120915 /* apr_queue.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_queue.c; sourceTree = "<group>"; };
|
||||
D3F0207409C119C100120915 /* apr_reslist.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_reslist.c; sourceTree = "<group>"; };
|
||||
D3F0207509C119C100120915 /* apr_rmm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_rmm.c; sourceTree = "<group>"; };
|
||||
D3F0207609C119C100120915 /* apu_version.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apu_version.c; sourceTree = "<group>"; };
|
||||
D3F0207809C119C100120915 /* apr_strmatch.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_strmatch.c; sourceTree = "<group>"; };
|
||||
D3F0209909C119C100120915 /* apr_uri.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_uri.c; sourceTree = "<group>"; };
|
||||
D3F0209A09C119C100120915 /* gen_uri_delims.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = gen_uri_delims.c; sourceTree = "<group>"; };
|
||||
D3F0209E09C119C100120915 /* xlate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = xlate.c; sourceTree = "<group>"; };
|
||||
D3F020A009C119C100120915 /* apr_xml.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = apr_xml.c; sourceTree = "<group>"; };
|
||||
D3F0214009C11C9500120915 /* sdbm_pair.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = sdbm_pair.c; sourceTree = "<group>"; };
|
||||
D3F0214509C11D5E00120915 /* sdbm_pair.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sdbm_pair.h; path = "../../../libs/apr-util-1.2.2/dbm/sdbm/sdbm_pair.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0214609C11D5E00120915 /* sdbm_private.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sdbm_private.h; path = "../../../libs/apr-util-1.2.2/dbm/sdbm/sdbm_private.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3F0214709C11D5E00120915 /* sdbm_tune.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sdbm_tune.h; path = "../../../libs/apr-util-1.2.2/dbm/sdbm/sdbm_tune.h"; sourceTree = SOURCE_ROOT; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
D3F01FE109C1182700120915 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D3542F0509C3760C000A33C3 /* apr.framework in Frameworks */,
|
||||
D3542FF809C37707000A33C3 /* sqlite.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
D3F01FC009C117F300120915 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F01FE409C1182700120915 /* aprutil-1.2.2 */,
|
||||
D3F01FE509C1182700120915 /* aprutil-Info.plist */,
|
||||
D3F01FE309C1182700120915 /* aprutil.framework */,
|
||||
D3542FF709C37707000A33C3 /* sqlite.framework */,
|
||||
D3542F0409C3760C000A33C3 /* apr.framework */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D3F01FE409C1182700120915 /* aprutil-1.2.2 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F0200009C1196B00120915 /* include */,
|
||||
D3F01FFF09C1196600120915 /* src */,
|
||||
);
|
||||
name = "aprutil-1.2.2";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D3F01FFF09C1196600120915 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F0204109C119C100120915 /* buckets */,
|
||||
D3F0204F09C119C100120915 /* crypto */,
|
||||
D3F0205509C119C100120915 /* dbd */,
|
||||
D3F0205A09C119C100120915 /* dbm */,
|
||||
D3F0206809C119C100120915 /* encoding */,
|
||||
D3F0206A09C119C100120915 /* hooks */,
|
||||
D3F0206C09C119C100120915 /* ldap */,
|
||||
D3F0207109C119C100120915 /* misc */,
|
||||
D3F0207709C119C100120915 /* strmatch */,
|
||||
D3F0209809C119C100120915 /* uri */,
|
||||
D3F0209D09C119C100120915 /* xlate */,
|
||||
D3F0209F09C119C100120915 /* xml */,
|
||||
);
|
||||
name = src;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D3F0200009C1196B00120915 /* include */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F0214509C11D5E00120915 /* sdbm_pair.h */,
|
||||
D3F0214609C11D5E00120915 /* sdbm_private.h */,
|
||||
D3F0214709C11D5E00120915 /* sdbm_tune.h */,
|
||||
D3F0200109C119A200120915 /* apr_anylock.h */,
|
||||
D3F0200209C119A200120915 /* apr_base64.h */,
|
||||
D3F0200309C119A200120915 /* apr_buckets.h */,
|
||||
D3F0200409C119A200120915 /* apr_date.h */,
|
||||
D3F0200509C119A200120915 /* apr_dbd.h */,
|
||||
D3F0200609C119A200120915 /* apr_dbm.h */,
|
||||
D3F0200709C119A200120915 /* apr_hooks.h */,
|
||||
D3F0200809C119A200120915 /* apr_ldap_init.h */,
|
||||
D3F0200909C119A200120915 /* apr_ldap_option.h */,
|
||||
D3F0200A09C119A200120915 /* apr_ldap_url.h */,
|
||||
D3F0200B09C119A200120915 /* apr_ldap.h */,
|
||||
D3F0200C09C119A200120915 /* apr_md4.h */,
|
||||
D3F0200D09C119A200120915 /* apr_md5.h */,
|
||||
D3F0200E09C119A200120915 /* apr_optional_hooks.h */,
|
||||
D3F0200F09C119A200120915 /* apr_optional.h */,
|
||||
D3F0201009C119A200120915 /* apr_queue.h */,
|
||||
D3F0201109C119A200120915 /* apr_reslist.h */,
|
||||
D3F0201209C119A200120915 /* apr_rmm.h */,
|
||||
D3F0201309C119A200120915 /* apr_sdbm.h */,
|
||||
D3F0201409C119A200120915 /* apr_sha1.h */,
|
||||
D3F0201509C119A200120915 /* apr_strmatch.h */,
|
||||
D3F0201609C119A200120915 /* apr_uri.h */,
|
||||
D3F0201709C119A200120915 /* apr_uuid.h */,
|
||||
D3F0201809C119A200120915 /* apr_xlate.h */,
|
||||
D3F0201909C119A200120915 /* apr_xml.h */,
|
||||
D3F0201A09C119A200120915 /* apu_version.h */,
|
||||
D3F0201B09C119A200120915 /* apu_want.h */,
|
||||
D3F0201C09C119A200120915 /* apu.h */,
|
||||
D3F0201D09C119A200120915 /* apr_dbd_internal.h */,
|
||||
D3F0201E09C119A200120915 /* apr_dbm_private.h */,
|
||||
D3F0201F09C119A200120915 /* apu_config.h */,
|
||||
D3F0202009C119A200120915 /* apu_select_dbm.h */,
|
||||
);
|
||||
name = include;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D3F0204109C119C100120915 /* buckets */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F0204209C119C100120915 /* apr_brigade.c */,
|
||||
D3F0204309C119C100120915 /* apr_buckets.c */,
|
||||
D3F0204409C119C100120915 /* apr_buckets_alloc.c */,
|
||||
D3F0204509C119C100120915 /* apr_buckets_eos.c */,
|
||||
D3F0204609C119C100120915 /* apr_buckets_file.c */,
|
||||
D3F0204709C119C100120915 /* apr_buckets_flush.c */,
|
||||
D3F0204809C119C100120915 /* apr_buckets_heap.c */,
|
||||
D3F0204909C119C100120915 /* apr_buckets_mmap.c */,
|
||||
D3F0204A09C119C100120915 /* apr_buckets_pipe.c */,
|
||||
D3F0204B09C119C100120915 /* apr_buckets_pool.c */,
|
||||
D3F0204C09C119C100120915 /* apr_buckets_refcount.c */,
|
||||
D3F0204D09C119C100120915 /* apr_buckets_simple.c */,
|
||||
D3F0204E09C119C100120915 /* apr_buckets_socket.c */,
|
||||
);
|
||||
name = buckets;
|
||||
path = "../../../libs/apr-util-1.2.2/buckets";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D3F0204F09C119C100120915 /* crypto */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F0205009C119C100120915 /* apr_md4.c */,
|
||||
D3F0205109C119C100120915 /* apr_md5.c */,
|
||||
D3F0205209C119C100120915 /* apr_sha1.c */,
|
||||
D3F0205309C119C100120915 /* getuuid.c */,
|
||||
D3F0205409C119C100120915 /* uuid.c */,
|
||||
);
|
||||
name = crypto;
|
||||
path = "../../../libs/apr-util-1.2.2/crypto";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D3F0205509C119C100120915 /* dbd */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F0205609C119C100120915 /* apr_dbd.c */,
|
||||
D3F0205709C119C100120915 /* apr_dbd_pgsql.c */,
|
||||
D3F0205809C119C100120915 /* apr_dbd_sqlite2.c */,
|
||||
D3F0205909C119C100120915 /* apr_dbd_sqlite3.c */,
|
||||
);
|
||||
name = dbd;
|
||||
path = "../../../libs/apr-util-1.2.2/dbd";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D3F0205A09C119C100120915 /* dbm */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F0205B09C119C100120915 /* apr_dbm.c */,
|
||||
D3F0205C09C119C100120915 /* apr_dbm_berkeleydb.c */,
|
||||
D3F0205D09C119C100120915 /* apr_dbm_gdbm.c */,
|
||||
D3F0205E09C119C100120915 /* apr_dbm_ndbm.c */,
|
||||
D3F0205F09C119C100120915 /* apr_dbm_sdbm.c */,
|
||||
D3F0206009C119C100120915 /* sdbm */,
|
||||
);
|
||||
name = dbm;
|
||||
path = "../../../libs/apr-util-1.2.2/dbm";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D3F0206009C119C100120915 /* sdbm */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F0214009C11C9500120915 /* sdbm_pair.c */,
|
||||
D3F0206109C119C100120915 /* sdbm.c */,
|
||||
D3F0206209C119C100120915 /* sdbm_hash.c */,
|
||||
D3F0206309C119C100120915 /* sdbm_lock.c */,
|
||||
);
|
||||
path = sdbm;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D3F0206809C119C100120915 /* encoding */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F0206909C119C100120915 /* apr_base64.c */,
|
||||
);
|
||||
name = encoding;
|
||||
path = "../../../libs/apr-util-1.2.2/encoding";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D3F0206A09C119C100120915 /* hooks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F0206B09C119C100120915 /* apr_hooks.c */,
|
||||
);
|
||||
name = hooks;
|
||||
path = "../../../libs/apr-util-1.2.2/hooks";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D3F0206C09C119C100120915 /* ldap */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F0206D09C119C100120915 /* apr_ldap_init.c */,
|
||||
D3F0206E09C119C100120915 /* apr_ldap_option.c */,
|
||||
D3F0206F09C119C100120915 /* apr_ldap_url.c */,
|
||||
);
|
||||
name = ldap;
|
||||
path = "../../../libs/apr-util-1.2.2/ldap";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D3F0207109C119C100120915 /* misc */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F0207209C119C100120915 /* apr_date.c */,
|
||||
D3F0207309C119C100120915 /* apr_queue.c */,
|
||||
D3F0207409C119C100120915 /* apr_reslist.c */,
|
||||
D3F0207509C119C100120915 /* apr_rmm.c */,
|
||||
D3F0207609C119C100120915 /* apu_version.c */,
|
||||
);
|
||||
name = misc;
|
||||
path = "../../../libs/apr-util-1.2.2/misc";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D3F0207709C119C100120915 /* strmatch */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F0207809C119C100120915 /* apr_strmatch.c */,
|
||||
);
|
||||
name = strmatch;
|
||||
path = "../../../libs/apr-util-1.2.2/strmatch";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D3F0209809C119C100120915 /* uri */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F0209909C119C100120915 /* apr_uri.c */,
|
||||
D3F0209A09C119C100120915 /* gen_uri_delims.c */,
|
||||
);
|
||||
name = uri;
|
||||
path = "../../../libs/apr-util-1.2.2/uri";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D3F0209D09C119C100120915 /* xlate */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F0209E09C119C100120915 /* xlate.c */,
|
||||
);
|
||||
name = xlate;
|
||||
path = "../../../libs/apr-util-1.2.2/xlate";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
D3F0209F09C119C100120915 /* xml */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3F020A009C119C100120915 /* apr_xml.c */,
|
||||
);
|
||||
name = xml;
|
||||
path = "../../../libs/apr-util-1.2.2/xml";
|
||||
sourceTree = SOURCE_ROOT;
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
D3F01FDE09C1182700120915 /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D3F0202109C119A200120915 /* apr_anylock.h in Headers */,
|
||||
D3F0202209C119A200120915 /* apr_base64.h in Headers */,
|
||||
D3F0202309C119A200120915 /* apr_buckets.h in Headers */,
|
||||
D3F0202409C119A200120915 /* apr_date.h in Headers */,
|
||||
D3F0202509C119A200120915 /* apr_dbd.h in Headers */,
|
||||
D3F0202609C119A200120915 /* apr_dbm.h in Headers */,
|
||||
D3F0202709C119A200120915 /* apr_hooks.h in Headers */,
|
||||
D3F0202809C119A200120915 /* apr_ldap_init.h in Headers */,
|
||||
D3F0202909C119A200120915 /* apr_ldap_option.h in Headers */,
|
||||
D3F0202A09C119A200120915 /* apr_ldap_url.h in Headers */,
|
||||
D3F0202B09C119A200120915 /* apr_ldap.h in Headers */,
|
||||
D3F0202C09C119A200120915 /* apr_md4.h in Headers */,
|
||||
D3F0202D09C119A200120915 /* apr_md5.h in Headers */,
|
||||
D3F0202E09C119A200120915 /* apr_optional_hooks.h in Headers */,
|
||||
D3F0202F09C119A200120915 /* apr_optional.h in Headers */,
|
||||
D3F0203009C119A200120915 /* apr_queue.h in Headers */,
|
||||
D3F0203109C119A200120915 /* apr_reslist.h in Headers */,
|
||||
D3F0203209C119A200120915 /* apr_rmm.h in Headers */,
|
||||
D3F0203309C119A200120915 /* apr_sdbm.h in Headers */,
|
||||
D3F0203409C119A200120915 /* apr_sha1.h in Headers */,
|
||||
D3F0203509C119A200120915 /* apr_strmatch.h in Headers */,
|
||||
D3F0203609C119A200120915 /* apr_uri.h in Headers */,
|
||||
D3F0203709C119A200120915 /* apr_uuid.h in Headers */,
|
||||
D3F0203809C119A200120915 /* apr_xlate.h in Headers */,
|
||||
D3F0203909C119A200120915 /* apr_xml.h in Headers */,
|
||||
D3F0203A09C119A200120915 /* apu_version.h in Headers */,
|
||||
D3F0203B09C119A200120915 /* apu_want.h in Headers */,
|
||||
D3F0203C09C119A200120915 /* apu.h in Headers */,
|
||||
D3F0203D09C119A200120915 /* apr_dbd_internal.h in Headers */,
|
||||
D3F0203E09C119A200120915 /* apr_dbm_private.h in Headers */,
|
||||
D3F0203F09C119A200120915 /* apu_config.h in Headers */,
|
||||
D3F0204009C119A200120915 /* apu_select_dbm.h in Headers */,
|
||||
D3F0214809C11D5E00120915 /* sdbm_pair.h in Headers */,
|
||||
D3F0214909C11D5E00120915 /* sdbm_private.h in Headers */,
|
||||
D3F0214A09C11D5E00120915 /* sdbm_tune.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
D3F01FE209C1182700120915 /* aprutil.framework */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = D3F01FE609C1182800120915 /* Build configuration list for PBXNativeTarget "aprutil.framework" */;
|
||||
buildPhases = (
|
||||
D3F01FEF09C1186300120915 /* Prepare Source */,
|
||||
D3F01FDE09C1182700120915 /* Headers */,
|
||||
D3F01FDF09C1182700120915 /* Resources */,
|
||||
D3F01FE009C1182700120915 /* Sources */,
|
||||
D3F01FE109C1182700120915 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
buildSettings = {
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
FRAMEWORK_VERSION = A;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
INFOPLIST_FILE = "aprutil-Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Library/Frameworks";
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = aprutil;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
dependencies = (
|
||||
);
|
||||
name = aprutil.framework;
|
||||
productName = aprutil;
|
||||
productReference = D3F01FE309C1182700120915 /* aprutil.framework */;
|
||||
productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
|
||||
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
|
||||
<plist version=\"1.0\">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yourcompany.aprutil</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
";
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
D3F01FC209C117F300120915 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = D3F01FC309C117F300120915 /* Build configuration list for PBXProject "aprutil-1.2.2" */;
|
||||
buildSettings = {
|
||||
};
|
||||
buildStyles = (
|
||||
D3F01FD909C1181A00120915 /* Development */,
|
||||
D3F01FDA09C1181A00120915 /* Deployment */,
|
||||
);
|
||||
hasScannedForEncodings = 0;
|
||||
mainGroup = D3F01FC009C117F300120915;
|
||||
productRefGroup = D3F01FE409C1182700120915 /* aprutil-1.2.2 */;
|
||||
projectDirPath = "";
|
||||
targets = (
|
||||
D3F01FE209C1182700120915 /* aprutil.framework */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
D3F01FDF09C1182700120915 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
D3F01FEF09C1186300120915 /* Prepare Source */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = "Prepare Source";
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/bash;
|
||||
shellScript = "if [ -e ../../../libs/apr-util-1.2.2/.complete ]; then\n\texit 0\nfi\n/usr/bin/curl http://svn.freeswitch.org/downloads/libs/apr-util-1.2.2.tar.gz -o ../../../libs/apr-util-1.2.2.tar.gz\ncd ../../../libs\ntar zxfv apr-util-1.2.2.tar.gz\ncd apr-util-1.2.2\n./configure --with-apr=../apr-1.2.2\ntouch .complete";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
D3F01FE009C1182700120915 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D3F0213309C11C1200120915 /* sdbm.c in Sources */,
|
||||
D3F0213409C11C1200120915 /* sdbm_hash.c in Sources */,
|
||||
D3F0213509C11C1200120915 /* sdbm_lock.c in Sources */,
|
||||
D3F020CB09C119FF00120915 /* apr_base64.c in Sources */,
|
||||
D3F020CC09C119FF00120915 /* apr_brigade.c in Sources */,
|
||||
D3F020CD09C119FF00120915 /* apr_buckets.c in Sources */,
|
||||
D3F020CE09C119FF00120915 /* apr_buckets_alloc.c in Sources */,
|
||||
D3F020CF09C119FF00120915 /* apr_buckets_eos.c in Sources */,
|
||||
D3F020D009C119FF00120915 /* apr_buckets_file.c in Sources */,
|
||||
D3F020D109C119FF00120915 /* apr_buckets_flush.c in Sources */,
|
||||
D3F020D209C119FF00120915 /* apr_buckets_heap.c in Sources */,
|
||||
D3F020D309C119FF00120915 /* apr_buckets_mmap.c in Sources */,
|
||||
D3F020D409C119FF00120915 /* apr_buckets_pipe.c in Sources */,
|
||||
D3F020D509C119FF00120915 /* apr_buckets_pool.c in Sources */,
|
||||
D3F020D609C119FF00120915 /* apr_buckets_refcount.c in Sources */,
|
||||
D3F020D709C119FF00120915 /* apr_buckets_simple.c in Sources */,
|
||||
D3F020D809C119FF00120915 /* apr_buckets_socket.c in Sources */,
|
||||
D3F020D909C119FF00120915 /* apr_date.c in Sources */,
|
||||
D3F020DA09C119FF00120915 /* apr_dbd.c in Sources */,
|
||||
D3F020DB09C119FF00120915 /* apr_dbd_pgsql.c in Sources */,
|
||||
D3F020DC09C119FF00120915 /* apr_dbd_sqlite2.c in Sources */,
|
||||
D3F020DD09C119FF00120915 /* apr_dbd_sqlite3.c in Sources */,
|
||||
D3F020DE09C119FF00120915 /* apr_dbm.c in Sources */,
|
||||
D3F020DF09C119FF00120915 /* apr_dbm_berkeleydb.c in Sources */,
|
||||
D3F020E009C119FF00120915 /* apr_dbm_gdbm.c in Sources */,
|
||||
D3F020E109C119FF00120915 /* apr_dbm_ndbm.c in Sources */,
|
||||
D3F020E209C119FF00120915 /* apr_dbm_sdbm.c in Sources */,
|
||||
D3F020E309C119FF00120915 /* apr_hooks.c in Sources */,
|
||||
D3F020E409C119FF00120915 /* apr_ldap_init.c in Sources */,
|
||||
D3F020E509C119FF00120915 /* apr_ldap_option.c in Sources */,
|
||||
D3F020E609C119FF00120915 /* apr_ldap_url.c in Sources */,
|
||||
D3F020E709C119FF00120915 /* apr_md4.c in Sources */,
|
||||
D3F020E809C119FF00120915 /* apr_md5.c in Sources */,
|
||||
D3F020E909C119FF00120915 /* apr_queue.c in Sources */,
|
||||
D3F020EA09C119FF00120915 /* apr_reslist.c in Sources */,
|
||||
D3F020EB09C119FF00120915 /* apr_rmm.c in Sources */,
|
||||
D3F020EC09C119FF00120915 /* apr_sha1.c in Sources */,
|
||||
D3F020ED09C119FF00120915 /* apr_strmatch.c in Sources */,
|
||||
D3F020EE09C119FF00120915 /* apr_uri.c in Sources */,
|
||||
D3F020F009C119FF00120915 /* apu_version.c in Sources */,
|
||||
D3F020F109C119FF00120915 /* gen_uri_delims.c in Sources */,
|
||||
D3F020F209C119FF00120915 /* getuuid.c in Sources */,
|
||||
D3F020FA09C119FF00120915 /* uuid.c in Sources */,
|
||||
D3F020FB09C119FF00120915 /* xlate.c in Sources */,
|
||||
D3F0214109C11C9500120915 /* sdbm_pair.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
D3F01FC409C117F300120915 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
NATIVE_ARCH = "ppc i386";
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
D3F01FC509C117F300120915 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = YES;
|
||||
NATIVE_ARCH = "ppc i386";
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
D3F01FE709C1182800120915 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DSTROOT = /;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(FRAMEWORK_SEARCH_PATHS)",
|
||||
"$(SRCROOT)/build/Debug",
|
||||
/Library/Frameworks,
|
||||
);
|
||||
FRAMEWORK_VERSION = A;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"../../../libs/apr-1.2.2/include",
|
||||
"../../../libs/apr-1.2.2",
|
||||
);
|
||||
INFOPLIST_FILE = "aprutil-Info.plist";
|
||||
INSTALL_PATH = /Library/Frameworks;
|
||||
OTHER_CFLAGS = "";
|
||||
OTHER_LDFLAGS = (
|
||||
"-framework",
|
||||
apr,
|
||||
"-framework",
|
||||
sqlite,
|
||||
"-liconv",
|
||||
"-lpthread",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = aprutil;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
D3F01FE809C1182800120915 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = YES;
|
||||
DSTROOT = /;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(FRAMEWORK_SEARCH_PATHS)",
|
||||
/Library/Frameworks,
|
||||
);
|
||||
FRAMEWORK_VERSION = A;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = NO;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
HEADER_SEARCH_PATHS = /Library/Frameworks/apr.framework/Headers;
|
||||
INFOPLIST_FILE = "aprutil-Info.plist";
|
||||
INSTALL_PATH = /Library/Frameworks;
|
||||
OTHER_LDFLAGS = (
|
||||
"-framework",
|
||||
apr,
|
||||
"-framework",
|
||||
sqlite,
|
||||
"-lpthread",
|
||||
"-liconv",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = aprutil;
|
||||
ZERO_LINK = NO;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
D3F01FC309C117F300120915 /* Build configuration list for PBXProject "aprutil-1.2.2" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
D3F01FC409C117F300120915 /* Debug */,
|
||||
D3F01FC509C117F300120915 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
D3F01FE609C1182800120915 /* Build configuration list for PBXNativeTarget "aprutil.framework" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
D3F01FE709C1182800120915 /* Debug */,
|
||||
D3F01FE809C1182800120915 /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = D3F01FC209C117F300120915 /* Project object */;
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yourcompany.aprutil</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yourcompany.freeswitch</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>BKW</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,440 +0,0 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 42;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
D33CA89C09C123DD0087B539 /* switch_buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = D33CA89009C123DD0087B539 /* switch_buffer.c */; };
|
||||
D33CA89D09C123DD0087B539 /* switch_caller.c in Sources */ = {isa = PBXBuildFile; fileRef = D33CA89109C123DD0087B539 /* switch_caller.c */; };
|
||||
D33CA89E09C123DD0087B539 /* switch_channel.c in Sources */ = {isa = PBXBuildFile; fileRef = D33CA89209C123DD0087B539 /* switch_channel.c */; };
|
||||
D33CA89F09C123DD0087B539 /* switch_config.c in Sources */ = {isa = PBXBuildFile; fileRef = D33CA89309C123DD0087B539 /* switch_config.c */; };
|
||||
D33CA8A009C123DD0087B539 /* switch_console.c in Sources */ = {isa = PBXBuildFile; fileRef = D33CA89409C123DD0087B539 /* switch_console.c */; };
|
||||
D33CA8A109C123DD0087B539 /* switch_core.c in Sources */ = {isa = PBXBuildFile; fileRef = D33CA89509C123DD0087B539 /* switch_core.c */; };
|
||||
D33CA8A209C123DD0087B539 /* switch_event.c in Sources */ = {isa = PBXBuildFile; fileRef = D33CA89609C123DD0087B539 /* switch_event.c */; };
|
||||
D33CA8A309C123DD0087B539 /* switch_ivr.c in Sources */ = {isa = PBXBuildFile; fileRef = D33CA89709C123DD0087B539 /* switch_ivr.c */; };
|
||||
D33CA8A409C123DD0087B539 /* switch_loadable_module.c in Sources */ = {isa = PBXBuildFile; fileRef = D33CA89809C123DD0087B539 /* switch_loadable_module.c */; };
|
||||
D33CA8A509C123DD0087B539 /* switch_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = D33CA89909C123DD0087B539 /* switch_mutex.c */; };
|
||||
D33CA8A609C123DD0087B539 /* switch_resample.c in Sources */ = {isa = PBXBuildFile; fileRef = D33CA89A09C123DD0087B539 /* switch_resample.c */; };
|
||||
D33CA8A709C123DD0087B539 /* switch_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = D33CA89B09C123DD0087B539 /* switch_utils.c */; };
|
||||
D33CA8BB09C123F60087B539 /* switch_apr.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8A809C123F60087B539 /* switch_apr.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8BC09C123F60087B539 /* switch_buffer.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8A909C123F60087B539 /* switch_buffer.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8BD09C123F60087B539 /* switch_caller.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8AA09C123F60087B539 /* switch_caller.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8BE09C123F60087B539 /* switch_channel.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8AB09C123F60087B539 /* switch_channel.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8BF09C123F60087B539 /* switch_config.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8AC09C123F60087B539 /* switch_config.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8C009C123F60087B539 /* switch_console.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8AD09C123F60087B539 /* switch_console.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8C109C123F60087B539 /* switch_core.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8AE09C123F60087B539 /* switch_core.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8C209C123F60087B539 /* switch_event.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8AF09C123F60087B539 /* switch_event.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8C309C123F60087B539 /* switch_frame.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8B009C123F60087B539 /* switch_frame.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8C409C123F60087B539 /* switch_ivr.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8B109C123F60087B539 /* switch_ivr.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8C509C123F60087B539 /* switch_loadable_module.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8B209C123F60087B539 /* switch_loadable_module.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8C609C123F60087B539 /* switch_module_interfaces.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8B309C123F60087B539 /* switch_module_interfaces.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8C709C123F60087B539 /* switch_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8B409C123F60087B539 /* switch_mutex.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8C809C123F60087B539 /* switch_platform.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8B509C123F60087B539 /* switch_platform.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8C909C123F60087B539 /* switch_resample.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8B609C123F60087B539 /* switch_resample.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8CA09C123F60087B539 /* switch_sqlite.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8B709C123F60087B539 /* switch_sqlite.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8CB09C123F60087B539 /* switch_types.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8B809C123F60087B539 /* switch_types.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8CC09C123F60087B539 /* switch_utils.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8B909C123F60087B539 /* switch_utils.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8CD09C123F60087B539 /* switch.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8BA09C123F60087B539 /* switch.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8D909C124B70087B539 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8D709C124B70087B539 /* config.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
D33CA8DA09C124B70087B539 /* switch_version.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8D809C124B70087B539 /* switch_version.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
D33CA8ED09C1256F0087B539 /* libresample.h in Headers */ = {isa = PBXBuildFile; fileRef = D33CA8EC09C1256F0087B539 /* libresample.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
D33CA8F909C125D90087B539 /* libresample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D33CA8F809C125D90087B539 /* libresample.a */; };
|
||||
D354302A09C37727000A33C3 /* apr.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D354302609C37727000A33C3 /* apr.framework */; };
|
||||
D354302B09C37727000A33C3 /* aprutil.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D354302709C37727000A33C3 /* aprutil.framework */; };
|
||||
D354302C09C37727000A33C3 /* sqlite.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D354302809C37727000A33C3 /* sqlite.framework */; };
|
||||
D354302D09C37727000A33C3 /* teletone.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D354302909C37727000A33C3 /* teletone.framework */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXBuildStyle section */
|
||||
D33CA87C09C123840087B539 /* Development */ = {
|
||||
isa = PBXBuildStyle;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
};
|
||||
name = Development;
|
||||
};
|
||||
D33CA87D09C123840087B539 /* Deployment */ = {
|
||||
isa = PBXBuildStyle;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = YES;
|
||||
};
|
||||
name = Deployment;
|
||||
};
|
||||
/* End PBXBuildStyle section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
D33CA88609C123900087B539 /* freeswitch.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = freeswitch.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
D33CA88809C123900087B539 /* libfreeswitch-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "libfreeswitch-Info.plist"; sourceTree = "<group>"; };
|
||||
D33CA89009C123DD0087B539 /* switch_buffer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_buffer.c; path = ../../../src/switch_buffer.c; sourceTree = SOURCE_ROOT; };
|
||||
D33CA89109C123DD0087B539 /* switch_caller.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_caller.c; path = ../../../src/switch_caller.c; sourceTree = SOURCE_ROOT; };
|
||||
D33CA89209C123DD0087B539 /* switch_channel.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_channel.c; path = ../../../src/switch_channel.c; sourceTree = SOURCE_ROOT; };
|
||||
D33CA89309C123DD0087B539 /* switch_config.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_config.c; path = ../../../src/switch_config.c; sourceTree = SOURCE_ROOT; };
|
||||
D33CA89409C123DD0087B539 /* switch_console.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_console.c; path = ../../../src/switch_console.c; sourceTree = SOURCE_ROOT; };
|
||||
D33CA89509C123DD0087B539 /* switch_core.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_core.c; path = ../../../src/switch_core.c; sourceTree = SOURCE_ROOT; };
|
||||
D33CA89609C123DD0087B539 /* switch_event.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_event.c; path = ../../../src/switch_event.c; sourceTree = SOURCE_ROOT; };
|
||||
D33CA89709C123DD0087B539 /* switch_ivr.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_ivr.c; path = ../../../src/switch_ivr.c; sourceTree = SOURCE_ROOT; };
|
||||
D33CA89809C123DD0087B539 /* switch_loadable_module.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_loadable_module.c; path = ../../../src/switch_loadable_module.c; sourceTree = SOURCE_ROOT; };
|
||||
D33CA89909C123DD0087B539 /* switch_mutex.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_mutex.c; path = ../../../src/switch_mutex.c; sourceTree = SOURCE_ROOT; };
|
||||
D33CA89A09C123DD0087B539 /* switch_resample.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_resample.c; path = ../../../src/switch_resample.c; sourceTree = SOURCE_ROOT; };
|
||||
D33CA89B09C123DD0087B539 /* switch_utils.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = switch_utils.c; path = ../../../src/switch_utils.c; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8A809C123F60087B539 /* switch_apr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_apr.h; path = ../../../src/include/switch_apr.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8A909C123F60087B539 /* switch_buffer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_buffer.h; path = ../../../src/include/switch_buffer.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8AA09C123F60087B539 /* switch_caller.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_caller.h; path = ../../../src/include/switch_caller.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8AB09C123F60087B539 /* switch_channel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_channel.h; path = ../../../src/include/switch_channel.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8AC09C123F60087B539 /* switch_config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_config.h; path = ../../../src/include/switch_config.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8AD09C123F60087B539 /* switch_console.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_console.h; path = ../../../src/include/switch_console.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8AE09C123F60087B539 /* switch_core.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_core.h; path = ../../../src/include/switch_core.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8AF09C123F60087B539 /* switch_event.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_event.h; path = ../../../src/include/switch_event.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8B009C123F60087B539 /* switch_frame.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_frame.h; path = ../../../src/include/switch_frame.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8B109C123F60087B539 /* switch_ivr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_ivr.h; path = ../../../src/include/switch_ivr.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8B209C123F60087B539 /* switch_loadable_module.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_loadable_module.h; path = ../../../src/include/switch_loadable_module.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8B309C123F60087B539 /* switch_module_interfaces.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_module_interfaces.h; path = ../../../src/include/switch_module_interfaces.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8B409C123F60087B539 /* switch_mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_mutex.h; path = ../../../src/include/switch_mutex.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8B509C123F60087B539 /* switch_platform.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_platform.h; path = ../../../src/include/switch_platform.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8B609C123F60087B539 /* switch_resample.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_resample.h; path = ../../../src/include/switch_resample.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8B709C123F60087B539 /* switch_sqlite.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_sqlite.h; path = ../../../src/include/switch_sqlite.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8B809C123F60087B539 /* switch_types.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_types.h; path = ../../../src/include/switch_types.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8B909C123F60087B539 /* switch_utils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_utils.h; path = ../../../src/include/switch_utils.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8BA09C123F60087B539 /* switch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch.h; path = ../../../src/include/switch.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8D709C124B70087B539 /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = ../../../src/include/config.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8D809C124B70087B539 /* switch_version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = switch_version.h; path = ../../../src/include/switch_version.h; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8EC09C1256F0087B539 /* libresample.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libresample.h; path = "../../../libs/libresample-0.1.3/include/libresample.h"; sourceTree = SOURCE_ROOT; };
|
||||
D33CA8F809C125D90087B539 /* libresample.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libresample.a; path = build/resample/libresample.a; sourceTree = "<group>"; };
|
||||
D354302609C37727000A33C3 /* apr.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = apr.framework; path = /Library/Frameworks/apr.framework; sourceTree = "<absolute>"; };
|
||||
D354302709C37727000A33C3 /* aprutil.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = aprutil.framework; path = /Library/Frameworks/aprutil.framework; sourceTree = "<absolute>"; };
|
||||
D354302809C37727000A33C3 /* sqlite.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = sqlite.framework; path = /Library/Frameworks/sqlite.framework; sourceTree = "<absolute>"; };
|
||||
D354302909C37727000A33C3 /* teletone.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = teletone.framework; path = /Library/Frameworks/teletone.framework; sourceTree = "<absolute>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
D33CA88409C123900087B539 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D33CA8F909C125D90087B539 /* libresample.a in Frameworks */,
|
||||
D354302A09C37727000A33C3 /* apr.framework in Frameworks */,
|
||||
D354302B09C37727000A33C3 /* aprutil.framework in Frameworks */,
|
||||
D354302C09C37727000A33C3 /* sqlite.framework in Frameworks */,
|
||||
D354302D09C37727000A33C3 /* teletone.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
D33CA86809C1236E0087B539 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D33CA88709C123900087B539 /* libfreeswitch */,
|
||||
D33CA88809C123900087B539 /* libfreeswitch-Info.plist */,
|
||||
D33CA88609C123900087B539 /* freeswitch.framework */,
|
||||
D33CA8F809C125D90087B539 /* libresample.a */,
|
||||
D354302609C37727000A33C3 /* apr.framework */,
|
||||
D354302709C37727000A33C3 /* aprutil.framework */,
|
||||
D354302809C37727000A33C3 /* sqlite.framework */,
|
||||
D354302909C37727000A33C3 /* teletone.framework */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D33CA88709C123900087B539 /* libfreeswitch */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D33CA88F09C123C40087B539 /* src */,
|
||||
D33CA88E09C123BF0087B539 /* include */,
|
||||
);
|
||||
name = libfreeswitch;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D33CA88E09C123BF0087B539 /* include */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D33CA8EC09C1256F0087B539 /* libresample.h */,
|
||||
D33CA8D709C124B70087B539 /* config.h */,
|
||||
D33CA8D809C124B70087B539 /* switch_version.h */,
|
||||
D33CA8A809C123F60087B539 /* switch_apr.h */,
|
||||
D33CA8A909C123F60087B539 /* switch_buffer.h */,
|
||||
D33CA8AA09C123F60087B539 /* switch_caller.h */,
|
||||
D33CA8AB09C123F60087B539 /* switch_channel.h */,
|
||||
D33CA8AC09C123F60087B539 /* switch_config.h */,
|
||||
D33CA8AD09C123F60087B539 /* switch_console.h */,
|
||||
D33CA8AE09C123F60087B539 /* switch_core.h */,
|
||||
D33CA8AF09C123F60087B539 /* switch_event.h */,
|
||||
D33CA8B009C123F60087B539 /* switch_frame.h */,
|
||||
D33CA8B109C123F60087B539 /* switch_ivr.h */,
|
||||
D33CA8B209C123F60087B539 /* switch_loadable_module.h */,
|
||||
D33CA8B309C123F60087B539 /* switch_module_interfaces.h */,
|
||||
D33CA8B409C123F60087B539 /* switch_mutex.h */,
|
||||
D33CA8B509C123F60087B539 /* switch_platform.h */,
|
||||
D33CA8B609C123F60087B539 /* switch_resample.h */,
|
||||
D33CA8B709C123F60087B539 /* switch_sqlite.h */,
|
||||
D33CA8B809C123F60087B539 /* switch_types.h */,
|
||||
D33CA8B909C123F60087B539 /* switch_utils.h */,
|
||||
D33CA8BA09C123F60087B539 /* switch.h */,
|
||||
);
|
||||
name = include;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D33CA88F09C123C40087B539 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D33CA89009C123DD0087B539 /* switch_buffer.c */,
|
||||
D33CA89109C123DD0087B539 /* switch_caller.c */,
|
||||
D33CA89209C123DD0087B539 /* switch_channel.c */,
|
||||
D33CA89309C123DD0087B539 /* switch_config.c */,
|
||||
D33CA89409C123DD0087B539 /* switch_console.c */,
|
||||
D33CA89509C123DD0087B539 /* switch_core.c */,
|
||||
D33CA89609C123DD0087B539 /* switch_event.c */,
|
||||
D33CA89709C123DD0087B539 /* switch_ivr.c */,
|
||||
D33CA89809C123DD0087B539 /* switch_loadable_module.c */,
|
||||
D33CA89909C123DD0087B539 /* switch_mutex.c */,
|
||||
D33CA89A09C123DD0087B539 /* switch_resample.c */,
|
||||
D33CA89B09C123DD0087B539 /* switch_utils.c */,
|
||||
);
|
||||
name = src;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
D33CA88109C123900087B539 /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D33CA8BB09C123F60087B539 /* switch_apr.h in Headers */,
|
||||
D33CA8BC09C123F60087B539 /* switch_buffer.h in Headers */,
|
||||
D33CA8BD09C123F60087B539 /* switch_caller.h in Headers */,
|
||||
D33CA8BE09C123F60087B539 /* switch_channel.h in Headers */,
|
||||
D33CA8BF09C123F60087B539 /* switch_config.h in Headers */,
|
||||
D33CA8C009C123F60087B539 /* switch_console.h in Headers */,
|
||||
D33CA8C109C123F60087B539 /* switch_core.h in Headers */,
|
||||
D33CA8C209C123F60087B539 /* switch_event.h in Headers */,
|
||||
D33CA8C309C123F60087B539 /* switch_frame.h in Headers */,
|
||||
D33CA8C409C123F60087B539 /* switch_ivr.h in Headers */,
|
||||
D33CA8C509C123F60087B539 /* switch_loadable_module.h in Headers */,
|
||||
D33CA8C609C123F60087B539 /* switch_module_interfaces.h in Headers */,
|
||||
D33CA8C709C123F60087B539 /* switch_mutex.h in Headers */,
|
||||
D33CA8C809C123F60087B539 /* switch_platform.h in Headers */,
|
||||
D33CA8C909C123F60087B539 /* switch_resample.h in Headers */,
|
||||
D33CA8CA09C123F60087B539 /* switch_sqlite.h in Headers */,
|
||||
D33CA8CB09C123F60087B539 /* switch_types.h in Headers */,
|
||||
D33CA8CC09C123F60087B539 /* switch_utils.h in Headers */,
|
||||
D33CA8CD09C123F60087B539 /* switch.h in Headers */,
|
||||
D33CA8D909C124B70087B539 /* config.h in Headers */,
|
||||
D33CA8DA09C124B70087B539 /* switch_version.h in Headers */,
|
||||
D33CA8ED09C1256F0087B539 /* libresample.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
D33CA88509C123900087B539 /* freeswitch.framework */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = D33CA88909C123910087B539 /* Build configuration list for PBXNativeTarget "freeswitch.framework" */;
|
||||
buildPhases = (
|
||||
D33CA8CE09C124400087B539 /* Prepare Source */,
|
||||
D33CA88109C123900087B539 /* Headers */,
|
||||
D33CA88309C123900087B539 /* Sources */,
|
||||
D33CA88409C123900087B539 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
buildSettings = {
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
FRAMEWORK_VERSION = A;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
INFOPLIST_FILE = "freeswitch-Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Library/Frameworks";
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = freeswitch;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
dependencies = (
|
||||
);
|
||||
name = freeswitch.framework;
|
||||
productName = freeswitch;
|
||||
productReference = D33CA88609C123900087B539 /* freeswitch.framework */;
|
||||
productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
|
||||
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
|
||||
<plist version=\"1.0\">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yourcompany.freeswitch</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
";
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
D33CA86A09C1236E0087B539 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = D33CA86B09C1236E0087B539 /* Build configuration list for PBXProject "libfreeswitch" */;
|
||||
buildSettings = {
|
||||
};
|
||||
buildStyles = (
|
||||
D33CA87C09C123840087B539 /* Development */,
|
||||
D33CA87D09C123840087B539 /* Deployment */,
|
||||
);
|
||||
hasScannedForEncodings = 0;
|
||||
mainGroup = D33CA86809C1236E0087B539;
|
||||
productRefGroup = D33CA88709C123900087B539 /* libfreeswitch */;
|
||||
projectDirPath = "";
|
||||
targets = (
|
||||
D33CA88509C123900087B539 /* freeswitch.framework */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
D33CA8CE09C124400087B539 /* Prepare Source */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = "Prepare Source";
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/bash;
|
||||
shellScript = "
|
||||
|
||||
";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
D33CA88309C123900087B539 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D33CA89C09C123DD0087B539 /* switch_buffer.c in Sources */,
|
||||
D33CA89D09C123DD0087B539 /* switch_caller.c in Sources */,
|
||||
D33CA89E09C123DD0087B539 /* switch_channel.c in Sources */,
|
||||
D33CA89F09C123DD0087B539 /* switch_config.c in Sources */,
|
||||
D33CA8A009C123DD0087B539 /* switch_console.c in Sources */,
|
||||
D33CA8A109C123DD0087B539 /* switch_core.c in Sources */,
|
||||
D33CA8A209C123DD0087B539 /* switch_event.c in Sources */,
|
||||
D33CA8A309C123DD0087B539 /* switch_ivr.c in Sources */,
|
||||
D33CA8A409C123DD0087B539 /* switch_loadable_module.c in Sources */,
|
||||
D33CA8A509C123DD0087B539 /* switch_mutex.c in Sources */,
|
||||
D33CA8A609C123DD0087B539 /* switch_resample.c in Sources */,
|
||||
D33CA8A709C123DD0087B539 /* switch_utils.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
D33CA86C09C1236E0087B539 /* libfreeswitch */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DSTROOT = /;
|
||||
INSTALL_PATH = /Library/Frameworks;
|
||||
NATIVE_ARCH = "ppc i386";
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
name = libfreeswitch;
|
||||
};
|
||||
D33CA88A09C123910087B539 /* libfreeswitch */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DSTROOT = /;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
/Library/Frameworks,
|
||||
"$(FRAMEWORK_SEARCH_PATHS)",
|
||||
"$(SRCROOT)/build/Release",
|
||||
);
|
||||
FRAMEWORK_VERSION = A;
|
||||
FREESWITCH_PATH = /usr/local/freeswitch;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
/Library/Frameworks/apr.framework/Headers,
|
||||
/Library/Frameworks/aprutil.framework/Headers,
|
||||
);
|
||||
INFOPLIST_FILE = "libfreeswitch-Info.plist";
|
||||
INSTALL_PATH = /Library/Frameworks;
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(LIBRARY_SEARCH_PATHS)",
|
||||
"$(SRCROOT)/build/resample",
|
||||
);
|
||||
OTHER_CFLAGS = (
|
||||
"-DMACOSX",
|
||||
"-DSWITCH_MOD_DIR=\"$(FREESWITCH_PATH)/mod\"",
|
||||
"-DSWITCH_PREFIX_DIR=\"$(FREESWITCH_PATH)\"",
|
||||
"-DSWITCH_CONF_DIR=\"$(FREESWITCH_PATH)/conf\"",
|
||||
"-DSWITCH_DB_DIR=\"$(FREESWITCH_PATH)/db\"",
|
||||
"-DSWITCH_LOG_DIR=\"$(FREESWITCH_PATH)/log\"",
|
||||
"-DSWITCH_SCRIPT_DIR=\"$(FREESWITCH_PATH)/scripts\"",
|
||||
);
|
||||
OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
|
||||
OTHER_LDFLAGS = (
|
||||
"-framework",
|
||||
apr,
|
||||
"-framework",
|
||||
aprutil,
|
||||
"-framework",
|
||||
sqlite,
|
||||
"-lpthread",
|
||||
"-liconv",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = freeswitch;
|
||||
WARNING_LDFLAGS = "";
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
name = libfreeswitch;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
D33CA86B09C1236E0087B539 /* Build configuration list for PBXProject "libfreeswitch" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
D33CA86C09C1236E0087B539 /* libfreeswitch */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = libfreeswitch;
|
||||
};
|
||||
D33CA88909C123910087B539 /* Build configuration list for PBXNativeTarget "freeswitch.framework" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
D33CA88A09C123910087B539 /* libfreeswitch */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = libfreeswitch;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = D33CA86A09C1236E0087B539 /* Project object */;
|
||||
}
|
|
@ -1,465 +0,0 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 42;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
D342280B09D7559500A49F95 /* filterkit.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DA9FCE09C1088100AA370C /* filterkit.c */; };
|
||||
D342280C09D7559500A49F95 /* resample.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DA9FD109C1088100AA370C /* resample.c */; };
|
||||
D342280D09D7559500A49F95 /* resamplesubs.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DA9FD209C1088100AA370C /* resamplesubs.c */; };
|
||||
D342281109D755BD00A49F95 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCC09C1088100AA370C /* config.h */; };
|
||||
D342281209D755BD00A49F95 /* configtemplate.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCD09C1088100AA370C /* configtemplate.h */; };
|
||||
D342281309D755BD00A49F95 /* filterkit.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCF09C1088100AA370C /* filterkit.h */; };
|
||||
D342281409D755BD00A49F95 /* resample_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FD009C1088100AA370C /* resample_defs.h */; };
|
||||
D342281509D755BD00A49F95 /* libresample.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCA09C1086700AA370C /* libresample.h */; };
|
||||
D342282309D7560900A49F95 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCC09C1088100AA370C /* config.h */; };
|
||||
D342282409D7560900A49F95 /* configtemplate.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCD09C1088100AA370C /* configtemplate.h */; };
|
||||
D342282509D7560900A49F95 /* filterkit.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCF09C1088100AA370C /* filterkit.h */; };
|
||||
D342282609D7560900A49F95 /* resample_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FD009C1088100AA370C /* resample_defs.h */; };
|
||||
D342282709D7560900A49F95 /* libresample.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCA09C1086700AA370C /* libresample.h */; };
|
||||
D342282809D7560F00A49F95 /* filterkit.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DA9FCE09C1088100AA370C /* filterkit.c */; };
|
||||
D342282909D7560F00A49F95 /* resample.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DA9FD109C1088100AA370C /* resample.c */; };
|
||||
D342282A09D7560F00A49F95 /* resamplesubs.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DA9FD209C1088100AA370C /* resamplesubs.c */; };
|
||||
D3DA9FEA09C109D400AA370C /* filterkit.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DA9FCE09C1088100AA370C /* filterkit.c */; };
|
||||
D3DA9FEB09C109D400AA370C /* resample.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DA9FD109C1088100AA370C /* resample.c */; };
|
||||
D3DA9FEC09C109D400AA370C /* resamplesubs.c in Sources */ = {isa = PBXBuildFile; fileRef = D3DA9FD209C1088100AA370C /* resamplesubs.c */; };
|
||||
D3DA9FED09C109E700AA370C /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCC09C1088100AA370C /* config.h */; };
|
||||
D3DA9FEE09C109E700AA370C /* configtemplate.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCD09C1088100AA370C /* configtemplate.h */; };
|
||||
D3DA9FEF09C109E700AA370C /* filterkit.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCF09C1088100AA370C /* filterkit.h */; };
|
||||
D3DA9FF009C109E700AA370C /* resample_defs.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FD009C1088100AA370C /* resample_defs.h */; };
|
||||
D3DA9FF109C109E700AA370C /* libresample.h in Headers */ = {isa = PBXBuildFile; fileRef = D3DA9FCA09C1086700AA370C /* libresample.h */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXBuildStyle section */
|
||||
D33CA84309C122F80087B539 /* Development */ = {
|
||||
isa = PBXBuildStyle;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
};
|
||||
name = Development;
|
||||
};
|
||||
D33CA84409C122F80087B539 /* Deployment */ = {
|
||||
isa = PBXBuildStyle;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = YES;
|
||||
};
|
||||
name = Deployment;
|
||||
};
|
||||
/* End PBXBuildStyle section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
D342280A09D7556F00A49F95 /* libresample.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; name = libresample.dylib; path = build/resample/libresample.dylib; sourceTree = "<group>"; };
|
||||
D342281E09D755F500A49F95 /* resample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = resample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
D342281F09D755F500A49F95 /* resample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "resample-Info.plist"; sourceTree = "<group>"; };
|
||||
D3DA9FCA09C1086700AA370C /* libresample.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libresample.h; path = "../../../libs/libresample-0.1.3/include/libresample.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3DA9FCC09C1088100AA370C /* config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = config.h; path = "../../../libs/libresample-0.1.3/src/config.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3DA9FCD09C1088100AA370C /* configtemplate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = configtemplate.h; path = "../../../libs/libresample-0.1.3/src/configtemplate.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3DA9FCE09C1088100AA370C /* filterkit.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = filterkit.c; path = "../../../libs/libresample-0.1.3/src/filterkit.c"; sourceTree = SOURCE_ROOT; };
|
||||
D3DA9FCF09C1088100AA370C /* filterkit.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = filterkit.h; path = "../../../libs/libresample-0.1.3/src/filterkit.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3DA9FD009C1088100AA370C /* resample_defs.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = resample_defs.h; path = "../../../libs/libresample-0.1.3/src/resample_defs.h"; sourceTree = SOURCE_ROOT; };
|
||||
D3DA9FD109C1088100AA370C /* resample.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = resample.c; path = "../../../libs/libresample-0.1.3/src/resample.c"; sourceTree = SOURCE_ROOT; };
|
||||
D3DA9FD209C1088100AA370C /* resamplesubs.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = resamplesubs.c; path = "../../../libs/libresample-0.1.3/src/resamplesubs.c"; sourceTree = SOURCE_ROOT; };
|
||||
D3DA9FE609C109A100AA370C /* libresample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libresample.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
D342280809D7556F00A49F95 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
D342281C09D755F500A49F95 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
D3DA9FE409C109A100AA370C /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
D3DA9FA009C1072700AA370C = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3DA9FB409C1074000AA370C /* resample */,
|
||||
D342281F09D755F500A49F95 /* resample-Info.plist */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D3DA9FB409C1074000AA370C /* resample */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3DA9FBB09C1079E00AA370C /* include */,
|
||||
D3DA9FBC09C107A500AA370C /* src */,
|
||||
D3DA9FE609C109A100AA370C /* libresample.a */,
|
||||
D342280A09D7556F00A49F95 /* libresample.dylib */,
|
||||
D342281E09D755F500A49F95 /* resample.framework */,
|
||||
);
|
||||
name = resample;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D3DA9FBB09C1079E00AA370C /* include */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3DA9FCC09C1088100AA370C /* config.h */,
|
||||
D3DA9FCD09C1088100AA370C /* configtemplate.h */,
|
||||
D3DA9FCF09C1088100AA370C /* filterkit.h */,
|
||||
D3DA9FD009C1088100AA370C /* resample_defs.h */,
|
||||
D3DA9FCA09C1086700AA370C /* libresample.h */,
|
||||
);
|
||||
name = include;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D3DA9FBC09C107A500AA370C /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D3DA9FCE09C1088100AA370C /* filterkit.c */,
|
||||
D3DA9FD109C1088100AA370C /* resample.c */,
|
||||
D3DA9FD209C1088100AA370C /* resamplesubs.c */,
|
||||
);
|
||||
name = src;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
D342280609D7556F00A49F95 /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D342281109D755BD00A49F95 /* config.h in Headers */,
|
||||
D342281209D755BD00A49F95 /* configtemplate.h in Headers */,
|
||||
D342281309D755BD00A49F95 /* filterkit.h in Headers */,
|
||||
D342281409D755BD00A49F95 /* resample_defs.h in Headers */,
|
||||
D342281509D755BD00A49F95 /* libresample.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
D342281909D755F500A49F95 /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D342282309D7560900A49F95 /* config.h in Headers */,
|
||||
D342282409D7560900A49F95 /* configtemplate.h in Headers */,
|
||||
D342282509D7560900A49F95 /* filterkit.h in Headers */,
|
||||
D342282609D7560900A49F95 /* resample_defs.h in Headers */,
|
||||
D342282709D7560900A49F95 /* libresample.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
D3DA9FE209C109A100AA370C /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D3DA9FED09C109E700AA370C /* config.h in Headers */,
|
||||
D3DA9FEE09C109E700AA370C /* configtemplate.h in Headers */,
|
||||
D3DA9FEF09C109E700AA370C /* filterkit.h in Headers */,
|
||||
D3DA9FF009C109E700AA370C /* resample_defs.h in Headers */,
|
||||
D3DA9FF109C109E700AA370C /* libresample.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
D342280909D7556F00A49F95 /* libresample.dylib */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = D342281709D755DF00A49F95 /* Build configuration list for PBXNativeTarget "libresample.dylib" */;
|
||||
buildPhases = (
|
||||
D342280609D7556F00A49F95 /* Headers */,
|
||||
D342280709D7556F00A49F95 /* Sources */,
|
||||
D342280809D7556F00A49F95 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
buildSettings = {
|
||||
EXECUTABLE_PREFIX = lib;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = resample;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
dependencies = (
|
||||
);
|
||||
name = libresample.dylib;
|
||||
productName = resample;
|
||||
productReference = D342280A09D7556F00A49F95 /* libresample.dylib */;
|
||||
productType = "com.apple.product-type.library.dynamic";
|
||||
};
|
||||
D342281D09D755F500A49F95 /* resample.framework */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = D342282009D755F500A49F95 /* Build configuration list for PBXNativeTarget "resample.framework" */;
|
||||
buildPhases = (
|
||||
D342281909D755F500A49F95 /* Headers */,
|
||||
D342281A09D755F500A49F95 /* Resources */,
|
||||
D342281B09D755F500A49F95 /* Sources */,
|
||||
D342281C09D755F500A49F95 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
buildSettings = {
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
FRAMEWORK_VERSION = A;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
|
||||
INFOPLIST_FILE = "resample-Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Library/Frameworks";
|
||||
OTHER_LDFLAGS = (
|
||||
"-framework",
|
||||
Foundation,
|
||||
"-framework",
|
||||
AppKit,
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = resample;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
dependencies = (
|
||||
);
|
||||
name = resample.framework;
|
||||
productName = resample;
|
||||
productReference = D342281E09D755F500A49F95 /* resample.framework */;
|
||||
productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
|
||||
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
|
||||
<plist version=\"1.0\">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yourcompany.resample</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
";
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
D3DA9FE509C109A100AA370C /* libresample.a */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = D3DA9FF309C109EF00AA370C /* Build configuration list for PBXNativeTarget "libresample.a" */;
|
||||
buildPhases = (
|
||||
D3DA9FFD09C10A1F00AA370C /* Prepare Source */,
|
||||
D3DA9FE209C109A100AA370C /* Headers */,
|
||||
D3DA9FE309C109A100AA370C /* Sources */,
|
||||
D3DA9FE409C109A100AA370C /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
buildSettings = {
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = resample;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
dependencies = (
|
||||
);
|
||||
name = libresample.a;
|
||||
productName = resample;
|
||||
productReference = D3DA9FE609C109A100AA370C /* libresample.a */;
|
||||
productType = "com.apple.product-type.library.static";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
D3DA9FA209C1072700AA370C /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = D3DA9FA309C1072700AA370C /* Build configuration list for PBXProject "resample" */;
|
||||
buildSettings = {
|
||||
};
|
||||
buildStyles = (
|
||||
D33CA84309C122F80087B539 /* Development */,
|
||||
D33CA84409C122F80087B539 /* Deployment */,
|
||||
);
|
||||
hasScannedForEncodings = 0;
|
||||
mainGroup = D3DA9FA009C1072700AA370C;
|
||||
productRefGroup = D3DA9FB409C1074000AA370C /* resample */;
|
||||
projectDirPath = "";
|
||||
targets = (
|
||||
D3DA9FE509C109A100AA370C /* libresample.a */,
|
||||
D342280909D7556F00A49F95 /* libresample.dylib */,
|
||||
D342281D09D755F500A49F95 /* resample.framework */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
D342281A09D755F500A49F95 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
D3DA9FFD09C10A1F00AA370C /* Prepare Source */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = "Prepare Source";
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/bash;
|
||||
shellScript = "if [ -e ../../../libs/libresample-0.1.3/.complete ]; then\n\texit 0\nfi\n/usr/bin/curl http://svn.freeswitch.org/downloads/libs/libresample-0.1.3.tgz -o ../../../libs/libresample-0.1.3.tgz\ncd ../../../libs\ntar zxfv libresample-0.1.3.tgz\ncd libresample-0.1.3\n./configure\ntouch .complete";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
D342280709D7556F00A49F95 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D342280B09D7559500A49F95 /* filterkit.c in Sources */,
|
||||
D342280C09D7559500A49F95 /* resample.c in Sources */,
|
||||
D342280D09D7559500A49F95 /* resamplesubs.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
D342281B09D755F500A49F95 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D342282809D7560F00A49F95 /* filterkit.c in Sources */,
|
||||
D342282909D7560F00A49F95 /* resample.c in Sources */,
|
||||
D342282A09D7560F00A49F95 /* resamplesubs.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
D3DA9FE309C109A100AA370C /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D3DA9FEA09C109D400AA370C /* filterkit.c in Sources */,
|
||||
D3DA9FEB09C109D400AA370C /* resample.c in Sources */,
|
||||
D3DA9FEC09C109D400AA370C /* resamplesubs.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
D342281809D755DF00A49F95 /* resample */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
EXECUTABLE_PREFIX = lib;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = resample;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
name = resample;
|
||||
};
|
||||
D342282109D755F500A49F95 /* resample */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
FRAMEWORK_VERSION = A;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
INFOPLIST_FILE = "resample-Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Library/Frameworks";
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = resample;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
name = resample;
|
||||
};
|
||||
D3DA9FA409C1072700AA370C /* resample */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
NATIVE_ARCH = "ppc i386";
|
||||
};
|
||||
name = resample;
|
||||
};
|
||||
D3DA9FF409C109EF00AA370C /* resample */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
INSTALL_PATH = /usr/local/lib;
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = resample;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
name = resample;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
D342281709D755DF00A49F95 /* Build configuration list for PBXNativeTarget "libresample.dylib" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
D342281809D755DF00A49F95 /* resample */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = resample;
|
||||
};
|
||||
D342282009D755F500A49F95 /* Build configuration list for PBXNativeTarget "resample.framework" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
D342282109D755F500A49F95 /* resample */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = resample;
|
||||
};
|
||||
D3DA9FA309C1072700AA370C /* Build configuration list for PBXProject "resample" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
D3DA9FA409C1072700AA370C /* resample */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = resample;
|
||||
};
|
||||
D3DA9FF309C109EF00AA370C /* Build configuration list for PBXNativeTarget "libresample.a" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
D3DA9FF409C109EF00AA370C /* resample */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = resample;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = D3DA9FA209C1072700AA370C /* Project object */;
|
||||
}
|
|
@ -1,450 +0,0 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 42;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
D37F3DBE09C0E5B7002C93D4 /* opcodes.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DBC09C0E5B7002C93D4 /* opcodes.c */; };
|
||||
D37F3DBF09C0E5B7002C93D4 /* parse.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DBD09C0E5B7002C93D4 /* parse.c */; };
|
||||
D37F3DE609C0E61D002C93D4 /* alter.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC009C0E61D002C93D4 /* alter.c */; };
|
||||
D37F3DE709C0E61D002C93D4 /* analyze.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC109C0E61D002C93D4 /* analyze.c */; };
|
||||
D37F3DE809C0E61D002C93D4 /* attach.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC209C0E61D002C93D4 /* attach.c */; };
|
||||
D37F3DE909C0E61D002C93D4 /* auth.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC309C0E61D002C93D4 /* auth.c */; };
|
||||
D37F3DEA09C0E61D002C93D4 /* btree.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC409C0E61D002C93D4 /* btree.c */; };
|
||||
D37F3DEB09C0E61D002C93D4 /* build.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC509C0E61D002C93D4 /* build.c */; };
|
||||
D37F3DEC09C0E61D002C93D4 /* callback.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC609C0E61D002C93D4 /* callback.c */; };
|
||||
D37F3DED09C0E61D002C93D4 /* complete.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC709C0E61D002C93D4 /* complete.c */; };
|
||||
D37F3DEE09C0E61D002C93D4 /* date.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC809C0E61D002C93D4 /* date.c */; };
|
||||
D37F3DEF09C0E61D002C93D4 /* delete.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DC909C0E61D002C93D4 /* delete.c */; };
|
||||
D37F3DF009C0E61D002C93D4 /* expr.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DCA09C0E61D002C93D4 /* expr.c */; };
|
||||
D37F3DF109C0E61D002C93D4 /* func.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DCB09C0E61D002C93D4 /* func.c */; };
|
||||
D37F3DF209C0E61D002C93D4 /* hash.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DCC09C0E61D002C93D4 /* hash.c */; };
|
||||
D37F3DF309C0E61D002C93D4 /* insert.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DCD09C0E61D002C93D4 /* insert.c */; };
|
||||
D37F3DF409C0E61D002C93D4 /* legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DCE09C0E61D002C93D4 /* legacy.c */; };
|
||||
D37F3DF509C0E61D002C93D4 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DCF09C0E61D002C93D4 /* main.c */; };
|
||||
D37F3DF609C0E61D002C93D4 /* os_unix.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD009C0E61D002C93D4 /* os_unix.c */; };
|
||||
D37F3DF709C0E61D002C93D4 /* os_win.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD109C0E61D002C93D4 /* os_win.c */; };
|
||||
D37F3DF809C0E61D002C93D4 /* pager.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD209C0E61D002C93D4 /* pager.c */; };
|
||||
D37F3DF909C0E61D002C93D4 /* pragma.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD309C0E61D002C93D4 /* pragma.c */; };
|
||||
D37F3DFA09C0E61D002C93D4 /* prepare.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD409C0E61D002C93D4 /* prepare.c */; };
|
||||
D37F3DFB09C0E61D002C93D4 /* printf.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD509C0E61D002C93D4 /* printf.c */; };
|
||||
D37F3DFC09C0E61D002C93D4 /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD609C0E61D002C93D4 /* random.c */; };
|
||||
D37F3DFD09C0E61D002C93D4 /* select.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD709C0E61D002C93D4 /* select.c */; };
|
||||
D37F3DFF09C0E61D002C93D4 /* table.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DD909C0E61D002C93D4 /* table.c */; };
|
||||
D37F3E0009C0E61D002C93D4 /* tokenize.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DDA09C0E61D002C93D4 /* tokenize.c */; };
|
||||
D37F3E0109C0E61D002C93D4 /* trigger.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DDB09C0E61D002C93D4 /* trigger.c */; };
|
||||
D37F3E0209C0E61D002C93D4 /* update.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DDC09C0E61D002C93D4 /* update.c */; };
|
||||
D37F3E0309C0E61D002C93D4 /* utf.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DDD09C0E61D002C93D4 /* utf.c */; };
|
||||
D37F3E0409C0E61D002C93D4 /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DDE09C0E61D002C93D4 /* util.c */; };
|
||||
D37F3E0509C0E61D002C93D4 /* vacuum.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DDF09C0E61D002C93D4 /* vacuum.c */; };
|
||||
D37F3E0609C0E61D002C93D4 /* vdbe.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DE009C0E61D002C93D4 /* vdbe.c */; };
|
||||
D37F3E0709C0E61D002C93D4 /* vdbeapi.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DE109C0E61D002C93D4 /* vdbeapi.c */; };
|
||||
D37F3E0809C0E61D002C93D4 /* vdbeaux.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DE209C0E61D002C93D4 /* vdbeaux.c */; };
|
||||
D37F3E0909C0E61D002C93D4 /* vdbefifo.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DE309C0E61D002C93D4 /* vdbefifo.c */; };
|
||||
D37F3E0A09C0E61D002C93D4 /* vdbemem.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DE409C0E61D002C93D4 /* vdbemem.c */; };
|
||||
D37F3E0B09C0E61D002C93D4 /* where.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3DE509C0E61D002C93D4 /* where.c */; };
|
||||
D37F3EF709C0F85F002C93D4 /* sqlite3.h in Headers */ = {isa = PBXBuildFile; fileRef = D37F3EF609C0F85F002C93D4 /* sqlite3.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXBuildStyle section */
|
||||
D37F3E6109C0E9B8002C93D4 /* Development */ = {
|
||||
isa = PBXBuildStyle;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
};
|
||||
name = Development;
|
||||
};
|
||||
D37F3E6209C0E9B8002C93D4 /* Deployment */ = {
|
||||
isa = PBXBuildStyle;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = YES;
|
||||
};
|
||||
name = Deployment;
|
||||
};
|
||||
/* End PBXBuildStyle section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
D37F3CD709C0E0CC002C93D4 /* sqlite.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = sqlite.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
D37F3CD909C0E0CC002C93D4 /* sqlite-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "sqlite-Info.plist"; sourceTree = "<group>"; };
|
||||
D37F3DBC09C0E5B7002C93D4 /* opcodes.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = opcodes.c; path = "../../../libs/sqlite-3.2.8/opcodes.c"; sourceTree = "<group>"; };
|
||||
D37F3DBD09C0E5B7002C93D4 /* parse.c */ = {isa = PBXFileReference; explicitFileType = sourcecode.c.c; fileEncoding = 30; name = parse.c; path = "../../../libs/sqlite-3.2.8/parse.c"; sourceTree = "<group>"; };
|
||||
D37F3DC009C0E61D002C93D4 /* alter.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = alter.c; path = "../../../libs/sqlite-3.2.8/src/alter.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DC109C0E61D002C93D4 /* analyze.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = analyze.c; path = "../../../libs/sqlite-3.2.8/src/analyze.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DC209C0E61D002C93D4 /* attach.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = attach.c; path = "../../../libs/sqlite-3.2.8/src/attach.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DC309C0E61D002C93D4 /* auth.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = auth.c; path = "../../../libs/sqlite-3.2.8/src/auth.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DC409C0E61D002C93D4 /* btree.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = btree.c; path = "../../../libs/sqlite-3.2.8/src/btree.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DC509C0E61D002C93D4 /* build.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = build.c; path = "../../../libs/sqlite-3.2.8/src/build.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DC609C0E61D002C93D4 /* callback.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = callback.c; path = "../../../libs/sqlite-3.2.8/src/callback.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DC709C0E61D002C93D4 /* complete.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = complete.c; path = "../../../libs/sqlite-3.2.8/src/complete.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DC809C0E61D002C93D4 /* date.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = date.c; path = "../../../libs/sqlite-3.2.8/src/date.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DC909C0E61D002C93D4 /* delete.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = delete.c; path = "../../../libs/sqlite-3.2.8/src/delete.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DCA09C0E61D002C93D4 /* expr.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = expr.c; path = "../../../libs/sqlite-3.2.8/src/expr.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DCB09C0E61D002C93D4 /* func.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = func.c; path = "../../../libs/sqlite-3.2.8/src/func.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DCC09C0E61D002C93D4 /* hash.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = hash.c; path = "../../../libs/sqlite-3.2.8/src/hash.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DCD09C0E61D002C93D4 /* insert.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = insert.c; path = "../../../libs/sqlite-3.2.8/src/insert.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DCE09C0E61D002C93D4 /* legacy.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = legacy.c; path = "../../../libs/sqlite-3.2.8/src/legacy.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DCF09C0E61D002C93D4 /* main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = main.c; path = "../../../libs/sqlite-3.2.8/src/main.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DD009C0E61D002C93D4 /* os_unix.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = os_unix.c; path = "../../../libs/sqlite-3.2.8/src/os_unix.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DD109C0E61D002C93D4 /* os_win.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = os_win.c; path = "../../../libs/sqlite-3.2.8/src/os_win.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DD209C0E61D002C93D4 /* pager.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pager.c; path = "../../../libs/sqlite-3.2.8/src/pager.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DD309C0E61D002C93D4 /* pragma.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = pragma.c; path = "../../../libs/sqlite-3.2.8/src/pragma.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DD409C0E61D002C93D4 /* prepare.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = prepare.c; path = "../../../libs/sqlite-3.2.8/src/prepare.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DD509C0E61D002C93D4 /* printf.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = printf.c; path = "../../../libs/sqlite-3.2.8/src/printf.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DD609C0E61D002C93D4 /* random.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = random.c; path = "../../../libs/sqlite-3.2.8/src/random.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DD709C0E61D002C93D4 /* select.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = select.c; path = "../../../libs/sqlite-3.2.8/src/select.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DD809C0E61D002C93D4 /* shell.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = shell.c; path = "../../../libs/sqlite-3.2.8/src/shell.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DD909C0E61D002C93D4 /* table.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = table.c; path = "../../../libs/sqlite-3.2.8/src/table.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DDA09C0E61D002C93D4 /* tokenize.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = tokenize.c; path = "../../../libs/sqlite-3.2.8/src/tokenize.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DDB09C0E61D002C93D4 /* trigger.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = trigger.c; path = "../../../libs/sqlite-3.2.8/src/trigger.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DDC09C0E61D002C93D4 /* update.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = update.c; path = "../../../libs/sqlite-3.2.8/src/update.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DDD09C0E61D002C93D4 /* utf.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = utf.c; path = "../../../libs/sqlite-3.2.8/src/utf.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DDE09C0E61D002C93D4 /* util.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = util.c; path = "../../../libs/sqlite-3.2.8/src/util.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DDF09C0E61D002C93D4 /* vacuum.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vacuum.c; path = "../../../libs/sqlite-3.2.8/src/vacuum.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DE009C0E61D002C93D4 /* vdbe.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vdbe.c; path = "../../../libs/sqlite-3.2.8/src/vdbe.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DE109C0E61D002C93D4 /* vdbeapi.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vdbeapi.c; path = "../../../libs/sqlite-3.2.8/src/vdbeapi.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DE209C0E61D002C93D4 /* vdbeaux.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vdbeaux.c; path = "../../../libs/sqlite-3.2.8/src/vdbeaux.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DE309C0E61D002C93D4 /* vdbefifo.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vdbefifo.c; path = "../../../libs/sqlite-3.2.8/src/vdbefifo.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DE409C0E61D002C93D4 /* vdbemem.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = vdbemem.c; path = "../../../libs/sqlite-3.2.8/src/vdbemem.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3DE509C0E61D002C93D4 /* where.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = where.c; path = "../../../libs/sqlite-3.2.8/src/where.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3E0D09C0E64F002C93D4 /* btree.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = btree.h; path = "../../../libs/sqlite-3.2.8/src/btree.h"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3E0E09C0E64F002C93D4 /* hash.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = hash.h; path = "../../../libs/sqlite-3.2.8/src/hash.h"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3E0F09C0E64F002C93D4 /* os_common.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os_common.h; path = "../../../libs/sqlite-3.2.8/src/os_common.h"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3E1009C0E64F002C93D4 /* os_test.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os_test.h; path = "../../../libs/sqlite-3.2.8/src/os_test.h"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3E1109C0E64F002C93D4 /* os_unix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os_unix.h; path = "../../../libs/sqlite-3.2.8/src/os_unix.h"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3E1209C0E64F002C93D4 /* os_win.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os_win.h; path = "../../../libs/sqlite-3.2.8/src/os_win.h"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3E1309C0E64F002C93D4 /* os.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = os.h; path = "../../../libs/sqlite-3.2.8/src/os.h"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3E1409C0E64F002C93D4 /* pager.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = pager.h; path = "../../../libs/sqlite-3.2.8/src/pager.h"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3E1509C0E64F002C93D4 /* sqliteInt.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqliteInt.h; path = "../../../libs/sqlite-3.2.8/src/sqliteInt.h"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3E1609C0E64F002C93D4 /* vdbe.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vdbe.h; path = "../../../libs/sqlite-3.2.8/src/vdbe.h"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3E1709C0E64F002C93D4 /* vdbeInt.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vdbeInt.h; path = "../../../libs/sqlite-3.2.8/src/vdbeInt.h"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3E2309C0E661002C93D4 /* lemon.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = lemon.c; path = "../../../libs/sqlite-3.2.8/tool/lemon.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3E2409C0E661002C93D4 /* mkkeywordhash.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = mkkeywordhash.c; path = "../../../libs/sqlite-3.2.8/tool/mkkeywordhash.c"; sourceTree = SOURCE_ROOT; };
|
||||
D37F3EF609C0F85F002C93D4 /* sqlite3.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = sqlite3.h; path = "../../../libs/sqlite-3.2.8/sqlite3.h"; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
D37F3CC409C0E093002C93D4 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D37F3CD809C0E0CC002C93D4 /* sqlite-3.2.8 */,
|
||||
D37F3CD909C0E0CC002C93D4 /* sqlite-Info.plist */,
|
||||
D37F3CD709C0E0CC002C93D4 /* sqlite.framework */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D37F3CD809C0E0CC002C93D4 /* sqlite-3.2.8 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D37F3DBC09C0E5B7002C93D4 /* opcodes.c */,
|
||||
D37F3DBD09C0E5B7002C93D4 /* parse.c */,
|
||||
D37F3DBA09C0E593002C93D4 /* src */,
|
||||
D37F3DBB09C0E598002C93D4 /* tool */,
|
||||
);
|
||||
name = "sqlite-3.2.8";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D37F3DBA09C0E593002C93D4 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D37F3EF609C0F85F002C93D4 /* sqlite3.h */,
|
||||
D37F3E0D09C0E64F002C93D4 /* btree.h */,
|
||||
D37F3E0E09C0E64F002C93D4 /* hash.h */,
|
||||
D37F3E0F09C0E64F002C93D4 /* os_common.h */,
|
||||
D37F3E1009C0E64F002C93D4 /* os_test.h */,
|
||||
D37F3E1109C0E64F002C93D4 /* os_unix.h */,
|
||||
D37F3E1209C0E64F002C93D4 /* os_win.h */,
|
||||
D37F3E1309C0E64F002C93D4 /* os.h */,
|
||||
D37F3E1409C0E64F002C93D4 /* pager.h */,
|
||||
D37F3E1509C0E64F002C93D4 /* sqliteInt.h */,
|
||||
D37F3E1609C0E64F002C93D4 /* vdbe.h */,
|
||||
D37F3E1709C0E64F002C93D4 /* vdbeInt.h */,
|
||||
D37F3DC009C0E61D002C93D4 /* alter.c */,
|
||||
D37F3DC109C0E61D002C93D4 /* analyze.c */,
|
||||
D37F3DC209C0E61D002C93D4 /* attach.c */,
|
||||
D37F3DC309C0E61D002C93D4 /* auth.c */,
|
||||
D37F3DC409C0E61D002C93D4 /* btree.c */,
|
||||
D37F3DC509C0E61D002C93D4 /* build.c */,
|
||||
D37F3DC609C0E61D002C93D4 /* callback.c */,
|
||||
D37F3DC709C0E61D002C93D4 /* complete.c */,
|
||||
D37F3DC809C0E61D002C93D4 /* date.c */,
|
||||
D37F3DC909C0E61D002C93D4 /* delete.c */,
|
||||
D37F3DCA09C0E61D002C93D4 /* expr.c */,
|
||||
D37F3DCB09C0E61D002C93D4 /* func.c */,
|
||||
D37F3DCC09C0E61D002C93D4 /* hash.c */,
|
||||
D37F3DCD09C0E61D002C93D4 /* insert.c */,
|
||||
D37F3DCE09C0E61D002C93D4 /* legacy.c */,
|
||||
D37F3DCF09C0E61D002C93D4 /* main.c */,
|
||||
D37F3DD009C0E61D002C93D4 /* os_unix.c */,
|
||||
D37F3DD109C0E61D002C93D4 /* os_win.c */,
|
||||
D37F3DD209C0E61D002C93D4 /* pager.c */,
|
||||
D37F3DD309C0E61D002C93D4 /* pragma.c */,
|
||||
D37F3DD409C0E61D002C93D4 /* prepare.c */,
|
||||
D37F3DD509C0E61D002C93D4 /* printf.c */,
|
||||
D37F3DD609C0E61D002C93D4 /* random.c */,
|
||||
D37F3DD709C0E61D002C93D4 /* select.c */,
|
||||
D37F3DD809C0E61D002C93D4 /* shell.c */,
|
||||
D37F3DD909C0E61D002C93D4 /* table.c */,
|
||||
D37F3DDA09C0E61D002C93D4 /* tokenize.c */,
|
||||
D37F3DDB09C0E61D002C93D4 /* trigger.c */,
|
||||
D37F3DDC09C0E61D002C93D4 /* update.c */,
|
||||
D37F3DDD09C0E61D002C93D4 /* utf.c */,
|
||||
D37F3DDE09C0E61D002C93D4 /* util.c */,
|
||||
D37F3DDF09C0E61D002C93D4 /* vacuum.c */,
|
||||
D37F3DE009C0E61D002C93D4 /* vdbe.c */,
|
||||
D37F3DE109C0E61D002C93D4 /* vdbeapi.c */,
|
||||
D37F3DE209C0E61D002C93D4 /* vdbeaux.c */,
|
||||
D37F3DE309C0E61D002C93D4 /* vdbefifo.c */,
|
||||
D37F3DE409C0E61D002C93D4 /* vdbemem.c */,
|
||||
D37F3DE509C0E61D002C93D4 /* where.c */,
|
||||
);
|
||||
name = src;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D37F3DBB09C0E598002C93D4 /* tool */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D37F3E2309C0E661002C93D4 /* lemon.c */,
|
||||
D37F3E2409C0E661002C93D4 /* mkkeywordhash.c */,
|
||||
);
|
||||
name = tool;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
D37F3CD209C0E0CC002C93D4 /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D37F3EF709C0F85F002C93D4 /* sqlite3.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
D37F3CD609C0E0CC002C93D4 /* sqlite.framework */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = D37F3CDB09C0E0CC002C93D4 /* Build configuration list for PBXNativeTarget "sqlite.framework" */;
|
||||
buildPhases = (
|
||||
D37F3E7109C0EB1A002C93D4 /* Prepare Source */,
|
||||
D37F3CD209C0E0CC002C93D4 /* Headers */,
|
||||
D37F3CD409C0E0CC002C93D4 /* Sources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
buildSettings = {
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
FRAMEWORK_VERSION = A;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
|
||||
INFOPLIST_FILE = "sqlite-Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Library/Frameworks";
|
||||
OTHER_LDFLAGS = (
|
||||
"-framework",
|
||||
Foundation,
|
||||
"-framework",
|
||||
AppKit,
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = sqlite;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
dependencies = (
|
||||
);
|
||||
name = sqlite.framework;
|
||||
productName = sqlite;
|
||||
productReference = D37F3CD709C0E0CC002C93D4 /* sqlite.framework */;
|
||||
productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
|
||||
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
|
||||
<plist version=\"1.0\">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yourcompany.sqlite</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
";
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
D37F3CC609C0E093002C93D4 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = D37F3CC709C0E093002C93D4 /* Build configuration list for PBXProject "sqlite-3.2.8" */;
|
||||
buildSettings = {
|
||||
};
|
||||
buildStyles = (
|
||||
D37F3E6109C0E9B8002C93D4 /* Development */,
|
||||
D37F3E6209C0E9B8002C93D4 /* Deployment */,
|
||||
);
|
||||
hasScannedForEncodings = 0;
|
||||
mainGroup = D37F3CC409C0E093002C93D4;
|
||||
productRefGroup = D37F3CD809C0E0CC002C93D4 /* sqlite-3.2.8 */;
|
||||
projectDirPath = "";
|
||||
targets = (
|
||||
D37F3CD609C0E0CC002C93D4 /* sqlite.framework */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
D37F3E7109C0EB1A002C93D4 /* Prepare Source */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = "Prepare Source";
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/bash;
|
||||
shellScript = "if [ -e ../../../libs/sqlite-3.2.8/.complete ]; then\n\texit 0\nfi\n/usr/bin/curl http://svn.freeswitch.org/downloads/libs/sqlite-3.2.8.tar.gz -o ../../../libs/sqlite-3.2.8.tar.gz\ncd ../../../libs\ntar zxfv sqlite-3.2.8.tar.gz\ncd sqlite-3.2.8\n./configure --disable-tcl --enable-threadsafe\nsed -e s/--VERS--/3.2.8/ ./src/sqlite.h.in | sed -e s/--VERSION-NUMBER--/3002008/ >sqlite3.h\nmake parse.c opcodes.c keywordhash.h\ncp parse.h src\ncp opcodes.h src\ncp keywordhash.h src\ntouch .complete\n\n\n\n\n\n\n";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
D37F3CD409C0E0CC002C93D4 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D37F3DBE09C0E5B7002C93D4 /* opcodes.c in Sources */,
|
||||
D37F3DBF09C0E5B7002C93D4 /* parse.c in Sources */,
|
||||
D37F3DE609C0E61D002C93D4 /* alter.c in Sources */,
|
||||
D37F3DE709C0E61D002C93D4 /* analyze.c in Sources */,
|
||||
D37F3DE809C0E61D002C93D4 /* attach.c in Sources */,
|
||||
D37F3DE909C0E61D002C93D4 /* auth.c in Sources */,
|
||||
D37F3DEA09C0E61D002C93D4 /* btree.c in Sources */,
|
||||
D37F3DEB09C0E61D002C93D4 /* build.c in Sources */,
|
||||
D37F3DEC09C0E61D002C93D4 /* callback.c in Sources */,
|
||||
D37F3DED09C0E61D002C93D4 /* complete.c in Sources */,
|
||||
D37F3DEE09C0E61D002C93D4 /* date.c in Sources */,
|
||||
D37F3DEF09C0E61D002C93D4 /* delete.c in Sources */,
|
||||
D37F3DF009C0E61D002C93D4 /* expr.c in Sources */,
|
||||
D37F3DF109C0E61D002C93D4 /* func.c in Sources */,
|
||||
D37F3DF209C0E61D002C93D4 /* hash.c in Sources */,
|
||||
D37F3DF309C0E61D002C93D4 /* insert.c in Sources */,
|
||||
D37F3DF409C0E61D002C93D4 /* legacy.c in Sources */,
|
||||
D37F3DF509C0E61D002C93D4 /* main.c in Sources */,
|
||||
D37F3DF609C0E61D002C93D4 /* os_unix.c in Sources */,
|
||||
D37F3DF709C0E61D002C93D4 /* os_win.c in Sources */,
|
||||
D37F3DF809C0E61D002C93D4 /* pager.c in Sources */,
|
||||
D37F3DF909C0E61D002C93D4 /* pragma.c in Sources */,
|
||||
D37F3DFA09C0E61D002C93D4 /* prepare.c in Sources */,
|
||||
D37F3DFB09C0E61D002C93D4 /* printf.c in Sources */,
|
||||
D37F3DFC09C0E61D002C93D4 /* random.c in Sources */,
|
||||
D37F3DFD09C0E61D002C93D4 /* select.c in Sources */,
|
||||
D37F3DFF09C0E61D002C93D4 /* table.c in Sources */,
|
||||
D37F3E0009C0E61D002C93D4 /* tokenize.c in Sources */,
|
||||
D37F3E0109C0E61D002C93D4 /* trigger.c in Sources */,
|
||||
D37F3E0209C0E61D002C93D4 /* update.c in Sources */,
|
||||
D37F3E0309C0E61D002C93D4 /* utf.c in Sources */,
|
||||
D37F3E0409C0E61D002C93D4 /* util.c in Sources */,
|
||||
D37F3E0509C0E61D002C93D4 /* vacuum.c in Sources */,
|
||||
D37F3E0609C0E61D002C93D4 /* vdbe.c in Sources */,
|
||||
D37F3E0709C0E61D002C93D4 /* vdbeapi.c in Sources */,
|
||||
D37F3E0809C0E61D002C93D4 /* vdbeaux.c in Sources */,
|
||||
D37F3E0909C0E61D002C93D4 /* vdbefifo.c in Sources */,
|
||||
D37F3E0A09C0E61D002C93D4 /* vdbemem.c in Sources */,
|
||||
D37F3E0B09C0E61D002C93D4 /* where.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
D37F3CC809C0E093002C93D4 /* sqlite-3.2.8 */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DSTROOT = /;
|
||||
DYLIB_COMPATIBILITY_VERSION = 3.0.0;
|
||||
DYLIB_CURRENT_VERSION = 3.2.0;
|
||||
FRAMEWORK_SEARCH_PATHS = "~/Library/Frameworks";
|
||||
INSTALL_PATH = /Library/Frameworks;
|
||||
NATIVE_ARCH = "ppc i386";
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
name = "sqlite-3.2.8";
|
||||
};
|
||||
D37F3CDC09C0E0CC002C93D4 /* sqlite-3.2.8 */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
FRAMEWORK_SEARCH_PATHS = /Library/Frameworks;
|
||||
FRAMEWORK_VERSION = 3.2.8;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_WARN_INHIBIT_ALL_WARNINGS = YES;
|
||||
HEADER_SEARCH_PATHS = "";
|
||||
INFOPLIST_FILE = "sqlite-Info.plist";
|
||||
INSTALL_PATH = /Library/Frameworks;
|
||||
OTHER_CFLAGS = (
|
||||
"-DHAVE_USLEEP=1",
|
||||
"-DNDEBUG",
|
||||
"-DOS_UNIX=1",
|
||||
"-DPIC",
|
||||
"-DSQLITE_OMIT_CURSOR",
|
||||
"-DTEMP_STORE=2",
|
||||
"-DTHREADSAFE=1",
|
||||
"-fno-common",
|
||||
);
|
||||
OTHER_LDFLAGS = (
|
||||
"-flat_namespace",
|
||||
"-undefined",
|
||||
suppress,
|
||||
"-lpthread",
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = sqlite;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
name = "sqlite-3.2.8";
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
D37F3CC709C0E093002C93D4 /* Build configuration list for PBXProject "sqlite-3.2.8" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
D37F3CC809C0E093002C93D4 /* sqlite-3.2.8 */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "sqlite-3.2.8";
|
||||
};
|
||||
D37F3CDB09C0E0CC002C93D4 /* Build configuration list for PBXNativeTarget "sqlite.framework" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
D37F3CDC09C0E0CC002C93D4 /* sqlite-3.2.8 */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = "sqlite-3.2.8";
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = D37F3CC609C0E093002C93D4 /* Project object */;
|
||||
}
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>sqlite</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.freeswitch.sqlite</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>BKW</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3.2.8</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.freeswitch.teletone</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>BKW</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
</dict>
|
||||
</plist>
|
|
@ -1,266 +0,0 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 42;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
D37F3EDD09C0F707002C93D4 /* libteletone_detect.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3ED809C0F707002C93D4 /* libteletone_detect.c */; };
|
||||
D37F3EDE09C0F707002C93D4 /* libteletone_detect.h in Headers */ = {isa = PBXBuildFile; fileRef = D37F3ED909C0F707002C93D4 /* libteletone_detect.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
D37F3EDF09C0F707002C93D4 /* libteletone_generate.c in Sources */ = {isa = PBXBuildFile; fileRef = D37F3EDA09C0F707002C93D4 /* libteletone_generate.c */; };
|
||||
D37F3EE009C0F707002C93D4 /* libteletone_generate.h in Headers */ = {isa = PBXBuildFile; fileRef = D37F3EDB09C0F707002C93D4 /* libteletone_generate.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
||||
D37F3EE109C0F707002C93D4 /* libteletone.h in Headers */ = {isa = PBXBuildFile; fileRef = D37F3EDC09C0F707002C93D4 /* libteletone.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXBuildStyle section */
|
||||
D3DA9F7C09C102D200AA370C /* Development */ = {
|
||||
isa = PBXBuildStyle;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
};
|
||||
name = Development;
|
||||
};
|
||||
D3DA9F7D09C102D200AA370C /* Deployment */ = {
|
||||
isa = PBXBuildStyle;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = YES;
|
||||
};
|
||||
name = Deployment;
|
||||
};
|
||||
/* End PBXBuildStyle section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
D37F3EC409C0F660002C93D4 /* teletone.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = teletone.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
D37F3EC609C0F660002C93D4 /* teletone-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "teletone-Info.plist"; sourceTree = "<group>"; };
|
||||
D37F3ED809C0F707002C93D4 /* libteletone_detect.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = libteletone_detect.c; path = ../../../libs/libteletone/src/libteletone_detect.c; sourceTree = "<group>"; };
|
||||
D37F3ED909C0F707002C93D4 /* libteletone_detect.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libteletone_detect.h; path = ../../../libs/libteletone/src/libteletone_detect.h; sourceTree = "<group>"; };
|
||||
D37F3EDA09C0F707002C93D4 /* libteletone_generate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = libteletone_generate.c; path = ../../../libs/libteletone/src/libteletone_generate.c; sourceTree = "<group>"; };
|
||||
D37F3EDB09C0F707002C93D4 /* libteletone_generate.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libteletone_generate.h; path = ../../../libs/libteletone/src/libteletone_generate.h; sourceTree = "<group>"; };
|
||||
D37F3EDC09C0F707002C93D4 /* libteletone.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = libteletone.h; path = ../../../libs/libteletone/src/libteletone.h; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
D37F3EC209C0F660002C93D4 /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
D37F3EB409C0F652002C93D4 = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D37F3EC509C0F660002C93D4 /* teletone */,
|
||||
D37F3EC609C0F660002C93D4 /* teletone-Info.plist */,
|
||||
D37F3EC409C0F660002C93D4 /* teletone.framework */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D37F3EC509C0F660002C93D4 /* teletone */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D37F3ED309C0F6AC002C93D4 /* src */,
|
||||
D37F3ED409C0F6B1002C93D4 /* include */,
|
||||
);
|
||||
name = teletone;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D37F3ED309C0F6AC002C93D4 /* src */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D37F3ED809C0F707002C93D4 /* libteletone_detect.c */,
|
||||
D37F3EDA09C0F707002C93D4 /* libteletone_generate.c */,
|
||||
);
|
||||
name = src;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
D37F3ED409C0F6B1002C93D4 /* include */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
D37F3ED909C0F707002C93D4 /* libteletone_detect.h */,
|
||||
D37F3EDB09C0F707002C93D4 /* libteletone_generate.h */,
|
||||
D37F3EDC09C0F707002C93D4 /* libteletone.h */,
|
||||
);
|
||||
name = include;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXHeadersBuildPhase section */
|
||||
D37F3EBF09C0F660002C93D4 /* Headers */ = {
|
||||
isa = PBXHeadersBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D37F3EDE09C0F707002C93D4 /* libteletone_detect.h in Headers */,
|
||||
D37F3EE009C0F707002C93D4 /* libteletone_generate.h in Headers */,
|
||||
D37F3EE109C0F707002C93D4 /* libteletone.h in Headers */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXHeadersBuildPhase section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
D37F3EC309C0F660002C93D4 /* teletone.framework */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = D37F3EC709C0F660002C93D4 /* Build configuration list for PBXNativeTarget "teletone.framework" */;
|
||||
buildPhases = (
|
||||
D37F3EBF09C0F660002C93D4 /* Headers */,
|
||||
D37F3EC009C0F660002C93D4 /* Resources */,
|
||||
D37F3EC109C0F660002C93D4 /* Sources */,
|
||||
D37F3EC209C0F660002C93D4 /* Frameworks */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
buildSettings = {
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
FRAMEWORK_VERSION = A;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
INFOPLIST_FILE = "teletone-Info.plist";
|
||||
INSTALL_PATH = "$(HOME)/Library/Frameworks";
|
||||
OTHER_LDFLAGS = (
|
||||
"-framework",
|
||||
Foundation,
|
||||
"-framework",
|
||||
AppKit,
|
||||
);
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = teletone;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
dependencies = (
|
||||
);
|
||||
name = teletone.framework;
|
||||
productName = teletone;
|
||||
productReference = D37F3EC409C0F660002C93D4 /* teletone.framework */;
|
||||
productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
|
||||
<!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">
|
||||
<plist version=\"1.0\">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.yourcompany.teletone</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
";
|
||||
productType = "com.apple.product-type.framework";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
D37F3EB609C0F652002C93D4 /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
buildConfigurationList = D37F3EB709C0F652002C93D4 /* Build configuration list for PBXProject "teletone" */;
|
||||
buildSettings = {
|
||||
};
|
||||
buildStyles = (
|
||||
D3DA9F7C09C102D200AA370C /* Development */,
|
||||
D3DA9F7D09C102D200AA370C /* Deployment */,
|
||||
);
|
||||
hasScannedForEncodings = 0;
|
||||
mainGroup = D37F3EB409C0F652002C93D4;
|
||||
productRefGroup = D37F3EC509C0F660002C93D4 /* teletone */;
|
||||
projectDirPath = "";
|
||||
targets = (
|
||||
D37F3EC309C0F660002C93D4 /* teletone.framework */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
D37F3EC009C0F660002C93D4 /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
D37F3EC109C0F660002C93D4 /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
D37F3EDD09C0F707002C93D4 /* libteletone_detect.c in Sources */,
|
||||
D37F3EDF09C0F707002C93D4 /* libteletone_generate.c in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
D37F3EB809C0F652002C93D4 /* teletone */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DSTROOT = /Library/Frameworks;
|
||||
INSTALL_PATH = /;
|
||||
NATIVE_ARCH = "ppc i386";
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
};
|
||||
name = teletone;
|
||||
};
|
||||
D37F3EC809C0F660002C93D4 /* teletone */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
COPY_PHASE_STRIP = NO;
|
||||
DSTROOT = /;
|
||||
DYLIB_COMPATIBILITY_VERSION = 1;
|
||||
DYLIB_CURRENT_VERSION = 1;
|
||||
FRAMEWORK_VERSION = A;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
GCC_MODEL_TUNING = G5;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
INFOPLIST_FILE = "teletone-Info.plist";
|
||||
INSTALL_PATH = /Library/Frameworks;
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = teletone;
|
||||
ZERO_LINK = YES;
|
||||
};
|
||||
name = teletone;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
D37F3EB709C0F652002C93D4 /* Build configuration list for PBXProject "teletone" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
D37F3EB809C0F652002C93D4 /* teletone */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = teletone;
|
||||
};
|
||||
D37F3EC709C0F660002C93D4 /* Build configuration list for PBXNativeTarget "teletone.framework" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
D37F3EC809C0F660002C93D4 /* teletone */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = teletone;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = D37F3EB609C0F652002C93D4 /* Project object */;
|
||||
}
|
Loading…
Reference in New Issue