diff --git a/.slather.yml b/.slather.yml new file mode 100644 index 0000000..45fe806 --- /dev/null +++ b/.slather.yml @@ -0,0 +1,6 @@ +coverage_service: coveralls +xcodeproj: Example/WLXBluetoothDevice.xcodeproj +source_directory: Pod/Classes +ignore: + - Example/WLXBluetoothDevice/* + - Example/Tests/* diff --git a/Example/WLXBluetoothDevice.xcodeproj/project.pbxproj b/Example/WLXBluetoothDevice.xcodeproj/project.pbxproj index 75315db..1990b66 100644 --- a/Example/WLXBluetoothDevice.xcodeproj/project.pbxproj +++ b/Example/WLXBluetoothDevice.xcodeproj/project.pbxproj @@ -1,680 +1,1737 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 307D65D4302F2A5CB46FC565 /* libPods-Tests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DD05162AA0DB0986F63BB7EA /* libPods-Tests.a */; }; - 5ADA30C7A8A462E9455D851C /* libPods-WLXBluetoothDevice.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8AA35DD465687FDFA101C3A5 /* libPods-WLXBluetoothDevice.a */; }; - 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; - 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; }; - 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; - 6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; }; - 6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; }; - 6003F59E195388D20070C39A /* WLXAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* WLXAppDelegate.m */; }; - 6003F5A1195388D20070C39A /* Main_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6003F59F195388D20070C39A /* Main_iPhone.storyboard */; }; - 6003F5A4195388D20070C39A /* Main_iPad.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A2195388D20070C39A /* Main_iPad.storyboard */; }; - 6003F5A7195388D20070C39A /* WLXViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5A6195388D20070C39A /* WLXViewController.m */; }; - 6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; }; - 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; }; - 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; }; - 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; }; - 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; }; - 9D1441CF19F83D7F00A8B359 /* WLXCharacteristicAsyncExecutorSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D1441CE19F83D7F00A8B359 /* WLXCharacteristicAsyncExecutorSpec.m */; }; - 9D1441D419F866C900A8B359 /* WLXServiceManagerSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D1441D319F866C900A8B359 /* WLXServiceManagerSpec.m */; }; - 9D1EFB3A19D9D3C500CB4F45 /* WLXBluetoothDeviceDiscovererSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D1EFB3919D9D3C500CB4F45 /* WLXBluetoothDeviceDiscovererSpec.m */; }; - 9D24EAA919E20AD5002B14F6 /* WLXBluetoothDeviceRegistrySpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D24EAA819E20AD5002B14F6 /* WLXBluetoothDeviceRegistrySpec.m */; }; - 9D3A499319E2E832006E3063 /* WLXConnectViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D3A499219E2E832006E3063 /* WLXConnectViewController.m */; }; - 9D3A499619E2E84E006E3063 /* WLXDiscoverViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D3A499519E2E84E006E3063 /* WLXDiscoverViewController.m */; }; - 9D3A499B19E31667006E3063 /* WLXApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D3A499919E2EE92006E3063 /* WLXApplication.m */; }; - 9D7F2C6219DC6F8B00D44251 /* WLXLinearReconnectionStrategySpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D7F2C6119DC6F8B00D44251 /* WLXLinearReconnectionStrategySpec.m */; }; - 9D7F2C6419DC779000D44251 /* WLXBluetoothDeviceUserDefaultsRepositorySpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D7F2C6319DC779000D44251 /* WLXBluetoothDeviceUserDefaultsRepositorySpec.m */; }; - 9D7F2C6619DC8A3C00D44251 /* WLXBluetoothDeviceConnectionRecordSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D7F2C6519DC8A3C00D44251 /* WLXBluetoothDeviceConnectionRecordSpec.m */; }; - 9D7F2C6819DC902A00D44251 /* WLXBluetoothConnectionManagerSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D7F2C6719DC902A00D44251 /* WLXBluetoothConnectionManagerSpec.m */; }; - 9DCDAB651A13FA1D0042B6B4 /* WLXServiceViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DCDAB641A13FA1D0042B6B4 /* WLXServiceViewController.m */; }; - 9DCDAB681A1405420042B6B4 /* WLXDummyService.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DCDAB671A1405420042B6B4 /* WLXDummyService.m */; }; - 9DFA0E111A03F7FD00B74C59 /* WLXServicesManagerSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DFA0E101A03F7FD00B74C59 /* WLXServicesManagerSpec.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 6003F582195388D10070C39A /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6003F589195388D20070C39A; - remoteInfo = WLXBluetoothDevice; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 1064FF5038F9A4672C768797 /* Pods-Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig"; sourceTree = ""; }; - 6003F58A195388D20070C39A /* WLXBluetoothDevice.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WLXBluetoothDevice.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - 6003F595195388D20070C39A /* WLXBluetoothDevice-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "WLXBluetoothDevice-Info.plist"; sourceTree = ""; }; - 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; - 6003F59B195388D20070C39A /* WLXBluetoothDevice-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "WLXBluetoothDevice-Prefix.pch"; sourceTree = ""; }; - 6003F59C195388D20070C39A /* WLXAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WLXAppDelegate.h; sourceTree = ""; }; - 6003F59D195388D20070C39A /* WLXAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WLXAppDelegate.m; sourceTree = ""; }; - 6003F5A0195388D20070C39A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main_iPhone.storyboard; sourceTree = ""; }; - 6003F5A3195388D20070C39A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main_iPad.storyboard; sourceTree = ""; }; - 6003F5A5195388D20070C39A /* WLXViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WLXViewController.h; sourceTree = ""; }; - 6003F5A6195388D20070C39A /* WLXViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WLXViewController.m; sourceTree = ""; }; - 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; - 6003F5AE195388D20070C39A /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; - 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = ""; }; - 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = ""; }; - 64423AD4F4DF38E4460211D2 /* Pods-WLXBluetoothDevice.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WLXBluetoothDevice.release.xcconfig"; path = "Pods/Target Support Files/Pods-WLXBluetoothDevice/Pods-WLXBluetoothDevice.release.xcconfig"; sourceTree = ""; }; - 8AA35DD465687FDFA101C3A5 /* libPods-WLXBluetoothDevice.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-WLXBluetoothDevice.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 91208292CDC6635AC5152A4E /* Pods-WLXBluetoothDevice.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WLXBluetoothDevice.debug.xcconfig"; path = "Pods/Target Support Files/Pods-WLXBluetoothDevice/Pods-WLXBluetoothDevice.debug.xcconfig"; sourceTree = ""; }; - 9D1441CE19F83D7F00A8B359 /* WLXCharacteristicAsyncExecutorSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLXCharacteristicAsyncExecutorSpec.m; sourceTree = ""; }; - 9D1441D319F866C900A8B359 /* WLXServiceManagerSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLXServiceManagerSpec.m; sourceTree = ""; }; - 9D1EFB3919D9D3C500CB4F45 /* WLXBluetoothDeviceDiscovererSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLXBluetoothDeviceDiscovererSpec.m; sourceTree = ""; }; - 9D24EAA819E20AD5002B14F6 /* WLXBluetoothDeviceRegistrySpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLXBluetoothDeviceRegistrySpec.m; sourceTree = ""; }; - 9D3A499119E2E832006E3063 /* WLXConnectViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLXConnectViewController.h; sourceTree = ""; }; - 9D3A499219E2E832006E3063 /* WLXConnectViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLXConnectViewController.m; sourceTree = ""; }; - 9D3A499419E2E84E006E3063 /* WLXDiscoverViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLXDiscoverViewController.h; sourceTree = ""; }; - 9D3A499519E2E84E006E3063 /* WLXDiscoverViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLXDiscoverViewController.m; sourceTree = ""; }; - 9D3A499719E2EBE7006E3063 /* WLXDiscoverViewControllerDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLXDiscoverViewControllerDelegate.h; sourceTree = ""; }; - 9D3A499819E2EE92006E3063 /* WLXApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLXApplication.h; sourceTree = ""; }; - 9D3A499919E2EE92006E3063 /* WLXApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLXApplication.m; sourceTree = ""; }; - 9D7F2C6119DC6F8B00D44251 /* WLXLinearReconnectionStrategySpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLXLinearReconnectionStrategySpec.m; sourceTree = ""; }; - 9D7F2C6319DC779000D44251 /* WLXBluetoothDeviceUserDefaultsRepositorySpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLXBluetoothDeviceUserDefaultsRepositorySpec.m; sourceTree = ""; }; - 9D7F2C6519DC8A3C00D44251 /* WLXBluetoothDeviceConnectionRecordSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLXBluetoothDeviceConnectionRecordSpec.m; sourceTree = ""; }; - 9D7F2C6719DC902A00D44251 /* WLXBluetoothConnectionManagerSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLXBluetoothConnectionManagerSpec.m; sourceTree = ""; }; - 9DCDAB631A13FA1D0042B6B4 /* WLXServiceViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLXServiceViewController.h; sourceTree = ""; }; - 9DCDAB641A13FA1D0042B6B4 /* WLXServiceViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLXServiceViewController.m; sourceTree = ""; }; - 9DCDAB661A1405420042B6B4 /* WLXDummyService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WLXDummyService.h; sourceTree = ""; }; - 9DCDAB671A1405420042B6B4 /* WLXDummyService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLXDummyService.m; sourceTree = ""; }; - 9DFA0E101A03F7FD00B74C59 /* WLXServicesManagerSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WLXServicesManagerSpec.m; sourceTree = ""; }; - A2887F621891F6A15A9626BB /* WLXBluetoothDevice.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = WLXBluetoothDevice.podspec; path = ../WLXBluetoothDevice.podspec; sourceTree = ""; }; - CD9F907B60A98A166470E4E8 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; - DD05162AA0DB0986F63BB7EA /* libPods-Tests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Tests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - F2D85A625C1CD15505CEBCE7 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; - F44D8F6F757D045EC981EAAE /* Pods-Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 6003F587195388D20070C39A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */, - 6003F592195388D20070C39A /* UIKit.framework in Frameworks */, - 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */, - 5ADA30C7A8A462E9455D851C /* libPods-WLXBluetoothDevice.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6003F5AB195388D20070C39A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */, - 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */, - 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */, - 307D65D4302F2A5CB46FC565 /* libPods-Tests.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 6003F581195388D10070C39A = { - isa = PBXGroup; - children = ( - 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */, - 6003F593195388D20070C39A /* WLXBluetoothDevice */, - 6003F5B5195388D20070C39A /* Tests */, - 6003F58C195388D20070C39A /* Frameworks */, - 6003F58B195388D20070C39A /* Products */, - C4F2E837321794A0417727B9 /* Pods */, - ); - sourceTree = ""; - }; - 6003F58B195388D20070C39A /* Products */ = { - isa = PBXGroup; - children = ( - 6003F58A195388D20070C39A /* WLXBluetoothDevice.app */, - 6003F5AE195388D20070C39A /* Tests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - 6003F58C195388D20070C39A /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6003F58D195388D20070C39A /* Foundation.framework */, - 6003F58F195388D20070C39A /* CoreGraphics.framework */, - 6003F591195388D20070C39A /* UIKit.framework */, - 6003F5AF195388D20070C39A /* XCTest.framework */, - DD05162AA0DB0986F63BB7EA /* libPods-Tests.a */, - 8AA35DD465687FDFA101C3A5 /* libPods-WLXBluetoothDevice.a */, - ); - name = Frameworks; - sourceTree = ""; - }; - 6003F593195388D20070C39A /* WLXBluetoothDevice */ = { - isa = PBXGroup; - children = ( - 6003F59C195388D20070C39A /* WLXAppDelegate.h */, - 6003F59D195388D20070C39A /* WLXAppDelegate.m */, - 6003F59F195388D20070C39A /* Main_iPhone.storyboard */, - 6003F5A2195388D20070C39A /* Main_iPad.storyboard */, - 6003F5A5195388D20070C39A /* WLXViewController.h */, - 6003F5A6195388D20070C39A /* WLXViewController.m */, - 6003F5A8195388D20070C39A /* Images.xcassets */, - 6003F594195388D20070C39A /* Supporting Files */, - 9D3A499119E2E832006E3063 /* WLXConnectViewController.h */, - 9D3A499219E2E832006E3063 /* WLXConnectViewController.m */, - 9D3A499419E2E84E006E3063 /* WLXDiscoverViewController.h */, - 9D3A499519E2E84E006E3063 /* WLXDiscoverViewController.m */, - 9D3A499719E2EBE7006E3063 /* WLXDiscoverViewControllerDelegate.h */, - 9D3A499819E2EE92006E3063 /* WLXApplication.h */, - 9D3A499919E2EE92006E3063 /* WLXApplication.m */, - 9DCDAB631A13FA1D0042B6B4 /* WLXServiceViewController.h */, - 9DCDAB641A13FA1D0042B6B4 /* WLXServiceViewController.m */, - 9DCDAB661A1405420042B6B4 /* WLXDummyService.h */, - 9DCDAB671A1405420042B6B4 /* WLXDummyService.m */, - ); - path = WLXBluetoothDevice; - sourceTree = ""; - }; - 6003F594195388D20070C39A /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 6003F595195388D20070C39A /* WLXBluetoothDevice-Info.plist */, - 6003F599195388D20070C39A /* main.m */, - 6003F596195388D20070C39A /* InfoPlist.strings */, - 6003F59B195388D20070C39A /* WLXBluetoothDevice-Prefix.pch */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 6003F5B5195388D20070C39A /* Tests */ = { - isa = PBXGroup; - children = ( - 6003F5B6195388D20070C39A /* Supporting Files */, - 9D1EFB3919D9D3C500CB4F45 /* WLXBluetoothDeviceDiscovererSpec.m */, - 9D7F2C6119DC6F8B00D44251 /* WLXLinearReconnectionStrategySpec.m */, - 9D7F2C6319DC779000D44251 /* WLXBluetoothDeviceUserDefaultsRepositorySpec.m */, - 9D7F2C6519DC8A3C00D44251 /* WLXBluetoothDeviceConnectionRecordSpec.m */, - 9D7F2C6719DC902A00D44251 /* WLXBluetoothConnectionManagerSpec.m */, - 9D24EAA819E20AD5002B14F6 /* WLXBluetoothDeviceRegistrySpec.m */, - 9D1441CE19F83D7F00A8B359 /* WLXCharacteristicAsyncExecutorSpec.m */, - 9D1441D319F866C900A8B359 /* WLXServiceManagerSpec.m */, - 9DFA0E101A03F7FD00B74C59 /* WLXServicesManagerSpec.m */, - ); - path = Tests; - sourceTree = ""; - }; - 6003F5B6195388D20070C39A /* Supporting Files */ = { - isa = PBXGroup; - children = ( - 6003F5B7195388D20070C39A /* Tests-Info.plist */, - 6003F5B8195388D20070C39A /* InfoPlist.strings */, - 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - 60FF7A9C1954A5C5007DD14C /* Podspec Metadata */ = { - isa = PBXGroup; - children = ( - A2887F621891F6A15A9626BB /* WLXBluetoothDevice.podspec */, - CD9F907B60A98A166470E4E8 /* README.md */, - F2D85A625C1CD15505CEBCE7 /* LICENSE */, - ); - name = "Podspec Metadata"; - sourceTree = ""; - }; - C4F2E837321794A0417727B9 /* Pods */ = { - isa = PBXGroup; - children = ( - F44D8F6F757D045EC981EAAE /* Pods-Tests.debug.xcconfig */, - 1064FF5038F9A4672C768797 /* Pods-Tests.release.xcconfig */, - 91208292CDC6635AC5152A4E /* Pods-WLXBluetoothDevice.debug.xcconfig */, - 64423AD4F4DF38E4460211D2 /* Pods-WLXBluetoothDevice.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 6003F589195388D20070C39A /* WLXBluetoothDevice */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "WLXBluetoothDevice" */; - buildPhases = ( - 568AF05150BF60BF316AFA3D /* Check Pods Manifest.lock */, - 6003F586195388D20070C39A /* Sources */, - 6003F587195388D20070C39A /* Frameworks */, - 6003F588195388D20070C39A /* Resources */, - 1B4E1A346E23467E7F634762 /* Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = WLXBluetoothDevice; - productName = WLXBluetoothDevice; - productReference = 6003F58A195388D20070C39A /* WLXBluetoothDevice.app */; - productType = "com.apple.product-type.application"; - }; - 6003F5AD195388D20070C39A /* Tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "Tests" */; - buildPhases = ( - 3C762D556CEC59543756FE29 /* Check Pods Manifest.lock */, - 6003F5AA195388D20070C39A /* Sources */, - 6003F5AB195388D20070C39A /* Frameworks */, - 6003F5AC195388D20070C39A /* Resources */, - A8DEDC5E251B42B3F35DA4E2 /* Copy Pods Resources */, - ); - buildRules = ( - ); - dependencies = ( - 6003F5B4195388D20070C39A /* PBXTargetDependency */, - ); - name = Tests; - productName = WLXBluetoothDeviceTests; - productReference = 6003F5AE195388D20070C39A /* Tests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 6003F582195388D10070C39A /* Project object */ = { - isa = PBXProject; - attributes = { - CLASSPREFIX = WLX; - LastUpgradeCheck = 0510; - ORGANIZATIONNAME = "Guido Marucci Blas"; - TargetAttributes = { - 6003F5AD195388D20070C39A = { - TestTargetID = 6003F589195388D20070C39A; - }; - }; - }; - buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "WLXBluetoothDevice" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = 6003F581195388D10070C39A; - productRefGroup = 6003F58B195388D20070C39A /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 6003F589195388D20070C39A /* WLXBluetoothDevice */, - 6003F5AD195388D20070C39A /* Tests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 6003F588195388D20070C39A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6003F5A4195388D20070C39A /* Main_iPad.storyboard in Resources */, - 6003F5A9195388D20070C39A /* Images.xcassets in Resources */, - 6003F5A1195388D20070C39A /* Main_iPhone.storyboard in Resources */, - 6003F598195388D20070C39A /* InfoPlist.strings in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6003F5AC195388D20070C39A /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXShellScriptBuildPhase section */ - 1B4E1A346E23467E7F634762 /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-WLXBluetoothDevice/Pods-WLXBluetoothDevice-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; - 3C762D556CEC59543756FE29 /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - 568AF05150BF60BF316AFA3D /* Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Check Pods Manifest.lock"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - A8DEDC5E251B42B3F35DA4E2 /* Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 6003F586195388D20070C39A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9DCDAB651A13FA1D0042B6B4 /* WLXServiceViewController.m in Sources */, - 9DCDAB681A1405420042B6B4 /* WLXDummyService.m in Sources */, - 9D3A499B19E31667006E3063 /* WLXApplication.m in Sources */, - 6003F59E195388D20070C39A /* WLXAppDelegate.m in Sources */, - 9D3A499619E2E84E006E3063 /* WLXDiscoverViewController.m in Sources */, - 9D3A499319E2E832006E3063 /* WLXConnectViewController.m in Sources */, - 6003F5A7195388D20070C39A /* WLXViewController.m in Sources */, - 6003F59A195388D20070C39A /* main.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6003F5AA195388D20070C39A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9D1EFB3A19D9D3C500CB4F45 /* WLXBluetoothDeviceDiscovererSpec.m in Sources */, - 9D1441CF19F83D7F00A8B359 /* WLXCharacteristicAsyncExecutorSpec.m in Sources */, - 9D7F2C6219DC6F8B00D44251 /* WLXLinearReconnectionStrategySpec.m in Sources */, - 9D7F2C6619DC8A3C00D44251 /* WLXBluetoothDeviceConnectionRecordSpec.m in Sources */, - 9D1441D419F866C900A8B359 /* WLXServiceManagerSpec.m in Sources */, - 9D7F2C6419DC779000D44251 /* WLXBluetoothDeviceUserDefaultsRepositorySpec.m in Sources */, - 9DFA0E111A03F7FD00B74C59 /* WLXServicesManagerSpec.m in Sources */, - 9D24EAA919E20AD5002B14F6 /* WLXBluetoothDeviceRegistrySpec.m in Sources */, - 9D7F2C6819DC902A00D44251 /* WLXBluetoothConnectionManagerSpec.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 6003F5B4195388D20070C39A /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 6003F589195388D20070C39A /* WLXBluetoothDevice */; - targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - 6003F596195388D20070C39A /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 6003F597195388D20070C39A /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - 6003F59F195388D20070C39A /* Main_iPhone.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 6003F5A0195388D20070C39A /* Base */, - ); - name = Main_iPhone.storyboard; - sourceTree = ""; - }; - 6003F5A2195388D20070C39A /* Main_iPad.storyboard */ = { - isa = PBXVariantGroup; - children = ( - 6003F5A3195388D20070C39A /* Base */, - ); - name = Main_iPad.storyboard; - sourceTree = ""; - }; - 6003F5B8195388D20070C39A /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - 6003F5B9195388D20070C39A /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - 6003F5BD195388D20070C39A /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 7.1; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos8.0; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - 6003F5BE195388D20070C39A /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 7.1; - SDKROOT = iphoneos8.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 6003F5C0195388D20070C39A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 91208292CDC6635AC5152A4E /* Pods-WLXBluetoothDevice.debug.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "WLXBluetoothDevice/WLXBluetoothDevice-Prefix.pch"; - INFOPLIST_FILE = "WLXBluetoothDevice/WLXBluetoothDevice-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - 6003F5C1195388D20070C39A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 64423AD4F4DF38E4460211D2 /* Pods-WLXBluetoothDevice.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "WLXBluetoothDevice/WLXBluetoothDevice-Prefix.pch"; - INFOPLIST_FILE = "WLXBluetoothDevice/WLXBluetoothDevice-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; - 6003F5C3195388D20070C39A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F44D8F6F757D045EC981EAAE /* Pods-Tests.debug.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/WLXBluetoothDevice.app/WLXBluetoothDevice"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = "Tests/Tests-Info.plist"; - OTHER_CFLAGS = ( - "$(inherited)", - "-isystem", - "\"${PODS_ROOT}/Headers/Public\"", - "-isystem", - "\"${PODS_ROOT}/Headers/Public/CocoaLumberjack\"", - "-isystem", - "\"${PODS_ROOT}/Headers/Public/Expecta\"", - "-isystem", - "\"${PODS_ROOT}/Headers/Public/OCHamcrest\"", - "-isystem", - "\"${PODS_ROOT}/Headers/Public/OCMockito\"", - "-isystem", - "\"${PODS_ROOT}/Headers/Public/Specta\"", - "-isystem", - "\"${PODS_ROOT}/Headers/Public/WLXBluetoothDevice\"", - ); - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Debug; - }; - 6003F5C4195388D20070C39A /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1064FF5038F9A4672C768797 /* Pods-Tests.release.xcconfig */; - buildSettings = { - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/WLXBluetoothDevice.app/WLXBluetoothDevice"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch"; - INFOPLIST_FILE = "Tests/Tests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 6003F585195388D10070C39A /* Build configuration list for PBXProject "WLXBluetoothDevice" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6003F5BD195388D20070C39A /* Debug */, - 6003F5BE195388D20070C39A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "WLXBluetoothDevice" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6003F5C0195388D20070C39A /* Debug */, - 6003F5C1195388D20070C39A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "Tests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6003F5C3195388D20070C39A /* Debug */, - 6003F5C4195388D20070C39A /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 6003F582195388D10070C39A /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 1064FF5038F9A4672C768797 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-Tests.release.xcconfig + path + Pods/Target Support Files/Pods-Tests/Pods-Tests.release.xcconfig + sourceTree + <group> + + 1B4E1A346E23467E7F634762 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-WLXBluetoothDevice/Pods-WLXBluetoothDevice-resources.sh" + + showEnvVarsInLog + 0 + + 307D65D4302F2A5CB46FC565 + + fileRef + DD05162AA0DB0986F63BB7EA + isa + PBXBuildFile + + 3C762D556CEC59543756FE29 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + 568AF05150BF60BF316AFA3D + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Check Pods Manifest.lock + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null +if [[ $? != 0 ]] ; then + cat << EOM +error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation. +EOM + exit 1 +fi + + showEnvVarsInLog + 0 + + 5ADA30C7A8A462E9455D851C + + fileRef + 8AA35DD465687FDFA101C3A5 + isa + PBXBuildFile + + 6003F581195388D10070C39A + + children + + 60FF7A9C1954A5C5007DD14C + 6003F593195388D20070C39A + 6003F5B5195388D20070C39A + 6003F58C195388D20070C39A + 6003F58B195388D20070C39A + C4F2E837321794A0417727B9 + + isa + PBXGroup + sourceTree + <group> + + 6003F582195388D10070C39A + + attributes + + CLASSPREFIX + WLX + LastUpgradeCheck + 0510 + ORGANIZATIONNAME + Guido Marucci Blas + TargetAttributes + + 6003F5AD195388D20070C39A + + TestTargetID + 6003F589195388D20070C39A + + + + buildConfigurationList + 6003F585195388D10070C39A + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + Base + + mainGroup + 6003F581195388D10070C39A + productRefGroup + 6003F58B195388D20070C39A + projectDirPath + + projectReferences + + projectRoot + + targets + + 6003F589195388D20070C39A + 6003F5AD195388D20070C39A + + + 6003F585195388D10070C39A + + buildConfigurations + + 6003F5BD195388D20070C39A + 6003F5BE195388D20070C39A + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 6003F586195388D20070C39A + + buildActionMask + 2147483647 + files + + 9DCDAB651A13FA1D0042B6B4 + 9DCDAB681A1405420042B6B4 + 9D3A499B19E31667006E3063 + 6003F59E195388D20070C39A + 9D3A499619E2E84E006E3063 + 9D3A499319E2E832006E3063 + 6003F5A7195388D20070C39A + 6003F59A195388D20070C39A + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F587195388D20070C39A + + buildActionMask + 2147483647 + files + + 6003F590195388D20070C39A + 6003F592195388D20070C39A + 6003F58E195388D20070C39A + 5ADA30C7A8A462E9455D851C + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F588195388D20070C39A + + buildActionMask + 2147483647 + files + + 6003F5A4195388D20070C39A + 6003F5A9195388D20070C39A + 6003F5A1195388D20070C39A + 6003F598195388D20070C39A + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F589195388D20070C39A + + buildConfigurationList + 6003F5BF195388D20070C39A + buildPhases + + 568AF05150BF60BF316AFA3D + 6003F586195388D20070C39A + 6003F587195388D20070C39A + 6003F588195388D20070C39A + 1B4E1A346E23467E7F634762 + + buildRules + + dependencies + + isa + PBXNativeTarget + name + WLXBluetoothDevice + productName + WLXBluetoothDevice + productReference + 6003F58A195388D20070C39A + productType + com.apple.product-type.application + + 6003F58A195388D20070C39A + + explicitFileType + wrapper.application + includeInIndex + 0 + isa + PBXFileReference + path + WLXBluetoothDevice.app + sourceTree + BUILT_PRODUCTS_DIR + + 6003F58B195388D20070C39A + + children + + 6003F58A195388D20070C39A + 6003F5AE195388D20070C39A + + isa + PBXGroup + name + Products + sourceTree + <group> + + 6003F58C195388D20070C39A + + children + + 6003F58D195388D20070C39A + 6003F58F195388D20070C39A + 6003F591195388D20070C39A + 6003F5AF195388D20070C39A + DD05162AA0DB0986F63BB7EA + 8AA35DD465687FDFA101C3A5 + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + 6003F58D195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Foundation.framework + path + System/Library/Frameworks/Foundation.framework + sourceTree + SDKROOT + + 6003F58E195388D20070C39A + + fileRef + 6003F58D195388D20070C39A + isa + PBXBuildFile + + 6003F58F195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + CoreGraphics.framework + path + System/Library/Frameworks/CoreGraphics.framework + sourceTree + SDKROOT + + 6003F590195388D20070C39A + + fileRef + 6003F58F195388D20070C39A + isa + PBXBuildFile + + 6003F591195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + UIKit.framework + path + System/Library/Frameworks/UIKit.framework + sourceTree + SDKROOT + + 6003F592195388D20070C39A + + fileRef + 6003F591195388D20070C39A + isa + PBXBuildFile + + 6003F593195388D20070C39A + + children + + 6003F59C195388D20070C39A + 6003F59D195388D20070C39A + 6003F59F195388D20070C39A + 6003F5A2195388D20070C39A + 6003F5A5195388D20070C39A + 6003F5A6195388D20070C39A + 6003F5A8195388D20070C39A + 6003F594195388D20070C39A + 9D3A499119E2E832006E3063 + 9D3A499219E2E832006E3063 + 9D3A499419E2E84E006E3063 + 9D3A499519E2E84E006E3063 + 9D3A499719E2EBE7006E3063 + 9D3A499819E2EE92006E3063 + 9D3A499919E2EE92006E3063 + 9DCDAB631A13FA1D0042B6B4 + 9DCDAB641A13FA1D0042B6B4 + 9DCDAB661A1405420042B6B4 + 9DCDAB671A1405420042B6B4 + + isa + PBXGroup + path + WLXBluetoothDevice + sourceTree + <group> + + 6003F594195388D20070C39A + + children + + 6003F595195388D20070C39A + 6003F599195388D20070C39A + 6003F596195388D20070C39A + 6003F59B195388D20070C39A + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 6003F595195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + WLXBluetoothDevice-Info.plist + sourceTree + <group> + + 6003F596195388D20070C39A + + children + + 6003F597195388D20070C39A + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + 6003F597195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + 6003F598195388D20070C39A + + fileRef + 6003F596195388D20070C39A + isa + PBXBuildFile + + 6003F599195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + main.m + sourceTree + <group> + + 6003F59A195388D20070C39A + + fileRef + 6003F599195388D20070C39A + isa + PBXBuildFile + + 6003F59B195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + WLXBluetoothDevice-Prefix.pch + sourceTree + <group> + + 6003F59C195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + WLXAppDelegate.h + sourceTree + <group> + + 6003F59D195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXAppDelegate.m + sourceTree + <group> + + 6003F59E195388D20070C39A + + fileRef + 6003F59D195388D20070C39A + isa + PBXBuildFile + + 6003F59F195388D20070C39A + + children + + 6003F5A0195388D20070C39A + + isa + PBXVariantGroup + name + Main_iPhone.storyboard + sourceTree + <group> + + 6003F5A0195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + file.storyboard + name + Base + path + Base.lproj/Main_iPhone.storyboard + sourceTree + <group> + + 6003F5A1195388D20070C39A + + fileRef + 6003F59F195388D20070C39A + isa + PBXBuildFile + + 6003F5A2195388D20070C39A + + children + + 6003F5A3195388D20070C39A + + isa + PBXVariantGroup + name + Main_iPad.storyboard + sourceTree + <group> + + 6003F5A3195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + file.storyboard + name + Base + path + Base.lproj/Main_iPad.storyboard + sourceTree + <group> + + 6003F5A4195388D20070C39A + + fileRef + 6003F5A2195388D20070C39A + isa + PBXBuildFile + + 6003F5A5195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + WLXViewController.h + sourceTree + <group> + + 6003F5A6195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXViewController.m + sourceTree + <group> + + 6003F5A7195388D20070C39A + + fileRef + 6003F5A6195388D20070C39A + isa + PBXBuildFile + + 6003F5A8195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + folder.assetcatalog + path + Images.xcassets + sourceTree + <group> + + 6003F5A9195388D20070C39A + + fileRef + 6003F5A8195388D20070C39A + isa + PBXBuildFile + + 6003F5AA195388D20070C39A + + buildActionMask + 2147483647 + files + + 9D1EFB3A19D9D3C500CB4F45 + 9D1441CF19F83D7F00A8B359 + 9D7F2C6219DC6F8B00D44251 + 9D7F2C6619DC8A3C00D44251 + 9D1441D419F866C900A8B359 + 9D7F2C6419DC779000D44251 + 9DFA0E111A03F7FD00B74C59 + 9D24EAA919E20AD5002B14F6 + 9D7F2C6819DC902A00D44251 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F5AB195388D20070C39A + + buildActionMask + 2147483647 + files + + 6003F5B0195388D20070C39A + 6003F5B2195388D20070C39A + 6003F5B1195388D20070C39A + 307D65D4302F2A5CB46FC565 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F5AC195388D20070C39A + + buildActionMask + 2147483647 + files + + 6003F5BA195388D20070C39A + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 6003F5AD195388D20070C39A + + buildConfigurationList + 6003F5C2195388D20070C39A + buildPhases + + 3C762D556CEC59543756FE29 + 6003F5AA195388D20070C39A + 6003F5AB195388D20070C39A + 6003F5AC195388D20070C39A + A8DEDC5E251B42B3F35DA4E2 + + buildRules + + dependencies + + 6003F5B4195388D20070C39A + + isa + PBXNativeTarget + name + Tests + productName + WLXBluetoothDeviceTests + productReference + 6003F5AE195388D20070C39A + productType + com.apple.product-type.bundle.unit-test + + 6003F5AE195388D20070C39A + + explicitFileType + wrapper.cfbundle + includeInIndex + 0 + isa + PBXFileReference + path + Tests.xctest + sourceTree + BUILT_PRODUCTS_DIR + + 6003F5AF195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + XCTest.framework + path + Library/Frameworks/XCTest.framework + sourceTree + DEVELOPER_DIR + + 6003F5B0195388D20070C39A + + fileRef + 6003F5AF195388D20070C39A + isa + PBXBuildFile + + 6003F5B1195388D20070C39A + + fileRef + 6003F58D195388D20070C39A + isa + PBXBuildFile + + 6003F5B2195388D20070C39A + + fileRef + 6003F591195388D20070C39A + isa + PBXBuildFile + + 6003F5B3195388D20070C39A + + containerPortal + 6003F582195388D10070C39A + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 6003F589195388D20070C39A + remoteInfo + WLXBluetoothDevice + + 6003F5B4195388D20070C39A + + isa + PBXTargetDependency + target + 6003F589195388D20070C39A + targetProxy + 6003F5B3195388D20070C39A + + 6003F5B5195388D20070C39A + + children + + 6003F5B6195388D20070C39A + 9D1EFB3919D9D3C500CB4F45 + 9D7F2C6119DC6F8B00D44251 + 9D7F2C6319DC779000D44251 + 9D7F2C6519DC8A3C00D44251 + 9D7F2C6719DC902A00D44251 + 9D24EAA819E20AD5002B14F6 + 9D1441CE19F83D7F00A8B359 + 9D1441D319F866C900A8B359 + 9DFA0E101A03F7FD00B74C59 + + isa + PBXGroup + path + Tests + sourceTree + <group> + + 6003F5B6195388D20070C39A + + children + + 6003F5B7195388D20070C39A + 6003F5B8195388D20070C39A + 606FC2411953D9B200FFA9A0 + + isa + PBXGroup + name + Supporting Files + sourceTree + <group> + + 6003F5B7195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Tests-Info.plist + sourceTree + <group> + + 6003F5B8195388D20070C39A + + children + + 6003F5B9195388D20070C39A + + isa + PBXVariantGroup + name + InfoPlist.strings + sourceTree + <group> + + 6003F5B9195388D20070C39A + + isa + PBXFileReference + lastKnownFileType + text.plist.strings + name + en + path + en.lproj/InfoPlist.strings + sourceTree + <group> + + 6003F5BA195388D20070C39A + + fileRef + 6003F5B8195388D20070C39A + isa + PBXBuildFile + + 6003F5BD195388D20070C39A + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES_ERROR + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + COPY_PHASE_STRIP + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_GENERATE_TEST_COVERAGE_FILES + YES + GCC_INSTRUMENT_PROGRAM_FLOW_ARCS + YES + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES_ERROR + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES_AGGRESSIVE + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 7.1 + ONLY_ACTIVE_ARCH + YES + SDKROOT + iphoneos8.0 + TARGETED_DEVICE_FAMILY + 1,2 + + isa + XCBuildConfiguration + name + Debug + + 6003F5BE195388D20070C39A + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES_ERROR + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES_ERROR + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + COPY_PHASE_STRIP + YES + ENABLE_NS_ASSERTIONS + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_GENERATE_TEST_COVERAGE_FILES + YES + GCC_INSTRUMENT_PROGRAM_FLOW_ARCS + YES + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES_ERROR + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES_AGGRESSIVE + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 7.1 + SDKROOT + iphoneos8.0 + TARGETED_DEVICE_FAMILY + 1,2 + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + 6003F5BF195388D20070C39A + + buildConfigurations + + 6003F5C0195388D20070C39A + 6003F5C1195388D20070C39A + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 6003F5C0195388D20070C39A + + baseConfigurationReference + 91208292CDC6635AC5152A4E + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME + LaunchImage + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + WLXBluetoothDevice/WLXBluetoothDevice-Prefix.pch + INFOPLIST_FILE + WLXBluetoothDevice/WLXBluetoothDevice-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Debug + + 6003F5C1195388D20070C39A + + baseConfigurationReference + 64423AD4F4DF38E4460211D2 + buildSettings + + ASSETCATALOG_COMPILER_APPICON_NAME + AppIcon + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME + LaunchImage + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + WLXBluetoothDevice/WLXBluetoothDevice-Prefix.pch + INFOPLIST_FILE + WLXBluetoothDevice/WLXBluetoothDevice-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + WRAPPER_EXTENSION + app + + isa + XCBuildConfiguration + name + Release + + 6003F5C2195388D20070C39A + + buildConfigurations + + 6003F5C3195388D20070C39A + 6003F5C4195388D20070C39A + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 6003F5C3195388D20070C39A + + baseConfigurationReference + F44D8F6F757D045EC981EAAE + buildSettings + + BUNDLE_LOADER + $(BUILT_PRODUCTS_DIR)/WLXBluetoothDevice.app/WLXBluetoothDevice + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + $(DEVELOPER_FRAMEWORKS_DIR) + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Tests/Tests-Prefix.pch + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + INFOPLIST_FILE + Tests/Tests-Info.plist + OTHER_CFLAGS + + $(inherited) + -isystem + "${PODS_ROOT}/Headers/Public" + -isystem + "${PODS_ROOT}/Headers/Public/CocoaLumberjack" + -isystem + "${PODS_ROOT}/Headers/Public/Expecta" + -isystem + "${PODS_ROOT}/Headers/Public/OCHamcrest" + -isystem + "${PODS_ROOT}/Headers/Public/OCMockito" + -isystem + "${PODS_ROOT}/Headers/Public/Specta" + -isystem + "${PODS_ROOT}/Headers/Public/WLXBluetoothDevice" + + PRODUCT_NAME + $(TARGET_NAME) + TEST_HOST + $(BUNDLE_LOADER) + WRAPPER_EXTENSION + xctest + + isa + XCBuildConfiguration + name + Debug + + 6003F5C4195388D20070C39A + + baseConfigurationReference + 1064FF5038F9A4672C768797 + buildSettings + + BUNDLE_LOADER + $(BUILT_PRODUCTS_DIR)/WLXBluetoothDevice.app/WLXBluetoothDevice + FRAMEWORK_SEARCH_PATHS + + $(SDKROOT)/Developer/Library/Frameworks + $(inherited) + $(DEVELOPER_FRAMEWORKS_DIR) + + GCC_PRECOMPILE_PREFIX_HEADER + YES + GCC_PREFIX_HEADER + Tests/Tests-Prefix.pch + INFOPLIST_FILE + Tests/Tests-Info.plist + PRODUCT_NAME + $(TARGET_NAME) + TEST_HOST + $(BUNDLE_LOADER) + WRAPPER_EXTENSION + xctest + + isa + XCBuildConfiguration + name + Release + + 606FC2411953D9B200FFA9A0 + + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Tests-Prefix.pch + sourceTree + <group> + + 60FF7A9C1954A5C5007DD14C + + children + + A2887F621891F6A15A9626BB + CD9F907B60A98A166470E4E8 + F2D85A625C1CD15505CEBCE7 + + isa + PBXGroup + name + Podspec Metadata + sourceTree + <group> + + 64423AD4F4DF38E4460211D2 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-WLXBluetoothDevice.release.xcconfig + path + Pods/Target Support Files/Pods-WLXBluetoothDevice/Pods-WLXBluetoothDevice.release.xcconfig + sourceTree + <group> + + 8AA35DD465687FDFA101C3A5 + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-WLXBluetoothDevice.a + sourceTree + BUILT_PRODUCTS_DIR + + 91208292CDC6635AC5152A4E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-WLXBluetoothDevice.debug.xcconfig + path + Pods/Target Support Files/Pods-WLXBluetoothDevice/Pods-WLXBluetoothDevice.debug.xcconfig + sourceTree + <group> + + 9D1441CE19F83D7F00A8B359 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXCharacteristicAsyncExecutorSpec.m + sourceTree + <group> + + 9D1441CF19F83D7F00A8B359 + + fileRef + 9D1441CE19F83D7F00A8B359 + isa + PBXBuildFile + + 9D1441D319F866C900A8B359 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXServiceManagerSpec.m + sourceTree + <group> + + 9D1441D419F866C900A8B359 + + fileRef + 9D1441D319F866C900A8B359 + isa + PBXBuildFile + + 9D1EFB3919D9D3C500CB4F45 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXBluetoothDeviceDiscovererSpec.m + sourceTree + <group> + + 9D1EFB3A19D9D3C500CB4F45 + + fileRef + 9D1EFB3919D9D3C500CB4F45 + isa + PBXBuildFile + + 9D24EAA819E20AD5002B14F6 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXBluetoothDeviceRegistrySpec.m + sourceTree + <group> + + 9D24EAA919E20AD5002B14F6 + + fileRef + 9D24EAA819E20AD5002B14F6 + isa + PBXBuildFile + + 9D3A499119E2E832006E3063 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + WLXConnectViewController.h + sourceTree + <group> + + 9D3A499219E2E832006E3063 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXConnectViewController.m + sourceTree + <group> + + 9D3A499319E2E832006E3063 + + fileRef + 9D3A499219E2E832006E3063 + isa + PBXBuildFile + + 9D3A499419E2E84E006E3063 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + WLXDiscoverViewController.h + sourceTree + <group> + + 9D3A499519E2E84E006E3063 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXDiscoverViewController.m + sourceTree + <group> + + 9D3A499619E2E84E006E3063 + + fileRef + 9D3A499519E2E84E006E3063 + isa + PBXBuildFile + + 9D3A499719E2EBE7006E3063 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + WLXDiscoverViewControllerDelegate.h + sourceTree + <group> + + 9D3A499819E2EE92006E3063 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + WLXApplication.h + sourceTree + <group> + + 9D3A499919E2EE92006E3063 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXApplication.m + sourceTree + <group> + + 9D3A499B19E31667006E3063 + + fileRef + 9D3A499919E2EE92006E3063 + isa + PBXBuildFile + + 9D7F2C6119DC6F8B00D44251 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXLinearReconnectionStrategySpec.m + sourceTree + <group> + + 9D7F2C6219DC6F8B00D44251 + + fileRef + 9D7F2C6119DC6F8B00D44251 + isa + PBXBuildFile + + 9D7F2C6319DC779000D44251 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXBluetoothDeviceUserDefaultsRepositorySpec.m + sourceTree + <group> + + 9D7F2C6419DC779000D44251 + + fileRef + 9D7F2C6319DC779000D44251 + isa + PBXBuildFile + + 9D7F2C6519DC8A3C00D44251 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXBluetoothDeviceConnectionRecordSpec.m + sourceTree + <group> + + 9D7F2C6619DC8A3C00D44251 + + fileRef + 9D7F2C6519DC8A3C00D44251 + isa + PBXBuildFile + + 9D7F2C6719DC902A00D44251 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXBluetoothConnectionManagerSpec.m + sourceTree + <group> + + 9D7F2C6819DC902A00D44251 + + fileRef + 9D7F2C6719DC902A00D44251 + isa + PBXBuildFile + + 9DCDAB631A13FA1D0042B6B4 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + WLXServiceViewController.h + sourceTree + <group> + + 9DCDAB641A13FA1D0042B6B4 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXServiceViewController.m + sourceTree + <group> + + 9DCDAB651A13FA1D0042B6B4 + + fileRef + 9DCDAB641A13FA1D0042B6B4 + isa + PBXBuildFile + + 9DCDAB661A1405420042B6B4 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + WLXDummyService.h + sourceTree + <group> + + 9DCDAB671A1405420042B6B4 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXDummyService.m + sourceTree + <group> + + 9DCDAB681A1405420042B6B4 + + fileRef + 9DCDAB671A1405420042B6B4 + isa + PBXBuildFile + + 9DFA0E101A03F7FD00B74C59 + + fileEncoding + 4 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + WLXServicesManagerSpec.m + sourceTree + <group> + + 9DFA0E111A03F7FD00B74C59 + + fileRef + 9DFA0E101A03F7FD00B74C59 + isa + PBXBuildFile + + A2887F621891F6A15A9626BB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text + name + WLXBluetoothDevice.podspec + path + ../WLXBluetoothDevice.podspec + sourceTree + <group> + + A8DEDC5E251B42B3F35DA4E2 + + buildActionMask + 2147483647 + files + + inputPaths + + isa + PBXShellScriptBuildPhase + name + Copy Pods Resources + outputPaths + + runOnlyForDeploymentPostprocessing + 0 + shellPath + /bin/sh + shellScript + "${SRCROOT}/Pods/Target Support Files/Pods-Tests/Pods-Tests-resources.sh" + + showEnvVarsInLog + 0 + + C4F2E837321794A0417727B9 + + children + + F44D8F6F757D045EC981EAAE + 1064FF5038F9A4672C768797 + 91208292CDC6635AC5152A4E + 64423AD4F4DF38E4460211D2 + + isa + PBXGroup + name + Pods + sourceTree + <group> + + CD9F907B60A98A166470E4E8 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + net.daringfireball.markdown + name + README.md + path + ../README.md + sourceTree + <group> + + DD05162AA0DB0986F63BB7EA + + explicitFileType + archive.ar + includeInIndex + 0 + isa + PBXFileReference + path + libPods-Tests.a + sourceTree + BUILT_PRODUCTS_DIR + + F2D85A625C1CD15505CEBCE7 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text + name + LICENSE + path + ../LICENSE + sourceTree + <group> + + F44D8F6F757D045EC981EAAE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + name + Pods-Tests.debug.xcconfig + path + Pods/Target Support Files/Pods-Tests/Pods-Tests.debug.xcconfig + sourceTree + <group> + + + rootObject + 6003F582195388D10070C39A + + diff --git a/Gemfile b/Gemfile index aedd7b4..52163b2 100644 --- a/Gemfile +++ b/Gemfile @@ -3,3 +3,4 @@ source 'https://rubygems.org' gem 'rake' gem 'xcpretty' gem 'cocoapods', '~>0.35.0' +gem 'slather' diff --git a/Gemfile.lock b/Gemfile.lock index a911ec4..10ec5f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,6 +8,7 @@ GEM thread_safe (~> 0.1) tzinfo (~> 1.1) claide (0.7.0) + clamp (0.6.3) cocoapods (0.35.0) activesupport (>= 3.2.15) claide (~> 0.7.0) @@ -38,12 +39,19 @@ GEM fuzzy_match (2.0.4) i18n (0.6.11) json (1.8.1) + mini_portile (0.6.1) minitest (5.4.3) molinillo (0.1.2) nap (0.8.0) netrc (0.7.8) + nokogiri (1.6.5) + mini_portile (~> 0.6.0) open4 (1.3.4) rake (10.3.2) + slather (1.5.4) + clamp (~> 0.6) + nokogiri (~> 1.6.3) + xcodeproj (~> 0.20.0) thread_safe (0.3.4) tzinfo (1.2.2) thread_safe (~> 0.1) @@ -58,4 +66,5 @@ PLATFORMS DEPENDENCIES cocoapods (~> 0.35.0) rake + slather xcpretty