From 442b62880542d87c8ebd48d8bd1aacd97a81212b Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Sat, 15 Nov 2014 18:04:05 +0000 Subject: [PATCH] removed old xcode project, added readme for ez430-rf2560 --- eZ430-RF2560/README | 1 + project.xcodeproj/project.pbxproj | 805 ------------------------------ 2 files changed, 1 insertion(+), 805 deletions(-) create mode 100644 eZ430-RF2560/README delete mode 100644 project.xcodeproj/project.pbxproj diff --git a/eZ430-RF2560/README b/eZ430-RF2560/README new file mode 100644 index 000000000..27b58f061 --- /dev/null +++ b/eZ430-RF2560/README @@ -0,0 +1 @@ +Example has been moved to platforms/ez430-rf2560 diff --git a/project.xcodeproj/project.pbxproj b/project.xcodeproj/project.pbxproj deleted file mode 100644 index 5a1c17ff2..000000000 --- a/project.xcodeproj/project.pbxproj +++ /dev/null @@ -1,805 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXBuildFile section */ - 9C00F7321017ACC3008DAB17 /* socket_connection.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C00F7301017ACC3008DAB17 /* socket_connection.c */; }; - 9C00F7D71019082F008DAB17 /* hci_cmds.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C00F7D61019082F008DAB17 /* hci_cmds.c */; }; - 9C00F7D81019082F008DAB17 /* hci_cmds.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C00F7D61019082F008DAB17 /* hci_cmds.c */; }; - 9C00F86410191097008DAB17 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C00F86210191097008DAB17 /* utils.c */; }; - 9C00F86510191097008DAB17 /* utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C00F86210191097008DAB17 /* utils.c */; }; - 9C00F87410191130008DAB17 /* l2cap_signaling.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C00F87210191130008DAB17 /* l2cap_signaling.c */; }; - 9C04B826107D1CED002A63D0 /* run_loop.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C04B825107D1CED002A63D0 /* run_loop.c */; }; - 9C04B876107D2B7C002A63D0 /* run_loop_cocoa.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CEB4DAA10753B4B00DD5720 /* run_loop_cocoa.m */; }; - 9C04B87A107D2BA7002A63D0 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C04B879107D2BA7002A63D0 /* CoreFoundation.framework */; }; - 9C05FC971020D3F300255261 /* socket_connection.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C00F7301017ACC3008DAB17 /* socket_connection.c */; }; - 9C2169D212F9FB7000072B00 /* platform_iphone.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C2169D112F9FB7000072B00 /* platform_iphone.m */; }; - 9C3AED88122C201C008046F4 /* remote_device_db_iphone.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3AED87122C201C008046F4 /* remote_device_db_iphone.m */; }; - 9C46FC3A0FA906F700ABEF05 /* hci_transport_h4.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C46FC360FA906F700ABEF05 /* hci_transport_h4.c */; }; - 9C5E0F0E12DE39250013EF2C /* hci_transport_usb.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C2071F210014D3200A07EA4 /* hci_transport_usb.c */; }; - 9C7B5AC0100BD3340065D87E /* linked_list.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7B5ABF100BD3340065D87E /* linked_list.c */; }; - 9C7B5D01100FC9AE0065D87E /* btstack.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CC813A10FFC0774002816F9 /* btstack.c */; }; - 9C7B5D03100FC9BB0065D87E /* test.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7B5B7E100D04450065D87E /* test.c */; }; - 9C7B5D0D100FC9CE0065D87E /* linked_list.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7B5ABF100BD3340065D87E /* linked_list.c */; }; - 9C7ECBB50FCC95DD0085DAC5 /* hci_dump.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C7ECBB40FCC95DD0085DAC5 /* hci_dump.c */; }; - 9C88500E0FBF6702004980E4 /* l2cap.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C88500C0FBF6702004980E4 /* l2cap.c */; }; - 9C9652C0142F6C75006409E8 /* remote_device_db_memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C9652BE142F6C75006409E8 /* remote_device_db_memory.c */; }; - 9C9F1A3D122F02DD004E21AC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9C9F1A3C122F02DD004E21AC /* Foundation.framework */; }; - 9CB9846B11BC32A800A2F346 /* sdp_util.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CB9846A11BC32A800A2F346 /* sdp_util.c */; }; - 9CC2B40113DAEA2800D76693 /* memory_pool.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CC2B40013DAEA2800D76693 /* memory_pool.c */; }; - 9CC2B44A13DB481300D76693 /* btstack_memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CC2B44813DB481300D76693 /* btstack_memory.c */; }; - 9CC42185136D6C9400BC4229 /* rfcomm.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CC42183136D6C9400BC4229 /* rfcomm.c */; }; - 9CC813A50FFC0A51002816F9 /* daemon.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CC813A40FFC0A51002816F9 /* daemon.c */; }; - 9CCE6CEA1025BD0000FCE9F4 /* hci.c in Sources */ = {isa = PBXBuildFile; fileRef = 9C46FC340FA906F700ABEF05 /* hci.c */; }; - 9CE7CDD811BFF5470096F5B1 /* sdp.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CE7CDD711BFF5470096F5B1 /* sdp.c */; }; - 9CEB4F17107AAAEF00DD5720 /* run_loop_posix.c in Sources */ = {isa = PBXBuildFile; fileRef = 9CEB4DAC10753BE600DD5720 /* run_loop_posix.c */; }; - 9CF3F776112F241600D081C9 /* BTstackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C509539112744AA00A30986 /* BTstackManager.m */; }; - 9CF3F782112F244C00D081C9 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9CF3F781112F244B00D081C9 /* UIKit.framework */; }; - 9CF3F95311306FFB00D081C9 /* TestBTstackManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CF3F95211306FFB00D081C9 /* TestBTstackManager.m */; }; - 9CF3F99F113083F100D081C9 /* BTDevice.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C13C9FC10ECED6300B04243 /* BTDevice.m */; }; - 9CF3FB1F113191E400D081C9 /* BTDiscoveryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CF3FB1E113191E400D081C9 /* BTDiscoveryViewController.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 8DD76FAF0486AB0100D96B5E /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 8; - dstPath = /usr/share/man/man1/; - dstSubfolderSpec = 0; - files = ( - ); - runOnlyForDeploymentPostprocessing = 1; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 8DD76FB20486AB0100D96B5E /* project */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = project; sourceTree = BUILT_PRODUCTS_DIR; }; - 9C00F7301017ACC3008DAB17 /* socket_connection.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = socket_connection.c; path = src/socket_connection.c; sourceTree = ""; }; - 9C00F7311017ACC3008DAB17 /* socket_connection.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = socket_connection.h; path = src/socket_connection.h; sourceTree = ""; }; - 9C00F7D61019082F008DAB17 /* hci_cmds.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hci_cmds.c; path = src/hci_cmds.c; sourceTree = ""; }; - 9C00F86210191097008DAB17 /* utils.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = utils.c; path = src/utils.c; sourceTree = ""; }; - 9C00F87110191130008DAB17 /* l2cap_signaling.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = l2cap_signaling.h; path = src/l2cap_signaling.h; sourceTree = ""; }; - 9C00F87210191130008DAB17 /* l2cap_signaling.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = l2cap_signaling.c; path = src/l2cap_signaling.c; sourceTree = ""; }; - 9C04B825107D1CED002A63D0 /* run_loop.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = run_loop.c; path = src/run_loop.c; sourceTree = ""; }; - 9C04B879107D2BA7002A63D0 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = ""; }; - 9C105F5411DA92CF00AB3519 /* run_loop_private.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = run_loop_private.h; path = src/run_loop_private.h; sourceTree = ""; }; - 9C13C9F610ECECE900B04243 /* mouse.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = mouse.c; path = example/mouse.c; sourceTree = ""; }; - 9C13C9FB10ECED6300B04243 /* BTDevice.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = BTDevice.h; path = CocoaTouch/include/BTstack/BTDevice.h; sourceTree = ""; }; - 9C13C9FC10ECED6300B04243 /* BTDevice.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; name = BTDevice.m; path = CocoaTouch/src/BTDevice.m; sourceTree = ""; }; - 9C13C9FD10ECED6300B04243 /* BTInquiryViewController.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = BTInquiryViewController.h; path = CocoaTouch/include/BTstack/BTInquiryViewController.h; sourceTree = ""; }; - 9C13C9FE10ECED6300B04243 /* BTInquiryViewController.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; name = BTInquiryViewController.m; path = CocoaTouch/src/BTInquiryViewController.m; sourceTree = ""; }; - 9C2071F210014D3200A07EA4 /* hci_transport_usb.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = hci_transport_usb.c; path = src/hci_transport_usb.c; sourceTree = ""; }; - 9C2169D112F9FB7000072B00 /* platform_iphone.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; name = platform_iphone.m; path = src/platform_iphone.m; sourceTree = ""; }; - 9C255D4911E0C59900CDD689 /* run_loop_embedded.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = run_loop_embedded.c; path = src/run_loop_embedded.c; sourceTree = ""; }; - 9C255D7611E0DD2C00CDD689 /* hci_transport_h4_stellaris.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = hci_transport_h4_stellaris.c; path = "../../TI/Stellarware/boards/dk-lm3s9b96/bt_init/hci_transport_h4_stellaris.c"; sourceTree = SOURCE_ROOT; }; - 9C255DB511E10AEB00CDD689 /* debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = debug.h; path = src/debug.h; sourceTree = ""; }; - 9C3AED86122C201C008046F4 /* remote_device_db.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = remote_device_db.h; path = src/remote_device_db.h; sourceTree = ""; }; - 9C3AED87122C201C008046F4 /* remote_device_db_iphone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = remote_device_db_iphone.m; path = src/remote_device_db_iphone.m; sourceTree = ""; }; - 9C46FC340FA906F700ABEF05 /* hci.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = hci.c; path = src/hci.c; sourceTree = ""; }; - 9C46FC350FA906F700ABEF05 /* hci.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = hci.h; path = src/hci.h; sourceTree = ""; }; - 9C46FC360FA906F700ABEF05 /* hci_transport_h4.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = hci_transport_h4.c; path = src/hci_transport_h4.c; sourceTree = ""; }; - 9C46FC380FA906F700ABEF05 /* hci_transport.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = hci_transport.h; path = src/hci_transport.h; sourceTree = ""; }; - 9C509539112744AA00A30986 /* BTstackManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BTstackManager.m; path = CocoaTouch/src/BTstackManager.m; sourceTree = ""; }; - 9C50953B112744CD00A30986 /* BTstackManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BTstackManager.h; path = CocoaTouch/include/BTstack/BTstackManager.h; sourceTree = ""; }; - 9C5B851F13ABD4DB00796016 /* rfcomm-test.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = "rfcomm-test.c"; path = "example/rfcomm-test.c"; sourceTree = ""; }; - 9C5BA8A0110B756500D79BBE /* hci_cmds.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = hci_cmds.h; path = include/btstack/hci_cmds.h; sourceTree = ""; }; - 9C5BABAF110E28E900D79BBE /* l2cap-server.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = "l2cap-server.c"; path = "example/l2cap-server.c"; sourceTree = ""; }; - 9C6459DE1037554B0081A00B /* platform_iphone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = platform_iphone.h; path = src/platform_iphone.h; sourceTree = ""; }; - 9C7559AB11B9798400156EF5 /* hci_transport_h5.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = hci_transport_h5.c; path = src/hci_transport_h5.c; sourceTree = ""; }; - 9C77E36410618B1D00F39DCF /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = Makefile.in; path = SpringBoardAccess/Makefile.in; sourceTree = ""; }; - 9C77E36710618C6500F39DCF /* SpringBoardAccess-test.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = "SpringBoardAccess-test.c"; path = "SpringBoardAccess/SpringBoardAccess-test.c"; sourceTree = ""; }; - 9C77E4AE10634E3100F39DCF /* launch.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = launch.h; sourceTree = ""; }; - 9C77E4AF10634E3100F39DCF /* libsubstrate.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; path = libsubstrate.dylib; sourceTree = ""; }; - 9C77E4B010634E3100F39DCF /* README */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = README; sourceTree = ""; }; - 9C77E4B210634E3100F39DCF /* substrate.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = substrate.h; sourceTree = ""; }; - 9C77E7501066680800F39DCF /* SpringBoardAccessExtension.mm */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.cpp.objcpp; name = SpringBoardAccessExtension.mm; path = SpringBoardAccess/SpringBoardAccessExtension.mm; sourceTree = ""; }; - 9C77E75310666B5D00F39DCF /* SpringBoardAccess.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = SpringBoardAccess.c; path = SpringBoardAccess/SpringBoardAccess.c; sourceTree = ""; }; - 9C77E75410666B5D00F39DCF /* SpringBoardAccess.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = SpringBoardAccess.h; path = SpringBoardAccess/SpringBoardAccess.h; sourceTree = ""; }; - 9C77E7BC1066AC4100F39DCF /* control */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = control; path = SpringBoardAccess/control; sourceTree = ""; }; - 9C78A04A103C6734003B2950 /* Default_BTstack.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default_BTstack.png; path = resources/Default_BTstack.png; sourceTree = ""; }; - 9C78A04B103C6734003B2950 /* Default_BTstackActive.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default_BTstackActive.png; path = resources/Default_BTstackActive.png; sourceTree = ""; }; - 9C78A04C103C6734003B2950 /* FSO_BTstack.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = FSO_BTstack.png; path = resources/FSO_BTstack.png; sourceTree = ""; }; - 9C78A04D103C6734003B2950 /* FSO_BTstackActive.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = FSO_BTstackActive.png; path = resources/FSO_BTstackActive.png; sourceTree = ""; }; - 9C78A0BB103C9DEE003B2950 /* ch.ringwald.BTstack.plist */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.plist.xml; name = ch.ringwald.BTstack.plist; path = resources/ch.ringwald.BTstack.plist; sourceTree = ""; }; - 9C79D4C113A7F27600F3F83B /* hal_uart_dma.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = hal_uart_dma.h; path = include/btstack/hal_uart_dma.h; sourceTree = ""; }; - 9C79D4C313A7F3DF00F3F83B /* hal_tick.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = hal_tick.h; path = include/btstack/hal_tick.h; sourceTree = ""; }; - 9C7B5ABF100BD3340065D87E /* linked_list.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = linked_list.c; path = src/linked_list.c; sourceTree = ""; }; - 9C7B5B7E100D04450065D87E /* test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = test.c; path = example/test.c; sourceTree = ""; }; - 9C7B5CF6100FC96A0065D87E /* clientTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = clientTest; sourceTree = BUILT_PRODUCTS_DIR; }; - 9C7ECB810FCC85650085DAC5 /* bt_control.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = bt_control.h; path = src/bt_control.h; sourceTree = ""; }; - 9C7ECB830FCC85650085DAC5 /* bt_control_iphone.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = bt_control_iphone.h; path = src/bt_control_iphone.h; sourceTree = ""; }; - 9C7ECBB30FCC95DD0085DAC5 /* hci_dump.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hci_dump.h; path = src/hci_dump.h; sourceTree = ""; }; - 9C7ECBB40FCC95DD0085DAC5 /* hci_dump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hci_dump.c; path = src/hci_dump.c; sourceTree = ""; }; - 9C88500C0FBF6702004980E4 /* l2cap.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = l2cap.c; path = src/l2cap.c; sourceTree = ""; }; - 9C88500D0FBF6702004980E4 /* l2cap.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = l2cap.h; path = src/l2cap.h; sourceTree = ""; }; - 9C9485C41211D58300B66EF1 /* l2cap-throughput.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = "l2cap-throughput.c"; path = "example/l2cap-throughput.c"; sourceTree = ""; }; - 9C9652BD142F6C75006409E8 /* hci_transport_h4_ehcill_dma.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = hci_transport_h4_ehcill_dma.c; path = src/hci_transport_h4_ehcill_dma.c; sourceTree = ""; }; - 9C9652BE142F6C75006409E8 /* remote_device_db_memory.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = remote_device_db_memory.c; path = src/remote_device_db_memory.c; sourceTree = ""; }; - 9C978672113DC04900380B3E /* ch.ringwald.BTstackTCP.plist */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.plist.xml; name = ch.ringwald.BTstackTCP.plist; path = resources/ch.ringwald.BTstackTCP.plist; sourceTree = ""; }; - 9C9F1A3C122F02DD004E21AC /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 9CA3C0900FB8B3C4005F48DE /* TODO.txt */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = TODO.txt; sourceTree = ""; }; - 9CAA573610A5D87400D0E1A9 /* inquiry.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = inquiry.c; path = example/inquiry.c; sourceTree = ""; }; - 9CAC0824139B882100F22A9C /* hci_transport_h4_dma.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = hci_transport_h4_dma.c; path = src/hci_transport_h4_dma.c; sourceTree = ""; }; - 9CB9846A11BC32A800A2F346 /* sdp_util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sdp_util.c; path = src/sdp_util.c; sourceTree = ""; }; - 9CBE154810A354FF00597802 /* package.sh */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.script.sh; path = package.sh; sourceTree = ""; }; - 9CC152C61009052100223347 /* config.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = ""; }; - 9CC2B3FF13DAEA1900D76693 /* memory_pool.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = memory_pool.h; path = include/btstack/memory_pool.h; sourceTree = ""; }; - 9CC2B40013DAEA2800D76693 /* memory_pool.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = memory_pool.c; path = src/memory_pool.c; sourceTree = ""; }; - 9CC2B44813DB481300D76693 /* btstack_memory.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = btstack_memory.c; path = src/btstack_memory.c; sourceTree = ""; }; - 9CC2B44913DB481300D76693 /* btstack_memory.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = btstack_memory.h; path = src/btstack_memory.h; sourceTree = ""; }; - 9CC42183136D6C9400BC4229 /* rfcomm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rfcomm.c; path = src/rfcomm.c; sourceTree = ""; }; - 9CC42184136D6C9400BC4229 /* rfcomm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rfcomm.h; path = src/rfcomm.h; sourceTree = ""; }; - 9CC42186136D76B500BC4229 /* rfcomm-cat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "rfcomm-cat.c"; path = "example/rfcomm-cat.c"; sourceTree = ""; }; - 9CC42188136D778700BC4229 /* rfcomm-echo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "rfcomm-echo.c"; path = "example/rfcomm-echo.c"; sourceTree = ""; }; - 9CC813A10FFC0774002816F9 /* btstack.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = btstack.c; path = src/btstack.c; sourceTree = ""; }; - 9CC813A40FFC0A51002816F9 /* daemon.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = daemon.c; path = src/daemon.c; sourceTree = ""; }; - 9CE7CDD711BFF5470096F5B1 /* sdp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sdp.c; path = src/sdp.c; sourceTree = ""; }; - 9CE7CDDA11BFF5810096F5B1 /* sdp_util.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = sdp_util.h; path = include/btstack/sdp_util.h; sourceTree = ""; }; - 9CEB4B62107118E800DD5720 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; name = Makefile.in; path = src/Makefile.in; sourceTree = ""; }; - 9CEB4B7910715DE400DD5720 /* btstack.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = btstack.h; path = include/btstack/btstack.h; sourceTree = ""; }; - 9CEB4B7A10715DE400DD5720 /* run_loop.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = run_loop.h; path = include/btstack/run_loop.h; sourceTree = ""; }; - 9CEB4B8010715EB000DD5720 /* linked_list.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = linked_list.h; path = include/btstack/linked_list.h; sourceTree = ""; }; - 9CEB4B8110715EB000DD5720 /* utils.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = utils.h; path = include/btstack/utils.h; sourceTree = ""; }; - 9CEB4DAA10753B4B00DD5720 /* run_loop_cocoa.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; name = run_loop_cocoa.m; path = src/run_loop_cocoa.m; sourceTree = ""; }; - 9CEB4DAC10753BE600DD5720 /* run_loop_posix.c */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.c; name = run_loop_posix.c; path = src/run_loop_posix.c; sourceTree = ""; }; - 9CF13C1510F8A1C6004C4EEE /* bt_control_iphone.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; name = bt_control_iphone.m; path = src/bt_control_iphone.m; sourceTree = ""; }; - 9CF3F74C112F201600D081C9 /* BTstackCocoaAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = BTstackCocoaAppDelegate.h; path = CocoaTouch/src/BTstackCocoaAppDelegate.h; sourceTree = ""; }; - 9CF3F74D112F201600D081C9 /* BTstackCocoaAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; name = BTstackCocoaAppDelegate.m; path = CocoaTouch/src/BTstackCocoaAppDelegate.m; sourceTree = ""; }; - 9CF3F75F112F239B00D081C9 /* TestBTstackManager.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TestBTstackManager.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 9CF3F781112F244B00D081C9 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - 9CF3F95111306FFB00D081C9 /* TestBTstackManager.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = TestBTstackManager.h; path = CocoaTouch/src/TestBTstackManager.h; sourceTree = ""; }; - 9CF3F95211306FFB00D081C9 /* TestBTstackManager.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; name = TestBTstackManager.m; path = CocoaTouch/src/TestBTstackManager.m; sourceTree = ""; }; - 9CF3F95A1130702D00D081C9 /* TestBTstackManager-Info.plist */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text.plist.xml; name = "TestBTstackManager-Info.plist"; path = "CocoaTouch/TestBTstackManager-Info.plist"; sourceTree = ""; }; - 9CF3FB1E113191E400D081C9 /* BTDiscoveryViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BTDiscoveryViewController.m; path = CocoaTouch/src/BTDiscoveryViewController.m; sourceTree = ""; }; - 9CF3FB201131920200D081C9 /* BTDiscoveryViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BTDiscoveryViewController.h; path = CocoaTouch/include/BTstack/BTDiscoveryViewController.h; sourceTree = ""; }; - 9CFFD48C11C4CD0100A37038 /* sdp.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; name = sdp.h; path = src/sdp.h; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 8DD76FAD0486AB0100D96B5E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 9C04B87A107D2BA7002A63D0 /* CoreFoundation.framework in Frameworks */, - 9C9F1A3D122F02DD004E21AC /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9C7B5CF4100FC96A0065D87E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9CF3F75D112F239B00D081C9 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 9CF3F782112F244C00D081C9 /* UIKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 08FB7794FE84155DC02AAC07 /* project */ = { - isa = PBXGroup; - children = ( - 9CBE154810A354FF00597802 /* package.sh */, - 9CA3C0900FB8B3C4005F48DE /* TODO.txt */, - 9CEB4B7510715DC200DD5720 /* include */, - 9C77E4AD10634E3100F39DCF /* 3rdparty */, - 9C78A049103C671D003B2950 /* Resources */, - 9C13C9FA10ECED6300B04243 /* CocoaTouch */, - 9C7B5B81100D04520065D87E /* Example */, - 08FB7795FE84155DC02AAC07 /* Source */, - 9C77E2751060322300F39DCF /* SpringBoardAccess */, - C6A0FF2B0290797F04C91782 /* Documentation */, - 1AB674ADFE9D54B511CA2CBB /* Products */, - 9CC152C61009052100223347 /* config.h */, - 9C04B879107D2BA7002A63D0 /* CoreFoundation.framework */, - 9C9F1A3C122F02DD004E21AC /* Foundation.framework */, - ); - name = project; - sourceTree = ""; - }; - 08FB7795FE84155DC02AAC07 /* Source */ = { - isa = PBXGroup; - children = ( - 9C9652BE142F6C75006409E8 /* remote_device_db_memory.c */, - 9CC2B44813DB481300D76693 /* btstack_memory.c */, - 9CC2B44913DB481300D76693 /* btstack_memory.h */, - 9CC2B40013DAEA2800D76693 /* memory_pool.c */, - 9CEB4B62107118E800DD5720 /* Makefile.in */, - 9C7ECB810FCC85650085DAC5 /* bt_control.h */, - 9C7ECB830FCC85650085DAC5 /* bt_control_iphone.h */, - 9CF13C1510F8A1C6004C4EEE /* bt_control_iphone.m */, - 9CC813A10FFC0774002816F9 /* btstack.c */, - 9CC813A40FFC0A51002816F9 /* daemon.c */, - 9C255DB511E10AEB00CDD689 /* debug.h */, - 9C46FC350FA906F700ABEF05 /* hci.h */, - 9C46FC340FA906F700ABEF05 /* hci.c */, - 9C00F7D61019082F008DAB17 /* hci_cmds.c */, - 9C7ECBB30FCC95DD0085DAC5 /* hci_dump.h */, - 9C7ECBB40FCC95DD0085DAC5 /* hci_dump.c */, - 9C46FC380FA906F700ABEF05 /* hci_transport.h */, - 9C46FC360FA906F700ABEF05 /* hci_transport_h4.c */, - 9C7559AB11B9798400156EF5 /* hci_transport_h5.c */, - 9CAC0824139B882100F22A9C /* hci_transport_h4_dma.c */, - 9C9652BD142F6C75006409E8 /* hci_transport_h4_ehcill_dma.c */, - 9C255D7611E0DD2C00CDD689 /* hci_transport_h4_stellaris.c */, - 9C2071F210014D3200A07EA4 /* hci_transport_usb.c */, - 9C88500C0FBF6702004980E4 /* l2cap.c */, - 9C88500D0FBF6702004980E4 /* l2cap.h */, - 9C00F87110191130008DAB17 /* l2cap_signaling.h */, - 9C00F87210191130008DAB17 /* l2cap_signaling.c */, - 9C7B5ABF100BD3340065D87E /* linked_list.c */, - 9CC42183136D6C9400BC4229 /* rfcomm.c */, - 9CC42184136D6C9400BC4229 /* rfcomm.h */, - 9C04B825107D1CED002A63D0 /* run_loop.c */, - 9CEB4DAA10753B4B00DD5720 /* run_loop_cocoa.m */, - 9C255D4911E0C59900CDD689 /* run_loop_embedded.c */, - 9CEB4DAC10753BE600DD5720 /* run_loop_posix.c */, - 9C105F5411DA92CF00AB3519 /* run_loop_private.h */, - 9C00F7301017ACC3008DAB17 /* socket_connection.c */, - 9C00F7311017ACC3008DAB17 /* socket_connection.h */, - 9C00F86210191097008DAB17 /* utils.c */, - 9C6459DE1037554B0081A00B /* platform_iphone.h */, - 9C2169D112F9FB7000072B00 /* platform_iphone.m */, - 9CB9846A11BC32A800A2F346 /* sdp_util.c */, - 9CE7CDD711BFF5470096F5B1 /* sdp.c */, - 9CFFD48C11C4CD0100A37038 /* sdp.h */, - 9C3AED86122C201C008046F4 /* remote_device_db.h */, - 9C3AED87122C201C008046F4 /* remote_device_db_iphone.m */, - ); - name = Source; - sourceTree = ""; - usesTabs = 0; - }; - 1AB674ADFE9D54B511CA2CBB /* Products */ = { - isa = PBXGroup; - children = ( - 8DD76FB20486AB0100D96B5E /* project */, - 9C7B5CF6100FC96A0065D87E /* clientTest */, - 9CF3F75F112F239B00D081C9 /* TestBTstackManager.app */, - ); - name = Products; - sourceTree = ""; - }; - 9C13C9FA10ECED6300B04243 /* CocoaTouch */ = { - isa = PBXGroup; - children = ( - 9CF3F74C112F201600D081C9 /* BTstackCocoaAppDelegate.h */, - 9CF3F74D112F201600D081C9 /* BTstackCocoaAppDelegate.m */, - 9C13C9FB10ECED6300B04243 /* BTDevice.h */, - 9C13C9FC10ECED6300B04243 /* BTDevice.m */, - 9C13C9FD10ECED6300B04243 /* BTInquiryViewController.h */, - 9C13C9FE10ECED6300B04243 /* BTInquiryViewController.m */, - 9C50953B112744CD00A30986 /* BTstackManager.h */, - 9C509539112744AA00A30986 /* BTstackManager.m */, - 9CF3FB201131920200D081C9 /* BTDiscoveryViewController.h */, - 9CF3FB1E113191E400D081C9 /* BTDiscoveryViewController.m */, - 9CF3F95111306FFB00D081C9 /* TestBTstackManager.h */, - 9CF3F95211306FFB00D081C9 /* TestBTstackManager.m */, - 9CF3F95A1130702D00D081C9 /* TestBTstackManager-Info.plist */, - 9CF3F781112F244B00D081C9 /* UIKit.framework */, - ); - name = CocoaTouch; - sourceTree = ""; - }; - 9C77E2751060322300F39DCF /* SpringBoardAccess */ = { - isa = PBXGroup; - children = ( - 9C77E7BC1066AC4100F39DCF /* control */, - 9C77E75310666B5D00F39DCF /* SpringBoardAccess.c */, - 9C77E75410666B5D00F39DCF /* SpringBoardAccess.h */, - 9C77E7501066680800F39DCF /* SpringBoardAccessExtension.mm */, - 9C77E36710618C6500F39DCF /* SpringBoardAccess-test.c */, - 9C77E36410618B1D00F39DCF /* Makefile.in */, - ); - name = SpringBoardAccess; - sourceTree = ""; - }; - 9C77E4AD10634E3100F39DCF /* 3rdparty */ = { - isa = PBXGroup; - children = ( - 9C77E4AE10634E3100F39DCF /* launch.h */, - 9C77E4AF10634E3100F39DCF /* libsubstrate.dylib */, - 9C77E4B010634E3100F39DCF /* README */, - 9C77E4B210634E3100F39DCF /* substrate.h */, - ); - path = 3rdparty; - sourceTree = ""; - }; - 9C78A049103C671D003B2950 /* Resources */ = { - isa = PBXGroup; - children = ( - 9C78A04A103C6734003B2950 /* Default_BTstack.png */, - 9C78A0BB103C9DEE003B2950 /* ch.ringwald.BTstack.plist */, - 9C978672113DC04900380B3E /* ch.ringwald.BTstackTCP.plist */, - 9C78A04B103C6734003B2950 /* Default_BTstackActive.png */, - 9C78A04C103C6734003B2950 /* FSO_BTstack.png */, - 9C78A04D103C6734003B2950 /* FSO_BTstackActive.png */, - ); - name = Resources; - sourceTree = ""; - }; - 9C7B5B81100D04520065D87E /* Example */ = { - isa = PBXGroup; - children = ( - 9C5B851F13ABD4DB00796016 /* rfcomm-test.c */, - 9CC42186136D76B500BC4229 /* rfcomm-cat.c */, - 9CC42188136D778700BC4229 /* rfcomm-echo.c */, - 9C9485C41211D58300B66EF1 /* l2cap-throughput.c */, - 9C5BABAF110E28E900D79BBE /* l2cap-server.c */, - 9CAA573610A5D87400D0E1A9 /* inquiry.c */, - 9C13C9F610ECECE900B04243 /* mouse.c */, - 9C7B5B7E100D04450065D87E /* test.c */, - ); - name = Example; - sourceTree = ""; - }; - 9CEB4B7510715DC200DD5720 /* include */ = { - isa = PBXGroup; - children = ( - 9C5BA8A0110B756500D79BBE /* hci_cmds.h */, - 9CEB4B8010715EB000DD5720 /* linked_list.h */, - 9CC2B3FF13DAEA1900D76693 /* memory_pool.h */, - 9CEB4B8110715EB000DD5720 /* utils.h */, - 9CEB4B7910715DE400DD5720 /* btstack.h */, - 9C79D4C113A7F27600F3F83B /* hal_uart_dma.h */, - 9C79D4C313A7F3DF00F3F83B /* hal_tick.h */, - 9CEB4B7A10715DE400DD5720 /* run_loop.h */, - 9CE7CDDA11BFF5810096F5B1 /* sdp_util.h */, - ); - name = include; - sourceTree = ""; - }; - C6A0FF2B0290797F04C91782 /* Documentation */ = { - isa = PBXGroup; - children = ( - ); - name = Documentation; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 8DD76FA90486AB0100D96B5E /* BTdaemon */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "BTdaemon" */; - buildPhases = ( - 8DD76FAB0486AB0100D96B5E /* Sources */, - 8DD76FAD0486AB0100D96B5E /* Frameworks */, - 8DD76FAF0486AB0100D96B5E /* CopyFiles */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = BTdaemon; - productInstallPath = "$(HOME)/bin"; - productName = project; - productReference = 8DD76FB20486AB0100D96B5E /* project */; - productType = "com.apple.product-type.tool"; - }; - 9C7B5CF5100FC96A0065D87E /* clientTest */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9C7B5CFD100FC9910065D87E /* Build configuration list for PBXNativeTarget "clientTest" */; - buildPhases = ( - 9C7B5CF3100FC96A0065D87E /* Sources */, - 9C7B5CF4100FC96A0065D87E /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = clientTest; - productName = clientTest; - productReference = 9C7B5CF6100FC96A0065D87E /* clientTest */; - productType = "com.apple.product-type.tool"; - }; - 9CF3F75E112F239B00D081C9 /* TestBTstackManager */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9CF3F765112F239C00D081C9 /* Build configuration list for PBXNativeTarget "TestBTstackManager" */; - buildPhases = ( - 9CF3F75B112F239B00D081C9 /* Resources */, - 9CF3F75C112F239B00D081C9 /* Sources */, - 9CF3F75D112F239B00D081C9 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = TestBTstackManager; - productName = TestBTstackManager; - productReference = 9CF3F75F112F239B00D081C9 /* TestBTstackManager.app */; - productType = "com.apple.product-type.application"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 08FB7793FE84155DC02AAC07 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "project" */; - compatibilityVersion = "Xcode 3.1"; - hasScannedForEncodings = 1; - knownRegions = ( - English, - Japanese, - French, - German, - ); - mainGroup = 08FB7794FE84155DC02AAC07 /* project */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 8DD76FA90486AB0100D96B5E /* BTdaemon */, - 9C7B5CF5100FC96A0065D87E /* clientTest */, - 9CF3F75E112F239B00D081C9 /* TestBTstackManager */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 9CF3F75B112F239B00D081C9 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 8DD76FAB0486AB0100D96B5E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9C46FC3A0FA906F700ABEF05 /* hci_transport_h4.c in Sources */, - 9C88500E0FBF6702004980E4 /* l2cap.c in Sources */, - 9C7ECBB50FCC95DD0085DAC5 /* hci_dump.c in Sources */, - 9CC813A50FFC0A51002816F9 /* daemon.c in Sources */, - 9C7B5AC0100BD3340065D87E /* linked_list.c in Sources */, - 9C00F7321017ACC3008DAB17 /* socket_connection.c in Sources */, - 9C00F7D71019082F008DAB17 /* hci_cmds.c in Sources */, - 9C00F86510191097008DAB17 /* utils.c in Sources */, - 9C00F87410191130008DAB17 /* l2cap_signaling.c in Sources */, - 9CCE6CEA1025BD0000FCE9F4 /* hci.c in Sources */, - 9CEB4F17107AAAEF00DD5720 /* run_loop_posix.c in Sources */, - 9C04B826107D1CED002A63D0 /* run_loop.c in Sources */, - 9C04B876107D2B7C002A63D0 /* run_loop_cocoa.m in Sources */, - 9CB9846B11BC32A800A2F346 /* sdp_util.c in Sources */, - 9CE7CDD811BFF5470096F5B1 /* sdp.c in Sources */, - 9C3AED88122C201C008046F4 /* remote_device_db_iphone.m in Sources */, - 9C5E0F0E12DE39250013EF2C /* hci_transport_usb.c in Sources */, - 9C2169D212F9FB7000072B00 /* platform_iphone.m in Sources */, - 9CC42185136D6C9400BC4229 /* rfcomm.c in Sources */, - 9CC2B40113DAEA2800D76693 /* memory_pool.c in Sources */, - 9CC2B44A13DB481300D76693 /* btstack_memory.c in Sources */, - 9C9652C0142F6C75006409E8 /* remote_device_db_memory.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9C7B5CF3100FC96A0065D87E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9C7B5D01100FC9AE0065D87E /* btstack.c in Sources */, - 9C7B5D03100FC9BB0065D87E /* test.c in Sources */, - 9C7B5D0D100FC9CE0065D87E /* linked_list.c in Sources */, - 9C00F7D81019082F008DAB17 /* hci_cmds.c in Sources */, - 9C00F86410191097008DAB17 /* utils.c in Sources */, - 9C05FC971020D3F300255261 /* socket_connection.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9CF3F75C112F239B00D081C9 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9CF3F776112F241600D081C9 /* BTstackManager.m in Sources */, - 9CF3F95311306FFB00D081C9 /* TestBTstackManager.m in Sources */, - 9CF3F99F113083F100D081C9 /* BTDevice.m in Sources */, - 9CF3FB1F113191E400D081C9 /* BTDiscoveryViewController.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 1DEB928608733DD80010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; - GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; - INSTALL_PATH = /usr/local/bin; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - /sw/lib, - ); - PRODUCT_NAME = project; - }; - name = Debug; - }; - 1DEB928708733DD80010E9CD /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_MODEL_TUNING = G5; - INSTALL_PATH = /usr/local/bin; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - /sw/lib, - ); - PRODUCT_NAME = project; - }; - name = Release; - }; - 1DEB928A08733DD80010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - GCC_C_LANGUAGE_STANDARD = c99; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - HEADER_SEARCH_PATHS = ( - include, - /sw/include, - ); - ONLY_ACTIVE_ARCH = YES; - OTHER_CFLAGS = "-I/usr/local/include"; - OTHER_LDFLAGS = ( - "-L/usr/local/lib", - "-lusb-1.0", - ); - PREBINDING = NO; - SDKROOT = macosx10.5; - }; - name = Debug; - }; - 1DEB928B08733DD80010E9CD /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - GCC_C_LANGUAGE_STANDARD = c99; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - OTHER_CFLAGS = "-I/usr/local/include"; - OTHER_LDFLAGS = ( - "-L/usr/local/lib", - "-lusb-1.0", - ); - PREBINDING = NO; - SDKROOT = macosx10.5; - }; - name = Release; - }; - 9C7B5CF8100FC96E0065D87E /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; - GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; - INSTALL_PATH = /usr/local/bin; - PREBINDING = NO; - PRODUCT_NAME = clientTest; - }; - name = Debug; - }; - 9C7B5CF9100FC96E0065D87E /* Debug iPhone */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; - GCC_MODEL_TUNING = G5; - INSTALL_PATH = /usr/local/bin; - PREBINDING = NO; - PRODUCT_NAME = clientTest; - }; - name = "Debug iPhone"; - }; - 9C7B5CFA100FC96E0065D87E /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - GCC_MODEL_TUNING = G5; - INSTALL_PATH = /usr/local/bin; - PREBINDING = NO; - PRODUCT_NAME = clientTest; - ZERO_LINK = NO; - }; - name = Release; - }; - 9C8852C10FC360E8004980E4 /* Debug iPhone */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_32_BIT)"; - GCC_C_LANGUAGE_STANDARD = c99; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - ONLY_ACTIVE_ARCH = YES; - OTHER_CFLAGS = "-I/usr/local/include"; - OTHER_LDFLAGS = ( - "-L/usr/local/lib", - "-lusb-1.0", - ); - PREBINDING = NO; - SDKROOT = iphoneos2.0; - }; - name = "Debug iPhone"; - }; - 9C8852C20FC360E8004980E4 /* Debug iPhone */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; - GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; - INSTALL_PATH = /usr/local/bin; - LIBRARY_SEARCH_PATHS = ( - "$(inherited)", - /sw/lib, - ); - PRODUCT_NAME = project; - }; - name = "Debug iPhone"; - }; - 9CF3F762112F239C00D081C9 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CODE_SIGN_IDENTITY = "Don't Code Sign"; - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/UIKit.framework/Headers/UIKit.h"; - INFOPLIST_FILE = "CocoaTouch/TestBTstackManager-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; - ONLY_ACTIVE_ARCH = YES; - OTHER_CFLAGS = ( - "-I/Projects/iPhone/btstack/CocoaTouch/include", - "-I/Projects/iPhone/btstack/include", - ); - OTHER_LDFLAGS = ( - "-L/usr/local/lib", - "-lbtstack", - "-framework", - Foundation, - "-framework", - UIKit, - ); - PREBINDING = NO; - PRODUCT_NAME = TestBTstackManager; - SDKROOT = iphonesimulator3.1.2; - }; - name = Debug; - }; - 9CF3F763112F239C00D081C9 /* Debug iPhone */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/UIKit.framework/Headers/UIKit.h"; - INFOPLIST_FILE = "CocoaTouch/TestBTstackManager-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; - ONLY_ACTIVE_ARCH = YES; - OTHER_CFLAGS = ( - "-I/Projects/iPhone/btstack/CocoaTouch/include", - "-I/Projects/iPhone/btstack/include", - ); - OTHER_LDFLAGS = ( - "-L/usr/local/lib", - "-lbtstack", - "-framework", - Foundation, - "-framework", - UIKit, - ); - PREBINDING = NO; - PRODUCT_NAME = TestBTstackManager; - SDKROOT = iphonesimulator3.1.2; - }; - name = "Debug iPhone"; - }; - 9CF3F764112F239C00D081C9 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CODE_SIGN_IDENTITY = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/UIKit.framework/Headers/UIKit.h"; - INFOPLIST_FILE = "CocoaTouch/TestBTstackManager-Info.plist"; - INSTALL_PATH = "$(HOME)/Applications"; - ONLY_ACTIVE_ARCH = YES; - OTHER_CFLAGS = ( - "-I/Projects/iPhone/btstack/CocoaTouch/include", - "-I/Projects/iPhone/btstack/include", - ); - OTHER_LDFLAGS = ( - "-L/usr/local/lib", - "-lbtstack", - "-framework", - Foundation, - "-framework", - UIKit, - ); - PREBINDING = NO; - PRODUCT_NAME = TestBTstackManager; - SDKROOT = iphonesimulator3.1.2; - ZERO_LINK = NO; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1DEB928508733DD80010E9CD /* Build configuration list for PBXNativeTarget "BTdaemon" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB928608733DD80010E9CD /* Debug */, - 9C8852C20FC360E8004980E4 /* Debug iPhone */, - 1DEB928708733DD80010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "project" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB928A08733DD80010E9CD /* Debug */, - 9C8852C10FC360E8004980E4 /* Debug iPhone */, - 1DEB928B08733DD80010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9C7B5CFD100FC9910065D87E /* Build configuration list for PBXNativeTarget "clientTest" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9C7B5CF8100FC96E0065D87E /* Debug */, - 9C7B5CF9100FC96E0065D87E /* Debug iPhone */, - 9C7B5CFA100FC96E0065D87E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9CF3F765112F239C00D081C9 /* Build configuration list for PBXNativeTarget "TestBTstackManager" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 9CF3F762112F239C00D081C9 /* Debug */, - 9CF3F763112F239C00D081C9 /* Debug iPhone */, - 9CF3F764112F239C00D081C9 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; -}