diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9c0e578..229d9eb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.3 +current_version = 3.1.4 [bumpversion:file:Docs/source/conf.py] diff --git a/CHANGELOG.md b/CHANGELOG.md index 610e644..766c4b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.1.4] - 2018-07-23 + +### Changed +- Updated Podspec with the swift-version key and latest Bolts-Swift 1.4.0 +- MetaWear-SDK-Cpp v0.16.0 + ## [3.1.3] - 2018-07-16 ### Added - Documentation for basic features of this API. diff --git a/Docs/source/conf.py b/Docs/source/conf.py index 5dfa103..a947260 100755 --- a/Docs/source/conf.py +++ b/Docs/source/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '3.1.3' +version = '3.1.4' # The full version, including alpha/beta/rc tags. -release = '3.1.3' +release = '3.1.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/MetaWear.podspec b/MetaWear.podspec index 4d655fa..163455e 100644 --- a/MetaWear.podspec +++ b/MetaWear.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MetaWear' - s.version = '3.1.3' + s.version = '3.1.4' s.license = { :type => 'Commercial', :text => 'See https://www.mbientlab.com/terms/', :file => 'LICENSE' } s.homepage = 'https://mbientlab.com' s.summary = 'iOS/macOS/tvOS/watchOS API and documentation for the MetaWear platform' @@ -21,6 +21,8 @@ Pod::Spec.new do |s| s.tvos.deployment_target = '10.0' s.watchos.deployment_target = '4.0' + s.swift_version = '4.1' + s.social_media_url = "https://twitter.com/mbientLab" s.documentation_url = "https://mbientlab.com/cppdocs/latest/" @@ -33,12 +35,11 @@ Pod::Spec.new do |s| 'MetaWear/MetaWear-SDK-Cpp/bindings/swift/**/*' s.compiler_flags = '-Wno-documentation', '-Wno-comma' s.pod_target_xcconfig = { - 'SWIFT_VERSION' => '4.1', 'HEADER_SEARCH_PATHS' => '$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src', 'SWIFT_INCLUDE_PATHS' => '$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src' } s.frameworks = 'CoreBluetooth' - s.dependency 'Bolts-Swift', '~> 1.3.0' + s.dependency 'Bolts-Swift', '~> 1' end s.subspec 'AsyncUtils' do |s| @@ -58,6 +59,9 @@ Pod::Spec.new do |s| end s.subspec 'DFU' do |s| + s.ios.deployment_target = '10.0' + s.osx.deployment_target = '10.13' + s.source_files = 'MetaWear/DFU/**/*' s.dependency 'MetaWear/Core' s.dependency 'iOSDFULibrary', '~> 4' diff --git a/MetaWear/MetaWear-SDK-Cpp b/MetaWear/MetaWear-SDK-Cpp index 9687dd0..4f8fc43 160000 --- a/MetaWear/MetaWear-SDK-Cpp +++ b/MetaWear/MetaWear-SDK-Cpp @@ -1 +1 @@ -Subproject commit 9687dd0d565da111caef4d6d0fa277bd22f6d931 +Subproject commit 4f8fc435e3f3791150c496694847f12b25554dcd diff --git a/MetaWear/MetaWear.xcodeproj/project.pbxproj b/MetaWear/MetaWear.xcodeproj/project.pbxproj index 84d1774..1f0c550 100644 --- a/MetaWear/MetaWear.xcodeproj/project.pbxproj +++ b/MetaWear/MetaWear.xcodeproj/project.pbxproj @@ -7,8 +7,9 @@ objects = { /* Begin PBXBuildFile section */ - 088E33E5AFA1E3A88FED67D3 /* Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E1E34DFCA4063CE2A07A83BF /* Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework */; }; - 2CA001D51AB8B0B68DC03986 /* Pods_MetaWearIntegrationTests_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B8191DF79A938D05A40C4647 /* Pods_MetaWearIntegrationTests_iOS.framework */; }; + 156D459924C89766FB0DF572 /* Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0CC7F1C40367F7401B4651CB /* Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework */; }; + 1E8BFB823FC809F3194EE9A5 /* Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EAA413E5A697CC1B1839F513 /* Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework */; }; + 242200F43DDED1C9F7F3B004 /* Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B696C50FE8153D328341BCC /* Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework */; }; 404057AD209A796400591D6B /* FirmwareTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 404057AC209A796300591D6B /* FirmwareTests.swift */; }; 404057AE209A796400591D6B /* FirmwareTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 404057AC209A796300591D6B /* FirmwareTests.swift */; }; 404057AF209A796400591D6B /* FirmwareTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 404057AC209A796300591D6B /* FirmwareTests.swift */; }; @@ -48,14 +49,13 @@ 40969D9A1F96C01D0024C2ED /* metawearmmr-r0.2-r1.3.4.zip in Resources */ = {isa = PBXBuildFile; fileRef = 40969D8F1F96B6320024C2ED /* metawearmmr-r0.2-r1.3.4.zip */; }; 40969D9B1F96C0210024C2ED /* metawearmmc-r0.1-r1.3.5.zip in Resources */ = {isa = PBXBuildFile; fileRef = 40969D901F96B6320024C2ED /* metawearmmc-r0.1-r1.3.5.zip */; }; 40969D9C1F96C0210024C2ED /* metawearmmr-r0.2-r1.3.4.zip in Resources */ = {isa = PBXBuildFile; fileRef = 40969D8F1F96B6320024C2ED /* metawearmmr-r0.2-r1.3.4.zip */; }; - 4CD60AFE9810719E6C216CA9 /* Pods_MetaWearIntegrationTests_macOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A9274E932D0BA7E8B3AB8D3 /* Pods_MetaWearIntegrationTests_macOS.framework */; }; - 507DF4AF55480C3FD7E0DE6B /* Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FFAABAC8B3AA3D6E4C1C4F88 /* Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework */; }; - 7A5922771D78B9E2C42DAA92 /* Pods_MetaWearIntegrationTests_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9614BF1F256D2E9766AF51F3 /* Pods_MetaWearIntegrationTests_tvOS.framework */; }; - 944905580F05FE11E28F1CDA /* Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5511FEC9D23EDED11DA652A /* Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework */; }; - AA67B6217E520AD3126D553A /* Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EAB7B6352380360645B98AD /* Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework */; }; - ACAB1804AB0115C056BF758B /* Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FBB2CC43F574564AEC7B2954 /* Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework */; }; - B7E4C1EC3139AFCD24132488 /* Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B5F7D42585D28D4745E3E01A /* Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework */; }; - F788597B715675A6862B643D /* Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E8ED5F56A688455F38CFF3F5 /* Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework */; }; + 545C929D91BC940EABEEEB25 /* Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD218032B47881A268796072 /* Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework */; }; + 798701EC11CC4DEBBFE7FEC6 /* Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 23CB218E9ABB82FF268858EF /* Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework */; }; + 87ABAEAF16D2122F1F400B49 /* Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED3E58B765FFCB32E40896B1 /* Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework */; }; + 881E56AEEB549D20C93FEC1D /* Pods_MetaWearIntegrationTests_macOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 777E8BE52776805DFD1DF61B /* Pods_MetaWearIntegrationTests_macOS.framework */; }; + 8B9005DDDEADF06ED8F8CF01 /* Pods_MetaWearIntegrationTests_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29FBDEF8BF933A1C06F53831 /* Pods_MetaWearIntegrationTests_tvOS.framework */; }; + B013598C8979975ABBA30E60 /* Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 299846B602D3536F0447ECAD /* Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework */; }; + F558768C0584B051DEB9315B /* Pods_MetaWearIntegrationTests_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB3380F45505DF7EA8D00CE1 /* Pods_MetaWearIntegrationTests_iOS.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -122,13 +122,17 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0BC206FACF309897F345A691 /* Pods-MetaWearIntegrationTests-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWearIntegrationTests-iOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWearIntegrationTests-iOS/Pods-MetaWearIntegrationTests-iOS.debug.xcconfig"; sourceTree = ""; }; - 0BE7C944CE23C1660A3C623F /* Pods-MetaWearIntegrationTests-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWearIntegrationTests-tvOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWearIntegrationTests-tvOS/Pods-MetaWearIntegrationTests-tvOS.debug.xcconfig"; sourceTree = ""; }; - 120874BAE9EB8D11171E121C /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig"; sourceTree = ""; }; + 013B39904A9C0F3735BA9A97 /* Pods-MetaWearIntegrationTests-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWearIntegrationTests-iOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWearIntegrationTests-iOS/Pods-MetaWearIntegrationTests-iOS.release.xcconfig"; sourceTree = ""; }; + 0CC7F1C40367F7401B4651CB /* Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 14B9DAD1DD6AAB60FB8E2838 /* Pods-MetaWearIntegrationTests-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWearIntegrationTests-iOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWearIntegrationTests-iOS/Pods-MetaWearIntegrationTests-iOS.debug.xcconfig"; sourceTree = ""; }; + 1B8897796EB86BD8A0028A82 /* Pods-MetaWearIntegrationTests-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWearIntegrationTests-tvOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWearIntegrationTests-tvOS/Pods-MetaWearIntegrationTests-tvOS.debug.xcconfig"; sourceTree = ""; }; + 1D280BD53A25F1E9910742BC /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.debug.xcconfig"; sourceTree = ""; }; + 216B7033A805EBF37C411AFB /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.debug.xcconfig"; sourceTree = ""; }; + 23CB218E9ABB82FF268858EF /* Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 299846B602D3536F0447ECAD /* Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 29FBDEF8BF933A1C06F53831 /* Pods_MetaWearIntegrationTests_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWearIntegrationTests_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 2B696C50FE8153D328341BCC /* Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 2E06F9C64AEA806D32581A30 /* MetaWear.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = MetaWear.podspec; path = ../MetaWear.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 315922240872C094896F86A5 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.release.xcconfig"; sourceTree = ""; }; - 372F4EFD8A378C461EB0D023 /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.release.xcconfig"; sourceTree = ""; }; - 3F0AE8CB80A89F8BF3547857 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig"; sourceTree = ""; }; 404057AC209A796300591D6B /* FirmwareTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FirmwareTests.swift; sourceTree = ""; }; 404057B0209A7CB700591D6B /* ManualTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManualTests.swift; sourceTree = ""; }; 404057B1209A7CB700591D6B /* Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = ""; }; @@ -183,35 +187,31 @@ 409EBC7D20F5962E0050DF05 /* layout.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = layout.html; sourceTree = ""; }; 409EBC8220F5962E0050DF05 /* conf.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = conf.py; sourceTree = ""; }; 409EBC9C20F5962E0050DF05 /* project_setup.rst */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = project_setup.rst; sourceTree = ""; }; - 484B02B57C8B8237F94E2B65 /* Pods-MetaWearIntegrationTests-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWearIntegrationTests-tvOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWearIntegrationTests-tvOS/Pods-MetaWearIntegrationTests-tvOS.release.xcconfig"; sourceTree = ""; }; - 4C9766F13CD493411988E405 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.debug.xcconfig"; sourceTree = ""; }; - 54E10821F9CD84FE00E1EFAA /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.debug.xcconfig"; sourceTree = ""; }; 56D26D2541DE09EA81DA4175 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; - 5EAB7B6352380360645B98AD /* Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5AF78A37DB22BDC4AD33196D /* Pods-MetaWearIntegrationTests-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWearIntegrationTests-tvOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWearIntegrationTests-tvOS/Pods-MetaWearIntegrationTests-tvOS.release.xcconfig"; sourceTree = ""; }; 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; }; - 643F4B1C47594649B403E4E6 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig"; sourceTree = ""; }; - 6B17492B63AD8FBF5BC78DD6 /* Pods-MetaWearIntegrationTests-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWearIntegrationTests-macOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWearIntegrationTests-macOS/Pods-MetaWearIntegrationTests-macOS.release.xcconfig"; sourceTree = ""; }; - 6BCF4815800711C1ECBF93D4 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig"; sourceTree = ""; }; - 7DB1D5FB2C9DF1B999A30C40 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.release.xcconfig"; sourceTree = ""; }; - 8A9274E932D0BA7E8B3AB8D3 /* Pods_MetaWearIntegrationTests_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWearIntegrationTests_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9614BF1F256D2E9766AF51F3 /* Pods_MetaWearIntegrationTests_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWearIntegrationTests_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - AB3382D0AA93F53F82426A6B /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.debug.xcconfig"; sourceTree = ""; }; - B5F7D42585D28D4745E3E01A /* Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B8191DF79A938D05A40C4647 /* Pods_MetaWearIntegrationTests_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWearIntegrationTests_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BFFE3806FA2AEB7E46E264A0 /* Pods-MetaWearIntegrationTests-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWearIntegrationTests-macOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWearIntegrationTests-macOS/Pods-MetaWearIntegrationTests-macOS.debug.xcconfig"; sourceTree = ""; }; - C258274DBAC14BFD8411CF49 /* Pods-MetaWearIntegrationTests-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWearIntegrationTests-iOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWearIntegrationTests-iOS/Pods-MetaWearIntegrationTests-iOS.release.xcconfig"; sourceTree = ""; }; + 628DD5D21340280BABA1CEDE /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig"; sourceTree = ""; }; + 63CC6BF92B83CC986BD0B4F5 /* Pods-MetaWearIntegrationTests-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWearIntegrationTests-macOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWearIntegrationTests-macOS/Pods-MetaWearIntegrationTests-macOS.release.xcconfig"; sourceTree = ""; }; + 69A168E76C9AD014BCBC7055 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.debug.xcconfig"; sourceTree = ""; }; + 777E8BE52776805DFD1DF61B /* Pods_MetaWearIntegrationTests_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWearIntegrationTests_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 8469164A5DAB31B6EA449431 /* Pods-MetaWearIntegrationTests-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWearIntegrationTests-macOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWearIntegrationTests-macOS/Pods-MetaWearIntegrationTests-macOS.debug.xcconfig"; sourceTree = ""; }; + 98AB2A2F1532F208CC5185D8 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.release.xcconfig"; sourceTree = ""; }; + 9D2CC86004B9E8F7F816C2E3 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.debug.xcconfig"; sourceTree = ""; }; + AD660D07C46FF62D5D8493F0 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig"; sourceTree = ""; }; + AF8C92E37F4F0E39DD4A3179 /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.release.xcconfig"; sourceTree = ""; }; + B605C27994BB1982401ED60D /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.release.xcconfig"; sourceTree = ""; }; + B8E491155BCBD8FD6DDB50D2 /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig"; sourceTree = ""; }; C4639C9104CACAD62933611C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; - C9B9653403BEAE2CC84C0280 /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig"; sourceTree = ""; }; - D5BA4F01FBBB9FB3A6F3CD11 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.release.xcconfig"; sourceTree = ""; }; - E1E34DFCA4063CE2A07A83BF /* Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E5511FEC9D23EDED11DA652A /* Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E8ED5F56A688455F38CFF3F5 /* Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - EFD47055A31E7C566988CB52 /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig"; sourceTree = ""; }; - F9A1816D273EAF6C594AB9B9 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.debug.xcconfig"; sourceTree = ""; }; - FBB2CC43F574564AEC7B2954 /* Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - FFAABAC8B3AA3D6E4C1C4F88 /* Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C6B67ABFBBE378F7FC2CD6D7 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig"; sourceTree = ""; }; + CB3380F45505DF7EA8D00CE1 /* Pods_MetaWearIntegrationTests_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWearIntegrationTests_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + EAA413E5A697CC1B1839F513 /* Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + ECC4A10B92CEA5D8634193C9 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.release.xcconfig"; sourceTree = ""; }; + ED3E58B765FFCB32E40896B1 /* Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + ED9FB7E4E1E69AF36105CC58 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig"; sourceTree = ""; }; + F3CD04ECF25844525CA299FC /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig"; path = "Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig"; sourceTree = ""; }; + FD218032B47881A268796072 /* Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -226,7 +226,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B7E4C1EC3139AFCD24132488 /* Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework in Frameworks */, + 87ABAEAF16D2122F1F400B49 /* Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -234,7 +234,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - AA67B6217E520AD3126D553A /* Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework in Frameworks */, + B013598C8979975ABBA30E60 /* Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -242,7 +242,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 944905580F05FE11E28F1CDA /* Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework in Frameworks */, + 242200F43DDED1C9F7F3B004 /* Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -250,7 +250,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 088E33E5AFA1E3A88FED67D3 /* Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework in Frameworks */, + 798701EC11CC4DEBBFE7FEC6 /* Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -258,7 +258,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 2CA001D51AB8B0B68DC03986 /* Pods_MetaWearIntegrationTests_iOS.framework in Frameworks */, + F558768C0584B051DEB9315B /* Pods_MetaWearIntegrationTests_iOS.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -266,7 +266,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - ACAB1804AB0115C056BF758B /* Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework in Frameworks */, + 156D459924C89766FB0DF572 /* Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -274,7 +274,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F788597B715675A6862B643D /* Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework in Frameworks */, + 1E8BFB823FC809F3194EE9A5 /* Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -282,7 +282,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 7A5922771D78B9E2C42DAA92 /* Pods_MetaWearIntegrationTests_tvOS.framework in Frameworks */, + 8B9005DDDEADF06ED8F8CF01 /* Pods_MetaWearIntegrationTests_tvOS.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -290,7 +290,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 507DF4AF55480C3FD7E0DE6B /* Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework in Frameworks */, + 545C929D91BC940EABEEEB25 /* Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -298,13 +298,40 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4CD60AFE9810719E6C216CA9 /* Pods_MetaWearIntegrationTests_macOS.framework in Frameworks */, + 881E56AEEB549D20C93FEC1D /* Pods_MetaWearIntegrationTests_macOS.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + 3369CC28117E833FFF92EA4E /* Pods */ = { + isa = PBXGroup; + children = ( + C6B67ABFBBE378F7FC2CD6D7 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig */, + 628DD5D21340280BABA1CEDE /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig */, + 9D2CC86004B9E8F7F816C2E3 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.debug.xcconfig */, + 98AB2A2F1532F208CC5185D8 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.release.xcconfig */, + B8E491155BCBD8FD6DDB50D2 /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig */, + F3CD04ECF25844525CA299FC /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig */, + 69A168E76C9AD014BCBC7055 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.debug.xcconfig */, + B605C27994BB1982401ED60D /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.release.xcconfig */, + AD660D07C46FF62D5D8493F0 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig */, + ED9FB7E4E1E69AF36105CC58 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig */, + 216B7033A805EBF37C411AFB /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.debug.xcconfig */, + AF8C92E37F4F0E39DD4A3179 /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.release.xcconfig */, + 1D280BD53A25F1E9910742BC /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.debug.xcconfig */, + ECC4A10B92CEA5D8634193C9 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.release.xcconfig */, + 14B9DAD1DD6AAB60FB8E2838 /* Pods-MetaWearIntegrationTests-iOS.debug.xcconfig */, + 013B39904A9C0F3735BA9A97 /* Pods-MetaWearIntegrationTests-iOS.release.xcconfig */, + 8469164A5DAB31B6EA449431 /* Pods-MetaWearIntegrationTests-macOS.debug.xcconfig */, + 63CC6BF92B83CC986BD0B4F5 /* Pods-MetaWearIntegrationTests-macOS.release.xcconfig */, + 1B8897796EB86BD8A0028A82 /* Pods-MetaWearIntegrationTests-tvOS.debug.xcconfig */, + 5AF78A37DB22BDC4AD33196D /* Pods-MetaWearIntegrationTests-tvOS.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; 40405833209A83CA00591D6B /* MetaWearIntegrationTestHost-watchOS */ = { isa = PBXGroup; children = ( @@ -467,7 +494,7 @@ 6003F5B5195388D20070C39A /* Tests */, 6003F58C195388D20070C39A /* Frameworks */, 6003F58B195388D20070C39A /* Products */, - CDB18D4111E3967525918DE4 /* Pods */, + 3369CC28117E833FFF92EA4E /* Pods */, ); sourceTree = ""; }; @@ -496,16 +523,16 @@ 6003F58D195388D20070C39A /* Foundation.framework */, 6003F58F195388D20070C39A /* CoreGraphics.framework */, 6003F591195388D20070C39A /* UIKit.framework */, - E1E34DFCA4063CE2A07A83BF /* Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework */, - 5EAB7B6352380360645B98AD /* Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework */, - FFAABAC8B3AA3D6E4C1C4F88 /* Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework */, - E5511FEC9D23EDED11DA652A /* Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework */, - E8ED5F56A688455F38CFF3F5 /* Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework */, - FBB2CC43F574564AEC7B2954 /* Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework */, - B8191DF79A938D05A40C4647 /* Pods_MetaWearIntegrationTests_iOS.framework */, - 8A9274E932D0BA7E8B3AB8D3 /* Pods_MetaWearIntegrationTests_macOS.framework */, - 9614BF1F256D2E9766AF51F3 /* Pods_MetaWearIntegrationTests_tvOS.framework */, - B5F7D42585D28D4745E3E01A /* Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework */, + 23CB218E9ABB82FF268858EF /* Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework */, + 299846B602D3536F0447ECAD /* Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework */, + FD218032B47881A268796072 /* Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework */, + 2B696C50FE8153D328341BCC /* Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework */, + EAA413E5A697CC1B1839F513 /* Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework */, + 0CC7F1C40367F7401B4651CB /* Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework */, + ED3E58B765FFCB32E40896B1 /* Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework */, + CB3380F45505DF7EA8D00CE1 /* Pods_MetaWearIntegrationTests_iOS.framework */, + 777E8BE52776805DFD1DF61B /* Pods_MetaWearIntegrationTests_macOS.framework */, + 29FBDEF8BF933A1C06F53831 /* Pods_MetaWearIntegrationTests_tvOS.framework */, ); name = Frameworks; sourceTree = ""; @@ -535,33 +562,6 @@ name = "Podspec Metadata"; sourceTree = ""; }; - CDB18D4111E3967525918DE4 /* Pods */ = { - isa = PBXGroup; - children = ( - 643F4B1C47594649B403E4E6 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig */, - 3F0AE8CB80A89F8BF3547857 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig */, - 4C9766F13CD493411988E405 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.debug.xcconfig */, - 7DB1D5FB2C9DF1B999A30C40 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.release.xcconfig */, - EFD47055A31E7C566988CB52 /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig */, - C9B9653403BEAE2CC84C0280 /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig */, - F9A1816D273EAF6C594AB9B9 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.debug.xcconfig */, - 315922240872C094896F86A5 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.release.xcconfig */, - 6BCF4815800711C1ECBF93D4 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig */, - 120874BAE9EB8D11171E121C /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig */, - 54E10821F9CD84FE00E1EFAA /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.debug.xcconfig */, - 372F4EFD8A378C461EB0D023 /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.release.xcconfig */, - 0BC206FACF309897F345A691 /* Pods-MetaWearIntegrationTests-iOS.debug.xcconfig */, - C258274DBAC14BFD8411CF49 /* Pods-MetaWearIntegrationTests-iOS.release.xcconfig */, - BFFE3806FA2AEB7E46E264A0 /* Pods-MetaWearIntegrationTests-macOS.debug.xcconfig */, - 6B17492B63AD8FBF5BC78DD6 /* Pods-MetaWearIntegrationTests-macOS.release.xcconfig */, - 0BE7C944CE23C1660A3C623F /* Pods-MetaWearIntegrationTests-tvOS.debug.xcconfig */, - 484B02B57C8B8237F94E2B65 /* Pods-MetaWearIntegrationTests-tvOS.release.xcconfig */, - AB3382D0AA93F53F82426A6B /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.debug.xcconfig */, - D5BA4F01FBBB9FB3A6F3CD11 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.release.xcconfig */, - ); - name = Pods; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -587,11 +587,11 @@ isa = PBXNativeTarget; buildConfigurationList = 40405851209A83CC00591D6B /* Build configuration list for PBXNativeTarget "MetaWearIntegrationTestHost-watchOS Extension" */; buildPhases = ( - 8DB2A51FA651028165A30686 /* [CP] Check Pods Manifest.lock */, + 2426EFA3C81A4CCB856F7298 /* [CP] Check Pods Manifest.lock */, 4040583A209A83CB00591D6B /* Sources */, 4040583B209A83CB00591D6B /* Frameworks */, 4040583C209A83CB00591D6B /* Resources */, - 7506B69DF24E6E47DA895E75 /* [CP] Embed Pods Frameworks */, + 9994123CA3AC231D12823429 /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -606,11 +606,11 @@ isa = PBXNativeTarget; buildConfigurationList = 40703E0D1D94AE3500F38FF0 /* Build configuration list for PBXNativeTarget "MetaWearUnitTests-iOS" */; buildPhases = ( - C71AC92BEFBDB9F6B9F4BAB7 /* [CP] Check Pods Manifest.lock */, + D4DF3CC52807B3C41C328037 /* [CP] Check Pods Manifest.lock */, 40703E021D94AE3500F38FF0 /* Sources */, 40703E031D94AE3500F38FF0 /* Frameworks */, 40703E041D94AE3500F38FF0 /* Resources */, - 346F7A67900D41D94213EBAA /* [CP] Embed Pods Frameworks */, + 5AB788E89338293F541AB99B /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -625,11 +625,11 @@ isa = PBXNativeTarget; buildConfigurationList = 40703E381D94B8A700F38FF0 /* Build configuration list for PBXNativeTarget "MetaWearUnitTests-macOS" */; buildPhases = ( - 02E81058C53AD24BA4DBAD91 /* [CP] Check Pods Manifest.lock */, + B0BD32AA0F626F7F0972EDC5 /* [CP] Check Pods Manifest.lock */, 40703E2D1D94B8A700F38FF0 /* Sources */, 40703E2E1D94B8A700F38FF0 /* Frameworks */, 40703E2F1D94B8A700F38FF0 /* Resources */, - E483B0530F48198DA665653E /* [CP] Embed Pods Frameworks */, + B62CDA180856E4364A83EF23 /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -644,12 +644,12 @@ isa = PBXNativeTarget; buildConfigurationList = 40703E6F1D94C06900F38FF0 /* Build configuration list for PBXNativeTarget "MetaWearIntegrationTestHost-iOS" */; buildPhases = ( - 1ECA979582EC73A7433D3C9D /* [CP] Check Pods Manifest.lock */, + 9BB9096216AD359ED4335EA6 /* [CP] Check Pods Manifest.lock */, 40703E571D94C06800F38FF0 /* Sources */, 40703E581D94C06800F38FF0 /* Frameworks */, 40703E591D94C06800F38FF0 /* Resources */, - 631C0B8F86757D22D29FFE29 /* [CP] Embed Pods Frameworks */, 40405854209A83CC00591D6B /* Embed Watch Content */, + 143B51053E15C77C55E6B9F5 /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -665,7 +665,7 @@ isa = PBXNativeTarget; buildConfigurationList = 40703EAD1D94C37500F38FF0 /* Build configuration list for PBXNativeTarget "MetaWearIntegrationTests-iOS" */; buildPhases = ( - 74C76A8A0396ED2279A859DD /* [CP] Check Pods Manifest.lock */, + E238D255F3F3371523D12C0E /* [CP] Check Pods Manifest.lock */, 40703EA21D94C37500F38FF0 /* Sources */, 40703EA31D94C37500F38FF0 /* Frameworks */, 40703EA41D94C37500F38FF0 /* Resources */, @@ -684,11 +684,11 @@ isa = PBXNativeTarget; buildConfigurationList = 40781FEA1D9DD41900FF5134 /* Build configuration list for PBXNativeTarget "MetaWearUnitTests-tvOS" */; buildPhases = ( - D145B927748D76117FF30E46 /* [CP] Check Pods Manifest.lock */, + 85DE2E74A87C57473D56875E /* [CP] Check Pods Manifest.lock */, 40781FDC1D9DD41900FF5134 /* Sources */, 40781FDD1D9DD41900FF5134 /* Frameworks */, 40781FDE1D9DD41900FF5134 /* Resources */, - CD397537C4F0DF6A0CCBA718 /* [CP] Embed Pods Frameworks */, + D1D56F246C7F24BF36E0BEFE /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -703,11 +703,11 @@ isa = PBXNativeTarget; buildConfigurationList = 407820341D9DD60500FF5134 /* Build configuration list for PBXNativeTarget "MetaWearIntegrationTestHost-tvOS" */; buildPhases = ( - 9247577DE79F1381D2AB2BAE /* [CP] Check Pods Manifest.lock */, + 9442F6B91850411E0BB98774 /* [CP] Check Pods Manifest.lock */, 407820141D9DD60500FF5134 /* Sources */, 407820151D9DD60500FF5134 /* Frameworks */, 407820161D9DD60500FF5134 /* Resources */, - 817CFAFEE002EA2071491BC4 /* [CP] Embed Pods Frameworks */, + 63D25A37F0717553804A4F20 /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -722,7 +722,7 @@ isa = PBXNativeTarget; buildConfigurationList = 407820371D9DD60500FF5134 /* Build configuration list for PBXNativeTarget "MetaWearIntegrationTests-tvOS" */; buildPhases = ( - C054C15FB63B3A232F639E8A /* [CP] Check Pods Manifest.lock */, + 3247D79AF4192B2A09E483D5 /* [CP] Check Pods Manifest.lock */, 407820291D9DD60500FF5134 /* Sources */, 4078202A1D9DD60500FF5134 /* Frameworks */, 4078202B1D9DD60500FF5134 /* Resources */, @@ -741,11 +741,11 @@ isa = PBXNativeTarget; buildConfigurationList = 40915FD61D94D392008A5F24 /* Build configuration list for PBXNativeTarget "MetaWearIntegrationTestHost-macOS" */; buildPhases = ( - 0E6F7A6A5584FEE2173F2EFC /* [CP] Check Pods Manifest.lock */, + 9A5734D745CEC45AD7C50EDE /* [CP] Check Pods Manifest.lock */, 40915FC11D94D392008A5F24 /* Sources */, 40915FC21D94D392008A5F24 /* Frameworks */, 40915FC31D94D392008A5F24 /* Resources */, - FBC90CCA537EF206514FE09B /* [CP] Embed Pods Frameworks */, + 202EBDFA89868822DC9B54EF /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -760,7 +760,7 @@ isa = PBXNativeTarget; buildConfigurationList = 40915FF41D94D478008A5F24 /* Build configuration list for PBXNativeTarget "MetaWearIntegrationTests-macOS" */; buildPhases = ( - 7B23486CC0856302ADECCB77 /* [CP] Check Pods Manifest.lock */, + 5C3A67D267487934E07A172F /* [CP] Check Pods Manifest.lock */, 40915FEB1D94D478008A5F24 /* Sources */, 40915FEC1D94D478008A5F24 /* Frameworks */, 40915FED1D94D478008A5F24 /* Resources */, @@ -783,7 +783,7 @@ attributes = { CLASSPREFIX = MBL; LastSwiftUpdateCheck = 0930; - LastUpgradeCheck = 0930; + LastUpgradeCheck = 0940; ORGANIZATIONNAME = "Stephen Schiffli"; TargetAttributes = { 40405831209A83CA00591D6B = { @@ -991,43 +991,55 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 02E81058C53AD24BA4DBAD91 /* [CP] Check Pods Manifest.lock */ = { + 143B51053E15C77C55E6B9F5 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", + "${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/Bolts-Swift-iOS/BoltsSwift.framework", + "${BUILT_PRODUCTS_DIR}/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/MetaWear.framework", + "${BUILT_PRODUCTS_DIR}/Zip-iOS/Zip.framework", + "${BUILT_PRODUCTS_DIR}/iOSDFULibrary-iOS/iOSDFULibrary.framework", ); - name = "[CP] Check Pods Manifest.lock"; + name = "[CP] Embed Pods Frameworks"; outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-checkManifestLockResult.txt", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BoltsSwift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MetaWear.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Zip.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/iOSDFULibrary.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - 0E6F7A6A5584FEE2173F2EFC /* [CP] Check Pods Manifest.lock */ = { + 202EBDFA89868822DC9B54EF /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", + "${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/Bolts-Swift-macOS/BoltsSwift.framework", + "${BUILT_PRODUCTS_DIR}/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear.framework", + "${BUILT_PRODUCTS_DIR}/Zip-macOS/Zip.framework", + "${BUILT_PRODUCTS_DIR}/iOSDFULibrary-macOS/iOSDFULibrary.framework", ); - name = "[CP] Check Pods Manifest.lock"; + name = "[CP] Embed Pods Frameworks"; outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-checkManifestLockResult.txt", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BoltsSwift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MetaWear.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Zip.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/iOSDFULibrary.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - 1ECA979582EC73A7433D3C9D /* [CP] Check Pods Manifest.lock */ = { + 2426EFA3C81A4CCB856F7298 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -1038,44 +1050,38 @@ ); name = "[CP] Check Pods Manifest.lock"; outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-checkManifestLockResult.txt", + "$(DERIVED_FILE_DIR)/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - 346F7A67900D41D94213EBAA /* [CP] Embed Pods Frameworks */ = { + 3247D79AF4192B2A09E483D5 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-frameworks.sh", - "${BUILT_PRODUCTS_DIR}/Bolts-Swift-iOS/BoltsSwift.framework", - "${BUILT_PRODUCTS_DIR}/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/MetaWear.framework", - "${BUILT_PRODUCTS_DIR}/Zip-iOS/Zip.framework", - "${BUILT_PRODUCTS_DIR}/iOSDFULibrary-iOS/iOSDFULibrary.framework", + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", ); - name = "[CP] Embed Pods Frameworks"; + name = "[CP] Check Pods Manifest.lock"; outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BoltsSwift.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MetaWear.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Zip.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/iOSDFULibrary.framework", + "$(DERIVED_FILE_DIR)/Pods-MetaWearIntegrationTests-tvOS-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-frameworks.sh\"\n"; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - 631C0B8F86757D22D29FFE29 /* [CP] Embed Pods Frameworks */ = { + 5AB788E89338293F541AB99B /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-frameworks.sh", + "${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-frameworks.sh", "${BUILT_PRODUCTS_DIR}/Bolts-Swift-iOS/BoltsSwift.framework", "${BUILT_PRODUCTS_DIR}/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/MetaWear.framework", "${BUILT_PRODUCTS_DIR}/Zip-iOS/Zip.framework", @@ -1090,10 +1096,10 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-frameworks.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - 74C76A8A0396ED2279A859DD /* [CP] Check Pods Manifest.lock */ = { + 5C3A67D267487934E07A172F /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -1104,22 +1110,22 @@ ); name = "[CP] Check Pods Manifest.lock"; outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-MetaWearIntegrationTests-iOS-checkManifestLockResult.txt", + "$(DERIVED_FILE_DIR)/Pods-MetaWearIntegrationTests-macOS-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - 7506B69DF24E6E47DA895E75 /* [CP] Embed Pods Frameworks */ = { + 63D25A37F0717553804A4F20 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-frameworks.sh", - "${BUILT_PRODUCTS_DIR}/Bolts-Swift-watchOS/BoltsSwift.framework", - "${BUILT_PRODUCTS_DIR}/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear.framework", + "${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/Bolts-Swift-tvOS/BoltsSwift.framework", + "${BUILT_PRODUCTS_DIR}/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear.framework", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( @@ -1128,10 +1134,10 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-frameworks.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - 7B23486CC0856302ADECCB77 /* [CP] Check Pods Manifest.lock */ = { + 85DE2E74A87C57473D56875E /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -1142,52 +1148,52 @@ ); name = "[CP] Check Pods Manifest.lock"; outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-MetaWearIntegrationTests-macOS-checkManifestLockResult.txt", + "$(DERIVED_FILE_DIR)/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - 817CFAFEE002EA2071491BC4 /* [CP] Embed Pods Frameworks */ = { + 9442F6B91850411E0BB98774 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-frameworks.sh", - "${BUILT_PRODUCTS_DIR}/Bolts-Swift-tvOS/BoltsSwift.framework", - "${BUILT_PRODUCTS_DIR}/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear.framework", + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", ); - name = "[CP] Embed Pods Frameworks"; + name = "[CP] Check Pods Manifest.lock"; outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BoltsSwift.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MetaWear.framework", + "$(DERIVED_FILE_DIR)/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-frameworks.sh\"\n"; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - 8DB2A51FA651028165A30686 /* [CP] Check Pods Manifest.lock */ = { + 9994123CA3AC231D12823429 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", + "${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/Bolts-Swift-watchOS/BoltsSwift.framework", + "${BUILT_PRODUCTS_DIR}/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear.framework", ); - name = "[CP] Check Pods Manifest.lock"; + name = "[CP] Embed Pods Frameworks"; outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-checkManifestLockResult.txt", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BoltsSwift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MetaWear.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - 9247577DE79F1381D2AB2BAE /* [CP] Check Pods Manifest.lock */ = { + 9A5734D745CEC45AD7C50EDE /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -1198,14 +1204,14 @@ ); name = "[CP] Check Pods Manifest.lock"; outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-checkManifestLockResult.txt", + "$(DERIVED_FILE_DIR)/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - C054C15FB63B3A232F639E8A /* [CP] Check Pods Manifest.lock */ = { + 9BB9096216AD359ED4335EA6 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -1216,14 +1222,14 @@ ); name = "[CP] Check Pods Manifest.lock"; outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-MetaWearIntegrationTests-tvOS-checkManifestLockResult.txt", + "$(DERIVED_FILE_DIR)/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - C71AC92BEFBDB9F6B9F4BAB7 /* [CP] Check Pods Manifest.lock */ = { + B0BD32AA0F626F7F0972EDC5 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( @@ -1234,97 +1240,91 @@ ); name = "[CP] Check Pods Manifest.lock"; outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-checkManifestLockResult.txt", + "$(DERIVED_FILE_DIR)/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - CD397537C4F0DF6A0CCBA718 /* [CP] Embed Pods Frameworks */ = { + B62CDA180856E4364A83EF23 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-frameworks.sh", - "${BUILT_PRODUCTS_DIR}/Bolts-Swift-tvOS/BoltsSwift.framework", - "${BUILT_PRODUCTS_DIR}/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear.framework", + "${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/Bolts-Swift-macOS/BoltsSwift.framework", + "${BUILT_PRODUCTS_DIR}/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear.framework", + "${BUILT_PRODUCTS_DIR}/Zip-macOS/Zip.framework", + "${BUILT_PRODUCTS_DIR}/iOSDFULibrary-macOS/iOSDFULibrary.framework", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BoltsSwift.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MetaWear.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Zip.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/iOSDFULibrary.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-frameworks.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - D145B927748D76117FF30E46 /* [CP] Check Pods Manifest.lock */ = { + D1D56F246C7F24BF36E0BEFE /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", + "${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/Bolts-Swift-tvOS/BoltsSwift.framework", + "${BUILT_PRODUCTS_DIR}/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear.framework", ); - name = "[CP] Check Pods Manifest.lock"; + name = "[CP] Embed Pods Frameworks"; outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-checkManifestLockResult.txt", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BoltsSwift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MetaWear.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; - E483B0530F48198DA665653E /* [CP] Embed Pods Frameworks */ = { + D4DF3CC52807B3C41C328037 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-frameworks.sh", - "${BUILT_PRODUCTS_DIR}/Bolts-Swift-macOS/BoltsSwift.framework", - "${BUILT_PRODUCTS_DIR}/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear.framework", - "${BUILT_PRODUCTS_DIR}/Zip-macOS/Zip.framework", - "${BUILT_PRODUCTS_DIR}/iOSDFULibrary-macOS/iOSDFULibrary.framework", + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", ); - name = "[CP] Embed Pods Frameworks"; + name = "[CP] Check Pods Manifest.lock"; outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BoltsSwift.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MetaWear.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Zip.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/iOSDFULibrary.framework", + "$(DERIVED_FILE_DIR)/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-frameworks.sh\"\n"; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; - FBC90CCA537EF206514FE09B /* [CP] Embed Pods Frameworks */ = { + E238D255F3F3371523D12C0E /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-frameworks.sh", - "${BUILT_PRODUCTS_DIR}/Bolts-Swift-macOS/BoltsSwift.framework", - "${BUILT_PRODUCTS_DIR}/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear.framework", - "${BUILT_PRODUCTS_DIR}/Zip-macOS/Zip.framework", - "${BUILT_PRODUCTS_DIR}/iOSDFULibrary-macOS/iOSDFULibrary.framework", + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", ); - name = "[CP] Embed Pods Frameworks"; + name = "[CP] Check Pods Manifest.lock"; outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/BoltsSwift.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MetaWear.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Zip.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/iOSDFULibrary.framework", + "$(DERIVED_FILE_DIR)/Pods-MetaWearIntegrationTests-iOS-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-frameworks.sh\"\n"; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -1515,7 +1515,6 @@ SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = 4; }; name = Debug; @@ -1543,14 +1542,13 @@ SDKROOT = watchos; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = 4; }; name = Release; }; 4040584F209A83CC00591D6B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AB3382D0AA93F53F82426A6B /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.debug.xcconfig */; + baseConfigurationReference = 1D280BD53A25F1E9910742BC /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication; CLANG_ANALYZER_NONNULL = YES; @@ -1572,14 +1570,13 @@ SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = 4; }; name = Debug; }; 40405850209A83CC00591D6B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D5BA4F01FBBB9FB3A6F3CD11 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.release.xcconfig */; + baseConfigurationReference = ECC4A10B92CEA5D8634193C9 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication; CLANG_ANALYZER_NONNULL = YES; @@ -1601,14 +1598,13 @@ SDKROOT = watchos; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = 4; }; name = Release; }; 40703E0B1D94AE3500F38FF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4C9766F13CD493411988E405 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.debug.xcconfig */; + baseConfigurationReference = 9D2CC86004B9E8F7F816C2E3 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.debug.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ENABLE_MODULES = YES; @@ -1628,13 +1624,12 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = iphonesimulator; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; }; name = Debug; }; 40703E0C1D94AE3500F38FF0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7DB1D5FB2C9DF1B999A30C40 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.release.xcconfig */; + baseConfigurationReference = 98AB2A2F1532F208CC5185D8 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.release.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ENABLE_MODULES = YES; @@ -1654,13 +1649,12 @@ PRODUCT_BUNDLE_IDENTIFIER = "com.mbientlab.MetaWearUnitTests-iOS"; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = iphonesimulator; - SWIFT_VERSION = 3.0; }; name = Release; }; 40703E361D94B8A700F38FF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F9A1816D273EAF6C594AB9B9 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.debug.xcconfig */; + baseConfigurationReference = 69A168E76C9AD014BCBC7055 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.debug.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ENABLE_MODULES = YES; @@ -1682,13 +1676,12 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; }; name = Debug; }; 40703E371D94B8A700F38FF0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 315922240872C094896F86A5 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.release.xcconfig */; + baseConfigurationReference = B605C27994BB1982401ED60D /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.release.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ENABLE_MODULES = YES; @@ -1710,13 +1703,12 @@ PRODUCT_BUNDLE_IDENTIFIER = "com.mbientlab.MetaWearUnitTests-macOS"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; - SWIFT_VERSION = 3.0; }; name = Release; }; 40703E701D94C06900F38FF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 643F4B1C47594649B403E4E6 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig */; + baseConfigurationReference = C6B67ABFBBE378F7FC2CD6D7 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; @@ -1735,7 +1727,7 @@ }; 40703E711D94C06900F38FF0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3F0AE8CB80A89F8BF3547857 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig */; + baseConfigurationReference = 628DD5D21340280BABA1CEDE /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; @@ -1755,7 +1747,7 @@ }; 40703EAB1D94C37500F38FF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0BC206FACF309897F345A691 /* Pods-MetaWearIntegrationTests-iOS.debug.xcconfig */; + baseConfigurationReference = 14B9DAD1DD6AAB60FB8E2838 /* Pods-MetaWearIntegrationTests-iOS.debug.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ENABLE_MODULES = YES; @@ -1771,14 +1763,13 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MetaWearIntegrationTestHost-iOS.app/MetaWearIntegrationTestHost-iOS"; }; name = Debug; }; 40703EAC1D94C37500F38FF0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C258274DBAC14BFD8411CF49 /* Pods-MetaWearIntegrationTests-iOS.release.xcconfig */; + baseConfigurationReference = 013B39904A9C0F3735BA9A97 /* Pods-MetaWearIntegrationTests-iOS.release.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ENABLE_MODULES = YES; @@ -1794,14 +1785,13 @@ PRODUCT_BUNDLE_IDENTIFIER = "com.mbientlab.MetaWearIntegrationTests-iOS"; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = iphoneos; - SWIFT_VERSION = 3.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MetaWearIntegrationTestHost-iOS.app/MetaWearIntegrationTestHost-iOS"; }; name = Release; }; 40781FEB1D9DD41900FF5134 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 54E10821F9CD84FE00E1EFAA /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.debug.xcconfig */; + baseConfigurationReference = 216B7033A805EBF37C411AFB /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.debug.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ENABLE_MODULES = YES; @@ -1816,14 +1806,13 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = 3; }; name = Debug; }; 40781FEC1D9DD41900FF5134 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 372F4EFD8A378C461EB0D023 /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.release.xcconfig */; + baseConfigurationReference = AF8C92E37F4F0E39DD4A3179 /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.release.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ENABLE_MODULES = YES; @@ -1838,14 +1827,13 @@ PRODUCT_BUNDLE_IDENTIFIER = "com.mbientlab.MetaWearUnitTests-tvOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; - SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = 3; }; name = Release; }; 407820351D9DD60500FF5134 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6BCF4815800711C1ECBF93D4 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig */; + baseConfigurationReference = AD660D07C46FF62D5D8493F0 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; @@ -1866,7 +1854,7 @@ }; 407820361D9DD60500FF5134 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 120874BAE9EB8D11171E121C /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig */; + baseConfigurationReference = ED9FB7E4E1E69AF36105CC58 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; @@ -1888,7 +1876,7 @@ }; 407820381D9DD60500FF5134 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0BE7C944CE23C1660A3C623F /* Pods-MetaWearIntegrationTests-tvOS.debug.xcconfig */; + baseConfigurationReference = 1B8897796EB86BD8A0028A82 /* Pods-MetaWearIntegrationTests-tvOS.debug.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_ANALYZER_NONNULL = YES; @@ -1905,7 +1893,6 @@ SDKROOT = appletvos; SUPPORTED_PLATFORMS = appletvos; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = 3; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MetaWearIntegrationTestHost-tvOS.app/MetaWearIntegrationTestHost-tvOS"; }; @@ -1913,7 +1900,7 @@ }; 407820391D9DD60500FF5134 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 484B02B57C8B8237F94E2B65 /* Pods-MetaWearIntegrationTests-tvOS.release.xcconfig */; + baseConfigurationReference = 5AF78A37DB22BDC4AD33196D /* Pods-MetaWearIntegrationTests-tvOS.release.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CLANG_ANALYZER_NONNULL = YES; @@ -1930,7 +1917,6 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; SUPPORTED_PLATFORMS = appletvos; - SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = 3; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MetaWearIntegrationTestHost-tvOS.app/MetaWearIntegrationTestHost-tvOS"; }; @@ -1938,7 +1924,7 @@ }; 40915FD71D94D392008A5F24 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = EFD47055A31E7C566988CB52 /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig */; + baseConfigurationReference = B8E491155BCBD8FD6DDB50D2 /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ANALYZER_NONNULL = YES; @@ -1959,7 +1945,7 @@ }; 40915FD81D94D392008A5F24 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C9B9653403BEAE2CC84C0280 /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig */; + baseConfigurationReference = F3CD04ECF25844525CA299FC /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ANALYZER_NONNULL = YES; @@ -1981,7 +1967,7 @@ }; 40915FF51D94D478008A5F24 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFFE3806FA2AEB7E46E264A0 /* Pods-MetaWearIntegrationTests-macOS.debug.xcconfig */; + baseConfigurationReference = 8469164A5DAB31B6EA449431 /* Pods-MetaWearIntegrationTests-macOS.debug.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ENABLE_MODULES = YES; @@ -1998,14 +1984,13 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MetaWearIntegrationTestHost-macOS.app/Contents/MacOS/MetaWearIntegrationTestHost-macOS"; }; name = Debug; }; 40915FF61D94D478008A5F24 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6B17492B63AD8FBF5BC78DD6 /* Pods-MetaWearIntegrationTests-macOS.release.xcconfig */; + baseConfigurationReference = 63CC6BF92B83CC986BD0B4F5 /* Pods-MetaWearIntegrationTests-macOS.release.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ENABLE_MODULES = YES; @@ -2022,7 +2007,6 @@ PRODUCT_BUNDLE_IDENTIFIER = "com.mbientlab.MetaWearIntegrationTests-macOS"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; - SWIFT_VERSION = 3.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MetaWearIntegrationTestHost-macOS.app/Contents/MacOS/MetaWearIntegrationTestHost-macOS"; }; name = Release; @@ -2077,6 +2061,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.13; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; + SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; TVOS_DEPLOYMENT_TARGET = 10.0; WATCHOS_DEPLOYMENT_TARGET = 4.0; @@ -2125,6 +2110,8 @@ IPHONEOS_DEPLOYMENT_TARGET = 10.0; MACOSX_DEPLOYMENT_TARGET = 10.13; SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; TVOS_DEPLOYMENT_TARGET = 10.0; VALIDATE_PRODUCT = YES; diff --git a/MetaWear/MetaWear.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/MetaWear/MetaWear.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/MetaWear/MetaWear.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/MetaWear/MetaWear.xcodeproj/xcshareddata/xcschemes/MetaWearDFU.xcscheme b/MetaWear/MetaWear.xcodeproj/xcshareddata/xcschemes/MetaWearDFU.xcscheme index 5412183..a99c52e 100644 --- a/MetaWear/MetaWear.xcodeproj/xcshareddata/xcschemes/MetaWearDFU.xcscheme +++ b/MetaWear/MetaWear.xcodeproj/xcshareddata/xcschemes/MetaWearDFU.xcscheme @@ -1,6 +1,6 @@ 'https://github.com/BoltsFramework/Bolts-Swift.git', :commit => 'e9baa72' - abstract_target 'MetaWear-iOS' do platform :ios, '10.0' pod 'MetaWear', :subspecs => ['UI', 'AsyncUtils', 'Mocks', 'DFU'], :path => '../' diff --git a/MetaWear/Podfile.lock b/MetaWear/Podfile.lock index afd9605..f8660fb 100644 --- a/MetaWear/Podfile.lock +++ b/MetaWear/Podfile.lock @@ -1,23 +1,22 @@ PODS: - - Bolts-Swift (1.3.0) + - Bolts-Swift (1.4.0) - iOSDFULibrary (4.1.3): - Zip (~> 1.0) - - MetaWear/AsyncUtils (3.1.3): + - MetaWear/AsyncUtils (3.1.4): - MetaWear/Core - - MetaWear/Core (3.1.3): - - Bolts-Swift (~> 1.3.0) - - MetaWear/DFU (3.1.3): + - MetaWear/Core (3.1.4): + - Bolts-Swift (~> 1) + - MetaWear/DFU (3.1.4): - iOSDFULibrary (~> 4) - MetaWear/Core - - MetaWear/Mocks (3.1.3): + - MetaWear/Mocks (3.1.4): - MetaWear/Core - - MetaWear/UI (3.1.3): + - MetaWear/UI (3.1.4): - MetaWear/AsyncUtils - MetaWear/Core - Zip (1.1.0) DEPENDENCIES: - - Bolts-Swift (from `https://github.com/BoltsFramework/Bolts-Swift.git`, commit `e9baa72`) - MetaWear/AsyncUtils (from `../`) - MetaWear/DFU (from `../`) - MetaWear/Mocks (from `../`) @@ -25,27 +24,20 @@ DEPENDENCIES: SPEC REPOS: https://github.com/cocoapods/specs.git: + - Bolts-Swift - iOSDFULibrary - Zip EXTERNAL SOURCES: - Bolts-Swift: - :commit: e9baa72 - :git: https://github.com/BoltsFramework/Bolts-Swift.git MetaWear: :path: "../" -CHECKOUT OPTIONS: - Bolts-Swift: - :commit: e9baa72 - :git: https://github.com/BoltsFramework/Bolts-Swift.git - SPEC CHECKSUMS: - Bolts-Swift: fa98d1b59fc1acea9b21a21306dcdca1c85e3737 + Bolts-Swift: 650d72e8017721b1a6bbe43d542c4578f8e5ba6f iOSDFULibrary: 921bc0e250ad204a68ffe0cc98a7cb6ac8b13b9f - MetaWear: f2189aa71a433aee6c860838b8f78993dc3a2c78 + MetaWear: 5f10a0ab98885d39a46de59d6bf16df731001e49 Zip: 8877eede3dda76bcac281225c20e71c25270774c -PODFILE CHECKSUM: adf471a68e150fa1367c17e9255362724fa98506 +PODFILE CHECKSUM: 40f51631a47326fabd7a7939d3b4c5c6bc3dd8ba COCOAPODS: 1.5.3 diff --git a/MetaWear/Pods/Bolts-Swift/Sources/BoltsSwift/Task+WhenAll.swift b/MetaWear/Pods/Bolts-Swift/Sources/BoltsSwift/Task+WhenAll.swift index fb78753..84f1bdf 100644 --- a/MetaWear/Pods/Bolts-Swift/Sources/BoltsSwift/Task+WhenAll.swift +++ b/MetaWear/Pods/Bolts-Swift/Sources/BoltsSwift/Task+WhenAll.swift @@ -44,7 +44,11 @@ extension Task { if cancelledCount > 0 { tcs.cancel() } else if errorCount > 0 { - tcs.set(error: AggregateError(errors: tasks.flatMap({ $0.error }))) + #if swift(>=4.1) + tcs.set(error: AggregateError(errors: tasks.compactMap({ $0.error }))) + #else + tcs.set(error: AggregateError(errors: tasks.flatMap({ $0.error }))) + #endif } else { tcs.set(result: ()) } diff --git a/MetaWear/Pods/Local Podspecs/Bolts-Swift.podspec.json b/MetaWear/Pods/Local Podspecs/Bolts-Swift.podspec.json deleted file mode 100644 index c653c32..0000000 --- a/MetaWear/Pods/Local Podspecs/Bolts-Swift.podspec.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "Bolts-Swift", - "version": "1.3.0", - "license": { - "type": "BSD" - }, - "summary": "Bolts is a collection of low-level libraries designed to make developing mobile apps easier.", - "homepage": "https://github.com/BoltsFramework", - "authors": { - "Nikita Lutsenko": "nlutsenko@me.com" - }, - "source": { - "git": "https://github.com/BoltsFramework/Bolts-Swift.git", - "tag": "1.3.0" - }, - "requires_arc": true, - "platforms": { - "ios": "8.0", - "osx": "10.10", - "tvos": "9.0", - "watchos": "2.0" - }, - "source_files": "Sources/BoltsSwift/*.swift", - "module_name": "BoltsSwift" -} diff --git a/MetaWear/Pods/Local Podspecs/MetaWear.podspec.json b/MetaWear/Pods/Local Podspecs/MetaWear.podspec.json index 78e21a7..c973b77 100644 --- a/MetaWear/Pods/Local Podspecs/MetaWear.podspec.json +++ b/MetaWear/Pods/Local Podspecs/MetaWear.podspec.json @@ -1,6 +1,6 @@ { "name": "MetaWear", - "version": "3.1.3", + "version": "3.1.4", "license": { "type": "Commercial", "text": "See https://www.mbientlab.com/terms/", @@ -14,7 +14,7 @@ }, "source": { "git": "https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS.git", - "tag": "3.1.3", + "tag": "3.1.4", "submodules": true }, "platforms": { @@ -23,6 +23,7 @@ "tvos": "10.0", "watchos": "4.0" }, + "swift_version": "4.1", "social_media_url": "https://twitter.com/mbientLab", "documentation_url": "https://mbientlab.com/cppdocs/latest/", "default_subspecs": "Core", @@ -40,14 +41,13 @@ "-Wno-comma" ], "pod_target_xcconfig": { - "SWIFT_VERSION": "4.0", "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src", "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src" }, "frameworks": "CoreBluetooth", "dependencies": { "Bolts-Swift": [ - "~> 1.3.0" + "~> 1" ] } }, @@ -83,6 +83,10 @@ }, { "name": "DFU", + "platforms": { + "ios": "10.0", + "osx": "10.13" + }, "source_files": "MetaWear/DFU/**/*", "dependencies": { "MetaWear/Core": [ diff --git a/MetaWear/Pods/Manifest.lock b/MetaWear/Pods/Manifest.lock index afd9605..f8660fb 100644 --- a/MetaWear/Pods/Manifest.lock +++ b/MetaWear/Pods/Manifest.lock @@ -1,23 +1,22 @@ PODS: - - Bolts-Swift (1.3.0) + - Bolts-Swift (1.4.0) - iOSDFULibrary (4.1.3): - Zip (~> 1.0) - - MetaWear/AsyncUtils (3.1.3): + - MetaWear/AsyncUtils (3.1.4): - MetaWear/Core - - MetaWear/Core (3.1.3): - - Bolts-Swift (~> 1.3.0) - - MetaWear/DFU (3.1.3): + - MetaWear/Core (3.1.4): + - Bolts-Swift (~> 1) + - MetaWear/DFU (3.1.4): - iOSDFULibrary (~> 4) - MetaWear/Core - - MetaWear/Mocks (3.1.3): + - MetaWear/Mocks (3.1.4): - MetaWear/Core - - MetaWear/UI (3.1.3): + - MetaWear/UI (3.1.4): - MetaWear/AsyncUtils - MetaWear/Core - Zip (1.1.0) DEPENDENCIES: - - Bolts-Swift (from `https://github.com/BoltsFramework/Bolts-Swift.git`, commit `e9baa72`) - MetaWear/AsyncUtils (from `../`) - MetaWear/DFU (from `../`) - MetaWear/Mocks (from `../`) @@ -25,27 +24,20 @@ DEPENDENCIES: SPEC REPOS: https://github.com/cocoapods/specs.git: + - Bolts-Swift - iOSDFULibrary - Zip EXTERNAL SOURCES: - Bolts-Swift: - :commit: e9baa72 - :git: https://github.com/BoltsFramework/Bolts-Swift.git MetaWear: :path: "../" -CHECKOUT OPTIONS: - Bolts-Swift: - :commit: e9baa72 - :git: https://github.com/BoltsFramework/Bolts-Swift.git - SPEC CHECKSUMS: - Bolts-Swift: fa98d1b59fc1acea9b21a21306dcdca1c85e3737 + Bolts-Swift: 650d72e8017721b1a6bbe43d542c4578f8e5ba6f iOSDFULibrary: 921bc0e250ad204a68ffe0cc98a7cb6ac8b13b9f - MetaWear: f2189aa71a433aee6c860838b8f78993dc3a2c78 + MetaWear: 5f10a0ab98885d39a46de59d6bf16df731001e49 Zip: 8877eede3dda76bcac281225c20e71c25270774c -PODFILE CHECKSUM: adf471a68e150fa1367c17e9255362724fa98506 +PODFILE CHECKSUM: 40f51631a47326fabd7a7939d3b4c5c6bc3dd8ba COCOAPODS: 1.5.3 diff --git a/MetaWear/Pods/Pods.xcodeproj/project.pbxproj b/MetaWear/Pods/Pods.xcodeproj/project.pbxproj index 407914d..a94e360 100644 --- a/MetaWear/Pods/Pods.xcodeproj/project.pbxproj +++ b/MetaWear/Pods/Pods.xcodeproj/project.pbxproj @@ -27,11 +27,13 @@ 0A7E2B71A330486F38B6790857A96278 /* DFUStreamHex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AB0C476B4DF7448961AA16E2943837B /* DFUStreamHex.swift */; }; 0B1D201CAAF423775729AD4E4D749B69 /* macro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 19D6678B21013A2AA3E76742535538DA /* macro.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 0BD030D7199273A3FB6572BBC8E422FC /* proximity_tsl2671.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B736CF6547EB2ECEDC0F53C90C1F78AC /* proximity_tsl2671.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + 0CAEF5896E3C61862A6F1BCCAF8F60E1 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8516DD2961388290CB334C5064ACED08 /* CoreBluetooth.framework */; }; 0D7793CD8B5152C83B74AA17946C3464 /* SecureDFUPeripheral.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EB8744344934AE9EE2BF17D3C397A42 /* SecureDFUPeripheral.swift */; }; 0EA535FC0F36EF431370259CC2A8BE9C /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4D58C021C2F7BBC6261655A1D1A6B6A /* timer.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 10347F4689946B25E06492A0D1DE17D0 /* metawearboard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8FA49D0876574B62061E5EEC3E3490CE /* metawearboard.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 1040A5535DEC76F7CE19E41017E909D6 /* logging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 806F1063CB760A6F372E22F4F02ECEED /* logging.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 104C9E90F4832D90447A11F1C7956923 /* magnetometer_bmm150.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D072A2632FE40BBB71E8D27D7FCDE50C /* magnetometer_bmm150.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + 1109356FFA2B3FD46055D53DBA8B9549 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 836E828B9AD41B430DA1B6A9641C4961 /* CoreBluetooth.framework */; }; 1158F65F25939E9A499EE805104A3854 /* DFUServiceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7852608063A2F0EE91A0044583622FB /* DFUServiceController.swift */; }; 11D897CB755B2D31DF3174E6D505A549 /* accelerometer_bosch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CDB42A92F3D23CD8151B6BE5A64BDB1 /* accelerometer_bosch.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 123318087DFF43DD84816B04B0C1A920 /* DFUPeripheralSelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78169E520778F3CCC6BA3B12B3192ACC /* DFUPeripheralSelector.swift */; }; @@ -44,15 +46,16 @@ 14D128091B071A64D22A1FD9D8EE320D /* conductance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 626855AF75D8AF56BE7F64B4C6CAE3EA /* conductance.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 159C82CE8AA9B4367D84AAD4568A23AD /* logging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 806F1063CB760A6F372E22F4F02ECEED /* logging.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 165C529F52DF4F141BB30AD7709D8267 /* ZipArchive.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC035182E4920C4BF68853295F21200C /* ZipArchive.swift */; }; - 16B312A2B9909B85E239C99C321BA251 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34FEF16DD16A91F7AAE566B3A7126C1A /* Foundation.framework */; }; 17E34AF3F7A24C3C277E0AA519876AE1 /* threadpool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 516A8CF423B74655F19A81AFAA5EC483 /* threadpool.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 186EC6B6ADE100BD0F0A3D9B7D7D7D06 /* LogDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCD9CD8F9A3E46DDA578207A0509687F /* LogDelegate.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + 18768AB881336CA0B9D6DF58007673C6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A46E1C33627BDC39246857999FD2B958 /* Foundation.framework */; }; 18F544DAFCB2FC7949CF5BE280DC36C6 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DDB0564C3BCFB74DE96005255A0B8226 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 197960505728748B998CF05DF8574862 /* Pods-MetaWearIntegrationTests-macOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E117E5E032CDEEA2221232E5DD9CE060 /* Pods-MetaWearIntegrationTests-macOS-dummy.m */; }; 19BFBAB8AAB3421612C716D6DD21919E /* DeviceInformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4036E809E512C516394A7F6FB4C2B09 /* DeviceInformation.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 1A0B2F11274F15D0E1AEDF433F29457F /* datainterpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EAF97AA375E2FF3A63857C1EF8CB4874 /* datainterpreter.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 1A2A59B6DE30F27E86C7E80AD729628A /* ibeacon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F72393353B7D0392468EF0EE1E34211 /* ibeacon.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 1B259EE81A624DE20D9B023A0315F951 /* version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C937EFC66E2805AC36379C3A7D079442 /* version.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + 1CBACEF7302595A8891604D40CDF3E4D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC3E62A50475BC3D6AB80BF8EC02512F /* Foundation.framework */; }; 1EF1EBA0DA9F25147BBC021B861A89B1 /* DFUServiceSelector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C5C6DFB62084D2404EBF1C9A10B7C9D /* DFUServiceSelector.swift */; }; 1F095AE68F4FC444F09FC274BF854567 /* multichanneltemperature.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 042AC927BC910548E4AA58D4D0C20C7C /* multichanneltemperature.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 1FE2AE1BBB3885975710BD38E7C87367 /* DFUControlPoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50C10FB5C18BC3D9B6CBB7AEC5F0B6CF /* DFUControlPoint.swift */; }; @@ -65,7 +68,6 @@ 24FA95EC772C4E2F1F7BDCA59BFFC947 /* memory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5AD811A4586759413A8DAEC98608023B /* memory.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 2569FC1E6632BE1812916A1D03D79FEF /* led.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50D0E17C7CF3350183E2702A67A8680C /* led.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 2666F40752D41997CAC49BF39F4A8318 /* gpio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76BCF07F6160BFF5BB503EC4311B3B88 /* gpio.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - 2671E54E7AEE5CF3373FDA1B86CB561F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34FEF16DD16A91F7AAE566B3A7126C1A /* Foundation.framework */; }; 2736EB01BFD388E52F7360B2DD601340 /* threadpool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 516A8CF423B74655F19A81AFAA5EC483 /* threadpool.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 2792D60D89A9A52C4CA3817C6796EC0A /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EFC73F1BCC44BAF3639A352AA37B27D0 /* event.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 27D6D0D205B6D2E13E1D3C4E7E016DDA /* iOSDFULibrary-macOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0C4936B67E485798B9FADAEFB3F962 /* iOSDFULibrary-macOS-dummy.m */; }; @@ -88,21 +90,21 @@ 2D79C71546FCEF2557608C85A94BCF4C /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 957DC977FA7499B0E2E1A5111013F4EF /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E36271E6AAA86B51D49DF7717B2F6D2 /* Task+WhenAll.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6565BA5B85EFB397511A3DFD9D7C87 /* Task+WhenAll.swift */; }; 2E6AF7114651D9C5E681B798468C49E8 /* anonymous_datasignal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 187496DABCAD752166563C3DEE9B8CBD /* anonymous_datasignal.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + 2EDC1C9CD64A2DD2E1EF5AB45135A59C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A46E1C33627BDC39246857999FD2B958 /* Foundation.framework */; }; 2FE65294FF3BD3A97F50F4FD36574F78 /* humidity_bme280.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A345DC2E9707F790B1CA55C28167315A /* humidity_bme280.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - 3048C93D0D73996E4D54A09B6AD9686D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 983063C6388B30490FF33DA26373AE0C /* Foundation.framework */; }; 305FDBED69F8218620096DFE75A79202 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4D58C021C2F7BBC6261655A1D1A6B6A /* timer.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - 306CC3CC29B4F96A43B0B9BF59D99E49 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 18EEA9E1FD11C95CFF5FAC5DF3403D1D /* CoreBluetooth.framework */; }; 30790106B46AB8D43C0CCCC54FFD1085 /* MetaWearData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6243DB8D1C6BB8A7A34E169274510593 /* MetaWearData.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 30C1207959F4DF5ED358DD9ECC3AC43F /* ambientlight_ltr329.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC57A7ABBF3D4EAC808856A282421A2A /* ambientlight_ltr329.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 30D372ECEC42530F63D4FC0B784F92E2 /* Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0646800EECED1BAF4AC13CB9E3866330 /* Data.swift */; }; 3158F937084A83C92ADE0369CCF00D4A /* proximity_tsl2671.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B736CF6547EB2ECEDC0F53C90C1F78AC /* proximity_tsl2671.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + 31FDE723CB7AE475CFE853A8DE1D88D6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A46E1C33627BDC39246857999FD2B958 /* Foundation.framework */; }; 3277D686CC7EF4998BED13D9642F5AD4 /* SecureDFUServiceInitiator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D659A54AFE195D24B85CFC70F8F6734 /* SecureDFUServiceInitiator.swift */; }; 33CA7A8883737B1440B365FB8E5C37CA /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EFC73F1BCC44BAF3639A352AA37B27D0 /* event.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + 346F075DA0E3B4C2A4DE9AED8A26B8A5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A46E1C33627BDC39246857999FD2B958 /* Foundation.framework */; }; 349189DB456D6FB68C4944E7FDC15C2D /* utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8CEB96D24435EDDB5368B5435B7E8E6 /* utils.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 34C902B5C5BAB4F9EF20F3487C58D60E /* debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7280F9E542C5E5D8A2D4B61C4EFC15BA /* debug.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 3570389B2F296BE8A385E4C573AD84A7 /* dataprocessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6AB0A39E00564EBD3D60C491717D62B3 /* dataprocessor.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 35C3C6327A65448295F86F961C881675 /* DFUExecutor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D6FEC3C86DBBC69C0D23FF4C84222E2 /* DFUExecutor.swift */; }; - 36AE2634AFCFA3FEA84F5215096C9244 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2FEB85EC2F3ACA4110E8E506F6020D1D /* CoreBluetooth.framework */; }; 37DE05203A2D273D79916B544F1DD8B4 /* logging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 806F1063CB760A6F372E22F4F02ECEED /* logging.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 37EF8D673127405DBCB8B18D5AA37CE7 /* Double.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F964DDAC8BD026D683BF54FD168B21 /* Double.swift */; }; 3928F38C9D6AE7FD63A97FFB96F6F127 /* SecureDFUService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1641E74D80DF7148698DE7B1F574FCB4 /* SecureDFUService.swift */; }; @@ -141,6 +143,7 @@ 48B6CCA1F4C0A939C0D851B8C420DBD4 /* version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C937EFC66E2805AC36379C3A7D079442 /* version.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 49474B5BCE4380CD6D01EE2F51AADB51 /* accelerometer_mma8452q.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1F9C1A9CFBACD7BA8F9ED26F02CA451 /* accelerometer_mma8452q.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 49DE6A9DAFB4D84F3B2DC9DF56EF79F1 /* Executor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 451E8B587720F2BEF3BE88868AA9CEB4 /* Executor.swift */; }; + 4A0135D951F82877502012590BC9E661 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC3E62A50475BC3D6AB80BF8EC02512F /* Foundation.framework */; }; 4A196F15C24662AB2E21EC7551D6F21D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDBEA1F6697B1465B416ECF986FA151C /* Cocoa.framework */; }; 4A28F3CB840030DB7F622DC91FD8310B /* Bridging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CBEE9FD10C3C705BA435294BA515D44 /* Bridging.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 4A3DAEEDABDB4BE66446A6E6C54FB1B5 /* MetaWear+Firmware.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0227157ED06AFCBEB4D09ED5AE80AA1D /* MetaWear+Firmware.swift */; }; @@ -177,16 +180,18 @@ 5BCE35191B656F94155C35BF61862775 /* ioapi.h in Headers */ = {isa = PBXBuildFile; fileRef = 9D4E5BB449C5462A48E3E2BF7C911B70 /* ioapi.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5DF03A51B7B21C0CBF80ECD686DF2244 /* unzip.h in Headers */ = {isa = PBXBuildFile; fileRef = DAFD906B0F2FCAF1C6DC95634145FB67 /* unzip.h */; settings = {ATTRIBUTES = (Project, ); }; }; 5E456D667802F6B4A90BA3B1491984CE /* MetaWearScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F7AA5F71BFC827BA5034DA9298C9715 /* MetaWearScanner.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - 5EE768E3CD7828C42600D328C4009A62 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 983063C6388B30490FF33DA26373AE0C /* Foundation.framework */; }; 5F0D9664298BB35DE7A238295E5247EE /* MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 603648A986F2C0D161D29BE851D57C52 /* MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 5F8D158480F5A11523FC3A0B4228D239 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 23A6C12931CF3E63C32D04FB3BE20E4C /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-dummy.m */; }; 5FC9359C32CF3560C6C1AF49C954079A /* colordetector_tcs34725.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B732291A51157EF8E48435A6E1F29200 /* colordetector_tcs34725.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 601B9480B6DBE91CF51A19DB9F46A8B1 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D6EC9B2806D28BF52043D77FBD4563EC /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 603CDB3CA186386E28F6E6E2752FFCC9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC3E62A50475BC3D6AB80BF8EC02512F /* Foundation.framework */; }; 605489FB4B8284E68AF28901D446F3BE /* ibeacon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2F72393353B7D0392468EF0EE1E34211 /* ibeacon.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 6059C2117F6B133B18B4A74D8F01F851 /* gpio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76BCF07F6160BFF5BB503EC4311B3B88 /* gpio.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 6083387D83C6533A2C348AD1897664C9 /* Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0646800EECED1BAF4AC13CB9E3866330 /* Data.swift */; }; 60F1BD88F972AF784FF55869B5376959 /* haptic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F82698A8B8395E65947F8249D19DBC25 /* haptic.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 61ABE5CFF7FC3149F6E745E44BA1DB5D /* gyro_bmi160.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C125363050EA305544A7CF876DE74399 /* gyro_bmi160.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + 624885F898718AD59E916CAC49731328 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A46E1C33627BDC39246857999FD2B958 /* Foundation.framework */; }; + 62F64BC509522793855B229505E9EE6C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A46E1C33627BDC39246857999FD2B958 /* Foundation.framework */; }; 63A8DFF6DC2917267A7C2ECBB3EE32EF /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ED2AB296A1B1CD2AEEBEEDCF74624DA /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS-dummy.m */; }; 63BB63558E4ADC1FC689D74F246CB406 /* Bolts-Swift-macOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 224573BEAB5C6F484091369A5C159860 /* Bolts-Swift-macOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 63D0CEA636F37A2CC1831FE576BD83EB /* CBUUID.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1CB522E3045AE739780B54C942B5BCE /* CBUUID.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; @@ -202,6 +207,7 @@ 6954F7384F1AB9FD29BFEE20577C51E9 /* switch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C314EE2F1D5BB81AF2E7FAE242EB72F4 /* switch.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 696F7F86A373AD2D621D5C2C30F75C2D /* humidity_bme280.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A345DC2E9707F790B1CA55C28167315A /* humidity_bme280.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 69C068460451B04C5E868E0EE4A3B2A7 /* Zip-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2B2981664E907326B8CD8F38DB337BE /* Zip-iOS-dummy.m */; }; + 69F4F2DD59CD48B396ECBB7F1653C04B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5FD0B5F6ECFD1993591E14D93B8A4C68 /* Foundation.framework */; }; 6A944DB6E1C2609B059829224891A2F5 /* MetaWearScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F7AA5F71BFC827BA5034DA9298C9715 /* MetaWearScanner.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 6B6A09246377AA4A807BD3D4E3F921D1 /* neopixel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E74A174F3B1245A01D5B4341F83C691B /* neopixel.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 6B9DDB2C272D9D796898A9D59CBFAE37 /* anonymous_datasignal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 187496DABCAD752166563C3DEE9B8CBD /* anonymous_datasignal.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; @@ -224,7 +230,6 @@ 73683063F9F237B23CE0BFDBDA6386A3 /* Pods-MetaWearIntegrationTests-tvOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DA457849EC8E8226A65817B1A96B66C1 /* Pods-MetaWearIntegrationTests-tvOS-dummy.m */; }; 742D01753BBB81DF73360D56C017AAC0 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BAFD64F4103B6CA1EEC440CF540C8E32 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-dummy.m */; }; 746F350BD877C479524710577F52C5A5 /* DFUPacket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DBE3E77D7E156330FD7558A2651C6FF /* DFUPacket.swift */; }; - 75309027431EEA2656E1AC75636106F7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9314E0E63D7AC2809D6111431A03DAB7 /* Foundation.framework */; }; 76C43D1F3A0BC36DED09697DFA1DB93C /* String+VersionCompare.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA50BB9BC752722A73C0DFAC7BDF89BA /* String+VersionCompare.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 77424BD1EA196C2E367789EAC38DFA3F /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF62D1D2496DAEDF7252309D09F07517 /* Errors.swift */; }; 78FBD3121222151E172BD68EB6D92272 /* CBUUID.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1CB522E3045AE739780B54C942B5BCE /* CBUUID.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; @@ -236,6 +241,7 @@ 7AABB7F310A72B841DC899B429C23123 /* dfu_utility.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D24D66BAC631EB0BF7E198B34CBE293 /* dfu_utility.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 7ADB1A7DB3F2863551AC8A2B5463A3B1 /* SoftdeviceBootloaderInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A501F99C53E65214336B57BF8C15FCF /* SoftdeviceBootloaderInfo.swift */; }; 7B3AC7E7EE8B08AF00BDA430C92B910C /* gyro_bmi160.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C125363050EA305544A7CF876DE74399 /* gyro_bmi160.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + 7CCDA22F850BCD2C37C0657F614187FF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC3E62A50475BC3D6AB80BF8EC02512F /* Foundation.framework */; }; 7DC07F76B8133E5B18D94E90084D4905 /* Task+WhenAll.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6565BA5B85EFB397511A3DFD9D7C87 /* Task+WhenAll.swift */; }; 7DC58DCF6420BDB7342D75B1829A6234 /* DFUFirmware.swift in Sources */ = {isa = PBXBuildFile; fileRef = 436FDBC3E5D46266015EEE80C9B342B5 /* DFUFirmware.swift */; }; 7E0C5D312B8747378F71C55A7A008B37 /* accelerometer_bosch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1CDB42A92F3D23CD8151B6BE5A64BDB1 /* accelerometer_bosch.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; @@ -258,7 +264,6 @@ 88AEEFC3672D41F631113E2C6AAE0DE7 /* gpio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76BCF07F6160BFF5BB503EC4311B3B88 /* gpio.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 88DA5A3455AB2C289AA02C0663C00651 /* haptic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F82698A8B8395E65947F8249D19DBC25 /* haptic.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 8AAF9014A0839F30B5F7CB38A6BCAA66 /* cbindings.swift in Sources */ = {isa = PBXBuildFile; fileRef = E890C4C651B1CF09B94F1715BDA8394B /* cbindings.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - 8AEB1E47CCEDCD91AA5EB1B2B0B8B89C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9314E0E63D7AC2809D6111431A03DAB7 /* Foundation.framework */; }; 8B1D86F32FFF9B9073F4292A47F61D13 /* file_operations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BEDA60D7A2A41DBEFAD2B5B535DE9A20 /* file_operations.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 8B3BD528D718FC842BF25A5BBADD4FE4 /* neopixel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E74A174F3B1245A01D5B4341F83C691B /* neopixel.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 8BBD91AEB9BF7D960C680DA48E44C88C /* BoltsSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14C97DFBFB1B55A0E55438D85E5036D1 /* BoltsSwift.framework */; }; @@ -269,7 +274,6 @@ 8DDE7C0A200B0830E7CFDCC9AB13FDDF /* datainterpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EAF97AA375E2FF3A63857C1EF8CB4874 /* datainterpreter.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 8E0BC1C242661B82D0808706FD1A9CD2 /* MetaWear+LED.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD187A2C21880D0D0D15EB89C6E18A0 /* MetaWear+LED.swift */; }; 8E24184B3FE1955E7E5BE11F93FACA1D /* Bolts-Swift-tvOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9160164C2E7AE75FC2BE3F71A71CFB65 /* Bolts-Swift-tvOS-dummy.m */; }; - 8FDC9D25C6200E432A86B200E49673B5 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF3B1B9E6DDF2EE233D4C4C4E4079F84 /* CoreBluetooth.framework */; }; 9019C02F971BE0D0C382CC39CDD4E563 /* datasignal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE1692591FC3E8B4357CC5707EC83465 /* datasignal.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 90408E1DDC09A4DE4657FD2E7308EDCA /* iOSDFULibrary-macOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BD0766CF780610D401CC416B4E794D12 /* iOSDFULibrary-macOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 90B63832B198E8D6F564BCAE55BCBE16 /* MblMwEvent+Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = A998F741C49436258E4C2CD075962ED4 /* MblMwEvent+Async.swift */; }; @@ -285,13 +289,13 @@ 9709ABC8A197261B0F8B9A5B450A4848 /* neopixel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E74A174F3B1245A01D5B4341F83C691B /* neopixel.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 97397FFE16EE3B02C0753B3D3AF89500 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EFC15AB3BD8B826657CD5776901780E /* Task.swift */; }; 9752A267102DB34049F8EADCEBF8F367 /* ZipUtilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25C83457451FD5A29DBFC9D7AA22E184 /* ZipUtilities.swift */; }; + 9831102AECA712F91D279287BDB81D86 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC3E62A50475BC3D6AB80BF8EC02512F /* Foundation.framework */; }; 988B7A0BB438385BEA8A3D0580460490 /* LogDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCD9CD8F9A3E46DDA578207A0509687F /* LogDelegate.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 98C37E2D7D8BFFF5D2FE84B68CD18CEC /* async_creator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E31AE8AB9422F6A1894B8B87023F57E /* async_creator.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 99AE993366B22E122711325020836B53 /* multichanneltemperature.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 042AC927BC910548E4AA58D4D0C20C7C /* multichanneltemperature.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 99C767B70523B7A6FAA4242AF7595370 /* FirmwareServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30C36A3215357B32410B4DB9CA8A984A /* FirmwareServer.swift */; }; 9A33E4914995FECA3F1A4728BDCE0DBF /* MetaWear+LED.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD187A2C21880D0D0D15EB89C6E18A0 /* MetaWear+LED.swift */; }; 9A3D6E99470BF6CD92C7D18CCFEC4C1E /* barometer_bosch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8C7C2B3F65A10AF83D1D04595227DF0E /* barometer_bosch.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - 9A4D39434117C0142508EFD40BAAABE9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 983063C6388B30490FF33DA26373AE0C /* Foundation.framework */; }; 9A90C6CFA64219E2A19250AFD48CEFAE /* Task+Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BA519C617380F70E744607863ED703D /* Task+Delay.swift */; }; 9A97AFE3611E0805C137365F8BC7BC4E /* LogDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCD9CD8F9A3E46DDA578207A0509687F /* LogDelegate.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 9AF696DA6B10C24DAAC674ECE17E7A2D /* SecureDFUPacket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84FA3557295165787949D6D36AC9699A /* SecureDFUPacket.swift */; }; @@ -307,7 +311,6 @@ A04C4A7F70A78BA11548D54E95EF4967 /* SecureDFUPeripheralDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B7E1599FB05F27AE17850BDDC7A9426 /* SecureDFUPeripheralDelegate.swift */; }; A0A589753D6E30B528687EEDF919CCFB /* Executor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 451E8B587720F2BEF3BE88868AA9CEB4 /* Executor.swift */; }; A0CA7B842A54D1647BE0DC4DFC548A8E /* settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 052202C6A415CF1071906C4D8B1035EB /* settings.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - A0CF7FBBA3C54D7B825E0E1294FC9B6A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 983063C6388B30490FF33DA26373AE0C /* Foundation.framework */; }; A1232C8FF203B9346818523BECE1163C /* dfu_utility.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D24D66BAC631EB0BF7E198B34CBE293 /* dfu_utility.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; A196EF503A358CFB5A08D9EFFD174F0F /* led.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 50D0E17C7CF3350183E2702A67A8680C /* led.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; A2C5BC32A259A7779F8532DE5B932D4F /* SecureDFUService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1641E74D80DF7148698DE7B1F574FCB4 /* SecureDFUService.swift */; }; @@ -349,6 +352,7 @@ B8E1FA076AA9A2E5F231A943D6E84B4C /* String+VersionCompare.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA50BB9BC752722A73C0DFAC7BDF89BA /* String+VersionCompare.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; B900F865A3ACC04F4183AD8DB393BC50 /* conductance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 626855AF75D8AF56BE7F64B4C6CAE3EA /* conductance.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; BA24BA3DD363B4DDF5EC6760EEE8D192 /* Task+Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BA519C617380F70E744607863ED703D /* Task+Delay.swift */; }; + BA2794FC0355FDA40FAD10BC9948E7C6 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D6659BB071AC399DC4D70430768B5AA2 /* CoreBluetooth.framework */; }; BA992CE5FFCFF3F1EB9585D8BE4B202F /* humidity_bme280.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A345DC2E9707F790B1CA55C28167315A /* humidity_bme280.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; BB6626C542BE9702B9EB1B159D6CF774 /* LegacyDFUService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DEA0BED980E224B35BACC8CDC6A84A /* LegacyDFUService.swift */; }; BB6D3AD4973297936BD83FEA66AC888A /* Bridging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CBEE9FD10C3C705BA435294BA515D44 /* Bridging.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; @@ -375,7 +379,6 @@ C496B135776B64230FCE2FFD066BAC09 /* IntelHex2BinConverter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C877840A3F8F69B16D4815B289EE4B4 /* IntelHex2BinConverter.h */; settings = {ATTRIBUTES = (Public, ); }; }; C4C3A4FF6DDAB8990089821AD14EA791 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B35B48A3C2CA07A097D36491B6477526 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; C4E17092A2DAAC734E69C847679FA2CA /* moduleinfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C45F7BA769C049DF09608C5979D0069F /* moduleinfo.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - C53F2443A7FFC91E13C27F5B1398DF39 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 983063C6388B30490FF33DA26373AE0C /* Foundation.framework */; }; C560D4FAB577D9DB27A98A463874D555 /* LegacyDFUServiceInitiator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A30B865D115DD7F25E61ABE2A186A488 /* LegacyDFUServiceInitiator.swift */; }; C607EF6AACCC93D243839EC9C29FBCB8 /* MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AB5B53A4722BDF4D1131054C4224B010 /* MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-dummy.m */; }; C67A9B43B484FA7A8F766FA820A1452A /* MetaWear+LED.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD187A2C21880D0D0D15EB89C6E18A0 /* MetaWear+LED.swift */; }; @@ -384,6 +387,7 @@ C703F3835699148BFB89964352D8181E /* multichanneltemperature.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 042AC927BC910548E4AA58D4D0C20C7C /* multichanneltemperature.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; C748D68DB7BFFD3E12F136B203F6916E /* MetaWear.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7E511C44020A9692C1B5BF85DD680E5 /* MetaWear.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; C78A93AC42CFB60D514D80A08BEC0779 /* async_creator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E31AE8AB9422F6A1894B8B87023F57E /* async_creator.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + C9E9C80BCD0F587778BFEB240E4CDED1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5FD0B5F6ECFD1993591E14D93B8A4C68 /* Foundation.framework */; }; CA31B2A51919A8900FBDA26FDF2FCA94 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDBEA1F6697B1465B416ECF986FA151C /* Cocoa.framework */; }; CA492D5656A4D1D98C7C11C757A6374D /* DFUService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02B0F8DB23E56A44D8EA9A43AC7C5CCF /* DFUService.swift */; }; CAE9B81CB587A0032DE0A55C30A2AF14 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF62D1D2496DAEDF7252309D09F07517 /* Errors.swift */; }; @@ -421,18 +425,16 @@ DC68ACE0D1E3FA0E3BAEE02F20E1D24F /* Task+WhenAny.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB1E7575441476F45722A743BD2EC13D /* Task+WhenAny.swift */; }; DC7D7667E4F81CC821031015108B9A99 /* Pods-MetaWearIntegrationTests-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D309696A6B188576EA54A5834846886 /* Pods-MetaWearIntegrationTests-iOS-dummy.m */; }; DCF934DD3D75E0C5346F7C8739DBE0AA /* utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B8CEB96D24435EDDB5368B5435B7E8E6 /* utils.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - DD2B68C22CAD4D25B8B034C9812F7A1B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 983063C6388B30490FF33DA26373AE0C /* Foundation.framework */; }; DE212B19273C71FA69C6A045B5E0E014 /* iOSDFULibrary.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E4E0C1511FC05291BA3A5FD79C2533B0 /* iOSDFULibrary.framework */; }; DE333EF2ADA1AC23FAE6322342A82B35 /* DFUPeripheralDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D51AA130BE255802CC44122EFBD9D837 /* DFUPeripheralDelegate.swift */; }; DE82984626B27EE5E54977D9CA60206E /* macro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 19D6678B21013A2AA3E76742535538DA /* macro.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + DFA9960F3FCBD41B8157AC0314D14F69 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5FD0B5F6ECFD1993591E14D93B8A4C68 /* Foundation.framework */; }; E0270EAD658DDBE9D4C7C3D07AB862DF /* LegacyDFUPeripheralDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8FA59A59519F6DB0472AB4DA158B04 /* LegacyDFUPeripheralDelegate.swift */; }; E0AC5156EDF2629CD9A027F6625905B4 /* MetaWear.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7E511C44020A9692C1B5BF85DD680E5 /* MetaWear.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; E161E234CF992E91874EA2DED1B495A5 /* crc32.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FB95CF28FEFDF373A66C344F5C15874 /* crc32.swift */; }; E16D5493C744957A4AC1801E209AEEAA /* DFUStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9334FCD6A7AACF6835FD3F779309FA4D /* DFUStream.swift */; }; E1C56BE637BAF74A6B87F486454388B7 /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8E5D6C0A824BEF113A18841DC9304271 /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; E1C9E3B32EB019652284B79F88789BF9 /* miniz.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ACA663AA234D785E0A33BE35A2258571 /* miniz.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - E23D570A5597481C29224B157E129632 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 983063C6388B30490FF33DA26373AE0C /* Foundation.framework */; }; - E2DAB53DB500DB5C018F41DC3559EB9E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9314E0E63D7AC2809D6111431A03DAB7 /* Foundation.framework */; }; E34F2AA6097005B339CB98BEB98C8D82 /* BoltsSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 14C97DFBFB1B55A0E55438D85E5036D1 /* BoltsSwift.framework */; }; E3810E68A55D7194204C55C3F34F0142 /* DFUPeripheral.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBDE9A1CA6F13D55B0E00898C7C1E25E /* DFUPeripheral.swift */; }; E3E018DD4CB7B9AAB17D73F2FA44DE0C /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EFC15AB3BD8B826657CD5776901780E /* Task.swift */; }; @@ -444,7 +446,6 @@ E6ECAE547C440B2A13BF73C60B56DDE2 /* DFUStreamZip.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5394449ACFB624056F0385758C7EA263 /* DFUStreamZip.swift */; }; E8437E2B3ADEC3F10E9EC77BEBFE06FD /* datasignal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE1692591FC3E8B4357CC5707EC83465 /* datasignal.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; E8BABE356C85DF95C67AD6A9101A4B8F /* logging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 806F1063CB760A6F372E22F4F02ECEED /* logging.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - E965FFF24FBA5B5E75B5AF7C47D2C7E8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34FEF16DD16A91F7AAE566B3A7126C1A /* Foundation.framework */; }; E9B59A1AE6C85346969FADD38996C2E1 /* task.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0DAF456D0FED28D01BEF215D0BB518C0 /* task.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; E9F3C7E881FB2A7FF87F74C2AF0BB8F4 /* dataprocessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6AB0A39E00564EBD3D60C491717D62B3 /* dataprocessor.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; EB060E4CB4A3DBA159342A4C204AADCF /* crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = B98C6F46BB0AA3EB2B2A7B07DFD30E7A /* crypt.h */; settings = {ATTRIBUTES = (Project, ); }; }; @@ -452,7 +453,6 @@ EB2FA25E219327C62D3640B26C9215A6 /* Task+ContinueWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF432B434BADB6E8392DE30A6AB193BA /* Task+ContinueWith.swift */; }; EB654D96C7CA7034D3F369CB6998A7A5 /* SecureDFUServiceInitiator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D659A54AFE195D24B85CFC70F8F6734 /* SecureDFUServiceInitiator.swift */; }; EC0D16E06CFE5E21423376A0ACE96020 /* LoggerDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5997402F4329D853E7BCB603CE25BA3F /* LoggerDelegate.swift */; }; - EC1BE0B07D817D1C05EFFCA777886603 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34FEF16DD16A91F7AAE566B3A7126C1A /* Foundation.framework */; }; ECDFC7CC78B6709EE2686006B7ED7EE7 /* DFUStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9334FCD6A7AACF6835FD3F779309FA4D /* DFUStream.swift */; }; ED8EC9BA981EBC33C1DC08B2EF43FA87 /* responseheader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 31E35C19739075CD6024F53F9836967D /* responseheader.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; EE05802749BE45F0E63E6243476CD231 /* neopixel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E74A174F3B1245A01D5B4341F83C691B /* neopixel.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; @@ -466,13 +466,13 @@ F22C7A15566ABC59095FE23A18C08C34 /* iOSDFULibrary-iOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B40CF6B087FAD8F23589C6B130F26A2B /* iOSDFULibrary-iOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; F2F895E36F8AA8C34CE952D039C9D92A /* DFUStreamHex.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4AB0C476B4DF7448961AA16E2943837B /* DFUStreamHex.swift */; }; F37F032AC0A8B7C00E1961DCEF382D48 /* SecureDFUPeripheral.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EB8744344934AE9EE2BF17D3C397A42 /* SecureDFUPeripheral.swift */; }; - F3DADEE54A4B71B7AC4AB90AD99D65C0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34FEF16DD16A91F7AAE566B3A7126C1A /* Foundation.framework */; }; F57BAB5B50FF36C8C02A049B82086FA7 /* threadpool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 516A8CF423B74655F19A81AFAA5EC483 /* threadpool.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; F595E51A08239F33D737A35278DF602D /* MblMwGattChar.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE0612029D15E5DB0AC306FAC6D55ECD /* MblMwGattChar.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; F8D42EACE580BBF6C2212B6598EE50A7 /* DFUServiceInitiator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77BD5E4E466C25D780F8005383032CF0 /* DFUServiceInitiator.swift */; }; F8E9358B45053FEA1707208937B23C29 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF62D1D2496DAEDF7252309D09F07517 /* Errors.swift */; }; F9DAE0696C386EB5C69B6835FD960C75 /* magnetometer_bmm150.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D072A2632FE40BBB71E8D27D7FCDE50C /* magnetometer_bmm150.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; F9DF67116FAB5E4FFF34CEB141BFB5EF /* ManifestFirmwareInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F94A36E3AFA6EBEF7FB8A34A4352175 /* ManifestFirmwareInfo.swift */; }; + FABD103AC91F07A3C65B96C9BCEDD300 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A46E1C33627BDC39246857999FD2B958 /* Foundation.framework */; }; FAF9ADB986CFE1A669B41F14ED3847D9 /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 877A85E3E0BF54E52BF701108B14C637 /* ioapi.c */; }; FC2B6B4F6529D7D3ACC9977AF699BCAF /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 63BD66F0058B68A8F0A048B9B93F17D7 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-dummy.m */; }; FD4A6904084A243A9EA0FCAE72E735A3 /* dataprocessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6AB0A39E00564EBD3D60C491717D62B3 /* dataprocessor.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; @@ -733,47 +733,46 @@ 0227157ED06AFCBEB4D09ED5AE80AA1D /* MetaWear+Firmware.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "MetaWear+Firmware.swift"; path = "MetaWear/DFU/MetaWear+Firmware.swift"; sourceTree = ""; }; 02B0F8DB23E56A44D8EA9A43AC7C5CCF /* DFUService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUService.swift; path = iOSDFULibrary/Classes/Implementation/GenericDFU/DFUService.swift; sourceTree = ""; }; 02B331627190C631A4DB30D511522F44 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-acknowledgements.plist"; sourceTree = ""; }; - 042AC927BC910548E4AA58D4D0C20C7C /* multichanneltemperature.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = multichanneltemperature.cpp; sourceTree = ""; }; + 042AC927BC910548E4AA58D4D0C20C7C /* multichanneltemperature.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = multichanneltemperature.cpp; sourceTree = ""; }; 04B0C159F5C36C15D18B0F0F3647C4BC /* Bolts-Swift-watchOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Bolts-Swift-watchOS-prefix.pch"; path = "../Bolts-Swift-watchOS/Bolts-Swift-watchOS-prefix.pch"; sourceTree = ""; }; - 052202C6A415CF1071906C4D8B1035EB /* settings.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = settings.cpp; sourceTree = ""; }; + 052202C6A415CF1071906C4D8B1035EB /* settings.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = settings.cpp; sourceTree = ""; }; 0587D668F7D25D72E9A821CDEAFCB48B /* Bolts-Swift-tvOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Bolts-Swift-tvOS.xcconfig"; path = "../Bolts-Swift-tvOS/Bolts-Swift-tvOS.xcconfig"; sourceTree = ""; }; 06391F1D445F8198E4D614364F41CD2D /* Pods-MetaWearIntegrationTests-tvOS-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-MetaWearIntegrationTests-tvOS-acknowledgements.markdown"; sourceTree = ""; }; 0646800EECED1BAF4AC13CB9E3866330 /* Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Data.swift; path = iOSDFULibrary/Classes/Utilities/Data.swift; sourceTree = ""; }; 08902F62F43E100DBC6D8E2210A475FD /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-resources.sh"; sourceTree = ""; }; 09A320266200E1A0664645599F1E9DDD /* ajax-loader.gif */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.gif; name = "ajax-loader.gif"; path = "Docs/build/html/_static/ajax-loader.gif"; sourceTree = ""; }; - 0A652B81ED6E1448461FA7ABF6118E24 /* genindex.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = genindex.html; path = Docs/build/html/genindex.html; sourceTree = ""; }; + 0A652B81ED6E1448461FA7ABF6118E24 /* genindex.html */ = {isa = PBXFileReference; includeInIndex = 1; name = genindex.html; path = Docs/build/html/genindex.html; sourceTree = ""; }; 0AD9B4AE96B9446885844A4DB4245B2B /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.release.xcconfig"; sourceTree = ""; }; 0BA519C617380F70E744607863ED703D /* Task+Delay.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Task+Delay.swift"; path = "Sources/BoltsSwift/Task+Delay.swift"; sourceTree = ""; }; 0BEABFA048E0E9D6CCB69878A8337F5A /* Pods-MetaWearIntegrationTests-tvOS-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWearIntegrationTests-tvOS-resources.sh"; sourceTree = ""; }; - 0C80D69A267A46D6333B59DD9374CBD9 /* Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAF456D0FED28D01BEF215D0BB518C0 /* task.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = task.cpp; sourceTree = ""; }; + 0C80D69A267A46D6333B59DD9374CBD9 /* Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_MetaWear_MetaWear_tvOS_MetaWearUnitTests_tvOS.framework; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 0DAF456D0FED28D01BEF215D0BB518C0 /* task.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = task.cpp; sourceTree = ""; }; 0EDADF7F64E4C98A6CA948025535C5EC /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.modulemap"; sourceTree = ""; }; 0F94A36E3AFA6EBEF7FB8A34A4352175 /* ManifestFirmwareInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ManifestFirmwareInfo.swift; path = iOSDFULibrary/Classes/Utilities/DFUPackage/Manifest/ManifestFirmwareInfo.swift; sourceTree = ""; }; 10757DFF6BCC73CD3C6A2ADBCA5F960F /* Pods-MetaWearIntegrationTests-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWearIntegrationTests-iOS.debug.xcconfig"; sourceTree = ""; }; 116203619F58C987920002EE6B37CE6E /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.release.xcconfig"; sourceTree = ""; }; 119B57EC95C4B2638815E0B6ABCD7174 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-resources.sh"; sourceTree = ""; }; 11CF78DD2D3C9076332F0B6FF5AC4695 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-acknowledgements.markdown"; sourceTree = ""; }; - 1233AD1455324F3ACA51670D1ECA69DD /* roboto-slab-v7-bold.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "roboto-slab-v7-bold.woff2"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2"; sourceTree = ""; }; + 1233AD1455324F3ACA51670D1ECA69DD /* roboto-slab-v7-bold.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; name = "roboto-slab-v7-bold.woff2"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2"; sourceTree = ""; }; 12AE9AA947AF275B27C8883789D7B242 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-acknowledgements.plist"; sourceTree = ""; }; - 12C8A2ECE783C4A083557E657CB9C995 /* project_setup.doctree */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = project_setup.doctree; path = Docs/build/doctrees/project_setup.doctree; sourceTree = ""; }; + 12C8A2ECE783C4A083557E657CB9C995 /* project_setup.doctree */ = {isa = PBXFileReference; includeInIndex = 1; name = project_setup.doctree; path = Docs/build/doctrees/project_setup.doctree; sourceTree = ""; }; 1482265587727D68E5B335B391869EEF /* LegacyDFUExecutor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LegacyDFUExecutor.swift; path = iOSDFULibrary/Classes/Implementation/LegacyDFU/DFU/LegacyDFUExecutor.swift; sourceTree = ""; }; 14C97DFBFB1B55A0E55438D85E5036D1 /* BoltsSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BoltsSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 14FF98430D0CB89E85CED3B66CCE1FA7 /* Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 14FF98430D0CB89E85CED3B66CCE1FA7 /* Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_MetaWear_MetaWear_macOS_MetaWearUnitTests_macOS.framework; path = "Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 1638CDB3FFAA0FAD1BD741E7A1789DCB /* Zip-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Zip-iOS-umbrella.h"; sourceTree = ""; }; 1641E74D80DF7148698DE7B1F574FCB4 /* SecureDFUService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SecureDFUService.swift; path = iOSDFULibrary/Classes/Implementation/SecureDFU/Services/SecureDFUService.swift; sourceTree = ""; }; - 1787DAFBD73C11FA76F6C6F891898075 /* jquery-3.2.1.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "jquery-3.2.1.js"; path = "Docs/build/html/_static/jquery-3.2.1.js"; sourceTree = ""; }; + 1787DAFBD73C11FA76F6C6F891898075 /* jquery-3.2.1.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "jquery-3.2.1.js"; path = "Docs/build/html/_static/jquery-3.2.1.js"; sourceTree = ""; }; 179A55B9C457FA9A8D10AB87E80631ED /* Bolts-Swift-tvOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Bolts-Swift-tvOS-umbrella.h"; path = "../Bolts-Swift-tvOS/Bolts-Swift-tvOS-umbrella.h"; sourceTree = ""; }; 17F9BC4775B3AC83A4B5A3EC8D1A0219 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.debug.xcconfig"; sourceTree = ""; }; - 187496DABCAD752166563C3DEE9B8CBD /* anonymous_datasignal.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = anonymous_datasignal.cpp; sourceTree = ""; }; - 18EEA9E1FD11C95CFF5FAC5DF3403D1D /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/CoreBluetooth.framework; sourceTree = DEVELOPER_DIR; }; - 19D6678B21013A2AA3E76742535538DA /* macro.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = macro.cpp; sourceTree = ""; }; + 187496DABCAD752166563C3DEE9B8CBD /* anonymous_datasignal.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = anonymous_datasignal.cpp; sourceTree = ""; }; + 19D6678B21013A2AA3E76742535538DA /* macro.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = macro.cpp; sourceTree = ""; }; 19DE09EF16EFF2FD031FEC717665CC11 /* Bolts-Swift-watchOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Bolts-Swift-watchOS.xcconfig"; path = "../Bolts-Swift-watchOS/Bolts-Swift-watchOS.xcconfig"; sourceTree = ""; }; 19E3890674BACA9128C1C1F9835FB048 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.modulemap"; sourceTree = ""; }; 1A3AFE0EE1E3BCE89DE882391ECDCDFC /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS-prefix.pch"; path = "../MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS-prefix.pch"; sourceTree = ""; }; - 1B0676BE86D9583EC562448DFE69F3A3 /* lato-bold.eot */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-bold.eot"; path = "Docs/build/html/_static/fonts/Lato/lato-bold.eot"; sourceTree = ""; }; - 1B6E160237DA07E26CEE78E3C6A78A26 /* BoltsSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BoltsSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 1CDB42A92F3D23CD8151B6BE5A64BDB1 /* accelerometer_bosch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = accelerometer_bosch.cpp; sourceTree = ""; }; - 1E8462C707BAEF2AC7B2F04E6FF56170 /* MetaWear.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MetaWear.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 1B0676BE86D9583EC562448DFE69F3A3 /* lato-bold.eot */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-bold.eot"; path = "Docs/build/html/_static/fonts/Lato/lato-bold.eot"; sourceTree = ""; }; + 1B6E160237DA07E26CEE78E3C6A78A26 /* BoltsSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BoltsSwift.framework; path = "Bolts-Swift-tvOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 1CDB42A92F3D23CD8151B6BE5A64BDB1 /* accelerometer_bosch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = accelerometer_bosch.cpp; sourceTree = ""; }; + 1E8462C707BAEF2AC7B2F04E6FF56170 /* MetaWear.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MetaWear.framework; path = "MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 1ED2AB296A1B1CD2AEEBEEDCF74624DA /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS-dummy.m"; sourceTree = ""; }; 1F4AD0F21AEC06B27504E07071E55A3D /* Zip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Zip.swift; path = Zip/Zip.swift; sourceTree = ""; }; 20414AC783F2C79421FC802B17AF6B37 /* DFUPeripheralSelectorDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUPeripheralSelectorDelegate.swift; path = iOSDFULibrary/Classes/Implementation/DFUPeripheralSelectorDelegate.swift; sourceTree = ""; }; @@ -786,59 +785,57 @@ 23DA68CC3636116209C7A30BDAF6F0D2 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-acknowledgements.markdown"; sourceTree = ""; }; 25C05A3B25B23975A17107F661D73D5F /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-acknowledgements.plist"; sourceTree = ""; }; 25C83457451FD5A29DBFC9D7AA22E184 /* ZipUtilities.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZipUtilities.swift; path = Zip/ZipUtilities.swift; sourceTree = ""; }; - 273B41753774635918C08ED7D65186D0 /* serialpassthrough.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = serialpassthrough.cpp; sourceTree = ""; }; + 273B41753774635918C08ED7D65186D0 /* serialpassthrough.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = serialpassthrough.cpp; sourceTree = ""; }; 29A92F6A0289BED184257ACBD3631DAE /* Zip-iOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Zip-iOS.xcconfig"; sourceTree = ""; }; 2A15757A99F40F5AB20F50496D4AC44C /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../Bolts-Swift-macOS/Info.plist"; sourceTree = ""; }; - 2A9C308A07E2959C4D7AC71A6079EA97 /* lato-regular.eot */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-regular.eot"; path = "Docs/build/html/_static/fonts/Lato/lato-regular.eot"; sourceTree = ""; }; + 2A9C308A07E2959C4D7AC71A6079EA97 /* lato-regular.eot */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-regular.eot"; path = "Docs/build/html/_static/fonts/Lato/lato-regular.eot"; sourceTree = ""; }; 2B5A502C2CC9D4B6026DE3F997ED0B59 /* iOSDFULibrary-macOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "iOSDFULibrary-macOS.modulemap"; path = "../iOSDFULibrary-macOS/iOSDFULibrary-macOS.modulemap"; sourceTree = ""; }; 2D411C296AE8F8E17258BAA69064E287 /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.modulemap"; path = "../MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.modulemap"; sourceTree = ""; }; 2DB32D699148AA9B8E99EF48F686D1DF /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-resources.sh"; sourceTree = ""; }; 2DEEABC9BEC8B962C5C71A939CF77ABA /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-acknowledgements.markdown"; sourceTree = ""; }; 2EDF86AC577064CE4CF6F1313921D7AA /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-resources.sh"; sourceTree = ""; }; - 2F72393353B7D0392468EF0EE1E34211 /* ibeacon.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ibeacon.cpp; sourceTree = ""; }; - 2FEB85EC2F3ACA4110E8E506F6020D1D /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk/System/Library/Frameworks/CoreBluetooth.framework; sourceTree = DEVELOPER_DIR; }; + 2F72393353B7D0392468EF0EE1E34211 /* ibeacon.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ibeacon.cpp; sourceTree = ""; }; 2FEDDBA6DA005906CB62AC4098E35A36 /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS-prefix.pch"; sourceTree = ""; }; 30C36A3215357B32410B4DB9CA8A984A /* FirmwareServer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirmwareServer.swift; path = MetaWear/DFU/FirmwareServer.swift; sourceTree = ""; }; - 31163123D181A85BDF9341328D3E193B /* roboto-slab-v7-regular.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "roboto-slab-v7-regular.woff2"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2"; sourceTree = ""; }; - 3128808BBD3D9A7F117E50386DF5ECCE /* zip.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = zip.c; path = Zip/minizip/zip.c; sourceTree = ""; }; - 31E35C19739075CD6024F53F9836967D /* responseheader.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = responseheader.cpp; sourceTree = ""; }; - 328E924DF43A60D073F08A95154BEAF6 /* lato-regular.woff */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-regular.woff"; path = "Docs/build/html/_static/fonts/Lato/lato-regular.woff"; sourceTree = ""; }; + 31163123D181A85BDF9341328D3E193B /* roboto-slab-v7-regular.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; name = "roboto-slab-v7-regular.woff2"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2"; sourceTree = ""; }; + 3128808BBD3D9A7F117E50386DF5ECCE /* zip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = zip.c; path = Zip/minizip/zip.c; sourceTree = ""; }; + 31E35C19739075CD6024F53F9836967D /* responseheader.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = responseheader.cpp; sourceTree = ""; }; + 328E924DF43A60D073F08A95154BEAF6 /* lato-regular.woff */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-regular.woff"; path = "Docs/build/html/_static/fonts/Lato/lato-regular.woff"; sourceTree = ""; }; 336F1A00204D8A6550C80D49F2E809E3 /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.modulemap"; sourceTree = ""; }; 34E4A445CE686B584E1F252ACC021203 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 34FEF16DD16A91F7AAE566B3A7126C1A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 35060D8ED6023D58DC2A5138CD773F28 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.modulemap"; sourceTree = ""; }; - 359D4336E934F48E5A5662A0E136DA56 /* metawearscanner.rst.txt */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = metawearscanner.rst.txt; path = Docs/build/html/_sources/metawearscanner.rst.txt; sourceTree = ""; }; + 359D4336E934F48E5A5662A0E136DA56 /* metawearscanner.rst.txt */ = {isa = PBXFileReference; includeInIndex = 1; name = metawearscanner.rst.txt; path = Docs/build/html/_sources/metawearscanner.rst.txt; sourceTree = ""; }; 3612B926ACAFB9BA635B260B7115B71A /* Pods-MetaWearIntegrationTests-tvOS-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWearIntegrationTests-tvOS-frameworks.sh"; sourceTree = ""; }; 3679B8DC5C009AE10D92C7FF0C6B4EDB /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.debug.xcconfig"; sourceTree = ""; }; - 37670CCC404FC264B07E480C344C821F /* project_setup.rst */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = project_setup.rst; path = Docs/source/project_setup.rst; sourceTree = ""; }; - 37FFCA9B6D6ED93D22F024E949BC4EB3 /* Zip.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Zip.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 38607215F9AD81B15D9EEA9564904154 /* Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 37670CCC404FC264B07E480C344C821F /* project_setup.rst */ = {isa = PBXFileReference; includeInIndex = 1; name = project_setup.rst; path = Docs/source/project_setup.rst; sourceTree = ""; }; + 37FFCA9B6D6ED93D22F024E949BC4EB3 /* Zip.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Zip.framework; path = "Zip-macOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 38607215F9AD81B15D9EEA9564904154 /* Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_MetaWear_MetaWear_macOS_MetaWearIntegrationTestHost_macOS.framework; path = "Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 38D854413BA7877B89126C626034B847 /* Bolts-Swift-macOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Bolts-Swift-macOS-dummy.m"; path = "../Bolts-Swift-macOS/Bolts-Swift-macOS-dummy.m"; sourceTree = ""; }; - 39146F2A59AFEA319B41C9FBBCFD7C92 /* Pods_MetaWearIntegrationTests_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWearIntegrationTests_macOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 39146F2A59AFEA319B41C9FBBCFD7C92 /* Pods_MetaWearIntegrationTests_macOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_MetaWearIntegrationTests_macOS.framework; path = "Pods-MetaWearIntegrationTests-macOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 39F3B6F1F2785A72D4BC3D9169099A61 /* MetaWear+Async.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "MetaWear+Async.swift"; path = "MetaWear/AsyncUtils/MetaWear+Async.swift"; sourceTree = ""; }; 3A180304775B85648F47121CA96B1EB4 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 3B1C6B2E346D4D6BE37D9665C5A560A5 /* Pods-MetaWearIntegrationTests-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-MetaWearIntegrationTests-iOS-umbrella.h"; sourceTree = ""; }; 3C2B49ED7F1FFA0D76778ADC2A3FD917 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 3D800605874384681EB4E6EBB3A9B165 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-resources.sh"; sourceTree = ""; }; 3D8408087170F0518772556A0BCEC09A /* Pods-MetaWearIntegrationTests-iOS-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-MetaWearIntegrationTests-iOS-acknowledgements.markdown"; sourceTree = ""; }; - 3D9A6442F56D87454A19291CB90FDB69 /* metawearscanner.doctree */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = metawearscanner.doctree; path = Docs/build/doctrees/metawearscanner.doctree; sourceTree = ""; }; - 3E31AE8AB9422F6A1894B8B87023F57E /* async_creator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = async_creator.cpp; sourceTree = ""; }; + 3D9A6442F56D87454A19291CB90FDB69 /* metawearscanner.doctree */ = {isa = PBXFileReference; includeInIndex = 1; name = metawearscanner.doctree; path = Docs/build/doctrees/metawearscanner.doctree; sourceTree = ""; }; + 3E31AE8AB9422F6A1894B8B87023F57E /* async_creator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = async_creator.cpp; sourceTree = ""; }; 3E38D128DAC4636BC0CC175F0881F8A6 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 404A805E929CA6F65DD9A4636A98638A /* lato-bolditalic.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-bolditalic.ttf"; path = "Docs/build/html/_static/fonts/Lato/lato-bolditalic.ttf"; sourceTree = ""; }; + 404A805E929CA6F65DD9A4636A98638A /* lato-bolditalic.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-bolditalic.ttf"; path = "Docs/build/html/_static/fonts/Lato/lato-bolditalic.ttf"; sourceTree = ""; }; 429E6E3CF69870B5E4953FA8F6091C74 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig"; sourceTree = ""; }; 42F9D17A5FE570DEEA06700102689958 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-frameworks.sh"; sourceTree = ""; }; 436FDBC3E5D46266015EEE80C9B342B5 /* DFUFirmware.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUFirmware.swift; path = iOSDFULibrary/Classes/Implementation/Firmware/DFUFirmware.swift; sourceTree = ""; }; - 443C54DA880C73EC1D0D01D4B3C14778 /* iOSDFULibrary.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = iOSDFULibrary.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 44836C79E50AA283AACB554EC0795FF6 /* Makefile */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.make; name = Makefile; path = Docs/Makefile; sourceTree = ""; }; + 443C54DA880C73EC1D0D01D4B3C14778 /* iOSDFULibrary.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = iOSDFULibrary.framework; path = "iOSDFULibrary-macOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 44836C79E50AA283AACB554EC0795FF6 /* Makefile */ = {isa = PBXFileReference; includeInIndex = 1; name = Makefile; path = Docs/Makefile; sourceTree = ""; }; 44CC36F00A95D8677918053BA74309DA /* MetaWear-AsyncUtils-Core-Mocks-UI-tvOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MetaWear-AsyncUtils-Core-Mocks-UI-tvOS-dummy.m"; path = "../MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS-dummy.m"; sourceTree = ""; }; 44D4FCFC60A79AC7BEF826AEAA886ABE /* Pods-MetaWearIntegrationTests-macOS-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-MetaWearIntegrationTests-macOS-acknowledgements.plist"; sourceTree = ""; }; 451E8B587720F2BEF3BE88868AA9CEB4 /* Executor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Executor.swift; path = Sources/BoltsSwift/Executor.swift; sourceTree = ""; }; 45E35F25EFF05C3924C3CF2956D9FB24 /* iOSDFULibrary-macOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "iOSDFULibrary-macOS-prefix.pch"; path = "../iOSDFULibrary-macOS/iOSDFULibrary-macOS-prefix.pch"; sourceTree = ""; }; 46130C8032B9CA0CB63B05132257CCBC /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS-umbrella.h"; sourceTree = ""; }; - 46AD87C74C52E07220D89010EFFC0EA3 /* theme.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = theme.js; path = Docs/build/html/_static/js/theme.js; sourceTree = ""; }; - 4729987E0DC9656903724274B278C03F /* modernizr.min.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = modernizr.min.js; path = Docs/build/html/_static/js/modernizr.min.js; sourceTree = ""; }; - 4835DC0F6B6641FE7EAB83FBE589D66B /* search.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = search.html; path = Docs/build/html/search.html; sourceTree = ""; }; - 49CB1C2CDB72855ED5531743F4AEEAD6 /* roboto-slab-v7-bold.woff */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "roboto-slab-v7-bold.woff"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff"; sourceTree = ""; }; + 46AD87C74C52E07220D89010EFFC0EA3 /* theme.js */ = {isa = PBXFileReference; includeInIndex = 1; name = theme.js; path = Docs/build/html/_static/js/theme.js; sourceTree = ""; }; + 4729987E0DC9656903724274B278C03F /* modernizr.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = modernizr.min.js; path = Docs/build/html/_static/js/modernizr.min.js; sourceTree = ""; }; + 4835DC0F6B6641FE7EAB83FBE589D66B /* search.html */ = {isa = PBXFileReference; includeInIndex = 1; name = search.html; path = Docs/build/html/search.html; sourceTree = ""; }; + 49CB1C2CDB72855ED5531743F4AEEAD6 /* roboto-slab-v7-bold.woff */ = {isa = PBXFileReference; includeInIndex = 1; name = "roboto-slab-v7-bold.woff"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff"; sourceTree = ""; }; 4AB0C476B4DF7448961AA16E2943837B /* DFUStreamHex.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUStreamHex.swift; path = iOSDFULibrary/Classes/Utilities/Streams/DFUStreamHex.swift; sourceTree = ""; }; 4C877840A3F8F69B16D4815B289EE4B4 /* IntelHex2BinConverter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = IntelHex2BinConverter.h; path = iOSDFULibrary/Classes/Utilities/HexToBinConverter/IntelHex2BinConverter.h; sourceTree = ""; }; 4CE0A304A77CE43DEE4A79DE5CD8D9A0 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -848,190 +845,192 @@ 4F30EDFE01E5E1B640B4A32654D0F155 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig"; sourceTree = ""; }; 505657139C15274AA9DFFA6B200D42D7 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS.debug.xcconfig"; sourceTree = ""; }; 50C10FB5C18BC3D9B6CBB7AEC5F0B6CF /* DFUControlPoint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUControlPoint.swift; path = iOSDFULibrary/Classes/Implementation/LegacyDFU/Characteristics/DFUControlPoint.swift; sourceTree = ""; }; - 50D0E17C7CF3350183E2702A67A8680C /* led.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = led.cpp; sourceTree = ""; }; - 511C1D9E38920CA5E5DB987849E7A450 /* Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 516A8CF423B74655F19A81AFAA5EC483 /* threadpool.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = threadpool.cpp; sourceTree = ""; }; + 50D0E17C7CF3350183E2702A67A8680C /* led.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = led.cpp; sourceTree = ""; }; + 511C1D9E38920CA5E5DB987849E7A450 /* Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_MetaWear_MetaWear_tvOS_MetaWearIntegrationTestHost_tvOS.framework; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 516A8CF423B74655F19A81AFAA5EC483 /* threadpool.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = threadpool.cpp; sourceTree = ""; }; 51A16496FE7111EA2A48413961D8E2E7 /* Pods-MetaWearIntegrationTests-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-MetaWearIntegrationTests-iOS.modulemap"; sourceTree = ""; }; 5230AFF1B2BF05C75F44FC01170327B8 /* comment-bright.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "comment-bright.png"; path = "Docs/build/html/_static/comment-bright.png"; sourceTree = ""; }; 52F3102B9F60A6B496E11FFDAF7518F0 /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS.xcconfig"; sourceTree = ""; }; 5394449ACFB624056F0385758C7EA263 /* DFUStreamZip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUStreamZip.swift; path = iOSDFULibrary/Classes/Utilities/Streams/DFUStreamZip.swift; sourceTree = ""; }; - 54B4E1EDC552F6626C16A0A624EC26D3 /* lato-italic.eot */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-italic.eot"; path = "Docs/build/html/_static/fonts/Lato/lato-italic.eot"; sourceTree = ""; }; - 553440E277EBCC5015DD042D65A84B35 /* fontawesome-webfont.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "fontawesome-webfont.ttf"; path = "Docs/build/html/_static/fonts/fontawesome-webfont.ttf"; sourceTree = ""; }; + 54B4E1EDC552F6626C16A0A624EC26D3 /* lato-italic.eot */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-italic.eot"; path = "Docs/build/html/_static/fonts/Lato/lato-italic.eot"; sourceTree = ""; }; + 553440E277EBCC5015DD042D65A84B35 /* fontawesome-webfont.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = "fontawesome-webfont.ttf"; path = "Docs/build/html/_static/fonts/fontawesome-webfont.ttf"; sourceTree = ""; }; 55ADF8DB6E71D4CA117584B3A7FC1A3E /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-frameworks.sh"; sourceTree = ""; }; 5893054E3E03DDB7A38EF2A4AAB372FC /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/Info.plist"; sourceTree = ""; }; 5997402F4329D853E7BCB603CE25BA3F /* LoggerDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LoggerDelegate.swift; path = iOSDFULibrary/Classes/Utilities/Logging/LoggerDelegate.swift; sourceTree = ""; }; 5A10B2EA553069C796888CFC9DF799A8 /* QuickZip.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QuickZip.swift; path = Zip/QuickZip.swift; sourceTree = ""; }; 5A501F99C53E65214336B57BF8C15FCF /* SoftdeviceBootloaderInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SoftdeviceBootloaderInfo.swift; path = iOSDFULibrary/Classes/Utilities/DFUPackage/Manifest/SoftdeviceBootloaderInfo.swift; sourceTree = ""; }; - 5AD811A4586759413A8DAEC98608023B /* memory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = memory.cpp; sourceTree = ""; }; + 5AD811A4586759413A8DAEC98608023B /* memory.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = memory.cpp; sourceTree = ""; }; 5B3CC78DF058537FAA7642F32DF5E0BB /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.modulemap"; sourceTree = ""; }; - 5B690F31D388907470C0DF4AC4D42F3D /* dfu_operations_details.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = dfu_operations_details.cpp; sourceTree = ""; }; + 5B690F31D388907470C0DF4AC4D42F3D /* dfu_operations_details.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = dfu_operations_details.cpp; sourceTree = ""; }; 5BAE0ABA0A6F538E868254D9F101BE09 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../Zip-macOS/Info.plist"; sourceTree = ""; }; 5CA8D32B9C323FA419ED9B0FE21A7481 /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-dummy.m"; sourceTree = ""; }; - 5D24D66BAC631EB0BF7E198B34CBE293 /* dfu_utility.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = dfu_utility.cpp; sourceTree = ""; }; + 5D24D66BAC631EB0BF7E198B34CBE293 /* dfu_utility.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = dfu_utility.cpp; sourceTree = ""; }; 5D309696A6B188576EA54A5834846886 /* Pods-MetaWearIntegrationTests-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-MetaWearIntegrationTests-iOS-dummy.m"; sourceTree = ""; }; 5D659A54AFE195D24B85CFC70F8F6734 /* SecureDFUServiceInitiator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SecureDFUServiceInitiator.swift; path = iOSDFULibrary/Classes/Implementation/SecureDFU/DFU/SecureDFUServiceInitiator.swift; sourceTree = ""; }; 5D9D78A668A89C64803144239FD3E9BF /* DFUController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUController.swift; path = iOSDFULibrary/Classes/Implementation/GenericDFU/DFUController.swift; sourceTree = ""; }; 5DD187A2C21880D0D0D15EB89C6E18A0 /* MetaWear+LED.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "MetaWear+LED.swift"; path = "MetaWear/AsyncUtils/MetaWear+LED.swift"; sourceTree = ""; }; 5EFC15AB3BD8B826657CD5776901780E /* Task.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Task.swift; path = Sources/BoltsSwift/Task.swift; sourceTree = ""; }; + 5FD0B5F6ECFD1993591E14D93B8A4C68 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 6007B14F565FF154037111E7604F2A18 /* zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = zip.h; path = Zip/minizip/zip.h; sourceTree = ""; }; - 602ECA01F886E0D0C61643442E991DB3 /* theme.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = theme.css; path = Docs/build/html/_static/css/theme.css; sourceTree = ""; }; + 602ECA01F886E0D0C61643442E991DB3 /* theme.css */ = {isa = PBXFileReference; includeInIndex = 1; name = theme.css; path = Docs/build/html/_static/css/theme.css; sourceTree = ""; }; 603648A986F2C0D161D29BE851D57C52 /* MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-umbrella.h"; path = "../MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-umbrella.h"; sourceTree = ""; }; 6243DB8D1C6BB8A7A34E169274510593 /* MetaWearData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = MetaWearData.swift; sourceTree = ""; }; - 626855AF75D8AF56BE7F64B4C6CAE3EA /* conductance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = conductance.cpp; sourceTree = ""; }; + 626855AF75D8AF56BE7F64B4C6CAE3EA /* conductance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = conductance.cpp; sourceTree = ""; }; 627516D8B2000EDBB9363EA11AF4A0A4 /* Pods-MetaWearIntegrationTests-macOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-MetaWearIntegrationTests-macOS.modulemap"; sourceTree = ""; }; 63BD66F0058B68A8F0A048B9B93F17D7 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-dummy.m"; sourceTree = ""; }; 646C3E00A59C92FD42A78D18DCA253B6 /* Pods-MetaWearIntegrationTests-iOS-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWearIntegrationTests-iOS-frameworks.sh"; sourceTree = ""; }; - 6496C76D3CB385286E0116CF2A19FD9F /* dfu_operations.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = dfu_operations.cpp; sourceTree = ""; }; - 6588E1C459CAF7DCD6EC0EF1A39275E9 /* documentation_options.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = documentation_options.js; path = Docs/build/html/_static/documentation_options.js; sourceTree = ""; }; + 6496C76D3CB385286E0116CF2A19FD9F /* dfu_operations.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = dfu_operations.cpp; sourceTree = ""; }; + 6588E1C459CAF7DCD6EC0EF1A39275E9 /* documentation_options.js */ = {isa = PBXFileReference; includeInIndex = 1; name = documentation_options.js; path = Docs/build/html/_static/documentation_options.js; sourceTree = ""; }; 66E14CE143A947E19091B8A03F233B29 /* Bolts-Swift-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Bolts-Swift-iOS-dummy.m"; sourceTree = ""; }; 6743A877F9EFD5B3B72015810B075E8D /* Zip-macOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "Zip-macOS.modulemap"; path = "../Zip-macOS/Zip-macOS.modulemap"; sourceTree = ""; }; 67A004C058CA6A4E4E5785CE990A602E /* LegacyDFUPeripheral.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LegacyDFUPeripheral.swift; path = iOSDFULibrary/Classes/Implementation/LegacyDFU/Peripherals/LegacyDFUPeripheral.swift; sourceTree = ""; }; - 67D0271632A94C44D019CC2C420C386C /* metawearboard.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = metawearboard.html; path = Docs/build/html/metawearboard.html; sourceTree = ""; }; + 67D0271632A94C44D019CC2C420C386C /* metawearboard.html */ = {isa = PBXFileReference; includeInIndex = 1; name = metawearboard.html; path = Docs/build/html/metawearboard.html; sourceTree = ""; }; 67D3CE7C33CF5DDCCFFACDB7E73DF3EF /* DFUStreamBin.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUStreamBin.swift; path = iOSDFULibrary/Classes/Utilities/Streams/DFUStreamBin.swift; sourceTree = ""; }; - 68F4AD5813BDD548863C60DE203A1C66 /* underscore.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = underscore.js; path = Docs/build/html/_static/underscore.js; sourceTree = ""; }; - 694575263562C38CE14282D32E703E41 /* conf.py */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.python; name = conf.py; path = Docs/source/conf.py; sourceTree = ""; }; + 68F4AD5813BDD548863C60DE203A1C66 /* underscore.js */ = {isa = PBXFileReference; includeInIndex = 1; name = underscore.js; path = Docs/build/html/_static/underscore.js; sourceTree = ""; }; + 694575263562C38CE14282D32E703E41 /* conf.py */ = {isa = PBXFileReference; includeInIndex = 1; name = conf.py; path = Docs/source/conf.py; sourceTree = ""; }; 6983CD1C0A1B54CA11B21A351889624C /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig"; sourceTree = ""; }; 6A02AB9600FA0F9C2D129FC04C833C21 /* minus.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = minus.png; path = Docs/build/html/_static/minus.png; sourceTree = ""; }; 6A35F74FF4AEE208ACF93E2AB44431B5 /* MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.xcconfig"; path = "../MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.xcconfig"; sourceTree = ""; }; - 6AB0A39E00564EBD3D60C491717D62B3 /* dataprocessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = dataprocessor.cpp; sourceTree = ""; }; + 6AB0A39E00564EBD3D60C491717D62B3 /* dataprocessor.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = dataprocessor.cpp; sourceTree = ""; }; 6AC08B6615CCD65CDB2AF05218F5A044 /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-acknowledgements.plist"; sourceTree = ""; }; 6AD3C77FD886DEC9D5C811CA4B8A73B2 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-frameworks.sh"; sourceTree = ""; }; - 6B0B104C7303672C8DA7CD82FFAC23B7 /* lato-bold.woff */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-bold.woff"; path = "Docs/build/html/_static/fonts/Lato/lato-bold.woff"; sourceTree = ""; }; - 6B3D6DE7D848454BE228874F4BA640FB /* metawearscanner.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = metawearscanner.html; path = Docs/build/html/metawearscanner.html; sourceTree = ""; }; - 6B438AFAC42E3EF2136BCBC1D652DBE2 /* Zip.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Zip.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6B0B104C7303672C8DA7CD82FFAC23B7 /* lato-bold.woff */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-bold.woff"; path = "Docs/build/html/_static/fonts/Lato/lato-bold.woff"; sourceTree = ""; }; + 6B3D6DE7D848454BE228874F4BA640FB /* metawearscanner.html */ = {isa = PBXFileReference; includeInIndex = 1; name = metawearscanner.html; path = Docs/build/html/metawearscanner.html; sourceTree = ""; }; + 6B438AFAC42E3EF2136BCBC1D652DBE2 /* Zip.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Zip.framework; path = "Zip-iOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 6B7E1599FB05F27AE17850BDDC7A9426 /* SecureDFUPeripheralDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SecureDFUPeripheralDelegate.swift; path = iOSDFULibrary/Classes/Implementation/SecureDFU/Peripheral/SecureDFUPeripheralDelegate.swift; sourceTree = ""; }; - 6C8614A20E2EEF08A944B6D509063FE6 /* fontawesome-webfont.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "fontawesome-webfont.woff2"; path = "Docs/build/html/_static/fonts/fontawesome-webfont.woff2"; sourceTree = ""; }; + 6C8614A20E2EEF08A944B6D509063FE6 /* fontawesome-webfont.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; name = "fontawesome-webfont.woff2"; path = "Docs/build/html/_static/fonts/fontawesome-webfont.woff2"; sourceTree = ""; }; 6CA866C02F89D931A4C1A0F21386A1C1 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 6CA8FB8C0FBF0E19A1ECEE2B571FEE38 /* Zip-macOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Zip-macOS-prefix.pch"; path = "../Zip-macOS/Zip-macOS-prefix.pch"; sourceTree = ""; }; 6CB4B0FE993F664045BAA9B5D5C572B7 /* SecureDFUExecutor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SecureDFUExecutor.swift; path = iOSDFULibrary/Classes/Implementation/SecureDFU/DFU/SecureDFUExecutor.swift; sourceTree = ""; }; 6CD21509EC01C5B8E755BA079CDED9CC /* Pods-MetaWearIntegrationTests-tvOS-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-MetaWearIntegrationTests-tvOS-acknowledgements.plist"; sourceTree = ""; }; 6DBE3E77D7E156330FD7558A2651C6FF /* DFUPacket.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUPacket.swift; path = iOSDFULibrary/Classes/Implementation/LegacyDFU/Characteristics/DFUPacket.swift; sourceTree = ""; }; - 6E1DB806A25636C38EF5255AFE899F68 /* lato-regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-regular.ttf"; path = "Docs/build/html/_static/fonts/Lato/lato-regular.ttf"; sourceTree = ""; }; + 6E1DB806A25636C38EF5255AFE899F68 /* lato-regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-regular.ttf"; path = "Docs/build/html/_static/fonts/Lato/lato-regular.ttf"; sourceTree = ""; }; 6EF04B1F4004A55B398C7B6DAD581543 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 707D5C5A850374E84093B35D5F050ECC /* DFUVersion.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUVersion.swift; path = iOSDFULibrary/Classes/Implementation/LegacyDFU/Characteristics/DFUVersion.swift; sourceTree = ""; }; 70AC435F59E13F0125F0E789D041C1C3 /* Bolts-Swift-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Bolts-Swift-iOS-umbrella.h"; sourceTree = ""; }; 71117082E521D3A1C9EFB55F40E6262B /* up.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = up.png; path = Docs/build/html/_static/up.png; sourceTree = ""; }; - 7280F9E542C5E5D8A2D4B61C4EFC15BA /* debug.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = debug.cpp; sourceTree = ""; }; + 7280F9E542C5E5D8A2D4B61C4EFC15BA /* debug.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = debug.cpp; sourceTree = ""; }; 74299291E704C4E70B5B938FE71CCD5C /* Zip-macOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Zip-macOS-umbrella.h"; path = "../Zip-macOS/Zip-macOS-umbrella.h"; sourceTree = ""; }; - 747DA1E1A62C31495BA8447C501ABA96 /* lato-italic.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-italic.woff2"; path = "Docs/build/html/_static/fonts/Lato/lato-italic.woff2"; sourceTree = ""; }; + 747DA1E1A62C31495BA8447C501ABA96 /* lato-italic.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-italic.woff2"; path = "Docs/build/html/_static/fonts/Lato/lato-italic.woff2"; sourceTree = ""; }; 74D9269B999725605C8C052B052FA6D0 /* Zip.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Zip.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 7504C2BE76C5AE3E05543C814BD6B9EC /* searchindex.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = searchindex.js; path = Docs/build/html/searchindex.js; sourceTree = ""; }; + 7504C2BE76C5AE3E05543C814BD6B9EC /* searchindex.js */ = {isa = PBXFileReference; includeInIndex = 1; name = searchindex.js; path = Docs/build/html/searchindex.js; sourceTree = ""; }; 750B1F2C0E004206E66A28955A554D06 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-acknowledgements.markdown"; sourceTree = ""; }; 762C34D2C8717E0CD10CBFB8FB056A1B /* Zip-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Zip-iOS-prefix.pch"; sourceTree = ""; }; - 76BCF07F6160BFF5BB503EC4311B3B88 /* gpio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = gpio.cpp; sourceTree = ""; }; - 7701EF85F9A319189A3C8205A9224AAB /* badge_only.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = badge_only.css; path = Docs/build/html/_static/css/badge_only.css; sourceTree = ""; }; - 774BD6F4FA44C7B57995443A1DAA5B53 /* basic.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = basic.css; path = Docs/build/html/_static/basic.css; sourceTree = ""; }; + 76BCF07F6160BFF5BB503EC4311B3B88 /* gpio.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = gpio.cpp; sourceTree = ""; }; + 7701EF85F9A319189A3C8205A9224AAB /* badge_only.css */ = {isa = PBXFileReference; includeInIndex = 1; name = badge_only.css; path = Docs/build/html/_static/css/badge_only.css; sourceTree = ""; }; + 774BD6F4FA44C7B57995443A1DAA5B53 /* basic.css */ = {isa = PBXFileReference; includeInIndex = 1; name = basic.css; path = Docs/build/html/_static/basic.css; sourceTree = ""; }; 77BD5E4E466C25D780F8005383032CF0 /* DFUServiceInitiator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUServiceInitiator.swift; path = iOSDFULibrary/Classes/Implementation/DFUServiceInitiator.swift; sourceTree = ""; }; 77C1DCEAA748BFEF258FEB8998977233 /* iOSDFULibrary-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "iOSDFULibrary-iOS.modulemap"; sourceTree = ""; }; - 77EFCADF888F21B6446CA22F8BCD6AF2 /* lato-regular.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-regular.woff2"; path = "Docs/build/html/_static/fonts/Lato/lato-regular.woff2"; sourceTree = ""; }; + 77EFCADF888F21B6446CA22F8BCD6AF2 /* lato-regular.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-regular.woff2"; path = "Docs/build/html/_static/fonts/Lato/lato-regular.woff2"; sourceTree = ""; }; 78169E520778F3CCC6BA3B12B3192ACC /* DFUPeripheralSelector.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUPeripheralSelector.swift; path = iOSDFULibrary/Classes/Implementation/DFUPeripheralSelector.swift; sourceTree = ""; }; 786446C74989E6CED51E92F695586294 /* ScannerModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScannerModel.swift; path = MetaWear/UI/ScannerModel.swift; sourceTree = ""; }; 79554846837812E127D72A9CB268E4CF /* Bolts-Swift-macOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Bolts-Swift-macOS.xcconfig"; path = "../Bolts-Swift-macOS/Bolts-Swift-macOS.xcconfig"; sourceTree = ""; }; - 79EF1599DE9B46A2007EEDE0A1177CC0 /* lato-bolditalic.woff */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-bolditalic.woff"; path = "Docs/build/html/_static/fonts/Lato/lato-bolditalic.woff"; sourceTree = ""; }; + 79EF1599DE9B46A2007EEDE0A1177CC0 /* lato-bolditalic.woff */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-bolditalic.woff"; path = "Docs/build/html/_static/fonts/Lato/lato-bolditalic.woff"; sourceTree = ""; }; 7AE8DB2F292765287146EADD628AC926 /* MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-prefix.pch"; path = "../MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-prefix.pch"; sourceTree = ""; }; 7B00126BBCE5E505A3C2E8E01524E2F6 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 7BBEADCADB6F366F6932BB5F4999C7EB /* iOSDFULibrary-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "iOSDFULibrary-iOS-dummy.m"; sourceTree = ""; }; - 7CA54C013D914D49158E83BA08D45DA5 /* MetaWear.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MetaWear.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 7D6B4151367C294F62D549604376FB2B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = index.html; path = Docs/build/html/index.html; sourceTree = ""; }; + 7CA54C013D914D49158E83BA08D45DA5 /* MetaWear.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MetaWear.framework; path = "MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 7D6B4151367C294F62D549604376FB2B /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = Docs/build/html/index.html; sourceTree = ""; }; 7E579E8B7DB1C5EDD5CC577905100FEA /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS.modulemap"; sourceTree = ""; }; 7E80E1C8291F15526FE0AA13C571F17A /* Bolts-Swift-macOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "Bolts-Swift-macOS.modulemap"; path = "../Bolts-Swift-macOS/Bolts-Swift-macOS.modulemap"; sourceTree = ""; }; 7F7AA5F71BFC827BA5034DA9298C9715 /* MetaWearScanner.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = MetaWearScanner.swift; sourceTree = ""; }; 802BE0A9C05F9821C765A83D502FF677 /* Pods-MetaWearIntegrationTests-macOS-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWearIntegrationTests-macOS-frameworks.sh"; sourceTree = ""; }; - 806F1063CB760A6F372E22F4F02ECEED /* logging.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = logging.cpp; sourceTree = ""; }; - 81090B28F64D0A3100DAF1E4DBEBDA41 /* lato-bold.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-bold.woff2"; path = "Docs/build/html/_static/fonts/Lato/lato-bold.woff2"; sourceTree = ""; }; + 806F1063CB760A6F372E22F4F02ECEED /* logging.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = logging.cpp; sourceTree = ""; }; + 81090B28F64D0A3100DAF1E4DBEBDA41 /* lato-bold.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-bold.woff2"; path = "Docs/build/html/_static/fonts/Lato/lato-bold.woff2"; sourceTree = ""; }; 81181FE2E6CE49A9C329469C5C5DC6F4 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 81546B48ED29178160B847633CA7BD47 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig"; sourceTree = ""; }; + 836E828B9AD41B430DA1B6A9641C4961 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.3.sdk/System/Library/Frameworks/CoreBluetooth.framework; sourceTree = DEVELOPER_DIR; }; 8380A1EF78B30ECA6F9BB67B1FC6B8DD /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.debug.xcconfig"; sourceTree = ""; }; 84FA3557295165787949D6D36AC9699A /* SecureDFUPacket.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SecureDFUPacket.swift; path = iOSDFULibrary/Classes/Implementation/SecureDFU/Characteristics/SecureDFUPacket.swift; sourceTree = ""; }; - 853233AC351B6F4B134FADCC71DAB99F /* metawearboard.rst.txt */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = metawearboard.rst.txt; path = Docs/build/html/_sources/metawearboard.rst.txt; sourceTree = ""; }; + 8516DD2961388290CB334C5064ACED08 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.3.sdk/System/Library/Frameworks/CoreBluetooth.framework; sourceTree = DEVELOPER_DIR; }; + 853233AC351B6F4B134FADCC71DAB99F /* metawearboard.rst.txt */ = {isa = PBXFileReference; includeInIndex = 1; name = metawearboard.rst.txt; path = Docs/build/html/_sources/metawearboard.rst.txt; sourceTree = ""; }; 857A49B325CE1FC467136648CDD25462 /* Pods-MetaWearIntegrationTests-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWearIntegrationTests-macOS.debug.xcconfig"; sourceTree = ""; }; 872DC736B9BC7971029F0575FB5ADDCE /* Bolts-Swift-macOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Bolts-Swift-macOS-prefix.pch"; path = "../Bolts-Swift-macOS/Bolts-Swift-macOS-prefix.pch"; sourceTree = ""; }; - 877A85E3E0BF54E52BF701108B14C637 /* ioapi.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = ioapi.c; path = Zip/minizip/ioapi.c; sourceTree = ""; }; + 877A85E3E0BF54E52BF701108B14C637 /* ioapi.c */ = {isa = PBXFileReference; includeInIndex = 1; name = ioapi.c; path = Zip/minizip/ioapi.c; sourceTree = ""; }; 88A851CD3BC5965A003619E9FCE7C8F7 /* Bolts-Swift-watchOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Bolts-Swift-watchOS-dummy.m"; path = "../Bolts-Swift-watchOS/Bolts-Swift-watchOS-dummy.m"; sourceTree = ""; }; 88DEA0BED980E224B35BACC8CDC6A84A /* LegacyDFUService.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LegacyDFUService.swift; path = iOSDFULibrary/Classes/Implementation/LegacyDFU/Services/LegacyDFUService.swift; sourceTree = ""; }; 89A8070752394806C2ECAED7E9258000 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 8AA0A39B33756B03E54F268AEC40C08D /* jquery.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jquery.js; path = Docs/build/html/_static/jquery.js; sourceTree = ""; }; - 8B5AC6ED3AD97116AECA156464090FD4 /* lato-bold.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-bold.ttf"; path = "Docs/build/html/_static/fonts/Lato/lato-bold.ttf"; sourceTree = ""; }; + 8AA0A39B33756B03E54F268AEC40C08D /* jquery.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.js; path = Docs/build/html/_static/jquery.js; sourceTree = ""; }; + 8B5AC6ED3AD97116AECA156464090FD4 /* lato-bold.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-bold.ttf"; path = "Docs/build/html/_static/fonts/Lato/lato-bold.ttf"; sourceTree = ""; }; 8B75BB7F4B860A1FD268AAA86C08F840 /* Zip-macOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Zip-macOS-dummy.m"; path = "../Zip-macOS/Zip-macOS-dummy.m"; sourceTree = ""; }; 8C2EC55135D596343E0DB64B3D2C31D2 /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-umbrella.h"; sourceTree = ""; }; 8C38F547A22314E49CC7A1B3E92733C5 /* comment.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = comment.png; path = Docs/build/html/_static/comment.png; sourceTree = ""; }; 8C5C6DFB62084D2404EBF1C9A10B7C9D /* DFUServiceSelector.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUServiceSelector.swift; path = iOSDFULibrary/Classes/Implementation/DFUSelector/DFUServiceSelector.swift; sourceTree = ""; }; - 8C7C2B3F65A10AF83D1D04595227DF0E /* barometer_bosch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = barometer_bosch.cpp; sourceTree = ""; }; + 8C7C2B3F65A10AF83D1D04595227DF0E /* barometer_bosch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = barometer_bosch.cpp; sourceTree = ""; }; 8D9F6E07B310AD2A19E55F6D09AB5096 /* DFUStarterPeripheral.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUStarterPeripheral.swift; path = iOSDFULibrary/Classes/Implementation/DFUSelector/DFUStarterPeripheral.swift; sourceTree = ""; }; - 8DD6EBC173C06D00C2161DC46414DEFA /* pygments.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = pygments.css; path = Docs/build/html/_static/pygments.css; sourceTree = ""; }; - 8E35453CC1A5CB0A091B06AF0EF934C4 /* MetaWear.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MetaWear.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 8DD6EBC173C06D00C2161DC46414DEFA /* pygments.css */ = {isa = PBXFileReference; includeInIndex = 1; name = pygments.css; path = Docs/build/html/_static/pygments.css; sourceTree = ""; }; + 8E35453CC1A5CB0A091B06AF0EF934C4 /* MetaWear.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MetaWear.framework; path = "MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 8E5D6C0A824BEF113A18841DC9304271 /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS-umbrella.h"; path = "../MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS-umbrella.h"; sourceTree = ""; }; 8E8FA59A59519F6DB0472AB4DA158B04 /* LegacyDFUPeripheralDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LegacyDFUPeripheralDelegate.swift; path = iOSDFULibrary/Classes/Implementation/LegacyDFU/Peripherals/LegacyDFUPeripheralDelegate.swift; sourceTree = ""; }; - 8EC2E885ECCF1BE43735CE1E8DF07188 /* underscore-1.3.1.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = "underscore-1.3.1.js"; path = "Docs/build/html/_static/underscore-1.3.1.js"; sourceTree = ""; }; + 8EC2E885ECCF1BE43735CE1E8DF07188 /* underscore-1.3.1.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "underscore-1.3.1.js"; path = "Docs/build/html/_static/underscore-1.3.1.js"; sourceTree = ""; }; 8F92E58A3F6AB05594E04E312A87C225 /* IntelHex2BinConverter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = IntelHex2BinConverter.m; path = iOSDFULibrary/Classes/Utilities/HexToBinConverter/IntelHex2BinConverter.m; sourceTree = ""; }; - 8FA49D0876574B62061E5EEC3E3490CE /* metawearboard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = metawearboard.cpp; sourceTree = ""; }; + 8FA49D0876574B62061E5EEC3E3490CE /* metawearboard.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = metawearboard.cpp; sourceTree = ""; }; 8FB95CF28FEFDF373A66C344F5C15874 /* crc32.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = crc32.swift; path = iOSDFULibrary/Classes/Utilities/crc32.swift; sourceTree = ""; }; - 90D89F6D8187E5431999E9A2FEC08D77 /* BoltsSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BoltsSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 910AEB8518C7EB3DEE1650933DC0FB99 /* project_setup.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = project_setup.html; path = Docs/build/html/project_setup.html; sourceTree = ""; }; + 90D89F6D8187E5431999E9A2FEC08D77 /* BoltsSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BoltsSwift.framework; path = "Bolts-Swift-macOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 910AEB8518C7EB3DEE1650933DC0FB99 /* project_setup.html */ = {isa = PBXFileReference; includeInIndex = 1; name = project_setup.html; path = Docs/build/html/project_setup.html; sourceTree = ""; }; 9160164C2E7AE75FC2BE3F71A71CFB65 /* Bolts-Swift-tvOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Bolts-Swift-tvOS-dummy.m"; path = "../Bolts-Swift-tvOS/Bolts-Swift-tvOS-dummy.m"; sourceTree = ""; }; 91B5F3A78CA0EF18C4C671C01D1D8DD5 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-frameworks.sh"; sourceTree = ""; }; 92A8288C71F90961F65F4365A191DAEC /* Zip-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Zip-iOS.modulemap"; sourceTree = ""; }; 92D99E333EB4C58D0F8D5F9869B15FBD /* Pods-MetaWearIntegrationTests-tvOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-MetaWearIntegrationTests-tvOS.modulemap"; sourceTree = ""; }; - 9314E0E63D7AC2809D6111431A03DAB7 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/WatchOS.platform/Developer/SDKs/WatchOS3.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 9334FCD6A7AACF6835FD3F779309FA4D /* DFUStream.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUStream.swift; path = iOSDFULibrary/Classes/Utilities/Streams/DFUStream.swift; sourceTree = ""; }; - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 93F85566374291B2AB0DF31FFA5B1CC4 /* accelerometer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = accelerometer.cpp; sourceTree = ""; }; + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 93F85566374291B2AB0DF31FFA5B1CC4 /* accelerometer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = accelerometer.cpp; sourceTree = ""; }; 93F964DDAC8BD026D683BF54FD168B21 /* Double.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Double.swift; path = iOSDFULibrary/Classes/Utilities/Double.swift; sourceTree = ""; }; 9459F36E351F7D12D8B731211B9BD030 /* Bolts-Swift-tvOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Bolts-Swift-tvOS-prefix.pch"; path = "../Bolts-Swift-tvOS/Bolts-Swift-tvOS-prefix.pch"; sourceTree = ""; }; 94D6646C95EC7CE601758BE1A79E9ED6 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig"; sourceTree = ""; }; 953F868403F7599FBC730DE758E31175 /* Pods-MetaWearIntegrationTests-macOS-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-MetaWearIntegrationTests-macOS-acknowledgements.markdown"; sourceTree = ""; }; 957DC977FA7499B0E2E1A5111013F4EF /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-umbrella.h"; sourceTree = ""; }; - 9663FB897F417FB58F95719E5F258022 /* metawearscanner.rst */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = metawearscanner.rst; path = Docs/source/metawearscanner.rst; sourceTree = ""; }; + 9663FB897F417FB58F95719E5F258022 /* metawearscanner.rst */ = {isa = PBXFileReference; includeInIndex = 1; name = metawearscanner.rst; path = Docs/source/metawearscanner.rst; sourceTree = ""; }; 97FE0428CAC266D6962FC0DDA09AE0C1 /* iOSDFULibrary-macOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "iOSDFULibrary-macOS.xcconfig"; path = "../iOSDFULibrary-macOS/iOSDFULibrary-macOS.xcconfig"; sourceTree = ""; }; 98082EB0CC809774AA3578B0002E8DFA /* down.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = down.png; path = Docs/build/html/_static/down.png; sourceTree = ""; }; 98223004311140FBA7A227673D4F0603 /* comment-close.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "comment-close.png"; path = "Docs/build/html/_static/comment-close.png"; sourceTree = ""; }; - 983063C6388B30490FF33DA26373AE0C /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 9A0EA4898D2E15CFDE928E63212D4DC5 /* Zip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Zip.h; path = Zip/Zip.h; sourceTree = ""; }; - 9A143C6DF5DADCB355D95C3F978230BA /* lato-bolditalic.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-bolditalic.woff2"; path = "Docs/build/html/_static/fonts/Lato/lato-bolditalic.woff2"; sourceTree = ""; }; + 9A143C6DF5DADCB355D95C3F978230BA /* lato-bolditalic.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-bolditalic.woff2"; path = "Docs/build/html/_static/fonts/Lato/lato-bolditalic.woff2"; sourceTree = ""; }; 9A25E726BBBDC42DAD5305F6AC627028 /* Pods-MetaWearIntegrationTests-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWearIntegrationTests-iOS.release.xcconfig"; sourceTree = ""; }; - 9C9A78642CFA14F3FC36A2E3B1DC5636 /* project_setup.rst.txt */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = project_setup.rst.txt; path = Docs/build/html/_sources/project_setup.rst.txt; sourceTree = ""; }; + 9C9A78642CFA14F3FC36A2E3B1DC5636 /* project_setup.rst.txt */ = {isa = PBXFileReference; includeInIndex = 1; name = project_setup.rst.txt; path = Docs/build/html/_sources/project_setup.rst.txt; sourceTree = ""; }; 9CBEE9FD10C3C705BA435294BA515D44 /* Bridging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Bridging.swift; sourceTree = ""; }; 9D0C1E5AE44373A7C68A93E4C03419CE /* FirmwareBuild.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FirmwareBuild.swift; path = MetaWear/DFU/FirmwareBuild.swift; sourceTree = ""; }; 9D4E5BB449C5462A48E3E2BF7C911B70 /* ioapi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ioapi.h; path = Zip/minizip/ioapi.h; sourceTree = ""; }; 9D6FEC3C86DBBC69C0D23FF4C84222E2 /* DFUExecutor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUExecutor.swift; path = iOSDFULibrary/Classes/Implementation/GenericDFU/DFUExecutor.swift; sourceTree = ""; }; - 9DBC1B21AB6C52D818C496CBA50E30DD /* MetaWear.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; path = MetaWear.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9DBC1B21AB6C52D818C496CBA50E30DD /* MetaWear.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = MetaWear.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 9EB8744344934AE9EE2BF17D3C397A42 /* SecureDFUPeripheral.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SecureDFUPeripheral.swift; path = iOSDFULibrary/Classes/Implementation/SecureDFU/Peripheral/SecureDFUPeripheral.swift; sourceTree = ""; }; 9EF747CE4C8BDB360891F16F7BBDAB15 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-umbrella.h"; sourceTree = ""; }; 9F0ECCF212202FA663DF384098BAF2B7 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; A00BE0BA37A0D4A41C17CC345EEF03A6 /* Bolts-Swift-tvOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "Bolts-Swift-tvOS.modulemap"; path = "../Bolts-Swift-tvOS/Bolts-Swift-tvOS.modulemap"; sourceTree = ""; }; - A05BCC45A22D31E6F559550A69FC0351 /* lato-italic.woff */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-italic.woff"; path = "Docs/build/html/_static/fonts/Lato/lato-italic.woff"; sourceTree = ""; }; - A0DFA964A99BB41092D728AFCB3223F2 /* doctools.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = doctools.js; path = Docs/build/html/_static/doctools.js; sourceTree = ""; }; - A1588ED111C365EC97DF2515BED4E04D /* lato-bolditalic.eot */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-bolditalic.eot"; path = "Docs/build/html/_static/fonts/Lato/lato-bolditalic.eot"; sourceTree = ""; }; + A05BCC45A22D31E6F559550A69FC0351 /* lato-italic.woff */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-italic.woff"; path = "Docs/build/html/_static/fonts/Lato/lato-italic.woff"; sourceTree = ""; }; + A0DFA964A99BB41092D728AFCB3223F2 /* doctools.js */ = {isa = PBXFileReference; includeInIndex = 1; name = doctools.js; path = Docs/build/html/_static/doctools.js; sourceTree = ""; }; + A1588ED111C365EC97DF2515BED4E04D /* lato-bolditalic.eot */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-bolditalic.eot"; path = "Docs/build/html/_static/fonts/Lato/lato-bolditalic.eot"; sourceTree = ""; }; A30B865D115DD7F25E61ABE2A186A488 /* LegacyDFUServiceInitiator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LegacyDFUServiceInitiator.swift; path = iOSDFULibrary/Classes/Implementation/LegacyDFU/DFU/LegacyDFUServiceInitiator.swift; sourceTree = ""; }; - A345DC2E9707F790B1CA55C28167315A /* humidity_bme280.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = humidity_bme280.cpp; sourceTree = ""; }; - A4F4B99CBD5412BA7246EF3FE177CB7D /* fontawesome-webfont.eot */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "fontawesome-webfont.eot"; path = "Docs/build/html/_static/fonts/fontawesome-webfont.eot"; sourceTree = ""; }; - A585E596219CD9D6DE112CD3C9E0F769 /* roboto-slab-v7-regular.eot */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "roboto-slab-v7-regular.eot"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot"; sourceTree = ""; }; + A345DC2E9707F790B1CA55C28167315A /* humidity_bme280.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = humidity_bme280.cpp; sourceTree = ""; }; + A46E1C33627BDC39246857999FD2B958 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + A4F4B99CBD5412BA7246EF3FE177CB7D /* fontawesome-webfont.eot */ = {isa = PBXFileReference; includeInIndex = 1; name = "fontawesome-webfont.eot"; path = "Docs/build/html/_static/fonts/fontawesome-webfont.eot"; sourceTree = ""; }; + A585E596219CD9D6DE112CD3C9E0F769 /* roboto-slab-v7-regular.eot */ = {isa = PBXFileReference; includeInIndex = 1; name = "roboto-slab-v7-regular.eot"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot"; sourceTree = ""; }; A63072581BA7AB4DA69E0FC13BE06A57 /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.modulemap"; sourceTree = ""; }; A7CFC9099267EC880772C85661A5D2BE /* Pods-MetaWearIntegrationTests-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWearIntegrationTests-tvOS.debug.xcconfig"; sourceTree = ""; }; A9922467199938CE801890DE50A6EFCE /* Pods-MetaWearIntegrationTests-iOS-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWearIntegrationTests-iOS-resources.sh"; sourceTree = ""; }; A998F741C49436258E4C2CD075962ED4 /* MblMwEvent+Async.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "MblMwEvent+Async.swift"; path = "MetaWear/AsyncUtils/MblMwEvent+Async.swift"; sourceTree = ""; }; AA27B5203BE6194F6754E1CE038CB1D0 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-frameworks.sh"; sourceTree = ""; }; - AA48C20A7BBF99D5DF0E7A9FDD2A70D9 /* index.rst */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = index.rst; path = Docs/source/index.rst; sourceTree = ""; }; + AA48C20A7BBF99D5DF0E7A9FDD2A70D9 /* index.rst */ = {isa = PBXFileReference; includeInIndex = 1; name = index.rst; path = Docs/source/index.rst; sourceTree = ""; }; AB5B53A4722BDF4D1131054C4224B010 /* MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-dummy.m"; path = "../MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-dummy.m"; sourceTree = ""; }; AC67A70A32D5AFE893EB3592A7770578 /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-resources.sh"; sourceTree = ""; }; AC90E12FC17B34BEAA6762F40B8C3794 /* MblMwDataSignal+Async.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "MblMwDataSignal+Async.swift"; path = "MetaWear/AsyncUtils/MblMwDataSignal+Async.swift"; sourceTree = ""; }; - ACA663AA234D785E0A33BE35A2258571 /* miniz.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = miniz.cpp; sourceTree = ""; }; + ACA663AA234D785E0A33BE35A2258571 /* miniz.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = miniz.cpp; sourceTree = ""; }; ADC3D7C3F0700C7CC728E7133E62C2AE /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-resources.sh"; sourceTree = ""; }; AF0D496C0D429A207DAE3A6FDE554FCF /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension-acknowledgements.markdown"; sourceTree = ""; }; B1B464521511CE4BCCAA4BA0FC016F0C /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/Info.plist"; sourceTree = ""; }; B1CB522E3045AE739780B54C942B5BCE /* CBUUID.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CBUUID.swift; sourceTree = ""; }; - B1F9C1A9CFBACD7BA8F9ED26F02CA451 /* accelerometer_mma8452q.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = accelerometer_mma8452q.cpp; sourceTree = ""; }; + B1F9C1A9CFBACD7BA8F9ED26F02CA451 /* accelerometer_mma8452q.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = accelerometer_mma8452q.cpp; sourceTree = ""; }; B20C4C0A9AA1649BA3AEC5D46DCEBD2F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; B30A8904C199C5E7BCDB0709DF06AE8D /* DFUServiceDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUServiceDelegate.swift; path = iOSDFULibrary/Classes/Implementation/DFUServiceDelegate.swift; sourceTree = ""; }; B35B48A3C2CA07A097D36491B6477526 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-umbrella.h"; sourceTree = ""; }; B40CF6B087FAD8F23589C6B130F26A2B /* iOSDFULibrary-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "iOSDFULibrary-iOS-umbrella.h"; sourceTree = ""; }; - B5A33575EF11DC912260CE0A04DC9F9C /* fontawesome-webfont.woff */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "fontawesome-webfont.woff"; path = "Docs/build/html/_static/fonts/fontawesome-webfont.woff"; sourceTree = ""; }; + B5A33575EF11DC912260CE0A04DC9F9C /* fontawesome-webfont.woff */ = {isa = PBXFileReference; includeInIndex = 1; name = "fontawesome-webfont.woff"; path = "Docs/build/html/_static/fonts/fontawesome-webfont.woff"; sourceTree = ""; }; B5EEE30CA311A653E0730CFD5A60BD45 /* Bolts-Swift-watchOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Bolts-Swift-watchOS-umbrella.h"; path = "../Bolts-Swift-watchOS/Bolts-Swift-watchOS-umbrella.h"; sourceTree = ""; }; B70E25EA2DB1CFC2D6487AB5F682F08F /* SecureDFUControlPoint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SecureDFUControlPoint.swift; path = iOSDFULibrary/Classes/Implementation/SecureDFU/Characteristics/SecureDFUControlPoint.swift; sourceTree = ""; }; - B732291A51157EF8E48435A6E1F29200 /* colordetector_tcs34725.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = colordetector_tcs34725.cpp; sourceTree = ""; }; - B736CF6547EB2ECEDC0F53C90C1F78AC /* proximity_tsl2671.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = proximity_tsl2671.cpp; sourceTree = ""; }; + B732291A51157EF8E48435A6E1F29200 /* colordetector_tcs34725.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = colordetector_tcs34725.cpp; sourceTree = ""; }; + B736CF6547EB2ECEDC0F53C90C1F78AC /* proximity_tsl2671.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = proximity_tsl2671.cpp; sourceTree = ""; }; B7F39CF0770E29321B13108C62E79013 /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS-dummy.m"; path = "../MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS-dummy.m"; sourceTree = ""; }; - B8CEB96D24435EDDB5368B5435B7E8E6 /* utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = utils.cpp; sourceTree = ""; }; + B8CEB96D24435EDDB5368B5435B7E8E6 /* utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = utils.cpp; sourceTree = ""; }; B98C6F46BB0AA3EB2B2A7B07DFD30E7A /* crypt.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = crypt.h; path = Zip/minizip/crypt.h; sourceTree = ""; }; B9B31DF557672AAC8B0ADE5848112D62 /* up-pressed.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = "up-pressed.png"; path = "Docs/build/html/_static/up-pressed.png"; sourceTree = ""; }; BA50BB9BC752722A73C0DFAC7BDF89BA /* String+VersionCompare.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "String+VersionCompare.swift"; sourceTree = ""; }; @@ -1041,63 +1040,64 @@ BC3D5C82B5B54E964A4790BF1DED74D1 /* MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.modulemap"; path = "../MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.modulemap"; sourceTree = ""; }; BC75C820DBE7595868D2C03791739134 /* Pods-MetaWearIntegrationTests-macOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-MetaWearIntegrationTests-macOS-umbrella.h"; sourceTree = ""; }; BCD9CD8F9A3E46DDA578207A0509687F /* LogDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = LogDelegate.swift; sourceTree = ""; }; - BCFC3AF86DC76AA024D48C94E6660971 /* metawearboard.doctree */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = metawearboard.doctree; path = Docs/build/doctrees/metawearboard.doctree; sourceTree = ""; }; + BCFC3AF86DC76AA024D48C94E6660971 /* metawearboard.doctree */ = {isa = PBXFileReference; includeInIndex = 1; name = metawearboard.doctree; path = Docs/build/doctrees/metawearboard.doctree; sourceTree = ""; }; BD0766CF780610D401CC416B4E794D12 /* iOSDFULibrary-macOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "iOSDFULibrary-macOS-umbrella.h"; path = "../iOSDFULibrary-macOS/iOSDFULibrary-macOS-umbrella.h"; sourceTree = ""; }; BD9101A2D95DA94FA1A34BFA37B5E230 /* MetaWear+Mock.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "MetaWear+Mock.swift"; path = "MetaWear/Mocks/MetaWear+Mock.swift"; sourceTree = ""; }; BE0612029D15E5DB0AC306FAC6D55ECD /* MblMwGattChar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = MblMwGattChar.swift; sourceTree = ""; }; BE0C4936B67E485798B9FADAEFB3F962 /* iOSDFULibrary-macOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "iOSDFULibrary-macOS-dummy.m"; path = "../iOSDFULibrary-macOS/iOSDFULibrary-macOS-dummy.m"; sourceTree = ""; }; - BE170EC77E7A580CE0AE8E32CD240ECA /* fontawesome-webfont.svg */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = "fontawesome-webfont.svg"; path = "Docs/build/html/_static/fonts/fontawesome-webfont.svg"; sourceTree = ""; }; + BE170EC77E7A580CE0AE8E32CD240ECA /* fontawesome-webfont.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = "fontawesome-webfont.svg"; path = "Docs/build/html/_static/fonts/fontawesome-webfont.svg"; sourceTree = ""; }; BE4E8BF5B5B1A1B4DE5D8C356701F76D /* Bolts-Swift-iOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Bolts-Swift-iOS.xcconfig"; sourceTree = ""; }; - BEDA60D7A2A41DBEFAD2B5B535DE9A20 /* file_operations.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = file_operations.cpp; sourceTree = ""; }; - BF3B1B9E6DDF2EE233D4C4C4E4079F84 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = Platforms/WatchOS.platform/Developer/SDKs/WatchOS3.2.sdk/System/Library/Frameworks/CoreBluetooth.framework; sourceTree = DEVELOPER_DIR; }; + BEDA60D7A2A41DBEFAD2B5B535DE9A20 /* file_operations.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = file_operations.cpp; sourceTree = ""; }; BF432B434BADB6E8392DE30A6AB193BA /* Task+ContinueWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Task+ContinueWith.swift"; path = "Sources/BoltsSwift/Task+ContinueWith.swift"; sourceTree = ""; }; - C10515CF0971E85D622BA555958BB811 /* Pods_MetaWearIntegrationTests_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWearIntegrationTests_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C125363050EA305544A7CF876DE74399 /* gyro_bmi160.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = gyro_bmi160.cpp; sourceTree = ""; }; + C10515CF0971E85D622BA555958BB811 /* Pods_MetaWearIntegrationTests_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_MetaWearIntegrationTests_iOS.framework; path = "Pods-MetaWearIntegrationTests-iOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + C125363050EA305544A7CF876DE74399 /* gyro_bmi160.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = gyro_bmi160.cpp; sourceTree = ""; }; C21F53CC23E808F2656CF4E67AB64F4E /* MetaWear-AsyncUtils-Core-Mocks-UI-tvOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MetaWear-AsyncUtils-Core-Mocks-UI-tvOS-umbrella.h"; path = "../MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS-umbrella.h"; sourceTree = ""; }; - C314EE2F1D5BB81AF2E7FAE242EB72F4 /* switch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = switch.cpp; sourceTree = ""; }; - C39ED2A366CE0FD2625BC000F537452F /* metawearboard.rst */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = metawearboard.rst; path = Docs/source/metawearboard.rst; sourceTree = ""; }; - C45F7BA769C049DF09608C5979D0069F /* moduleinfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = moduleinfo.cpp; sourceTree = ""; }; + C314EE2F1D5BB81AF2E7FAE242EB72F4 /* switch.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = switch.cpp; sourceTree = ""; }; + C39ED2A366CE0FD2625BC000F537452F /* metawearboard.rst */ = {isa = PBXFileReference; includeInIndex = 1; name = metawearboard.rst; path = Docs/source/metawearboard.rst; sourceTree = ""; }; + C45F7BA769C049DF09608C5979D0069F /* moduleinfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = moduleinfo.cpp; sourceTree = ""; }; C535466B0C74F32D41C301D3558FABCA /* Pods-MetaWearIntegrationTests-iOS-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-MetaWearIntegrationTests-iOS-acknowledgements.plist"; sourceTree = ""; }; - C5560B1AAA35BF5E844C529B2AAE86B9 /* iOSDFULibrary.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = iOSDFULibrary.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C5560B1AAA35BF5E844C529B2AAE86B9 /* iOSDFULibrary.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = iOSDFULibrary.framework; path = "iOSDFULibrary-iOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; C5C9D3C7F4ED6D71887257593DC39FAE /* Pods-MetaWearIntegrationTests-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWearIntegrationTests-macOS.release.xcconfig"; sourceTree = ""; }; C63B31D3C47772EEA98A3658BFA3929D /* Bolts-Swift-watchOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "Bolts-Swift-watchOS.modulemap"; path = "../Bolts-Swift-watchOS/Bolts-Swift-watchOS.modulemap"; sourceTree = ""; }; C700CA6AED620858A00A8F2BB3B85151 /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-acknowledgements.markdown"; sourceTree = ""; }; C718079A817784DC3D82A74838EFD787 /* Bolts-Swift-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Bolts-Swift-iOS-prefix.pch"; sourceTree = ""; }; C743D0A5845E523BA1629F6197814983 /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig"; sourceTree = ""; }; C7E511C44020A9692C1B5BF85DD680E5 /* MetaWear.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = MetaWear.swift; sourceTree = ""; }; - C937EFC66E2805AC36379C3A7D079442 /* version.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = version.cpp; sourceTree = ""; }; + C937EFC66E2805AC36379C3A7D079442 /* version.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = version.cpp; sourceTree = ""; }; CB1E7575441476F45722A743BD2EC13D /* Task+WhenAny.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Task+WhenAny.swift"; path = "Sources/BoltsSwift/Task+WhenAny.swift"; sourceTree = ""; }; - CBA7EE5238DB5B27CE3B28231393E173 /* index.rst.txt */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = index.rst.txt; path = Docs/build/html/_sources/index.rst.txt; sourceTree = ""; }; + CBA7EE5238DB5B27CE3B28231393E173 /* index.rst.txt */ = {isa = PBXFileReference; includeInIndex = 1; name = index.rst.txt; path = Docs/build/html/_sources/index.rst.txt; sourceTree = ""; }; + CC3E62A50475BC3D6AB80BF8EC02512F /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; CC9FAFBC7C89F2F3ACF67B02080B1073 /* TaskCompletionSource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskCompletionSource.swift; path = Sources/BoltsSwift/TaskCompletionSource.swift; sourceTree = ""; }; CCA31563A6863A27B0140FFB7937B044 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../iOSDFULibrary-macOS/Info.plist"; sourceTree = ""; }; CDBEA1F6697B1465B416ECF986FA151C /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/Cocoa.framework; sourceTree = DEVELOPER_DIR; }; - CE4CB8A20317F9C609D6C88F7FC380FA /* websupport.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = websupport.js; path = Docs/build/html/_static/websupport.js; sourceTree = ""; }; + CE4CB8A20317F9C609D6C88F7FC380FA /* websupport.js */ = {isa = PBXFileReference; includeInIndex = 1; name = websupport.js; path = Docs/build/html/_static/websupport.js; sourceTree = ""; }; CE777B23C2FE7FFB36E42E139E276219 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-dummy.m"; sourceTree = ""; }; - CEC5B1AA2C8651DCB81E3E7054EB8CC7 /* Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D072A2632FE40BBB71E8D27D7FCDE50C /* magnetometer_bmm150.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = magnetometer_bmm150.cpp; sourceTree = ""; }; - D2DB0432F3A22113A448933384AFCDAC /* roboto-slab-v7-bold.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "roboto-slab-v7-bold.ttf"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf"; sourceTree = ""; }; - D46C43BEACF97922DA715B70950FA368 /* roboto-slab-v7-regular.woff */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "roboto-slab-v7-regular.woff"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff"; sourceTree = ""; }; + CEC5B1AA2C8651DCB81E3E7054EB8CC7 /* Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_MetaWear_MetaWear_watchOS_MetaWearIntegrationTestHost_watchOS_Extension.framework; path = "Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + D072A2632FE40BBB71E8D27D7FCDE50C /* magnetometer_bmm150.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = magnetometer_bmm150.cpp; sourceTree = ""; }; + D2DB0432F3A22113A448933384AFCDAC /* roboto-slab-v7-bold.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = "roboto-slab-v7-bold.ttf"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf"; sourceTree = ""; }; + D46C43BEACF97922DA715B70950FA368 /* roboto-slab-v7-regular.woff */ = {isa = PBXFileReference; includeInIndex = 1; name = "roboto-slab-v7-regular.woff"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff"; sourceTree = ""; }; D4EE2A9ECB28B9A3D098F32D9DF9290F /* Pods-MetaWearIntegrationTests-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWearIntegrationTests-tvOS.release.xcconfig"; sourceTree = ""; }; D4EE765D2C66B8411C822F1EAB9D8727 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; D51AA130BE255802CC44122EFBD9D837 /* DFUPeripheralDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUPeripheralDelegate.swift; path = iOSDFULibrary/Classes/Implementation/GenericDFU/DFUPeripheralDelegate.swift; sourceTree = ""; }; - D62C732104318F58003E965D9EC8BB49 /* environment.pickle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = environment.pickle; path = Docs/build/doctrees/environment.pickle; sourceTree = ""; }; + D62C732104318F58003E965D9EC8BB49 /* environment.pickle */ = {isa = PBXFileReference; includeInIndex = 1; name = environment.pickle; path = Docs/build/doctrees/environment.pickle; sourceTree = ""; }; D64A71884F6F13BA5601C13B4DAB2265 /* Manifest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Manifest.swift; path = iOSDFULibrary/Classes/Utilities/DFUPackage/Manifest/Manifest.swift; sourceTree = ""; }; - D650D615567078B3D87F6F62E087B47E /* searchtools.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = searchtools.js; path = Docs/build/html/_static/searchtools.js; sourceTree = ""; }; + D650D615567078B3D87F6F62E087B47E /* searchtools.js */ = {isa = PBXFileReference; includeInIndex = 1; name = searchtools.js; path = Docs/build/html/_static/searchtools.js; sourceTree = ""; }; + D6659BB071AC399DC4D70430768B5AA2 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = Platforms/WatchOS.platform/Developer/SDKs/WatchOS4.3.sdk/System/Library/Frameworks/CoreBluetooth.framework; sourceTree = DEVELOPER_DIR; }; D6EC9B2806D28BF52043D77FBD4563EC /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-umbrella.h"; sourceTree = ""; }; D79F0B9CCA47D7BEC6F4BEB78F2D0AF6 /* plus.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = plus.png; path = Docs/build/html/_static/plus.png; sourceTree = ""; }; - D7C32809E9D2CC8F4BD07B49F589B801 /* roboto-slab-v7-regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "roboto-slab-v7-regular.ttf"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf"; sourceTree = ""; }; + D7C32809E9D2CC8F4BD07B49F589B801 /* roboto-slab-v7-regular.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = "roboto-slab-v7-regular.ttf"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf"; sourceTree = ""; }; DA457849EC8E8226A65817B1A96B66C1 /* Pods-MetaWearIntegrationTests-tvOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-MetaWearIntegrationTests-tvOS-dummy.m"; sourceTree = ""; }; DAF920DACC755F5344DB7D343E000502 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.modulemap"; sourceTree = ""; }; DAFD906B0F2FCAF1C6DC95634145FB67 /* unzip.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = unzip.h; path = Zip/minizip/unzip.h; sourceTree = ""; }; - DBB15DDBD87A925E677B13EEBA52EA4C /* lato-italic.ttf */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "lato-italic.ttf"; path = "Docs/build/html/_static/fonts/Lato/lato-italic.ttf"; sourceTree = ""; }; + DBB15DDBD87A925E677B13EEBA52EA4C /* lato-italic.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-italic.ttf"; path = "Docs/build/html/_static/fonts/Lato/lato-italic.ttf"; sourceTree = ""; }; DC07C2F3FC0BF05B6E45042BBD2123F7 /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-umbrella.h"; sourceTree = ""; }; DC8B36600B03C65C1E9B5D9474AF9337 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../Bolts-Swift-watchOS/Info.plist"; sourceTree = ""; }; DC90AB989D24B251DC6EA37A5E23D723 /* Bolts-Swift-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Bolts-Swift-iOS.modulemap"; sourceTree = ""; }; - DCA98DA05975DDC40026FC749CC38749 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + DCA98DA05975DDC40026FC749CC38749 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; DD03A653270B8F24D06ACCC4E7FFA544 /* Pods-MetaWearIntegrationTests-tvOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-MetaWearIntegrationTests-tvOS-umbrella.h"; sourceTree = ""; }; DDB0564C3BCFB74DE96005255A0B8226 /* Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS-umbrella.h"; sourceTree = ""; }; DEAD4BD44E8B10479242DB64BF8E603A /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS-frameworks.sh"; sourceTree = ""; }; - E09752A2A28D926882AA019824B5E744 /* sensor_fusion.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = sensor_fusion.cpp; sourceTree = ""; }; + E09752A2A28D926882AA019824B5E744 /* sensor_fusion.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = sensor_fusion.cpp; sourceTree = ""; }; E117E5E032CDEEA2221232E5DD9CE060 /* Pods-MetaWearIntegrationTests-macOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-MetaWearIntegrationTests-macOS-dummy.m"; sourceTree = ""; }; E2203FE6F9585852CB77087245E8C6A6 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-frameworks.sh"; sourceTree = ""; }; E4036E809E512C516394A7F6FB4C2B09 /* DeviceInformation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DeviceInformation.swift; sourceTree = ""; }; @@ -1105,45 +1105,45 @@ E49FFCE6327183EAF6934E95717D4C82 /* Pods-MetaWearIntegrationTests-macOS-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-MetaWearIntegrationTests-macOS-resources.sh"; sourceTree = ""; }; E4E0C1511FC05291BA3A5FD79C2533B0 /* iOSDFULibrary.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = iOSDFULibrary.framework; sourceTree = BUILT_PRODUCTS_DIR; }; E50812B9E7D3BB42B7715748991EC412 /* MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.xcconfig"; path = "../MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.xcconfig"; sourceTree = ""; }; - E67419CF7B3C071CA1C3E89CD847EBF2 /* unzip.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = unzip.c; path = Zip/minizip/unzip.c; sourceTree = ""; }; + E67419CF7B3C071CA1C3E89CD847EBF2 /* unzip.c */ = {isa = PBXFileReference; includeInIndex = 1; name = unzip.c; path = Zip/minizip/unzip.c; sourceTree = ""; }; E6BDCA2CFB6CEE8E984A9B55B232A63D /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS-acknowledgements.markdown"; sourceTree = ""; }; E70959117815002F51A0AAAD41C4AECE /* ButtonlessDFU.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ButtonlessDFU.swift; path = iOSDFULibrary/Classes/Implementation/SecureDFU/Characteristics/ButtonlessDFU.swift; sourceTree = ""; }; - E74A174F3B1245A01D5B4341F83C691B /* neopixel.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = neopixel.cpp; sourceTree = ""; }; + E74A174F3B1245A01D5B4341F83C691B /* neopixel.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = neopixel.cpp; sourceTree = ""; }; E7852608063A2F0EE91A0044583622FB /* DFUServiceController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUServiceController.swift; path = iOSDFULibrary/Classes/Implementation/DFUServiceController.swift; sourceTree = ""; }; E890C4C651B1CF09B94F1715BDA8394B /* cbindings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = cbindings.swift; sourceTree = ""; }; E89668BE7C1318F60E25D8D1162DC9A4 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.release.xcconfig"; sourceTree = ""; }; - E945E403061FD90F06DA1425E78101D9 /* roboto-slab-v7-bold.eot */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = "roboto-slab-v7-bold.eot"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot"; sourceTree = ""; }; - E98220B61F90CB91429ABDAF4DC3FD31 /* Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - EAF97AA375E2FF3A63857C1EF8CB4874 /* datainterpreter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = datainterpreter.cpp; sourceTree = ""; }; + E945E403061FD90F06DA1425E78101D9 /* roboto-slab-v7-bold.eot */ = {isa = PBXFileReference; includeInIndex = 1; name = "roboto-slab-v7-bold.eot"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot"; sourceTree = ""; }; + E98220B61F90CB91429ABDAF4DC3FD31 /* Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_MetaWear_MetaWear_iOS_MetaWearUnitTests_iOS.framework; path = "Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + EAF97AA375E2FF3A63857C1EF8CB4874 /* datainterpreter.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = datainterpreter.cpp; sourceTree = ""; }; EBDE9A1CA6F13D55B0E00898C7C1E25E /* DFUPeripheral.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DFUPeripheral.swift; path = iOSDFULibrary/Classes/Implementation/GenericDFU/DFUPeripheral.swift; sourceTree = ""; }; - EC04601FD1672C446897A3C8D80A4F85 /* BoltsSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BoltsSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - EC23076E1C54D8E4EAD529BAA895236B /* Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - ED01ABC3C1DBD9DC324805838DDC33F5 /* dataprocessor_config.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = dataprocessor_config.cpp; sourceTree = ""; }; + EC04601FD1672C446897A3C8D80A4F85 /* BoltsSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BoltsSwift.framework; path = "Bolts-Swift-watchOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + EC23076E1C54D8E4EAD529BAA895236B /* Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_MetaWear_MetaWear_iOS_MetaWearIntegrationTestHost_iOS.framework; path = "Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + ED01ABC3C1DBD9DC324805838DDC33F5 /* dataprocessor_config.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = dataprocessor_config.cpp; sourceTree = ""; }; EDEF014D9A7B4606B3A0546001324ADE /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../Bolts-Swift-tvOS/Info.plist"; sourceTree = ""; }; - EE1692591FC3E8B4357CC5707EC83465 /* datasignal.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = datasignal.cpp; sourceTree = ""; }; + EE1692591FC3E8B4357CC5707EC83465 /* datasignal.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = datasignal.cpp; sourceTree = ""; }; EF62D1D2496DAEDF7252309D09F07517 /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = Sources/BoltsSwift/Errors.swift; sourceTree = ""; }; - EFC73F1BCC44BAF3639A352AA37B27D0 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = event.cpp; sourceTree = ""; }; + EFC73F1BCC44BAF3639A352AA37B27D0 /* event.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = event.cpp; sourceTree = ""; }; F0095FC6285648DFA21C5AD9B3331563 /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.xcconfig"; path = "../MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.xcconfig"; sourceTree = ""; }; - F10E984FB03115B8B0FF0FE4C5F79394 /* Pods_MetaWearIntegrationTests_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MetaWearIntegrationTests_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + F10E984FB03115B8B0FF0FE4C5F79394 /* Pods_MetaWearIntegrationTests_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_MetaWearIntegrationTests_tvOS.framework; path = "Pods-MetaWearIntegrationTests-tvOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; F2AEC1BD8F817359114D5C3E968702D0 /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.release.xcconfig"; sourceTree = ""; }; F2B2981664E907326B8CD8F38DB337BE /* Zip-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Zip-iOS-dummy.m"; sourceTree = ""; }; F2DD3E309E5EE6A24B0D754BE7115DE3 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/Info.plist"; sourceTree = ""; }; - F3532E8352894B1174EB86C5813B8A7C /* layout.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = layout.html; path = Docs/source/_templates/layout.html; sourceTree = ""; }; - F44A880A2B7931BE2FAF001D93462D61 /* objects.inv */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = objects.inv; path = Docs/build/html/objects.inv; sourceTree = ""; }; + F3532E8352894B1174EB86C5813B8A7C /* layout.html */ = {isa = PBXFileReference; includeInIndex = 1; name = layout.html; path = Docs/source/_templates/layout.html; sourceTree = ""; }; + F44A880A2B7931BE2FAF001D93462D61 /* objects.inv */ = {isa = PBXFileReference; includeInIndex = 1; name = objects.inv; path = Docs/build/html/objects.inv; sourceTree = ""; }; F4B4B40C946FB16305A459A2423559C7 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS-acknowledgements.plist"; sourceTree = ""; }; - F4D58C021C2F7BBC6261655A1D1A6B6A /* timer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = timer.cpp; sourceTree = ""; }; + F4D58C021C2F7BBC6261655A1D1A6B6A /* timer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = timer.cpp; sourceTree = ""; }; F53F8C7409B132E6DA31316781A16890 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; F6BADB08B39E768D55996606A798F6EC /* Zip-macOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Zip-macOS.xcconfig"; path = "../Zip-macOS/Zip-macOS.xcconfig"; sourceTree = ""; }; - F6CC3033BBA80F2B93AB8E53DA43F15A /* index.doctree */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = index.doctree; path = Docs/build/doctrees/index.doctree; sourceTree = ""; }; + F6CC3033BBA80F2B93AB8E53DA43F15A /* index.doctree */ = {isa = PBXFileReference; includeInIndex = 1; name = index.doctree; path = Docs/build/doctrees/index.doctree; sourceTree = ""; }; F6E0C90918D425EAD5026E7345F55BC9 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-dummy.m"; sourceTree = ""; }; F7FF689685B72A5F8D472F60F4CBBBF9 /* Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-MetaWear-MetaWear-macOS-MetaWearUnitTests-macOS-acknowledgements.plist"; sourceTree = ""; }; - F82698A8B8395E65947F8249D19DBC25 /* haptic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = haptic.cpp; sourceTree = ""; }; + F82698A8B8395E65947F8249D19DBC25 /* haptic.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = haptic.cpp; sourceTree = ""; }; F88F69444220D5A7036E534A2F2D0CB8 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS-acknowledgements.plist"; sourceTree = ""; }; - FA031072678F4DC74722EE09CDC39F7A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; - FC57A7ABBF3D4EAC808856A282421A2A /* ambientlight_ltr329.cpp */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.cpp.cpp; path = ambientlight_ltr329.cpp; sourceTree = ""; }; + FA031072678F4DC74722EE09CDC39F7A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + FC57A7ABBF3D4EAC808856A282421A2A /* ambientlight_ltr329.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ambientlight_ltr329.cpp; sourceTree = ""; }; FCC7F155A239579A1A9EDA4B5235E7D8 /* iOSDFULibrary-iOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "iOSDFULibrary-iOS.xcconfig"; sourceTree = ""; }; - FDDE7D708450CA3EF3650FDB17D54EB8 /* BoltsSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = BoltsSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - FE1E049579AEAE5F712B4FD0AA954D51 /* MetaWear.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MetaWear.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + FDDE7D708450CA3EF3650FDB17D54EB8 /* BoltsSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BoltsSwift.framework; path = "Bolts-Swift-iOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + FE1E049579AEAE5F712B4FD0AA954D51 /* MetaWear.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MetaWear.framework; path = "MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1152,8 +1152,8 @@ buildActionMask = 2147483647; files = ( 8566E754502D585733C32B796D50B955 /* BoltsSwift.framework in Frameworks */, - 306CC3CC29B4F96A43B0B9BF59D99E49 /* CoreBluetooth.framework in Frameworks */, - 9A4D39434117C0142508EFD40BAAABE9 /* Foundation.framework in Frameworks */, + 0CAEF5896E3C61862A6F1BCCAF8F60E1 /* CoreBluetooth.framework in Frameworks */, + 2EDC1C9CD64A2DD2E1EF5AB45135A59C /* Foundation.framework in Frameworks */, DE212B19273C71FA69C6A045B5E0E014 /* iOSDFULibrary.framework in Frameworks */, 8C059AF71C05FAEE3EE8491B4ED21BB3 /* Zip.framework in Frameworks */, ); @@ -1163,7 +1163,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F3DADEE54A4B71B7AC4AB90AD99D65C0 /* Foundation.framework in Frameworks */, + 4A0135D951F82877502012590BC9E661 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1171,7 +1171,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 5EE768E3CD7828C42600D328C4009A62 /* Foundation.framework in Frameworks */, + 18768AB881336CA0B9D6DF58007673C6 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1191,7 +1191,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 2671E54E7AEE5CF3373FDA1B86CB561F /* Foundation.framework in Frameworks */, + 7CCDA22F850BCD2C37C0657F614187FF /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1199,7 +1199,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A0CF7FBBA3C54D7B825E0E1294FC9B6A /* Foundation.framework in Frameworks */, + 62F64BC509522793855B229505E9EE6C /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1207,7 +1207,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 3048C93D0D73996E4D54A09B6AD9686D /* Foundation.framework in Frameworks */, + FABD103AC91F07A3C65B96C9BCEDD300 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1223,7 +1223,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - DD2B68C22CAD4D25B8B034C9812F7A1B /* Foundation.framework in Frameworks */, + 346F075DA0E3B4C2A4DE9AED8A26B8A5 /* Foundation.framework in Frameworks */, 465AADBB25C335ABC60DC9D38D00277C /* Zip.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -1233,8 +1233,8 @@ buildActionMask = 2147483647; files = ( A3925F7C34B6C4BA41F199F45CE0F5C4 /* BoltsSwift.framework in Frameworks */, - 36AE2634AFCFA3FEA84F5215096C9244 /* CoreBluetooth.framework in Frameworks */, - E965FFF24FBA5B5E75B5AF7C47D2C7E8 /* Foundation.framework in Frameworks */, + 1109356FFA2B3FD46055D53DBA8B9549 /* CoreBluetooth.framework in Frameworks */, + 1CBACEF7302595A8891604D40CDF3E4D /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1259,7 +1259,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E2DAB53DB500DB5C018F41DC3559EB9E /* Foundation.framework in Frameworks */, + 69F4F2DD59CD48B396ECBB7F1653C04B /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1276,8 +1276,8 @@ buildActionMask = 2147483647; files = ( E34F2AA6097005B339CB98BEB98C8D82 /* BoltsSwift.framework in Frameworks */, - 8FDC9D25C6200E432A86B200E49673B5 /* CoreBluetooth.framework in Frameworks */, - 8AEB1E47CCEDCD91AA5EB1B2B0B8B89C /* Foundation.framework in Frameworks */, + BA2794FC0355FDA40FAD10BC9948E7C6 /* CoreBluetooth.framework in Frameworks */, + DFA9960F3FCBD41B8157AC0314D14F69 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1285,7 +1285,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - C53F2443A7FFC91E13C27F5B1398DF39 /* Foundation.framework in Frameworks */, + 624885F898718AD59E916CAC49731328 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1293,7 +1293,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 16B312A2B9909B85E239C99C321BA251 /* Foundation.framework in Frameworks */, + 603CDB3CA186386E28F6E6E2752FFCC9 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1301,7 +1301,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - EC1BE0B07D817D1C05EFFCA777886603 /* Foundation.framework in Frameworks */, + 9831102AECA712F91D279287BDB81D86 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1325,7 +1325,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E23D570A5597481C29224B157E129632 /* Foundation.framework in Frameworks */, + 31FDE723CB7AE475CFE853A8DE1D88D6 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1333,7 +1333,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 75309027431EEA2656E1AC75636106F7 /* Foundation.framework in Frameworks */, + C9E9C80BCD0F587778BFEB240E4CDED1 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1371,6 +1371,7 @@ 25C83457451FD5A29DBFC9D7AA22E184 /* ZipUtilities.swift */, 8B292DC29341602222D268E6AB4AD7B2 /* Support Files */, ); + name = Zip; path = Zip; sourceTree = ""; }; @@ -1383,16 +1384,17 @@ BEDA60D7A2A41DBEFAD2B5B535DE9A20 /* file_operations.cpp */, ACA663AA234D785E0A33BE35A2258571 /* miniz.cpp */, ); + name = cpp; path = cpp; sourceTree = ""; }; - 2316D199C0B642F163527A8510F882DE /* iOS */ = { + 2141C92683AA224ED69B3DAC459CC7E5 /* watchOS */ = { isa = PBXGroup; children = ( - 18EEA9E1FD11C95CFF5FAC5DF3403D1D /* CoreBluetooth.framework */, - 983063C6388B30490FF33DA26373AE0C /* Foundation.framework */, + D6659BB071AC399DC4D70430768B5AA2 /* CoreBluetooth.framework */, + 5FD0B5F6ECFD1993591E14D93B8A4C68 /* Foundation.framework */, ); - name = iOS; + name = watchOS; sourceTree = ""; }; 27509F013F0DC7E1BAC79DB20A53EDCA /* bindings */ = { @@ -1400,6 +1402,7 @@ children = ( AC9592695A68765AFD1BDEA61B6D297C /* swift */, ); + name = bindings; path = bindings; sourceTree = ""; }; @@ -1466,11 +1469,21 @@ path = "Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS"; sourceTree = ""; }; + 591C5416F1F656DAF70EEB1EE07382C1 /* tvOS */ = { + isa = PBXGroup; + children = ( + 836E828B9AD41B430DA1B6A9641C4961 /* CoreBluetooth.framework */, + CC3E62A50475BC3D6AB80BF8EC02512F /* Foundation.framework */, + ); + name = tvOS; + sourceTree = ""; + }; 5D4D29C9AF13CA22CACCEAC921E77076 /* platform */ = { isa = PBXGroup; children = ( C9132138F82F4BF1E083B23F74C06970 /* cpp */, ); + name = platform; path = platform; sourceTree = ""; }; @@ -1485,6 +1498,7 @@ E4A9DCFE828237ECE0A49B171595AD45 /* processor */, D6916FE75A03C27E64C1CDDBCA43BD1C /* sensor */, ); + name = metawear; path = metawear; sourceTree = ""; }; @@ -1494,10 +1508,10 @@ 14C97DFBFB1B55A0E55438D85E5036D1 /* BoltsSwift.framework */, E4E0C1511FC05291BA3A5FD79C2533B0 /* iOSDFULibrary.framework */, 74D9269B999725605C8C052B052FA6D0 /* Zip.framework */, - 2316D199C0B642F163527A8510F882DE /* iOS */, + FA9DD62C501CC908AA0807A74ED409F7 /* iOS */, 378D89371FFF7F132CD76A895417A236 /* OS X */, - B7463CBB6EFB7A19DBC60ABD479EB40B /* tvOS */, - 7A99DF28D35F615B7EF492B76509C290 /* watchOS */, + 591C5416F1F656DAF70EEB1EE07382C1 /* tvOS */, + 2141C92683AA224ED69B3DAC459CC7E5 /* watchOS */, ); name = Frameworks; sourceTree = ""; @@ -1507,18 +1521,10 @@ children = ( E6B4DFBDB39C796D87E21BE64B7C4449 /* cpp */, ); + name = impl; path = impl; sourceTree = ""; }; - 7A99DF28D35F615B7EF492B76509C290 /* watchOS */ = { - isa = PBXGroup; - children = ( - BF3B1B9E6DDF2EE233D4C4C4E4079F84 /* CoreBluetooth.framework */, - 9314E0E63D7AC2809D6111431A03DAB7 /* Foundation.framework */, - ); - name = watchOS; - sourceTree = ""; - }; 7DB346D0F39D3F0E887471402A8071AB = { isa = PBXGroup; children = ( @@ -1597,6 +1603,7 @@ BC035182E4920C4BF68853295F21200C /* ZipArchive.swift */, 93D650FA6467F31D659D04DB6B350EAC /* Support Files */, ); + name = iOSDFULibrary; path = iOSDFULibrary; sourceTree = ""; }; @@ -1659,6 +1666,7 @@ CC9FAFBC7C89F2F3ACF67B02080B1073 /* TaskCompletionSource.swift */, D81E357583925D5FDFC304F1FA60CD32 /* Support Files */, ); + name = "Bolts-Swift"; path = "Bolts-Swift"; sourceTree = ""; }; @@ -1675,6 +1683,7 @@ children = ( 1E576757554E21937C81FA43D4EF3EDD /* cpp */, ); + name = dfu; path = dfu; sourceTree = ""; }; @@ -1683,6 +1692,7 @@ children = ( E8249867E811D2097F3B4E90F908A72E /* cpp */, ); + name = peripheral; path = peripheral; sourceTree = ""; }; @@ -1729,6 +1739,7 @@ children = ( 634A048B416C51D5226A99CEFE7E5002 /* metawear */, ); + name = src; path = src; sourceTree = ""; }; @@ -1775,6 +1786,7 @@ children = ( E890C4C651B1CF09B94F1715BDA8394B /* cbindings.swift */, ); + name = swift; path = swift; sourceTree = ""; }; @@ -1898,18 +1910,10 @@ C314EE2F1D5BB81AF2E7FAE242EB72F4 /* switch.cpp */, B8CEB96D24435EDDB5368B5435B7E8E6 /* utils.cpp */, ); + name = cpp; path = cpp; sourceTree = ""; }; - B7463CBB6EFB7A19DBC60ABD479EB40B /* tvOS */ = { - isa = PBXGroup; - children = ( - 2FEB85EC2F3ACA4110E8E506F6020D1D /* CoreBluetooth.framework */, - 34FEF16DD16A91F7AAE566B3A7126C1A /* Foundation.framework */, - ); - name = tvOS; - sourceTree = ""; - }; B939EE2C2C30E3E0609B19769F6F6A32 /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS */ = { isa = PBXGroup; children = ( @@ -1965,6 +1969,7 @@ children = ( C3796580C7C1A0669A7700A0818700B6 /* cpp */, ); + name = core; path = core; sourceTree = ""; }; @@ -2001,6 +2006,7 @@ F4D58C021C2F7BBC6261655A1D1A6B6A /* timer.cpp */, C937EFC66E2805AC36379C3A7D079442 /* version.cpp */, ); + name = cpp; path = cpp; sourceTree = ""; }; @@ -2010,6 +2016,7 @@ 6AB0A39E00564EBD3D60C491717D62B3 /* dataprocessor.cpp */, ED01ABC3C1DBD9DC324805838DDC33F5 /* dataprocessor_config.cpp */, ); + name = cpp; path = cpp; sourceTree = ""; }; @@ -2021,6 +2028,7 @@ 0DAF456D0FED28D01BEF215D0BB518C0 /* task.cpp */, 516A8CF423B74655F19A81AFAA5EC483 /* threadpool.cpp */, ); + name = cpp; path = cpp; sourceTree = ""; }; @@ -2029,6 +2037,7 @@ children = ( B25FD7F7296EC44C2E41CB065554FBF9 /* cpp */, ); + name = sensor; path = sensor; sourceTree = ""; }; @@ -2078,6 +2087,7 @@ children = ( C745F1CB7EE59EA416CDA529C7274DB1 /* cpp */, ); + name = processor; path = processor; sourceTree = ""; }; @@ -2087,6 +2097,7 @@ EAF97AA375E2FF3A63857C1EF8CB4874 /* datainterpreter.cpp */, 8FA49D0876574B62061E5EEC3E3490CE /* metawearboard.cpp */, ); + name = cpp; path = cpp; sourceTree = ""; }; @@ -2098,6 +2109,7 @@ 50D0E17C7CF3350183E2702A67A8680C /* led.cpp */, E74A174F3B1245A01D5B4341F83C691B /* neopixel.cpp */, ); + name = cpp; path = cpp; sourceTree = ""; }; @@ -2166,6 +2178,15 @@ path = "Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS"; sourceTree = ""; }; + FA9DD62C501CC908AA0807A74ED409F7 /* iOS */ = { + isa = PBXGroup; + children = ( + 8516DD2961388290CB334C5064ACED08 /* CoreBluetooth.framework */, + A46E1C33627BDC39246857999FD2B958 /* Foundation.framework */, + ); + name = iOS; + sourceTree = ""; + }; FABB76BDAA3AC2DFC29D82BE1C7CAB19 /* Targets Support Files */ = { isa = PBXGroup; children = ( @@ -3624,41 +3645,7 @@ /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 063C81A774D01D12D091481DB4092034 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 97FE0428CAC266D6962FC0DDA09AE0C1 /* iOSDFULibrary-macOS.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - GCC_PREFIX_HEADER = "Target Support Files/iOSDFULibrary-macOS/iOSDFULibrary-macOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/iOSDFULibrary-macOS/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.10; - MODULEMAP_FILE = "Target Support Files/iOSDFULibrary-macOS/iOSDFULibrary-macOS.modulemap"; - PRODUCT_MODULE_NAME = iOSDFULibrary; - PRODUCT_NAME = iOSDFULibrary; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 12D6193ED6F0A2221C7C4CE30E3FB00D /* Release */ = { + 087605FF065E46A83DC359CD7BA483CE /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 6A35F74FF4AEE208ACF93E2AB44431B5 /* MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.xcconfig */; buildSettings = { @@ -3682,6 +3669,7 @@ SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.1; TARGETED_DEVICE_FAMILY = 3; TVOS_DEPLOYMENT_TARGET = 10.0; VALIDATE_PRODUCT = YES; @@ -3690,34 +3678,35 @@ }; name = Release; }; - 1E1871A1B63C2E0E74FD606B294E6BA5 /* Release */ = { + 0BEB513A12873B3132FA8425DD0A0920 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FCC7F155A239579A1A9EDA4B5235E7D8 /* iOSDFULibrary-iOS.xcconfig */; + baseConfigurationReference = 97FE0428CAC266D6962FC0DDA09AE0C1 /* iOSDFULibrary-macOS.xcconfig */; buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/iOSDFULibrary-iOS/iOSDFULibrary-iOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/iOSDFULibrary-iOS/Info.plist"; + FRAMEWORK_VERSION = A; + GCC_PREFIX_HEADER = "Target Support Files/iOSDFULibrary-macOS/iOSDFULibrary-macOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/iOSDFULibrary-macOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/iOSDFULibrary-iOS/iOSDFULibrary-iOS.modulemap"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.10; + MODULEMAP_FILE = "Target Support Files/iOSDFULibrary-macOS/iOSDFULibrary-macOS.modulemap"; PRODUCT_MODULE_NAME = iOSDFULibrary; PRODUCT_NAME = iOSDFULibrary; - SDKROOT = iphoneos; + SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; + SWIFT_VERSION = 4.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; @@ -3792,39 +3781,7 @@ }; name = Debug; }; - 2F774356B359C21F013E91955A0FDCE3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = FCC7F155A239579A1A9EDA4B5235E7D8 /* iOSDFULibrary-iOS.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/iOSDFULibrary-iOS/iOSDFULibrary-iOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/iOSDFULibrary-iOS/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/iOSDFULibrary-iOS/iOSDFULibrary-iOS.modulemap"; - PRODUCT_MODULE_NAME = iOSDFULibrary; - PRODUCT_NAME = iOSDFULibrary; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 338B62195EC0A146ADA2C21F00676844 /* Release */ = { + 31DB759ED4E851D259A0953A42D9E32B /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 52F3102B9F60A6B496E11FFDAF7518F0 /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS.xcconfig */; buildSettings = { @@ -3850,6 +3807,7 @@ SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.1; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -3857,35 +3815,33 @@ }; name = Release; }; - 44B82B37A8EFD8D27197CAA4BCCDF0D9 /* Debug */ = { + 3FDF51A3E5E14BBE49D5511705CE64EF /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79554846837812E127D72A9CB268E4CF /* Bolts-Swift-macOS.xcconfig */; + baseConfigurationReference = 6A35F74FF4AEE208ACF93E2AB44431B5 /* MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - GCC_PREFIX_HEADER = "Target Support Files/Bolts-Swift-macOS/Bolts-Swift-macOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Bolts-Swift-macOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.10; - MODULEMAP_FILE = "Target Support Files/Bolts-Swift-macOS/Bolts-Swift-macOS.modulemap"; - PRODUCT_MODULE_NAME = BoltsSwift; - PRODUCT_NAME = BoltsSwift; - SDKROOT = macosx; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.modulemap"; + PRODUCT_MODULE_NAME = MetaWear; + PRODUCT_NAME = MetaWear; + SDKROOT = appletvos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; + SWIFT_VERSION = 4.1; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 10.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; @@ -3962,10 +3918,12 @@ }; name = Debug; }; - 527420D395238EBB38226CD6E0EE5C0D /* Debug */ = { + 531D9EB9D83177162DA8F0D450708DE6 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F6BADB08B39E768D55996606A798F6EC /* Zip-macOS.xcconfig */; + baseConfigurationReference = 857A49B325CE1FC467136648CDD25462 /* Pods-MetaWearIntegrationTests-macOS.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -3977,26 +3935,27 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; - GCC_PREFIX_HEADER = "Target Support Files/Zip-macOS/Zip-macOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Zip-macOS/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-MetaWearIntegrationTests-macOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.9; - MODULEMAP_FILE = "Target Support Files/Zip-macOS/Zip-macOS.modulemap"; - PRODUCT_MODULE_NAME = Zip; - PRODUCT_NAME = Zip; + MACH_O_TYPE = staticlib; + MACOSX_DEPLOYMENT_TARGET = 10.13; + MODULEMAP_FILE = "Target Support Files/Pods-MetaWearIntegrationTests-macOS/Pods-MetaWearIntegrationTests-macOS.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = macosx; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 531D9EB9D83177162DA8F0D450708DE6 /* Debug */ = { + 5EF2E0FB046AED4FE7447B7996219071 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 857A49B325CE1FC467136648CDD25462 /* Pods-MetaWearIntegrationTests-macOS.debug.xcconfig */; + baseConfigurationReference = C5C9D3C7F4ED6D71887257593DC39FAE /* Pods-MetaWearIntegrationTests-macOS.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -4027,12 +3986,14 @@ VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 57B94F3D77F1A3F5CA20FE68AA35495F /* Debug */ = { + 697796ABADBDB84E85F5E35038D300BA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A35F74FF4AEE208ACF93E2AB44431B5 /* MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.xcconfig */; + baseConfigurationReference = E89668BE7C1318F60E25D8D1162DC9A4 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4042,62 +4003,62 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.modulemap"; - PRODUCT_MODULE_NAME = MetaWear; - PRODUCT_NAME = MetaWear; - SDKROOT = appletvos; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = watchos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 10.0; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + TARGETED_DEVICE_FAMILY = 4; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; + WATCHOS_DEPLOYMENT_TARGET = 4.0; }; - name = Debug; + name = Release; }; - 5EF2E0FB046AED4FE7447B7996219071 /* Release */ = { + 6B0EAC21206EBF8781B1098B928E32D0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C5C9D3C7F4ED6D71887257593DC39FAE /* Pods-MetaWearIntegrationTests-macOS.release.xcconfig */; + baseConfigurationReference = 0587D668F7D25D72E9A821CDEAFCB48B /* Bolts-Swift-tvOS.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = "Target Support Files/Pods-MetaWearIntegrationTests-macOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Bolts-Swift-tvOS/Bolts-Swift-tvOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Bolts-Swift-tvOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MACOSX_DEPLOYMENT_TARGET = 10.13; - MODULEMAP_FILE = "Target Support Files/Pods-MetaWearIntegrationTests-macOS/Pods-MetaWearIntegrationTests-macOS.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = macosx; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Bolts-Swift-tvOS/Bolts-Swift-tvOS.modulemap"; + PRODUCT_MODULE_NAME = BoltsSwift; + PRODUCT_NAME = BoltsSwift; + SDKROOT = appletvos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 9.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 5FCA504CB5F714BEA047CAA12E2C4062 /* Debug */ = { + 6E31FD92B79DAADC019ACF798BF2308A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 97FE0428CAC266D6962FC0DDA09AE0C1 /* iOSDFULibrary-macOS.xcconfig */; + baseConfigurationReference = 79554846837812E127D72A9CB268E4CF /* Bolts-Swift-macOS.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; @@ -4111,30 +4072,29 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; - GCC_PREFIX_HEADER = "Target Support Files/iOSDFULibrary-macOS/iOSDFULibrary-macOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/iOSDFULibrary-macOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Bolts-Swift-macOS/Bolts-Swift-macOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Bolts-Swift-macOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.10; - MODULEMAP_FILE = "Target Support Files/iOSDFULibrary-macOS/iOSDFULibrary-macOS.modulemap"; - PRODUCT_MODULE_NAME = iOSDFULibrary; - PRODUCT_NAME = iOSDFULibrary; + MODULEMAP_FILE = "Target Support Files/Bolts-Swift-macOS/Bolts-Swift-macOS.modulemap"; + PRODUCT_MODULE_NAME = BoltsSwift; + PRODUCT_NAME = BoltsSwift; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 697796ABADBDB84E85F5E35038D300BA /* Release */ = { + 7FC74E62E14B0212F9174C3DF5991A60 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E89668BE7C1318F60E25D8D1162DC9A4 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.release.xcconfig */; + baseConfigurationReference = D4EE2A9ECB28B9A3D098F32D9DF9290F /* Pods-MetaWearIntegrationTests-tvOS.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4144,32 +4104,31 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-MetaWearIntegrationTests-tvOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension/Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-MetaWearIntegrationTests-tvOS/Pods-MetaWearIntegrationTests-tvOS.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = watchos; + SDKROOT = appletvos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - TARGETED_DEVICE_FAMILY = 4; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 10.0; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; - WATCHOS_DEPLOYMENT_TARGET = 4.0; }; name = Release; }; - 77C614D366FD2086F1AEA2DA6818A151 /* Debug */ = { + 85440A5F398B7821E08FE26A0DA418C9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52F3102B9F60A6B496E11FFDAF7518F0 /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS.xcconfig */; + baseConfigurationReference = 4F30EDFE01E5E1B640B4A32654D0F155 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4179,27 +4138,30 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS.modulemap"; - PRODUCT_MODULE_NAME = MetaWear; - PRODUCT_NAME = MetaWear; - SDKROOT = iphoneos; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = appletvos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 10.0; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 7DDC54DE3FCE0CE920E0B418CE5F5473 /* Release */ = { + 85B54205B6F739BDD17B95DA197AEE9D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BE4E8BF5B5B1A1B4DE5D8C356701F76D /* Bolts-Swift-iOS.xcconfig */; + baseConfigurationReference = 0587D668F7D25D72E9A821CDEAFCB48B /* Bolts-Swift-tvOS.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4210,29 +4172,29 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Bolts-Swift-iOS/Bolts-Swift-iOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Bolts-Swift-iOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Bolts-Swift-tvOS/Bolts-Swift-tvOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Bolts-Swift-tvOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Bolts-Swift-iOS/Bolts-Swift-iOS.modulemap"; + MODULEMAP_FILE = "Target Support Files/Bolts-Swift-tvOS/Bolts-Swift-tvOS.modulemap"; PRODUCT_MODULE_NAME = BoltsSwift; PRODUCT_NAME = BoltsSwift; - SDKROOT = iphoneos; + SDKROOT = appletvos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 9.0; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; - 7FC74E62E14B0212F9174C3DF5991A60 /* Release */ = { + 8BF57042A61F2C0CB4360CBB0E95864A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D4EE2A9ECB28B9A3D098F32D9DF9290F /* Pods-MetaWearIntegrationTests-tvOS.release.xcconfig */; + baseConfigurationReference = F2AEC1BD8F817359114D5C3E968702D0 /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CODE_SIGN_IDENTITY = ""; @@ -4244,11 +4206,11 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-MetaWearIntegrationTests-tvOS/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-MetaWearIntegrationTests-tvOS/Pods-MetaWearIntegrationTests-tvOS.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -4256,6 +4218,7 @@ PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = appletvos; SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; TARGETED_DEVICE_FAMILY = 3; TVOS_DEPLOYMENT_TARGET = 10.0; VALIDATE_PRODUCT = YES; @@ -4264,10 +4227,11 @@ }; name = Release; }; - 7FDAE721BB351D0DC5F24AC0AB59001C /* Release */ = { + 90C1A0E77FEB07943F0DD4BC643D1AB2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F6BADB08B39E768D55996606A798F6EC /* Zip-macOS.xcconfig */; + baseConfigurationReference = 97FE0428CAC266D6962FC0DDA09AE0C1 /* iOSDFULibrary-macOS.xcconfig */; buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4279,28 +4243,30 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; - GCC_PREFIX_HEADER = "Target Support Files/Zip-macOS/Zip-macOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Zip-macOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/iOSDFULibrary-macOS/iOSDFULibrary-macOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/iOSDFULibrary-macOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.9; - MODULEMAP_FILE = "Target Support Files/Zip-macOS/Zip-macOS.modulemap"; - PRODUCT_MODULE_NAME = Zip; - PRODUCT_NAME = Zip; + MACOSX_DEPLOYMENT_TARGET = 10.10; + MODULEMAP_FILE = "Target Support Files/iOSDFULibrary-macOS/iOSDFULibrary-macOS.modulemap"; + PRODUCT_MODULE_NAME = iOSDFULibrary; + PRODUCT_NAME = iOSDFULibrary; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 85440A5F398B7821E08FE26A0DA418C9 /* Release */ = { + 92876E6D667FF92F23E8139C806837C4 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4F30EDFE01E5E1B640B4A32654D0F155 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig */; + baseConfigurationReference = 0AD9B4AE96B9446885844A4DB4245B2B /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4310,100 +4276,100 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = appletvos; + SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 10.0; + TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; - 899C9ED6CF134BE730FFFA372EA17DE9 /* Debug */ = { + 9379218D2B8BACB2D44AE2FF69E867B9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E50812B9E7D3BB42B7715748991EC412 /* MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.xcconfig */; + baseConfigurationReference = 79554846837812E127D72A9CB268E4CF /* Bolts-Swift-macOS.xcconfig */; buildSettings = { - APPLICATION_EXTENSION_API_ONLY = YES; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/Info.plist"; + FRAMEWORK_VERSION = A; + GCC_PREFIX_HEADER = "Target Support Files/Bolts-Swift-macOS/Bolts-Swift-macOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Bolts-Swift-macOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.modulemap"; - PRODUCT_MODULE_NAME = MetaWear; - PRODUCT_NAME = MetaWear; - SDKROOT = watchos; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.10; + MODULEMAP_FILE = "Target Support Files/Bolts-Swift-macOS/Bolts-Swift-macOS.modulemap"; + PRODUCT_MODULE_NAME = BoltsSwift; + PRODUCT_NAME = BoltsSwift; + SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = 4; + SWIFT_VERSION = 4.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; - WATCHOS_DEPLOYMENT_TARGET = 4.0; }; name = Debug; }; - 8BF57042A61F2C0CB4360CBB0E95864A /* Release */ = { + 95BE7A13392CE11EC53FD22939F8C47D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F2AEC1BD8F817359114D5C3E968702D0 /* Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.release.xcconfig */; + baseConfigurationReference = F0095FC6285648DFA21C5AD9B3331563 /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS/Info.plist"; + FRAMEWORK_VERSION = A; + GCC_PREFIX_HEADER = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearUnitTests-tvOS.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = appletvos; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.13; + MODULEMAP_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.modulemap"; + PRODUCT_MODULE_NAME = MetaWear; + PRODUCT_NAME = MetaWear; + SDKROOT = macosx; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 10.0; - VALIDATE_PRODUCT = YES; + SWIFT_VERSION = 4.1; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; - 92876E6D667FF92F23E8139C806837C4 /* Release */ = { + 9803B3599DE953DEDA74A74CF5A796EC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0AD9B4AE96B9446885844A4DB4245B2B /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.release.xcconfig */; + baseConfigurationReference = E50812B9E7D3BB42B7715748991EC412 /* MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; + APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4413,26 +4379,24 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; + MODULEMAP_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.modulemap"; + PRODUCT_MODULE_NAME = MetaWear; + PRODUCT_NAME = MetaWear; + SDKROOT = watchos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.1; + TARGETED_DEVICE_FAMILY = 4; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; + WATCHOS_DEPLOYMENT_TARGET = 4.0; }; - name = Release; + name = Debug; }; 9941019AE6B28C7542CD4A2DEB6E58E7 /* Debug */ = { isa = XCBuildConfiguration; @@ -4471,6 +4435,40 @@ }; name = Debug; }; + 9EB7815F28F5F0644B0E27715159872C /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F0095FC6285648DFA21C5AD9B3331563 /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_VERSION = A; + GCC_PREFIX_HEADER = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.13; + MODULEMAP_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.modulemap"; + PRODUCT_MODULE_NAME = MetaWear; + PRODUCT_NAME = MetaWear; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.1; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; A0E8BBFDB7A2B0C0D11604F8B120E43D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -4526,45 +4524,12 @@ MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_NAME = "$(TARGET_NAME)"; STRIP_INSTALLED_PRODUCT = NO; - SWIFT_VERSION = 4.0; SYMROOT = "${SRCROOT}/../build"; TVOS_DEPLOYMENT_TARGET = 10.0; WATCHOS_DEPLOYMENT_TARGET = 4.0; }; name = Release; }; - A2C90BE306767F71B14A8CEB2B3A0FCC /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BE4E8BF5B5B1A1B4DE5D8C356701F76D /* Bolts-Swift-iOS.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Bolts-Swift-iOS/Bolts-Swift-iOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Bolts-Swift-iOS/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Bolts-Swift-iOS/Bolts-Swift-iOS.modulemap"; - PRODUCT_MODULE_NAME = BoltsSwift; - PRODUCT_NAME = BoltsSwift; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; A3B065E5170E9E9EB033707DFF121FE3 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 429E6E3CF69870B5E4953FA8F6091C74 /* Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig */; @@ -4636,9 +4601,9 @@ }; name = Release; }; - A784B6D0DBFB51111D9977B84B8C2226 /* Debug */ = { + A571011B08A00A44EA6CF87F7AC13999 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0587D668F7D25D72E9A821CDEAFCB48B /* Bolts-Swift-tvOS.xcconfig */; + baseConfigurationReference = BE4E8BF5B5B1A1B4DE5D8C356701F76D /* Bolts-Swift-iOS.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4649,30 +4614,65 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Bolts-Swift-tvOS/Bolts-Swift-tvOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Bolts-Swift-tvOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Bolts-Swift-iOS/Bolts-Swift-iOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Bolts-Swift-iOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Bolts-Swift-tvOS/Bolts-Swift-tvOS.modulemap"; + MODULEMAP_FILE = "Target Support Files/Bolts-Swift-iOS/Bolts-Swift-iOS.modulemap"; PRODUCT_MODULE_NAME = BoltsSwift; PRODUCT_NAME = BoltsSwift; - SDKROOT = appletvos; + SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 9.0; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - AB4168977FFBF01BDF5CE155AA9F9BDF /* Release */ = { + ABE3F9FD16534C2FE70CCD88CB6BA307 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79554846837812E127D72A9CB268E4CF /* Bolts-Swift-macOS.xcconfig */; + baseConfigurationReference = 3679B8DC5C009AE10D92C7FF0C6B4EDB /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + B3BD6E9F3801530A1C8FF2D5A715E0AA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F6BADB08B39E768D55996606A798F6EC /* Zip-macOS.xcconfig */; + buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4684,30 +4684,28 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; - GCC_PREFIX_HEADER = "Target Support Files/Bolts-Swift-macOS/Bolts-Swift-macOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Bolts-Swift-macOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Zip-macOS/Zip-macOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Zip-macOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.10; - MODULEMAP_FILE = "Target Support Files/Bolts-Swift-macOS/Bolts-Swift-macOS.modulemap"; - PRODUCT_MODULE_NAME = BoltsSwift; - PRODUCT_NAME = BoltsSwift; + MACOSX_DEPLOYMENT_TARGET = 10.9; + MODULEMAP_FILE = "Target Support Files/Zip-macOS/Zip-macOS.modulemap"; + PRODUCT_MODULE_NAME = Zip; + PRODUCT_NAME = Zip; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.0; + SWIFT_VERSION = 4.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; - ABE3F9FD16534C2FE70CCD88CB6BA307 /* Debug */ = { + C038943718DE441F60F9644A6FB157D2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3679B8DC5C009AE10D92C7FF0C6B4EDB /* Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; + baseConfigurationReference = FCC7F155A239579A1A9EDA4B5235E7D8 /* iOSDFULibrary-iOS.xcconfig */; + buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -4717,30 +4715,28 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/iOSDFULibrary-iOS/iOSDFULibrary-iOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/iOSDFULibrary-iOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearUnitTests-iOS.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/iOSDFULibrary-iOS/iOSDFULibrary-iOS.modulemap"; + PRODUCT_MODULE_NAME = iOSDFULibrary; + PRODUCT_NAME = iOSDFULibrary; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - C0FFAA3CA7A57BEEB54AD578E314CE0C /* Release */ = { + C157A9B32FE483E79BFFF73D92CAD4EB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0587D668F7D25D72E9A821CDEAFCB48B /* Bolts-Swift-tvOS.xcconfig */; + baseConfigurationReference = BE4E8BF5B5B1A1B4DE5D8C356701F76D /* Bolts-Swift-iOS.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -4751,20 +4747,20 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Bolts-Swift-tvOS/Bolts-Swift-tvOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Bolts-Swift-tvOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Bolts-Swift-iOS/Bolts-Swift-iOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Bolts-Swift-iOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Bolts-Swift-tvOS/Bolts-Swift-tvOS.modulemap"; + MODULEMAP_FILE = "Target Support Files/Bolts-Swift-iOS/Bolts-Swift-iOS.modulemap"; PRODUCT_MODULE_NAME = BoltsSwift; PRODUCT_NAME = BoltsSwift; - SDKROOT = appletvos; + SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 9.0; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; @@ -4805,39 +4801,6 @@ }; name = Debug; }; - D423EA3F54ADA6CF9B86A03A3AAC39FF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F0095FC6285648DFA21C5AD9B3331563 /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - GCC_PREFIX_HEADER = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.13; - MODULEMAP_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.modulemap"; - PRODUCT_MODULE_NAME = MetaWear; - PRODUCT_NAME = MetaWear; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; D9C3EBE7BD40DEE46957F449C885DF3B /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 17F9BC4775B3AC83A4B5A3EC8D1A0219 /* Pods-MetaWear-MetaWear-watchOS-MetaWearIntegrationTestHost-watchOS Extension.debug.xcconfig */; @@ -4909,7 +4872,7 @@ }; name = Release; }; - DBF5916A8447B255B94BE1901259DDCC /* Release */ = { + DF73CEB86E6A6E4B84ED4D36CB4AA758 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 29A92F6A0289BED184257ACBD3631DAE /* Zip-iOS.xcconfig */; buildSettings = { @@ -4933,13 +4896,13 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; E15FD88DD39F4806EF46703E3553588F /* Debug */ = { isa = XCBuildConfiguration; @@ -4978,6 +4941,72 @@ }; name = Debug; }; + E1B6FA0892480B764A6A1DAF198EC1F0 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 52F3102B9F60A6B496E11FFDAF7518F0 /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS.modulemap"; + PRODUCT_MODULE_NAME = MetaWear; + PRODUCT_NAME = MetaWear; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.1; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + E2B4176C5B2FB62A807EFDCE33840C0D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = FCC7F155A239579A1A9EDA4B5235E7D8 /* iOSDFULibrary-iOS.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/iOSDFULibrary-iOS/iOSDFULibrary-iOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/iOSDFULibrary-iOS/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/iOSDFULibrary-iOS/iOSDFULibrary-iOS.modulemap"; + PRODUCT_MODULE_NAME = iOSDFULibrary; + PRODUCT_NAME = iOSDFULibrary; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; E5460A9161390BDE64AE4BF618E70218 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 19DE09EF16EFF2FD031FEC717665CC11 /* Bolts-Swift-watchOS.xcconfig */; @@ -5012,11 +5041,10 @@ }; name = Release; }; - E66EA4F9EF754A109A5C1089511D0B50 /* Debug */ = { + E8C4317A899E0FB8B3A99C9BA9F641EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F0095FC6285648DFA21C5AD9B3331563 /* MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.xcconfig */; + baseConfigurationReference = F6BADB08B39E768D55996606A798F6EC /* Zip-macOS.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5028,26 +5056,27 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; FRAMEWORK_VERSION = A; - GCC_PREFIX_HEADER = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Zip-macOS/Zip-macOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Zip-macOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.13; - MODULEMAP_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.modulemap"; - PRODUCT_MODULE_NAME = MetaWear; - PRODUCT_NAME = MetaWear; + MACOSX_DEPLOYMENT_TARGET = 10.9; + MODULEMAP_FILE = "Target Support Files/Zip-macOS/Zip-macOS.modulemap"; + PRODUCT_MODULE_NAME = Zip; + PRODUCT_NAME = Zip; SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.0; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - EA8DBAE930C910699FCD0D3EDEEB3B02 /* Release */ = { + EE4AE2696EB56812BCD45E2963D07339 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E50812B9E7D3BB42B7715748991EC412 /* MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.xcconfig */; + baseConfigurationReference = 19DE09EF16EFF2FD031FEC717665CC11 /* Bolts-Swift-watchOS.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = ""; @@ -5059,28 +5088,28 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Bolts-Swift-watchOS/Bolts-Swift-watchOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Bolts-Swift-watchOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.modulemap"; - PRODUCT_MODULE_NAME = MetaWear; - PRODUCT_NAME = MetaWear; + MODULEMAP_FILE = "Target Support Files/Bolts-Swift-watchOS/Bolts-Swift-watchOS.modulemap"; + PRODUCT_MODULE_NAME = BoltsSwift; + PRODUCT_NAME = BoltsSwift; SDKROOT = watchos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = 4; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; - WATCHOS_DEPLOYMENT_TARGET = 4.0; + WATCHOS_DEPLOYMENT_TARGET = 2.0; }; - name = Release; + name = Debug; }; - EE4AE2696EB56812BCD45E2963D07339 /* Debug */ = { + EEBDF4844D7077C75A94F42D6DF016E8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 19DE09EF16EFF2FD031FEC717665CC11 /* Bolts-Swift-watchOS.xcconfig */; + baseConfigurationReference = E50812B9E7D3BB42B7715748991EC412 /* MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; CODE_SIGN_IDENTITY = ""; @@ -5092,24 +5121,25 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Bolts-Swift-watchOS/Bolts-Swift-watchOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Bolts-Swift-watchOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Bolts-Swift-watchOS/Bolts-Swift-watchOS.modulemap"; - PRODUCT_MODULE_NAME = BoltsSwift; - PRODUCT_NAME = BoltsSwift; + MODULEMAP_FILE = "Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.modulemap"; + PRODUCT_MODULE_NAME = MetaWear; + PRODUCT_NAME = MetaWear; SDKROOT = watchos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.0; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.1; TARGETED_DEVICE_FAMILY = 4; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; - WATCHOS_DEPLOYMENT_TARGET = 2.0; + WATCHOS_DEPLOYMENT_TARGET = 4.0; }; - name = Debug; + name = Release; }; F0E858D3D6AE0D60DA939A61AE29D5F6 /* Debug */ = { isa = XCBuildConfiguration; @@ -5171,79 +5201,80 @@ PRODUCT_NAME = "$(TARGET_NAME)"; STRIP_INSTALLED_PRODUCT = NO; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; - SWIFT_VERSION = 4.0; SYMROOT = "${SRCROOT}/../build"; TVOS_DEPLOYMENT_TARGET = 10.0; WATCHOS_DEPLOYMENT_TARGET = 4.0; }; name = Debug; }; - F3A12D55030FF4DFE99FCABC7C5286F6 /* Release */ = { + F32133218D2E87E033C765D54599434F /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C743D0A5845E523BA1629F6197814983 /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig */; + baseConfigurationReference = 29A92F6A0289BED184257ACBD3631DAE /* Zip-iOS.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - INFOPLIST_FILE = "Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Zip-iOS/Zip-iOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Zip-iOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MACOSX_DEPLOYMENT_TARGET = 10.13; - MODULEMAP_FILE = "Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = macosx; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/Zip-iOS/Zip-iOS.modulemap"; + PRODUCT_MODULE_NAME = Zip; + PRODUCT_NAME = Zip; + SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; - FC963433F8AC61C515BCF92EC4F7A441 /* Debug */ = { + F3A12D55030FF4DFE99FCABC7C5286F6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 29A92F6A0289BED184257ACBD3631DAE /* Zip-iOS.xcconfig */; + baseConfigurationReference = C743D0A5845E523BA1629F6197814983 /* Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; CURRENT_PROJECT_VERSION = 1; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Zip-iOS/Zip-iOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Zip-iOS/Info.plist"; + FRAMEWORK_VERSION = A; + INFOPLIST_FILE = "Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Zip-iOS/Zip-iOS.modulemap"; - PRODUCT_MODULE_NAME = Zip; - PRODUCT_NAME = Zip; - SDKROOT = iphoneos; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MACOSX_DEPLOYMENT_TARGET = 10.13; + MODULEMAP_FILE = "Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = macosx; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; /* End XCBuildConfiguration section */ @@ -5251,8 +5282,8 @@ 05466257F4774910A25D6E9CEF3C8E9F /* Build configuration list for PBXNativeTarget "MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 77C614D366FD2086F1AEA2DA6818A151 /* Debug */, - 338B62195EC0A146ADA2C21F00676844 /* Release */, + E1B6FA0892480B764A6A1DAF198EC1F0 /* Debug */, + 31DB759ED4E851D259A0953A42D9E32B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5269,8 +5300,8 @@ 1E0D707402CA1F63E60BDEC50D3F5F4C /* Build configuration list for PBXNativeTarget "Bolts-Swift-macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 44B82B37A8EFD8D27197CAA4BCCDF0D9 /* Debug */, - AB4168977FFBF01BDF5CE155AA9F9BDF /* Release */, + 9379218D2B8BACB2D44AE2FF69E867B9 /* Debug */, + 6E31FD92B79DAADC019ACF798BF2308A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5278,8 +5309,8 @@ 1FCCB325C72AAB617D34AE27141C89C0 /* Build configuration list for PBXNativeTarget "MetaWear-AsyncUtils-Core-Mocks-UI-tvOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 57B94F3D77F1A3F5CA20FE68AA35495F /* Debug */, - 12D6193ED6F0A2221C7C4CE30E3FB00D /* Release */, + 3FDF51A3E5E14BBE49D5511705CE64EF /* Debug */, + 087605FF065E46A83DC359CD7BA483CE /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5287,8 +5318,8 @@ 26A1736923C57EC134F968A76066E464 /* Build configuration list for PBXNativeTarget "Zip-macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 527420D395238EBB38226CD6E0EE5C0D /* Debug */, - 7FDAE721BB351D0DC5F24AC0AB59001C /* Release */, + E8C4317A899E0FB8B3A99C9BA9F641EB /* Debug */, + B3BD6E9F3801530A1C8FF2D5A715E0AA /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5323,8 +5354,8 @@ 47C2738CFFA6327E75C54747E682B1A1 /* Build configuration list for PBXNativeTarget "MetaWear-AsyncUtils-Core-Mocks-UI-watchOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 899C9ED6CF134BE730FFFA372EA17DE9 /* Debug */, - EA8DBAE930C910699FCD0D3EDEEB3B02 /* Release */, + 9803B3599DE953DEDA74A74CF5A796EC /* Debug */, + EEBDF4844D7077C75A94F42D6DF016E8 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5341,8 +5372,8 @@ 6F6615574989E1153960BD7419F45732 /* Build configuration list for PBXNativeTarget "Zip-iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - FC963433F8AC61C515BCF92EC4F7A441 /* Debug */, - DBF5916A8447B255B94BE1901259DDCC /* Release */, + DF73CEB86E6A6E4B84ED4D36CB4AA758 /* Debug */, + F32133218D2E87E033C765D54599434F /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5395,8 +5426,8 @@ B9842587D68AF02206041939E54C4BD7 /* Build configuration list for PBXNativeTarget "iOSDFULibrary-iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 2F774356B359C21F013E91955A0FDCE3 /* Debug */, - 1E1871A1B63C2E0E74FD606B294E6BA5 /* Release */, + C038943718DE441F60F9644A6FB157D2 /* Debug */, + E2B4176C5B2FB62A807EFDCE33840C0D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5404,8 +5435,8 @@ BFCF6718D822EF3B49C9D16E304BB183 /* Build configuration list for PBXNativeTarget "iOSDFULibrary-macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 5FCA504CB5F714BEA047CAA12E2C4062 /* Debug */, - 063C81A774D01D12D091481DB4092034 /* Release */, + 90C1A0E77FEB07943F0DD4BC643D1AB2 /* Debug */, + 0BEB513A12873B3132FA8425DD0A0920 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5422,8 +5453,8 @@ C15248F9A568EEF86060A82785EBEB09 /* Build configuration list for PBXNativeTarget "Bolts-Swift-iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - A2C90BE306767F71B14A8CEB2B3A0FCC /* Debug */, - 7DDC54DE3FCE0CE920E0B418CE5F5473 /* Release */, + A571011B08A00A44EA6CF87F7AC13999 /* Debug */, + C157A9B32FE483E79BFFF73D92CAD4EB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5431,8 +5462,8 @@ C24497CB50D282532824961F2B9C191D /* Build configuration list for PBXNativeTarget "MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - E66EA4F9EF754A109A5C1089511D0B50 /* Debug */, - D423EA3F54ADA6CF9B86A03A3AAC39FF /* Release */, + 9EB7815F28F5F0644B0E27715159872C /* Debug */, + 95BE7A13392CE11EC53FD22939F8C47D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -5440,8 +5471,8 @@ E4A6F070BCD73543FD7F22BD026494C8 /* Build configuration list for PBXNativeTarget "Bolts-Swift-tvOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - A784B6D0DBFB51111D9977B84B8C2226 /* Debug */, - C0FFAA3CA7A57BEEB54AD578E314CE0C /* Release */, + 6B0EAC21206EBF8781B1098B928E32D0 /* Debug */, + 85B54205B6F739BDD17B95DA197AEE9D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/MetaWear/Pods/Target Support Files/Bolts-Swift-iOS/Info.plist b/MetaWear/Pods/Target Support Files/Bolts-Swift-iOS/Info.plist index b6b2813..7b6b52a 100644 --- a/MetaWear/Pods/Target Support Files/Bolts-Swift-iOS/Info.plist +++ b/MetaWear/Pods/Target Support Files/Bolts-Swift-iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.4.0 CFBundleSignature ???? CFBundleVersion diff --git a/MetaWear/Pods/Target Support Files/Bolts-Swift-macOS/Info.plist b/MetaWear/Pods/Target Support Files/Bolts-Swift-macOS/Info.plist index b6b2813..7b6b52a 100644 --- a/MetaWear/Pods/Target Support Files/Bolts-Swift-macOS/Info.plist +++ b/MetaWear/Pods/Target Support Files/Bolts-Swift-macOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.4.0 CFBundleSignature ???? CFBundleVersion diff --git a/MetaWear/Pods/Target Support Files/Bolts-Swift-tvOS/Info.plist b/MetaWear/Pods/Target Support Files/Bolts-Swift-tvOS/Info.plist index b6b2813..7b6b52a 100644 --- a/MetaWear/Pods/Target Support Files/Bolts-Swift-tvOS/Info.plist +++ b/MetaWear/Pods/Target Support Files/Bolts-Swift-tvOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.4.0 CFBundleSignature ???? CFBundleVersion diff --git a/MetaWear/Pods/Target Support Files/Bolts-Swift-watchOS/Info.plist b/MetaWear/Pods/Target Support Files/Bolts-Swift-watchOS/Info.plist index b6b2813..7b6b52a 100644 --- a/MetaWear/Pods/Target Support Files/Bolts-Swift-watchOS/Info.plist +++ b/MetaWear/Pods/Target Support Files/Bolts-Swift-watchOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.4.0 CFBundleSignature ???? CFBundleVersion diff --git a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/Info.plist b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/Info.plist index 8b511bb..36f2c7e 100644 --- a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/Info.plist +++ b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.3 + 3.1.4 CFBundleSignature ???? CFBundleVersion diff --git a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS.xcconfig b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS.xcconfig index ea14ec0..6d897a6 100644 --- a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS.xcconfig +++ b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS.xcconfig @@ -11,4 +11,3 @@ PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES SWIFT_INCLUDE_PATHS = $(inherited) $(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src -SWIFT_VERSION = 4.0 diff --git a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/Info.plist b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/Info.plist index 8b511bb..36f2c7e 100644 --- a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/Info.plist +++ b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.3 + 3.1.4 CFBundleSignature ???? CFBundleVersion diff --git a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.xcconfig b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.xcconfig index 36a1043..2335d01 100644 --- a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.xcconfig +++ b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS.xcconfig @@ -12,4 +12,3 @@ PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES SWIFT_INCLUDE_PATHS = $(inherited) $(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src -SWIFT_VERSION = 4.0 diff --git a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/Info.plist b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/Info.plist index 8b511bb..36f2c7e 100644 --- a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/Info.plist +++ b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.3 + 3.1.4 CFBundleSignature ???? CFBundleVersion diff --git a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.xcconfig b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.xcconfig index 527d1ec..848b474 100644 --- a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.xcconfig +++ b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS.xcconfig @@ -11,4 +11,3 @@ PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES SWIFT_INCLUDE_PATHS = $(inherited) $(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src -SWIFT_VERSION = 4.0 diff --git a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/Info.plist b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/Info.plist index 8b511bb..36f2c7e 100644 --- a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/Info.plist +++ b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.3 + 3.1.4 CFBundleSignature ???? CFBundleVersion diff --git a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.xcconfig b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.xcconfig index 022999e..df3ced4 100644 --- a/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.xcconfig +++ b/MetaWear/Pods/Target Support Files/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS/MetaWear-AsyncUtils-Core-Mocks-UI-watchOS.xcconfig @@ -11,4 +11,3 @@ PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES SWIFT_INCLUDE_PATHS = $(inherited) $(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src -SWIFT_VERSION = 4.0 diff --git a/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig b/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig index 525b4f0..9163d50 100644 --- a/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig +++ b/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.debug.xcconfig @@ -1,4 +1,4 @@ -EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Bolts-Swift-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/Zip-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/iOSDFULibrary-iOS" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' diff --git a/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig b/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig index 525b4f0..9163d50 100644 --- a/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig +++ b/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS/Pods-MetaWear-MetaWear-iOS-MetaWearIntegrationTestHost-iOS.release.xcconfig @@ -1,4 +1,4 @@ -EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Bolts-Swift-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/Zip-iOS" "${PODS_CONFIGURATION_BUILD_DIR}/iOSDFULibrary-iOS" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' diff --git a/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig b/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig index cde845a..0533241 100644 --- a/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig +++ b/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.debug.xcconfig @@ -1,5 +1,5 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CODE_SIGN_IDENTITY = -EMBEDDED_CONTENT_CONTAINS_SWIFT = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Bolts-Swift-macOS" "${PODS_CONFIGURATION_BUILD_DIR}/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS" "${PODS_CONFIGURATION_BUILD_DIR}/Zip-macOS" "${PODS_CONFIGURATION_BUILD_DIR}/iOSDFULibrary-macOS" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/../Frameworks' '@loader_path/Frameworks' diff --git a/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig b/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig index cde845a..0533241 100644 --- a/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig +++ b/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS/Pods-MetaWear-MetaWear-macOS-MetaWearIntegrationTestHost-macOS.release.xcconfig @@ -1,5 +1,5 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES CODE_SIGN_IDENTITY = -EMBEDDED_CONTENT_CONTAINS_SWIFT = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Bolts-Swift-macOS" "${PODS_CONFIGURATION_BUILD_DIR}/MetaWear-AsyncUtils-Core-DFU-Mocks-UI-macOS" "${PODS_CONFIGURATION_BUILD_DIR}/Zip-macOS" "${PODS_CONFIGURATION_BUILD_DIR}/iOSDFULibrary-macOS" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/../Frameworks' '@loader_path/Frameworks' diff --git a/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig b/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig index b6c0ef1..384e3a6 100644 --- a/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig +++ b/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.debug.xcconfig @@ -1,4 +1,4 @@ -EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Bolts-Swift-tvOS" "${PODS_CONFIGURATION_BUILD_DIR}/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' diff --git a/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig b/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig index b6c0ef1..384e3a6 100644 --- a/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig +++ b/MetaWear/Pods/Target Support Files/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS/Pods-MetaWear-MetaWear-tvOS-MetaWearIntegrationTestHost-tvOS.release.xcconfig @@ -1,4 +1,4 @@ -EMBEDDED_CONTENT_CONTAINS_SWIFT = YES +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Bolts-Swift-tvOS" "${PODS_CONFIGURATION_BUILD_DIR}/MetaWear-AsyncUtils-Core-Mocks-UI-tvOS" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' diff --git a/StarterProject/Podfile b/StarterProject/Podfile index ca02104..68f444d 100644 --- a/StarterProject/Podfile +++ b/StarterProject/Podfile @@ -1,8 +1,7 @@ abstract_target 'Starter' do use_frameworks! # Pods for all targets - pod 'MetaWear', :subspecs => ['AsyncUtils', 'UI'], :path => '../' - pod 'Bolts-Swift', :git => 'https://github.com/BoltsFramework/Bolts-Swift.git', :commit => 'e9baa72' + pod 'MetaWear', :subspecs => ['Core', 'AsyncUtils', 'UI'], :path => '../' target 'iOS' do platform :ios, '10.0' diff --git a/StarterProject/Podfile.lock b/StarterProject/Podfile.lock index b97552b..abe6ad1 100644 --- a/StarterProject/Podfile.lock +++ b/StarterProject/Podfile.lock @@ -1,41 +1,34 @@ PODS: - - Bolts-Swift (1.3.0) + - Bolts-Swift (1.4.0) - MBProgressHUD (1.1.0) - - MetaWear/AsyncUtils (3.1.3): + - MetaWear/AsyncUtils (3.1.4): - MetaWear/Core - - MetaWear/Core (3.1.3): - - Bolts-Swift (~> 1.3.0) - - MetaWear/UI (3.1.3): + - MetaWear/Core (3.1.4): + - Bolts-Swift (~> 1) + - MetaWear/UI (3.1.4): - MetaWear/AsyncUtils - MetaWear/Core DEPENDENCIES: - - Bolts-Swift (from `https://github.com/BoltsFramework/Bolts-Swift.git`, commit `e9baa72`) - MBProgressHUD - MetaWear/AsyncUtils (from `../`) + - MetaWear/Core (from `../`) - MetaWear/UI (from `../`) SPEC REPOS: https://github.com/cocoapods/specs.git: + - Bolts-Swift - MBProgressHUD EXTERNAL SOURCES: - Bolts-Swift: - :commit: e9baa72 - :git: https://github.com/BoltsFramework/Bolts-Swift.git MetaWear: :path: "../" -CHECKOUT OPTIONS: - Bolts-Swift: - :commit: e9baa72 - :git: https://github.com/BoltsFramework/Bolts-Swift.git - SPEC CHECKSUMS: - Bolts-Swift: fa98d1b59fc1acea9b21a21306dcdca1c85e3737 + Bolts-Swift: 650d72e8017721b1a6bbe43d542c4578f8e5ba6f MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9 - MetaWear: f2189aa71a433aee6c860838b8f78993dc3a2c78 + MetaWear: 5f10a0ab98885d39a46de59d6bf16df731001e49 -PODFILE CHECKSUM: 7fda1e1472304a0a61a388c9079755c98998f898 +PODFILE CHECKSUM: 0136ee1c1d406ecb176b6b32114b80feeceec950 COCOAPODS: 1.5.3 diff --git a/StarterProject/Pods/Bolts-Swift/Sources/BoltsSwift/Task+WhenAll.swift b/StarterProject/Pods/Bolts-Swift/Sources/BoltsSwift/Task+WhenAll.swift index fb78753..84f1bdf 100644 --- a/StarterProject/Pods/Bolts-Swift/Sources/BoltsSwift/Task+WhenAll.swift +++ b/StarterProject/Pods/Bolts-Swift/Sources/BoltsSwift/Task+WhenAll.swift @@ -44,7 +44,11 @@ extension Task { if cancelledCount > 0 { tcs.cancel() } else if errorCount > 0 { - tcs.set(error: AggregateError(errors: tasks.flatMap({ $0.error }))) + #if swift(>=4.1) + tcs.set(error: AggregateError(errors: tasks.compactMap({ $0.error }))) + #else + tcs.set(error: AggregateError(errors: tasks.flatMap({ $0.error }))) + #endif } else { tcs.set(result: ()) } diff --git a/StarterProject/Pods/Local Podspecs/MetaWear.podspec.json b/StarterProject/Pods/Local Podspecs/MetaWear.podspec.json index 78e21a7..c973b77 100644 --- a/StarterProject/Pods/Local Podspecs/MetaWear.podspec.json +++ b/StarterProject/Pods/Local Podspecs/MetaWear.podspec.json @@ -1,6 +1,6 @@ { "name": "MetaWear", - "version": "3.1.3", + "version": "3.1.4", "license": { "type": "Commercial", "text": "See https://www.mbientlab.com/terms/", @@ -14,7 +14,7 @@ }, "source": { "git": "https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS.git", - "tag": "3.1.3", + "tag": "3.1.4", "submodules": true }, "platforms": { @@ -23,6 +23,7 @@ "tvos": "10.0", "watchos": "4.0" }, + "swift_version": "4.1", "social_media_url": "https://twitter.com/mbientLab", "documentation_url": "https://mbientlab.com/cppdocs/latest/", "default_subspecs": "Core", @@ -40,14 +41,13 @@ "-Wno-comma" ], "pod_target_xcconfig": { - "SWIFT_VERSION": "4.0", "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src", "SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src" }, "frameworks": "CoreBluetooth", "dependencies": { "Bolts-Swift": [ - "~> 1.3.0" + "~> 1" ] } }, @@ -83,6 +83,10 @@ }, { "name": "DFU", + "platforms": { + "ios": "10.0", + "osx": "10.13" + }, "source_files": "MetaWear/DFU/**/*", "dependencies": { "MetaWear/Core": [ diff --git a/StarterProject/Pods/Manifest.lock b/StarterProject/Pods/Manifest.lock index b97552b..abe6ad1 100644 --- a/StarterProject/Pods/Manifest.lock +++ b/StarterProject/Pods/Manifest.lock @@ -1,41 +1,34 @@ PODS: - - Bolts-Swift (1.3.0) + - Bolts-Swift (1.4.0) - MBProgressHUD (1.1.0) - - MetaWear/AsyncUtils (3.1.3): + - MetaWear/AsyncUtils (3.1.4): - MetaWear/Core - - MetaWear/Core (3.1.3): - - Bolts-Swift (~> 1.3.0) - - MetaWear/UI (3.1.3): + - MetaWear/Core (3.1.4): + - Bolts-Swift (~> 1) + - MetaWear/UI (3.1.4): - MetaWear/AsyncUtils - MetaWear/Core DEPENDENCIES: - - Bolts-Swift (from `https://github.com/BoltsFramework/Bolts-Swift.git`, commit `e9baa72`) - MBProgressHUD - MetaWear/AsyncUtils (from `../`) + - MetaWear/Core (from `../`) - MetaWear/UI (from `../`) SPEC REPOS: https://github.com/cocoapods/specs.git: + - Bolts-Swift - MBProgressHUD EXTERNAL SOURCES: - Bolts-Swift: - :commit: e9baa72 - :git: https://github.com/BoltsFramework/Bolts-Swift.git MetaWear: :path: "../" -CHECKOUT OPTIONS: - Bolts-Swift: - :commit: e9baa72 - :git: https://github.com/BoltsFramework/Bolts-Swift.git - SPEC CHECKSUMS: - Bolts-Swift: fa98d1b59fc1acea9b21a21306dcdca1c85e3737 + Bolts-Swift: 650d72e8017721b1a6bbe43d542c4578f8e5ba6f MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9 - MetaWear: f2189aa71a433aee6c860838b8f78993dc3a2c78 + MetaWear: 5f10a0ab98885d39a46de59d6bf16df731001e49 -PODFILE CHECKSUM: 7fda1e1472304a0a61a388c9079755c98998f898 +PODFILE CHECKSUM: 0136ee1c1d406ecb176b6b32114b80feeceec950 COCOAPODS: 1.5.3 diff --git a/StarterProject/Pods/Pods.xcodeproj/project.pbxproj b/StarterProject/Pods/Pods.xcodeproj/project.pbxproj index a5e1866..5747b24 100644 --- a/StarterProject/Pods/Pods.xcodeproj/project.pbxproj +++ b/StarterProject/Pods/Pods.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 030AFB08E0D9432D064228BAC465778D /* MetaWear+LED.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C48EA71175F16144D1CF73AA6E32492 /* MetaWear+LED.swift */; }; 0315FA7716445D5A6019CDF8C0022177 /* MblMwGattChar.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF61939D3DF907AB6A429FF115717DBB /* MblMwGattChar.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 0461160AB0C514E2EC023649B80C2E98 /* proximity_tsl2671.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EF3A71477E244CAEB5B4ADB7C8C84DE0 /* proximity_tsl2671.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + 04A6279D2257FF66363959FAEFA71439 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6EC9F93BBDE66544DE978440DCD0FE35 /* Foundation.framework */; }; 05CCD262D39E111E53164DA1E236C954 /* TaskCompletionSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE221359457B938A7422752010173946 /* TaskCompletionSource.swift */; }; 071868E0AF6B30345E3A232A8084E61E /* serialpassthrough.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B2AD4CFC54497DA690AF518FDEDCF6F /* serialpassthrough.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 07692B46F0A4AA57B8295F4D54DE9CE9 /* gpio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA89660B8ACB4C014A8F01B51931F10C /* gpio.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; @@ -29,39 +30,35 @@ 141419241F8789B64C0998DD84709050 /* anonymous_datasignal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95D4E81D8B77870875933A730FD84D35 /* anonymous_datasignal.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 14DAAFE4AF532106BE8A51B8CA96FC80 /* datainterpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33EA16D7A91242364957E45218DDE29B /* datainterpreter.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 1524EA18350D4149A8288F8FD188ABBB /* serialpassthrough.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B2AD4CFC54497DA690AF518FDEDCF6F /* serialpassthrough.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + 15DF6C9C12D9F5B8EBC719687ABB53C5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CA05C55E2692AC3662C919D3626033D /* Foundation.framework */; }; 179832B01EE0733F21F75A1F720B1AE9 /* responseheader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84310E7DEB9C6FB19BF8A1928910B54F /* responseheader.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 17D44F010C0AD3A67F790A4B6B94444E /* accelerometer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4457FE4AF844DB0A90149E5A0835ABC8 /* accelerometer.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 1A4832620A597F4C0626B6CC33B2BCD7 /* DeviceInformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDA47B535B67CD9898F51A01E50A35F2 /* DeviceInformation.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - 1B162E7D2B85F7F94F2A9DC5ECFA3D31 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D525B0CEEA87DB0DF03D2BEE816E83AC /* CoreGraphics.framework */; }; 1CDC9359EB3445DCD51E3671AEA6FB77 /* logging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93CB8E36F623754A2A85223A43E99D09 /* logging.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 1D7609BBBFD59A23B4B82D03F5CAC49A /* Pods-Starter-tvOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = F385036DA00AF006CFC0253FDB03CE12 /* Pods-Starter-tvOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1E68C9E1E278C2CE87036006D07120D7 /* MetaWear-macOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 37DE9267B71C161E371BDA1DB668BF89 /* MetaWear-macOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F44842175C66F2DB12B81AB3254E442 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2B03D0D9D3B4E71ADC714860AE38A3E7 /* CoreGraphics.framework */; }; 1FCC3374A2C176CCDDA940CCBDCCCF9C /* responseheader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84310E7DEB9C6FB19BF8A1928910B54F /* responseheader.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 21BEDB120C4EBFF864FE84941AAE6EA0 /* barometer_bosch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3834895062F1CB962FF5FC3FE1D998F8 /* barometer_bosch.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 22BBECFB4B34CD9A8EDA33A0A3EBBB3D /* MblMwEvent+Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = C460955565A67954C2684439EFE7D6F9 /* MblMwEvent+Async.swift */; }; 260807A502FF1A876EE596E9EB98F967 /* gyro_bmi160.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B89920842D536A483CF08ACF90C28ADE /* gyro_bmi160.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - 2671E54E7AEE5CF3373FDA1B86CB561F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BD2C5138C17A6A856B62D379A4C12D1 /* Foundation.framework */; }; 28284DE59A477A53FCB24FAFC5F04671 /* Task.swift in Sources */ = {isa = PBXBuildFile; fileRef = E276DFEEBCD2D36D1990F0819B165019 /* Task.swift */; }; 288B39CC7241BF92385F0F353F1CB1A4 /* event.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EC3F870004291E55E0E7644A9380A360 /* event.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 297FCAFB40B4D350A14EF4BBE1774E68 /* accelerometer_mma8452q.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2770B1FA8FF64D22139E7B72886DFB84 /* accelerometer_mma8452q.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 29D626E1E945765492735C12E5A435D0 /* metawearboard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B66368F21D2F65B235EA73058B5140F /* metawearboard.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + 2ACBB967D5C25F5AC4C0D09D5C587BCC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6EC9F93BBDE66544DE978440DCD0FE35 /* Foundation.framework */; }; 2AD13F7B147D9F7180C9A4E027F0462B /* DeviceInformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDA47B535B67CD9898F51A01E50A35F2 /* DeviceInformation.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 2C7028412D411B806F5B185C6C2514D8 /* String+VersionCompare.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CEE23D21DC287D3E36273A4432D43CC /* String+VersionCompare.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 2C990853901D34024F287460D3FADD31 /* datainterpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33EA16D7A91242364957E45218DDE29B /* datainterpreter.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 2CDCE801854B0C15FC49B8858CD5CF48 /* ScannerModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC696E04CA340FEB4F49EA539C90BB3E /* ScannerModel.swift */; }; 2D038B9C3B370C2A38017299D43962D9 /* Bolts-Swift-macOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97C89FB5EF23EF0483479BC1113DD58E /* Bolts-Swift-macOS-dummy.m */; }; - 2D13530877F3E3C2BD981AEE64902DBC /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 490648870DA13732747D243777EC5FC7 /* QuartzCore.framework */; }; 2D35B93D39E9E0B814C0943F5BA2C7EA /* memory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 02B5198CCD20F95B6ACC63451BDE9484 /* memory.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 2E36271E6AAA86B51D49DF7717B2F6D2 /* Task+WhenAll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 466D90E01C3417843BB962C73149971D /* Task+WhenAll.swift */; }; 2E6ECD3F2A1F822B4F48307CEFBD2F99 /* MetaWearScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19485EC54D02C283C7EA7E9C61BB55D3 /* MetaWearScanner.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 2F6D56397A5DD55FFD562E12F4D2B417 /* file_operations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCDFCD43FDD298CA303C552AC99D1574 /* file_operations.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - 3048C93D0D73996E4D54A09B6AD9686D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A896293036ACBC627931964FC081F7A /* Foundation.framework */; }; 3247259EDC816D6D81B98D463B34F2F9 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B44A158352BB6497D1AD7040513003C /* timer.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 32B4A9A31BF33CAD398DBCFF8BA47464 /* gpio.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DA89660B8ACB4C014A8F01B51931F10C /* gpio.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 3392D55C35CE6B58C24D3BDEC50F3718 /* dfu_operations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DE91B911E9CD7446AB397D11A2D9CE86 /* dfu_operations.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 34207531ABBE126448A4E31060024F6E /* led.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 307878DF6172882C2896F6DD922CB904 /* led.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - 348119EFF54B003E6F216DE34593DD6C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BD2C5138C17A6A856B62D379A4C12D1 /* Foundation.framework */; }; 3658E8637546C4407D2D8E453734E60B /* Pods-Starter-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DFC029E49475091E3F7EA515EFA051C4 /* Pods-Starter-iOS-dummy.m */; }; 37E8FF6F68BDA241E4664CE5CECD5822 /* metawearboard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B66368F21D2F65B235EA73058B5140F /* metawearboard.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 38A8FBA3AE634055FE1556B9B0545A31 /* switch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A5370CC5AD6DD60D73C91127838B6E92 /* switch.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; @@ -69,12 +66,11 @@ 3A6A56AC96145E8B51C12EAF00461244 /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 72203EB33CBF8CE1303572C3FCA9D3C0 /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; 3B1BEF50B139FE4BE95F2754C625E0F2 /* BoltsSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE58934D390C197F236A2AFFB189AABB /* BoltsSwift.framework */; }; 3DEBCDBB09738A6346299C4A5C852B0A /* MBProgressHUD-tvOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C9BF920E8322617E10019F6945D4B8AD /* MBProgressHUD-tvOS-dummy.m */; }; - 3E4387912297C57197E4BB959978D550 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A14DC32A908B09C6352731786829F092 /* CoreBluetooth.framework */; }; 3E4901177DA2885BCC1DFDAE3D796F53 /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 889D1B5AFB407A80A8671BDC614F35D9 /* MBProgressHUD.m */; }; 3E6DB463905C2E0B0245771A95D1448D /* task.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 523652B9F483EABA30C5CA7A3CB8638E /* task.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 3E8748F5A0C3BFE922504D0D96D8E9EF /* ibeacon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 89C42F50335695709A787FB4E1B217A7 /* ibeacon.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 3FAB9299A1E962B1860196FB73D0CD92 /* MetaWearScanner.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19485EC54D02C283C7EA7E9C61BB55D3 /* MetaWearScanner.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - 420E386A7E557CAF1B8C1E1185B5DB09 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A896293036ACBC627931964FC081F7A /* Foundation.framework */; }; + 415BCA2F1D63F3312E326BBE5CB6C7A6 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD6A86CA7CA2D6A355CB0BD647BA005F /* QuartzCore.framework */; }; 420ED396C215675D5A1A2DF9F4908726 /* colordetector_tcs34725.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84C47ED7394705667BA343EA2BA99E29 /* colordetector_tcs34725.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 43ACB75A40F368D58E6D2E6E7584FC33 /* ibeacon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 89C42F50335695709A787FB4E1B217A7 /* ibeacon.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 44A5D6118DFF5DAEFC3B557DF257B32A /* Task+ContinueWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = A646D30D3CB45C6A3A53BD186EB0FCC3 /* Task+ContinueWith.swift */; }; @@ -86,6 +82,7 @@ 4A015694B0485133B0B87AC0E4E7952C /* MetaWear-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5099E03BA2904E7FB13F86D1EFD984F8 /* MetaWear-iOS-dummy.m */; }; 4D53AA441FE1899791446453E8D82A7C /* moduleinfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA378F8C028CF0C808879E08EAC4FCFF /* moduleinfo.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 4E5D3134007057034FDDEDEAA0E6C63C /* ScannerModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC696E04CA340FEB4F49EA539C90BB3E /* ScannerModel.swift */; }; + 4EA8D0A6523B8249C23BF28025910800 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 55311A7325295DF64B4899D481FAF909 /* CoreGraphics.framework */; }; 506AFD4BB5FE5389E7E2E7E8970E4442 /* DeviceInformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDA47B535B67CD9898F51A01E50A35F2 /* DeviceInformation.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 510A1E5020AE426C651FF7E9211EF13E /* Bolts-Swift-iOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 72FD6E65E5AE23F4883599B68F32D769 /* Bolts-Swift-iOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 52101FF4994283A0B3E7B51A642628E5 /* MblMwDataSignal+Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B560BD3CB45AEAC90E7AD2BD8EDE49B /* MblMwDataSignal+Async.swift */; }; @@ -97,16 +94,16 @@ 555429A1B3C9C5F902996F9B5F91FCFB /* MetaWear.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2EC023FAE44C133D40F3B77C5653917 /* MetaWear.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 558E398E75C0CFDB6DDAB6D25DB62328 /* Task+Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8BC9C341CCDE7885327FA6E387D48F1 /* Task+Delay.swift */; }; 587C2B08004358C6E038AF098E3B5407 /* threadpool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2242087E5F95D376FCB2E0FD9413FDF5 /* threadpool.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + 58F9FE3EF064B1F1C631F20BAF6819DB /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2709BF167395A500D7C595CAC36941EE /* QuartzCore.framework */; }; + 592DE5D7A0F7F8C4911F85B536682AFF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6EC9F93BBDE66544DE978440DCD0FE35 /* Foundation.framework */; }; 599DF4151C07E6AFD0C01B22BDC368AE /* Task+WhenAll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 466D90E01C3417843BB962C73149971D /* Task+WhenAll.swift */; }; 5D9C5B62F1D30647C48CEC1BD6546F44 /* dfu_utility.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 550D097EFC79E0ECE8A7A3971275BE2C /* dfu_utility.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 5F1A9EF5F5F0C34BC54C76E40CFE8ECB /* accelerometer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4457FE4AF844DB0A90149E5A0835ABC8 /* accelerometer.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 5FA320B54E5C4357E215B1C9BB929437 /* version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 24B32E94133C4369A77356DAF83F0F28 /* version.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 60D4C86077EB2AB89A6A9EF403887483 /* barometer_bosch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3834895062F1CB962FF5FC3FE1D998F8 /* barometer_bosch.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - 618EB24DA4C00A2C12308C7660982E96 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A896293036ACBC627931964FC081F7A /* Foundation.framework */; }; 6193927F90E510247072FFA0178203DB /* datasignal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 429A5446687CECE2944E86A6AD9C38EA /* datasignal.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 63BB63558E4ADC1FC689D74F246CB406 /* Bolts-Swift-macOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FDCD6B8716ECDE9BC8B5806BF6F3F72 /* Bolts-Swift-macOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 643F1C6AD54F5832411724260C9D25E5 /* sensor_fusion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E244AAF024B4A182769B4FCBAF1316C /* sensor_fusion.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - 64EB882A9F988623E1029E80CE20582A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BD2C5138C17A6A856B62D379A4C12D1 /* Foundation.framework */; }; 6560246DE816CE96E12B76EE4277525F /* metawearboard.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9B66368F21D2F65B235EA73058B5140F /* metawearboard.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 65A8B2A2A0FF87CB985F7C6E3F6D936C /* neopixel.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0BC51CD80B3BFA82795F9CA9E8D29455 /* neopixel.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 66C4FEE0F3174C9AC63A5CEBE4DE816D /* ambientlight_ltr329.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BBD6BFB4D4CE8B8D271307A6D4713025 /* ambientlight_ltr329.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; @@ -116,6 +113,7 @@ 68BFF9D465145D68E3F88F3351C5146B /* ambientlight_ltr329.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BBD6BFB4D4CE8B8D271307A6D4713025 /* ambientlight_ltr329.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 6977812480B1886DDC3B3A44533981C7 /* Pods-Starter-tvOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D3E2113D269B645DA84C64DE31DEEE4 /* Pods-Starter-tvOS-dummy.m */; }; 6A93D3F0B84122C79DDC9A8C9A50C7BB /* utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9DCE8A7C616CE2286A340DD8A6B4046C /* utils.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + 6E1243601B42854CC8DA4B7905E2A7B9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CA05C55E2692AC3662C919D3626033D /* Foundation.framework */; }; 6E48415A5F82EBEB7D335DE8E4B762B9 /* macro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93552835EEF39EA87DF2D18353AF4F7F /* macro.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 6EAB8B6FD1DEFF622DAAFECB94E9DA10 /* String+VersionCompare.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CEE23D21DC287D3E36273A4432D43CC /* String+VersionCompare.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 6EBA2FFE18B694EF6610A058785647DF /* haptic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05F943A996A46ED267EBF2BEE68C3A5C /* haptic.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; @@ -126,10 +124,10 @@ 74ED347CDE8D0100097629191BE51BB2 /* datasignal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 429A5446687CECE2944E86A6AD9C38EA /* datasignal.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 77B3180B6F89FFD0A34DC31A982FE7EC /* settings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 851D719011C928AF166DD30B235C8B20 /* settings.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 7822E2A61C005D467215EB763D218C3A /* async_creator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1E99D82F9226B414D7DA8410C765CABE /* async_creator.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - 7903930B1251742CE4686E195B6689D8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A896293036ACBC627931964FC081F7A /* Foundation.framework */; }; 7977D55DADF9B09B0BCE29981E8F5EEA /* miniz.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D253937F542C9A96D241D3DA3F5A2F10 /* miniz.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 7B78130C86827C83444745F21D69D1BF /* accelerometer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4457FE4AF844DB0A90149E5A0835ABC8 /* accelerometer.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 7C287CCB4A786EEF55E45CB797B1865A /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 72203EB33CBF8CE1303572C3FCA9D3C0 /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7CCDA22F850BCD2C37C0657F614187FF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6EC9F93BBDE66544DE978440DCD0FE35 /* Foundation.framework */; }; 7DC07F76B8133E5B18D94E90084D4905 /* Task+WhenAll.swift in Sources */ = {isa = PBXBuildFile; fileRef = 466D90E01C3417843BB962C73149971D /* Task+WhenAll.swift */; }; 7DFB11EE2A8BC60225E98E2D263D12BE /* moduleinfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FA378F8C028CF0C808879E08EAC4FCFF /* moduleinfo.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; 80187C20199FBB70BED85C68277F6CC0 /* Task+WhenAny.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF344F7213D6BE97247B7AB9E5D59D9A /* Task+WhenAny.swift */; }; @@ -182,20 +180,19 @@ AC3A5F1B763B1AE486F31A1E750212AD /* accelerometer_bosch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 12D27D2A99A66FF62B3728A3AE176848 /* accelerometer_bosch.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; ADEBCE7F3131254E84D390A1F1AA9C60 /* utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9DCE8A7C616CE2286A340DD8A6B4046C /* utils.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; B15FA620D0B4A48857CF70565DDEC8B4 /* timer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0B44A158352BB6497D1AD7040513003C /* timer.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; - B178CE55BAA72C3765A8D5961795A220 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B1217B5C1A00167FAB2A9BAAEA43DF9 /* CoreBluetooth.framework */; }; B20686A480E9EEA1425DDDF4D9BD0EA7 /* Task+ContinueWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = A646D30D3CB45C6A3A53BD186EB0FCC3 /* Task+ContinueWith.swift */; }; - B24776E3E9C7C1A540CA163170FDCAFC /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A47DCC5A27918EB38C8FAFB748D5830 /* QuartzCore.framework */; }; B2D01C8A79E593ED557B1B17DD0458F4 /* threadpool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2242087E5F95D376FCB2E0FD9413FDF5 /* threadpool.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; B3221EDF22547C3938F82466D15AB83E /* led.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 307878DF6172882C2896F6DD922CB904 /* led.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; B4EEC6296210B8077271D65B3CD4998C /* accelerometer_mma8452q.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2770B1FA8FF64D22139E7B72886DFB84 /* accelerometer_mma8452q.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; B66FB27F5B92A0B101469D86F22264FC /* Bridging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F37909FB6012EFAED799F90316D2C7E /* Bridging.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + B6BAA68B220961CEB873BBBB30F4E21D /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F7A76A9C1599F068631FB51D07FC62CA /* CoreBluetooth.framework */; }; B6C1CD4A3070B1AC3C9DB9719F1782C8 /* sensor_fusion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3E244AAF024B4A182769B4FCBAF1316C /* sensor_fusion.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; B8AB5B66119ABFFF85A4F85BEA09C095 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B72BB304A3A3772DBAF8AB933B83D1D6 /* CoreBluetooth.framework */; }; BA24BA3DD363B4DDF5EC6760EEE8D192 /* Task+Delay.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8BC9C341CCDE7885327FA6E387D48F1 /* Task+Delay.swift */; }; - BB4ADDF0BAA546FFBF2A5A7F0EB41CE6 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1BD2C5138C17A6A856B62D379A4C12D1 /* Foundation.framework */; }; BC174CAF5D4EB7FE81D93CFCE3FF7DFD /* datainterpreter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 33EA16D7A91242364957E45218DDE29B /* datainterpreter.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; BF14733FA6FC8732BD3CC017B249DFEE /* MetaWear+LED.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C48EA71175F16144D1CF73AA6E32492 /* MetaWear+LED.swift */; }; C1E7E8B8C1995F4838B2A6D4F146028E /* Bridging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F37909FB6012EFAED799F90316D2C7E /* Bridging.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + C2577EE689B46C146281A3F0B8A5C043 /* CoreBluetooth.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6140D8E3AEB6B0A6AD1AAD2195781123 /* CoreBluetooth.framework */; }; C52A71D80B8C0E8B01A556C14BCCE7ED /* humidity_bme280.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F614493DE2E1FD5BB739C2903D4C38C4 /* humidity_bme280.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; C653FE9AEF2A7556EAC2D6FEA058603C /* file_operations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BCDFCD43FDD298CA303C552AC99D1574 /* file_operations.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; C7EF6D94199B0C98DF77CF6A59A25210 /* cbindings.swift in Sources */ = {isa = PBXBuildFile; fileRef = A03DF4FDA06B0DB06D4CA96168AF9967 /* cbindings.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; @@ -235,6 +232,7 @@ E7FBC0A1100848A058E719ECD1CBE914 /* MetaWearData.swift in Sources */ = {isa = PBXBuildFile; fileRef = A25FFD7BC27CEA5D2BEF2AEF8F44CCB7 /* MetaWearData.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; E81A36D2BE58DC1E7201A946A71EFDD2 /* MetaWear+Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4904A3102A5A54AC2E3DE725907C7EA0 /* MetaWear+Async.swift */; }; E927B8B68EB369806473C9FB2F07CFE5 /* String+VersionCompare.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CEE23D21DC287D3E36273A4432D43CC /* String+VersionCompare.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + EA4E155779D4B42026B6A9F38BCFC953 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CA05C55E2692AC3662C919D3626033D /* Foundation.framework */; }; EA92286ADF334516D492FAF31A9DB616 /* MBProgressHUD-iOS-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 310029E0CCDD8A3A5148606444F1B1C4 /* MBProgressHUD-iOS-dummy.m */; }; EB225BEDE5CB70EC7A03AB6C991BE0EC /* TaskCompletionSource.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE221359457B938A7422752010173946 /* TaskCompletionSource.swift */; }; EB2FA25E219327C62D3640B26C9215A6 /* Task+ContinueWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = A646D30D3CB45C6A3A53BD186EB0FCC3 /* Task+ContinueWith.swift */; }; @@ -246,6 +244,7 @@ EEFB73AF39715BD42EE116DC7790F705 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 404137FCCF98E34A29359A6BDB0F565D /* Cocoa.framework */; }; EF09E48543AA564691A91354A1012BD1 /* MetaWear-tvOS-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D8AA426EB9D3A2B66F81530826C9222 /* MetaWear-tvOS-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; EF17C7D424539599B55417410D131AC4 /* Task+WhenAny.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF344F7213D6BE97247B7AB9E5D59D9A /* Task+WhenAny.swift */; }; + EF3A6163A3EBF64242FCE942D78D9DFA /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 772E7EE1BA4E8386D3D7898B2D149997 /* CoreGraphics.framework */; }; EF4EDADAD45115F682BF25846456CE9F /* conductance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8AB17868FFAB0408CA37F941881DC103 /* conductance.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; F12493CE2093AABF53C3E6F14DA9BFCF /* ambientlight_ltr329.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BBD6BFB4D4CE8B8D271307A6D4713025 /* ambientlight_ltr329.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; F32026E53180EDC0231CC2334F9FAF80 /* macro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93552835EEF39EA87DF2D18353AF4F7F /* macro.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; @@ -255,6 +254,7 @@ F972422AFA83F515A80550032C11C5A4 /* MblMwGattChar.swift in Sources */ = {isa = PBXBuildFile; fileRef = CF61939D3DF907AB6A429FF115717DBB /* MblMwGattChar.swift */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; F97E56695A971F389970F6053BF61254 /* accelerometer_mma8452q.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2770B1FA8FF64D22139E7B72886DFB84 /* accelerometer_mma8452q.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; F9DE36B074CCA36304CECFB0E568F58F /* haptic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 05F943A996A46ED267EBF2BEE68C3A5C /* haptic.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; + FABD103AC91F07A3C65B96C9BCEDD300 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CA05C55E2692AC3662C919D3626033D /* Foundation.framework */; }; FB6979545685EA7202B2355DC23F3734 /* macro.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93552835EEF39EA87DF2D18353AF4F7F /* macro.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; FC79A40C01D12D4B2AC961570722FE3A /* logging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93CB8E36F623754A2A85223A43E99D09 /* logging.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; FEEE8102BF045E1931309341FDAFF79B /* multichanneltemperature.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 89845D0F0C8965FADD1F0302E3F4D69F /* multichanneltemperature.cpp */; settings = {COMPILER_FLAGS = "-Wno-documentation -Wno-comma"; }; }; @@ -350,7 +350,6 @@ 07C2C762242E6C0244E8B98DAE58D4CE /* lato-italic.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-italic.woff2"; path = "Docs/build/html/_static/fonts/Lato/lato-italic.woff2"; sourceTree = ""; }; 08FE86C7CCC7E2F6D24C049DEA87D8A8 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../MetaWear-macOS/Info.plist"; sourceTree = ""; }; 090ACF76598A7FF2766683A2A68C8C03 /* lato-bolditalic.woff2 */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-bolditalic.woff2"; path = "Docs/build/html/_static/fonts/Lato/lato-bolditalic.woff2"; sourceTree = ""; }; - 0A47DCC5A27918EB38C8FAFB748D5830 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; 0B44A158352BB6497D1AD7040513003C /* timer.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = timer.cpp; sourceTree = ""; }; 0BC51CD80B3BFA82795F9CA9E8D29455 /* neopixel.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = neopixel.cpp; sourceTree = ""; }; 0D548B9327762A53B9680304A82A03AF /* MBProgressHUD-tvOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MBProgressHUD-tvOS-umbrella.h"; path = "../MBProgressHUD-tvOS/MBProgressHUD-tvOS-umbrella.h"; sourceTree = ""; }; @@ -368,7 +367,6 @@ 171883688A20B06C5F640CB7303D2B72 /* CBUUID.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CBUUID.swift; sourceTree = ""; }; 191DE4DDC98445461B4C4A24F094FD17 /* Pods-Starter-iOS-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Starter-iOS-resources.sh"; sourceTree = ""; }; 19485EC54D02C283C7EA7E9C61BB55D3 /* MetaWearScanner.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = MetaWearScanner.swift; sourceTree = ""; }; - 1BD2C5138C17A6A856B62D379A4C12D1 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 1E42D790DFDFC3D341BF614BA451431E /* Pods-Starter-macOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Starter-macOS-dummy.m"; sourceTree = ""; }; 1E99D82F9226B414D7DA8410C765CABE /* async_creator.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = async_creator.cpp; sourceTree = ""; }; 1F383718CDADA26D99D724827753BA93 /* Pods_Starter_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_Starter_iOS.framework; path = "Pods-Starter-iOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -380,9 +378,9 @@ 24F858DBC3552FC3A13626D490C08850 /* MBProgressHUD-iOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "MBProgressHUD-iOS.xcconfig"; sourceTree = ""; }; 269FC3EA5DB86702A2AE18B5883C8255 /* LogDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = LogDelegate.swift; sourceTree = ""; }; 26CCE0191F2361E7AB9EE12589BA02B3 /* Pods_Starter_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_Starter_tvOS.framework; path = "Pods-Starter-tvOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2709BF167395A500D7C595CAC36941EE /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.3.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; 2770B1FA8FF64D22139E7B72886DFB84 /* accelerometer_mma8452q.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = accelerometer_mma8452q.cpp; sourceTree = ""; }; 27EFFA17C81D5B5248FFA39621D24E58 /* Pods-Starter-macOS-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Starter-macOS-resources.sh"; sourceTree = ""; }; - 2B03D0D9D3B4E71ADC714860AE38A3E7 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; 2B2E0CE87C737A797061F1F2C282192D /* Bolts-Swift-tvOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "Bolts-Swift-tvOS-dummy.m"; path = "../Bolts-Swift-tvOS/Bolts-Swift-tvOS-dummy.m"; sourceTree = ""; }; 2D8D23E1441370633655020BC833D056 /* lato-italic.ttf */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-italic.ttf"; path = "Docs/build/html/_static/fonts/Lato/lato-italic.ttf"; sourceTree = ""; }; 2E6F973366CB60CE5DD9BF770235CC35 /* MetaWear-tvOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MetaWear-tvOS-prefix.pch"; path = "../MetaWear-tvOS/MetaWear-tvOS-prefix.pch"; sourceTree = ""; }; @@ -415,9 +413,7 @@ 4569CE81F6EAFFAA75C757DA8076AF75 /* conf.py */ = {isa = PBXFileReference; includeInIndex = 1; name = conf.py; path = Docs/source/conf.py; sourceTree = ""; }; 466D90E01C3417843BB962C73149971D /* Task+WhenAll.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Task+WhenAll.swift"; path = "Sources/BoltsSwift/Task+WhenAll.swift"; sourceTree = ""; }; 4904A3102A5A54AC2E3DE725907C7EA0 /* MetaWear+Async.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "MetaWear+Async.swift"; path = "MetaWear/AsyncUtils/MetaWear+Async.swift"; sourceTree = ""; }; - 490648870DA13732747D243777EC5FC7 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; 496D626F87DECBDB64EFB10412F75655 /* ajax-loader.gif */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.gif; name = "ajax-loader.gif"; path = "Docs/build/html/_static/ajax-loader.gif"; sourceTree = ""; }; - 4A896293036ACBC627931964FC081F7A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 4AC4431B0F05E74BC82819947FA8F1DA /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 4B0DD4498EE5BF36B58B9A99A37BAC16 /* MBProgressHUD-tvOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "MBProgressHUD-tvOS.modulemap"; path = "../MBProgressHUD-tvOS/MBProgressHUD-tvOS.modulemap"; sourceTree = ""; }; 4C8A00AC65FF9BFD4538DBA623444CBD /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../Bolts-Swift-macOS/Info.plist"; sourceTree = ""; }; @@ -434,6 +430,7 @@ 540B8E19E411AC067CF2CABE1A26E1DA /* Pods-Starter-iOS-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-Starter-iOS-acknowledgements.plist"; sourceTree = ""; }; 549EDDDA6E102138494BCB707911B9C0 /* Bolts-Swift-macOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "Bolts-Swift-macOS.modulemap"; path = "../Bolts-Swift-macOS/Bolts-Swift-macOS.modulemap"; sourceTree = ""; }; 550D097EFC79E0ECE8A7A3971275BE2C /* dfu_utility.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = dfu_utility.cpp; sourceTree = ""; }; + 55311A7325295DF64B4899D481FAF909 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.3.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; 56B231E7C49AA0D93178AD9D419C796E /* basic.css */ = {isa = PBXFileReference; includeInIndex = 1; name = basic.css; path = Docs/build/html/_static/basic.css; sourceTree = ""; }; 58531110F899FFFD8A099ABBF4CD22E3 /* searchindex.js */ = {isa = PBXFileReference; includeInIndex = 1; name = searchindex.js; path = Docs/build/html/searchindex.js; sourceTree = ""; }; 587792DCEBA0B492C1C2B11F4F3445D0 /* metawearscanner.doctree */ = {isa = PBXFileReference; includeInIndex = 1; name = metawearscanner.doctree; path = Docs/build/doctrees/metawearscanner.doctree; sourceTree = ""; }; @@ -445,6 +442,7 @@ 5F6A87CA10F91179AF55A2509CC059D6 /* searchtools.js */ = {isa = PBXFileReference; includeInIndex = 1; name = searchtools.js; path = Docs/build/html/_static/searchtools.js; sourceTree = ""; }; 5F72D35ED9CC3BDC3D9FC603352285A3 /* MetaWear-tvOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "MetaWear-tvOS.modulemap"; path = "../MetaWear-tvOS/MetaWear-tvOS.modulemap"; sourceTree = ""; }; 60502F8A3B72E107EAF89245739AEA00 /* MetaWear-tvOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MetaWear-tvOS-dummy.m"; path = "../MetaWear-tvOS/MetaWear-tvOS-dummy.m"; sourceTree = ""; }; + 6140D8E3AEB6B0A6AD1AAD2195781123 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.3.sdk/System/Library/Frameworks/CoreBluetooth.framework; sourceTree = DEVELOPER_DIR; }; 646705EA932F4D5EB021E9E2E94AC955 /* MetaWear.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = MetaWear.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 65B09CB9734B88FC39E55640743EB662 /* Bolts-Swift-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Bolts-Swift-iOS.modulemap"; sourceTree = ""; }; 65BD9B5AA54BD97C6215255336328CD1 /* MetaWear-macOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "MetaWear-macOS.xcconfig"; path = "../MetaWear-macOS/MetaWear-macOS.xcconfig"; sourceTree = ""; }; @@ -453,12 +451,15 @@ 67EF8334D64CA06418D7E2C52DF5D87C /* MetaWear-macOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "MetaWear-macOS-dummy.m"; path = "../MetaWear-macOS/MetaWear-macOS-dummy.m"; sourceTree = ""; }; 6BC2F104D644F530BBB4FC3AE08DE5F0 /* magnetometer_bmm150.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = magnetometer_bmm150.cpp; sourceTree = ""; }; 6C6D422E15B7FE07CEA977EDDA423814 /* project_setup.rst */ = {isa = PBXFileReference; includeInIndex = 1; name = project_setup.rst; path = Docs/source/project_setup.rst; sourceTree = ""; }; + 6CA05C55E2692AC3662C919D3626033D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 6CA6722B7FB74007A7ED31F9F14A1B03 /* roboto-slab-v7-bold.woff */ = {isa = PBXFileReference; includeInIndex = 1; name = "roboto-slab-v7-bold.woff"; path = "Docs/build/html/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff"; sourceTree = ""; }; 6CEE23D21DC287D3E36273A4432D43CC /* String+VersionCompare.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "String+VersionCompare.swift"; sourceTree = ""; }; 6E1EB406CC8F684CABF5AB0967CCD2B8 /* index.doctree */ = {isa = PBXFileReference; includeInIndex = 1; name = index.doctree; path = Docs/build/doctrees/index.doctree; sourceTree = ""; }; + 6EC9F93BBDE66544DE978440DCD0FE35 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 705CAAE99B961363ADFAAA8A1048FD4B /* BoltsSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = BoltsSwift.framework; path = "Bolts-Swift-iOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 72203EB33CBF8CE1303572C3FCA9D3C0 /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; 72FD6E65E5AE23F4883599B68F32D769 /* Bolts-Swift-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Bolts-Swift-iOS-umbrella.h"; sourceTree = ""; }; + 772E7EE1BA4E8386D3D7898B2D149997 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.3.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; 78F01CC810344234F68B6E15AE73E786 /* search.html */ = {isa = PBXFileReference; includeInIndex = 1; name = search.html; path = Docs/build/html/search.html; sourceTree = ""; }; 7B2AD4CFC54497DA690AF518FDEDCF6F /* serialpassthrough.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = serialpassthrough.cpp; sourceTree = ""; }; 7DC733795B2958E8E3E764D69590E97E /* MBProgressHUD-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "MBProgressHUD-iOS.modulemap"; sourceTree = ""; }; @@ -474,7 +475,6 @@ 89845D0F0C8965FADD1F0302E3F4D69F /* multichanneltemperature.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = multichanneltemperature.cpp; sourceTree = ""; }; 89C42F50335695709A787FB4E1B217A7 /* ibeacon.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = ibeacon.cpp; sourceTree = ""; }; 8AB17868FFAB0408CA37F941881DC103 /* conductance.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = conductance.cpp; sourceTree = ""; }; - 8B1217B5C1A00167FAB2A9BAAEA43DF9 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk/System/Library/Frameworks/CoreBluetooth.framework; sourceTree = DEVELOPER_DIR; }; 8D3E2113D269B645DA84C64DE31DEEE4 /* Pods-Starter-tvOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-Starter-tvOS-dummy.m"; sourceTree = ""; }; 8D8AA426EB9D3A2B66F81530826C9222 /* MetaWear-tvOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "MetaWear-tvOS-umbrella.h"; path = "../MetaWear-tvOS/MetaWear-tvOS-umbrella.h"; sourceTree = ""; }; 8E60ECB44967A7A00126706C51E87938 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; @@ -500,7 +500,6 @@ A03DF4FDA06B0DB06D4CA96168AF9967 /* cbindings.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = cbindings.swift; sourceTree = ""; }; A114BEDB49E0C7F56E6FC35F6F29317D /* Pods-Starter-macOS-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Starter-macOS-acknowledgements.markdown"; sourceTree = ""; }; A14B4EF8129FE5C2A096AC1F897D4BEF /* Pods-Starter-tvOS-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Starter-tvOS-resources.sh"; sourceTree = ""; }; - A14DC32A908B09C6352731786829F092 /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/CoreBluetooth.framework; sourceTree = DEVELOPER_DIR; }; A205785E82401800133789CC866D487F /* lato-italic.woff */ = {isa = PBXFileReference; includeInIndex = 1; name = "lato-italic.woff"; path = "Docs/build/html/_static/fonts/Lato/lato-italic.woff"; sourceTree = ""; }; A25FFD7BC27CEA5D2BEF2AEF8F44CCB7 /* MetaWearData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = MetaWearData.swift; sourceTree = ""; }; A38D6F688CF7790163295776066F18ED /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = "MBProgressHUD-tvOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -546,7 +545,6 @@ D0C0C87FBEB87C78124F42D72921C4CA /* Pods-Starter-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Starter-iOS-umbrella.h"; sourceTree = ""; }; D2515FD9FBBC9030ACAD97A9EBC7FB79 /* MetaWear-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MetaWear-iOS-prefix.pch"; sourceTree = ""; }; D253937F542C9A96D241D3DA3F5A2F10 /* miniz.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = miniz.cpp; sourceTree = ""; }; - D525B0CEEA87DB0DF03D2BEE816E83AC /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.2.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; D586A6D4ACA652C48A74545356A855AD /* Pods-Starter-tvOS-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-Starter-tvOS-acknowledgements.markdown"; sourceTree = ""; }; D8468FE86B85A9D95FF5DF8AFC02B3CE /* Pods-Starter-macOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-Starter-macOS.release.xcconfig"; sourceTree = ""; }; DA83E1390D889784D0D32EF90C3304EB /* modernizr.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = modernizr.min.js; path = Docs/build/html/_static/js/modernizr.min.js; sourceTree = ""; }; @@ -585,11 +583,13 @@ F6447276491A1627D830757B04DC9AFB /* pygments.css */ = {isa = PBXFileReference; includeInIndex = 1; name = pygments.css; path = Docs/build/html/_static/pygments.css; sourceTree = ""; }; F6604BE59546C9D100B6F54996EB60D5 /* jquery-3.2.1.js */ = {isa = PBXFileReference; includeInIndex = 1; name = "jquery-3.2.1.js"; path = "Docs/build/html/_static/jquery-3.2.1.js"; sourceTree = ""; }; F7106C1FC45DB0E0D978847B3902219D /* Pods-Starter-macOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-Starter-macOS-umbrella.h"; sourceTree = ""; }; + F7A76A9C1599F068631FB51D07FC62CA /* CoreBluetooth.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreBluetooth.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS11.3.sdk/System/Library/Frameworks/CoreBluetooth.framework; sourceTree = DEVELOPER_DIR; }; F8EFE83433FAE9F82AF2BCFFBCBD7F6D /* MBProgressHUD-tvOS.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "MBProgressHUD-tvOS.xcconfig"; path = "../MBProgressHUD-tvOS/MBProgressHUD-tvOS.xcconfig"; sourceTree = ""; }; F974CBD0746E36826C073D4AC96B7188 /* Pods-Starter-iOS-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-Starter-iOS-frameworks.sh"; sourceTree = ""; }; F9F2AD8E2247887940D03A91F586B691 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = "../MBProgressHUD-tvOS/Info.plist"; sourceTree = ""; }; FA378F8C028CF0C808879E08EAC4FCFF /* moduleinfo.cpp */ = {isa = PBXFileReference; includeInIndex = 1; path = moduleinfo.cpp; sourceTree = ""; }; FC598621C891D30A08A1A671990C4B24 /* websupport.js */ = {isa = PBXFileReference; includeInIndex = 1; name = websupport.js; path = Docs/build/html/_static/websupport.js; sourceTree = ""; }; + FD6A86CA7CA2D6A355CB0BD647BA005F /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.3.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; FDF82031C032F1D9AD90E2C7E295FB6D /* metawearscanner.rst */ = {isa = PBXFileReference; includeInIndex = 1; name = metawearscanner.rst; path = Docs/source/metawearscanner.rst; sourceTree = ""; }; FE01B49FB3B3F21A837E290F99968217 /* theme.css */ = {isa = PBXFileReference; includeInIndex = 1; name = theme.css; path = Docs/build/html/_static/css/theme.css; sourceTree = ""; }; FF6E06660ACD42B2105F0B0A4347409D /* Bolts-Swift-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Bolts-Swift-iOS-prefix.pch"; sourceTree = ""; }; @@ -600,9 +600,9 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 1B162E7D2B85F7F94F2A9DC5ECFA3D31 /* CoreGraphics.framework in Frameworks */, - 348119EFF54B003E6F216DE34593DD6C /* Foundation.framework in Frameworks */, - 2D13530877F3E3C2BD981AEE64902DBC /* QuartzCore.framework in Frameworks */, + 4EA8D0A6523B8249C23BF28025910800 /* CoreGraphics.framework in Frameworks */, + 2ACBB967D5C25F5AC4C0D09D5C587BCC /* Foundation.framework in Frameworks */, + 58F9FE3EF064B1F1C631F20BAF6819DB /* QuartzCore.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -620,7 +620,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 2671E54E7AEE5CF3373FDA1B86CB561F /* Foundation.framework in Frameworks */, + 7CCDA22F850BCD2C37C0657F614187FF /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -628,7 +628,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 3048C93D0D73996E4D54A09B6AD9686D /* Foundation.framework in Frameworks */, + FABD103AC91F07A3C65B96C9BCEDD300 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -636,7 +636,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - BB4ADDF0BAA546FFBF2A5A7F0EB41CE6 /* Foundation.framework in Frameworks */, + 04A6279D2257FF66363959FAEFA71439 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -652,9 +652,9 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 1F44842175C66F2DB12B81AB3254E442 /* CoreGraphics.framework in Frameworks */, - 618EB24DA4C00A2C12308C7660982E96 /* Foundation.framework in Frameworks */, - B24776E3E9C7C1A540CA163170FDCAFC /* QuartzCore.framework in Frameworks */, + EF3A6163A3EBF64242FCE942D78D9DFA /* CoreGraphics.framework in Frameworks */, + 6E1243601B42854CC8DA4B7905E2A7B9 /* Foundation.framework in Frameworks */, + 415BCA2F1D63F3312E326BBE5CB6C7A6 /* QuartzCore.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -662,7 +662,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 7903930B1251742CE4686E195B6689D8 /* Foundation.framework in Frameworks */, + EA4E155779D4B42026B6A9F38BCFC953 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -679,8 +679,8 @@ buildActionMask = 2147483647; files = ( 3B1BEF50B139FE4BE95F2754C625E0F2 /* BoltsSwift.framework in Frameworks */, - 3E4387912297C57197E4BB959978D550 /* CoreBluetooth.framework in Frameworks */, - 420E386A7E557CAF1B8C1E1185B5DB09 /* Foundation.framework in Frameworks */, + C2577EE689B46C146281A3F0B8A5C043 /* CoreBluetooth.framework in Frameworks */, + 15DF6C9C12D9F5B8EBC719687ABB53C5 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -689,8 +689,8 @@ buildActionMask = 2147483647; files = ( E16951B31D2532FC64ABF60C75097651 /* BoltsSwift.framework in Frameworks */, - B178CE55BAA72C3765A8D5961795A220 /* CoreBluetooth.framework in Frameworks */, - 64EB882A9F988623E1029E80CE20582A /* Foundation.framework in Frameworks */, + B6BAA68B220961CEB873BBBB30F4E21D /* CoreBluetooth.framework in Frameworks */, + 592DE5D7A0F7F8C4911F85B536682AFF /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -855,6 +855,17 @@ path = cpp; sourceTree = ""; }; + 299DE1E3C34E07A8911E85F7F86ECBBC /* iOS */ = { + isa = PBXGroup; + children = ( + 6140D8E3AEB6B0A6AD1AAD2195781123 /* CoreBluetooth.framework */, + 772E7EE1BA4E8386D3D7898B2D149997 /* CoreGraphics.framework */, + 6CA05C55E2692AC3662C919D3626033D /* Foundation.framework */, + FD6A86CA7CA2D6A355CB0BD647BA005F /* QuartzCore.framework */, + ); + name = iOS; + sourceTree = ""; + }; 29A048560CF36A63675257AFE948D2C8 /* Support Files */ = { isa = PBXGroup; children = ( @@ -925,6 +936,17 @@ path = dfu; sourceTree = ""; }; + 5359BA19CD6D05B55EFFA113151E73B6 /* tvOS */ = { + isa = PBXGroup; + children = ( + F7A76A9C1599F068631FB51D07FC62CA /* CoreBluetooth.framework */, + 55311A7325295DF64B4899D481FAF909 /* CoreGraphics.framework */, + 6EC9F93BBDE66544DE978440DCD0FE35 /* Foundation.framework */, + 2709BF167395A500D7C595CAC36941EE /* QuartzCore.framework */, + ); + name = tvOS; + sourceTree = ""; + }; 55DF6BF0EA7D86592CD74494F3B121C5 /* OS X */ = { isa = PBXGroup; children = ( @@ -1080,17 +1102,6 @@ ); sourceTree = ""; }; - 8135683EDBE60509F80F2ECC258CEC42 /* tvOS */ = { - isa = PBXGroup; - children = ( - 8B1217B5C1A00167FAB2A9BAAEA43DF9 /* CoreBluetooth.framework */, - D525B0CEEA87DB0DF03D2BEE816E83AC /* CoreGraphics.framework */, - 1BD2C5138C17A6A856B62D379A4C12D1 /* Foundation.framework */, - 490648870DA13732747D243777EC5FC7 /* QuartzCore.framework */, - ); - name = tvOS; - sourceTree = ""; - }; 937C40B9883C64AE6D3DD95448678856 /* Targets Support Files */ = { isa = PBXGroup; children = ( @@ -1145,17 +1156,6 @@ path = metawear; sourceTree = ""; }; - B15D0E85509B907166F262CC8494362C /* iOS */ = { - isa = PBXGroup; - children = ( - A14DC32A908B09C6352731786829F092 /* CoreBluetooth.framework */, - 2B03D0D9D3B4E71ADC714860AE38A3E7 /* CoreGraphics.framework */, - 4A896293036ACBC627931964FC081F7A /* Foundation.framework */, - 0A47DCC5A27918EB38C8FAFB748D5830 /* QuartzCore.framework */, - ); - name = iOS; - sourceTree = ""; - }; C3E52F5F9FBE27359A714EB4F35B18C5 /* cpp */ = { isa = PBXGroup; children = ( @@ -1183,9 +1183,9 @@ isa = PBXGroup; children = ( EE58934D390C197F236A2AFFB189AABB /* BoltsSwift.framework */, - B15D0E85509B907166F262CC8494362C /* iOS */, + 299DE1E3C34E07A8911E85F7F86ECBBC /* iOS */, 55DF6BF0EA7D86592CD74494F3B121C5 /* OS X */, - 8135683EDBE60509F80F2ECC258CEC42 /* tvOS */, + 5359BA19CD6D05B55EFFA113151E73B6 /* tvOS */, ); name = Frameworks; sourceTree = ""; @@ -2009,6 +2009,40 @@ /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ + 002125F29B97862069E93DCFA4DF9012 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 65BD9B5AA54BD97C6215255336328CD1 /* MetaWear-macOS.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + COMBINE_HIDPI_IMAGES = YES; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + FRAMEWORK_VERSION = A; + GCC_PREFIX_HEADER = "Target Support Files/MetaWear-macOS/MetaWear-macOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MetaWear-macOS/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; + MACOSX_DEPLOYMENT_TARGET = 10.13; + MODULEMAP_FILE = "Target Support Files/MetaWear-macOS/MetaWear-macOS.modulemap"; + PRODUCT_MODULE_NAME = MetaWear; + PRODUCT_NAME = MetaWear; + SDKROOT = macosx; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 4.1; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 091A30BE3C8901FF823A3A7420AC9E7B /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = E714D8E62191DAAB6CE7AC6D2B63D314 /* Pods-Starter-tvOS.debug.xcconfig */; @@ -2177,7 +2211,7 @@ }; name = Debug; }; - 231C7448994189CB6E3D027550040C77 /* Debug */ = { + 273A1A085827CAC19836CF4C1F4FFD79 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 9A1654D713D357D7AFD62FCAC6756B02 /* MetaWear-tvOS.xcconfig */; buildSettings = { @@ -2201,7 +2235,7 @@ SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 4.1; TARGETED_DEVICE_FAMILY = 3; TVOS_DEPLOYMENT_TARGET = 10.0; VERSIONING_SYSTEM = "apple-generic"; @@ -2274,7 +2308,7 @@ }; name = Debug; }; - 60FF7F40813B23460BCD8BABB23C7A9E /* Debug */ = { + 5D50221AFD6926481AF3103B99F239F6 /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 65BD9B5AA54BD97C6215255336328CD1 /* MetaWear-macOS.xcconfig */; buildSettings = { @@ -2301,12 +2335,12 @@ SDKROOT = macosx; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.0; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.1; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 655052479B798F62BA6F1B0C2C699174 /* Release */ = { isa = XCBuildConfiguration; @@ -2541,74 +2575,6 @@ }; name = Debug; }; - A59B16504A8F25808A5F726EE75C1DFF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 65BD9B5AA54BD97C6215255336328CD1 /* MetaWear-macOS.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - FRAMEWORK_VERSION = A; - GCC_PREFIX_HEADER = "Target Support Files/MetaWear-macOS/MetaWear-macOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MetaWear-macOS/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks"; - MACOSX_DEPLOYMENT_TARGET = 10.13; - MODULEMAP_FILE = "Target Support Files/MetaWear-macOS/MetaWear-macOS.modulemap"; - PRODUCT_MODULE_NAME = MetaWear; - PRODUCT_NAME = MetaWear; - SDKROOT = macosx; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - C0A650BF53FB530C5F01D4A875ACD374 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 1560CF53730C908F3A840B142798C445 /* MetaWear-iOS.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/MetaWear-iOS/MetaWear-iOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MetaWear-iOS/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/MetaWear-iOS/MetaWear-iOS.modulemap"; - PRODUCT_MODULE_NAME = MetaWear; - PRODUCT_NAME = MetaWear; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; C157A9B32FE483E79BFFF73D92CAD4EB /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 87F5B491BB8BB90853BFA31254C11353 /* Bolts-Swift-iOS.xcconfig */; @@ -2673,7 +2639,7 @@ }; name = Debug; }; - CF8A5D6AEFDC5C66CB0F4FBFA8530E03 /* Release */ = { + DBB8DD29E6CACAF5832DEEFDC095CA4B /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 9A1654D713D357D7AFD62FCAC6756B02 /* MetaWear-tvOS.xcconfig */; buildSettings = { @@ -2697,7 +2663,7 @@ SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 4.1; TARGETED_DEVICE_FAMILY = 3; TVOS_DEPLOYMENT_TARGET = 10.0; VALIDATE_PRODUCT = YES; @@ -2741,7 +2707,39 @@ }; name = Release; }; - E3564C9EF551B585AFE99D39614F7065 /* Debug */ = { + EB100301D20F7864B2851389238B8EAA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F8EFE83433FAE9F82AF2BCFFBCBD7F6D /* MBProgressHUD-tvOS.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/MBProgressHUD-tvOS/MBProgressHUD-tvOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MBProgressHUD-tvOS/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/MBProgressHUD-tvOS/MBProgressHUD-tvOS.modulemap"; + PRODUCT_MODULE_NAME = MBProgressHUD; + PRODUCT_NAME = MBProgressHUD; + SDKROOT = appletvos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 9.0; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + EC21F6124F4249829C9313C9574A2884 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 1560CF53730C908F3A840B142798C445 /* MetaWear-iOS.xcconfig */; buildSettings = { @@ -2767,16 +2765,16 @@ SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.0; + SWIFT_VERSION = 4.1; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - EB100301D20F7864B2851389238B8EAA /* Release */ = { + EC85B252CD015E9988B7A9C6DFAE5847 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F8EFE83433FAE9F82AF2BCFFBCBD7F6D /* MBProgressHUD-tvOS.xcconfig */; + baseConfigurationReference = 24F858DBC3552FC3A13626D490C08850 /* MBProgressHUD-iOS.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -2787,29 +2785,29 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/MBProgressHUD-tvOS/MBProgressHUD-tvOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MBProgressHUD-tvOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/MBProgressHUD-iOS/MBProgressHUD-iOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MBProgressHUD-iOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/MBProgressHUD-tvOS/MBProgressHUD-tvOS.modulemap"; + MODULEMAP_FILE = "Target Support Files/MBProgressHUD-iOS/MBProgressHUD-iOS.modulemap"; PRODUCT_MODULE_NAME = MBProgressHUD; PRODUCT_NAME = MBProgressHUD; - SDKROOT = appletvos; + SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; SWIFT_VERSION = 4.0; - TARGETED_DEVICE_FAMILY = 3; - TVOS_DEPLOYMENT_TARGET = 9.0; - VALIDATE_PRODUCT = YES; + TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - EC85B252CD015E9988B7A9C6DFAE5847 /* Debug */ = { + F082550B26544C0BF46736D1CE6BCD52 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 24F858DBC3552FC3A13626D490C08850 /* MBProgressHUD-iOS.xcconfig */; + baseConfigurationReference = 1560CF53730C908F3A840B142798C445 /* MetaWear-iOS.xcconfig */; buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -2819,23 +2817,25 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/MBProgressHUD-iOS/MBProgressHUD-iOS-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/MBProgressHUD-iOS/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/MetaWear-iOS/MetaWear-iOS-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/MetaWear-iOS/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/MBProgressHUD-iOS/MBProgressHUD-iOS.modulemap"; - PRODUCT_MODULE_NAME = MBProgressHUD; - PRODUCT_NAME = MBProgressHUD; + MODULEMAP_FILE = "Target Support Files/MetaWear-iOS/MetaWear-iOS.modulemap"; + PRODUCT_MODULE_NAME = MetaWear; + PRODUCT_NAME = MetaWear; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.0; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_VERSION = 4.1; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; FAB3E566E6C5EE2FB49F18EF8A28201E /* Debug */ = { isa = XCBuildConfiguration; @@ -2888,8 +2888,8 @@ 2379256C7B63B3AFD179C5CA9BEA0D02 /* Build configuration list for PBXNativeTarget "MetaWear-macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 60FF7F40813B23460BCD8BABB23C7A9E /* Debug */, - A59B16504A8F25808A5F726EE75C1DFF /* Release */, + 002125F29B97862069E93DCFA4DF9012 /* Debug */, + 5D50221AFD6926481AF3103B99F239F6 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -2915,8 +2915,8 @@ 9057A67A2FE311F665275C116AC062BD /* Build configuration list for PBXNativeTarget "MetaWear-tvOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - 231C7448994189CB6E3D027550040C77 /* Debug */, - CF8A5D6AEFDC5C66CB0F4FBFA8530E03 /* Release */, + 273A1A085827CAC19836CF4C1F4FFD79 /* Debug */, + DBB8DD29E6CACAF5832DEEFDC095CA4B /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -2942,8 +2942,8 @@ CB978462A591CD086FFCCC2AD2510653 /* Build configuration list for PBXNativeTarget "MetaWear-iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( - E3564C9EF551B585AFE99D39614F7065 /* Debug */, - C0A650BF53FB530C5F01D4A875ACD374 /* Release */, + EC21F6124F4249829C9313C9574A2884 /* Debug */, + F082550B26544C0BF46736D1CE6BCD52 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/StarterProject/Pods/Target Support Files/Bolts-Swift-iOS/Info.plist b/StarterProject/Pods/Target Support Files/Bolts-Swift-iOS/Info.plist index b6b2813..7b6b52a 100644 --- a/StarterProject/Pods/Target Support Files/Bolts-Swift-iOS/Info.plist +++ b/StarterProject/Pods/Target Support Files/Bolts-Swift-iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.4.0 CFBundleSignature ???? CFBundleVersion diff --git a/StarterProject/Pods/Target Support Files/Bolts-Swift-macOS/Info.plist b/StarterProject/Pods/Target Support Files/Bolts-Swift-macOS/Info.plist index b6b2813..7b6b52a 100644 --- a/StarterProject/Pods/Target Support Files/Bolts-Swift-macOS/Info.plist +++ b/StarterProject/Pods/Target Support Files/Bolts-Swift-macOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.4.0 CFBundleSignature ???? CFBundleVersion diff --git a/StarterProject/Pods/Target Support Files/Bolts-Swift-tvOS/Info.plist b/StarterProject/Pods/Target Support Files/Bolts-Swift-tvOS/Info.plist index b6b2813..7b6b52a 100644 --- a/StarterProject/Pods/Target Support Files/Bolts-Swift-tvOS/Info.plist +++ b/StarterProject/Pods/Target Support Files/Bolts-Swift-tvOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.0 + 1.4.0 CFBundleSignature ???? CFBundleVersion diff --git a/StarterProject/Pods/Target Support Files/MetaWear-iOS/Info.plist b/StarterProject/Pods/Target Support Files/MetaWear-iOS/Info.plist index 8b511bb..36f2c7e 100644 --- a/StarterProject/Pods/Target Support Files/MetaWear-iOS/Info.plist +++ b/StarterProject/Pods/Target Support Files/MetaWear-iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.3 + 3.1.4 CFBundleSignature ???? CFBundleVersion diff --git a/StarterProject/Pods/Target Support Files/MetaWear-iOS/MetaWear-iOS.xcconfig b/StarterProject/Pods/Target Support Files/MetaWear-iOS/MetaWear-iOS.xcconfig index 2318419..c22f23e 100644 --- a/StarterProject/Pods/Target Support Files/MetaWear-iOS/MetaWear-iOS.xcconfig +++ b/StarterProject/Pods/Target Support Files/MetaWear-iOS/MetaWear-iOS.xcconfig @@ -11,4 +11,3 @@ PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES SWIFT_INCLUDE_PATHS = $(inherited) $(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src -SWIFT_VERSION = 4.0 diff --git a/StarterProject/Pods/Target Support Files/MetaWear-macOS/Info.plist b/StarterProject/Pods/Target Support Files/MetaWear-macOS/Info.plist index 8b511bb..36f2c7e 100644 --- a/StarterProject/Pods/Target Support Files/MetaWear-macOS/Info.plist +++ b/StarterProject/Pods/Target Support Files/MetaWear-macOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.3 + 3.1.4 CFBundleSignature ???? CFBundleVersion diff --git a/StarterProject/Pods/Target Support Files/MetaWear-macOS/MetaWear-macOS.xcconfig b/StarterProject/Pods/Target Support Files/MetaWear-macOS/MetaWear-macOS.xcconfig index 74ff1cb..0daa7ea 100644 --- a/StarterProject/Pods/Target Support Files/MetaWear-macOS/MetaWear-macOS.xcconfig +++ b/StarterProject/Pods/Target Support Files/MetaWear-macOS/MetaWear-macOS.xcconfig @@ -12,4 +12,3 @@ PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES SWIFT_INCLUDE_PATHS = $(inherited) $(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src -SWIFT_VERSION = 4.0 diff --git a/StarterProject/Pods/Target Support Files/MetaWear-tvOS/Info.plist b/StarterProject/Pods/Target Support Files/MetaWear-tvOS/Info.plist index 8b511bb..36f2c7e 100644 --- a/StarterProject/Pods/Target Support Files/MetaWear-tvOS/Info.plist +++ b/StarterProject/Pods/Target Support Files/MetaWear-tvOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.3 + 3.1.4 CFBundleSignature ???? CFBundleVersion diff --git a/StarterProject/Pods/Target Support Files/MetaWear-tvOS/MetaWear-tvOS.xcconfig b/StarterProject/Pods/Target Support Files/MetaWear-tvOS/MetaWear-tvOS.xcconfig index d9737c9..bc66591 100644 --- a/StarterProject/Pods/Target Support Files/MetaWear-tvOS/MetaWear-tvOS.xcconfig +++ b/StarterProject/Pods/Target Support Files/MetaWear-tvOS/MetaWear-tvOS.xcconfig @@ -11,4 +11,3 @@ PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} SKIP_INSTALL = YES SWIFT_INCLUDE_PATHS = $(inherited) $(PODS_TARGET_SRCROOT)/MetaWear/MetaWear-SDK-Cpp/src -SWIFT_VERSION = 4.0 diff --git a/StarterProject/StarterProject.xcodeproj/project.pbxproj b/StarterProject/StarterProject.xcodeproj/project.pbxproj index bed42b5..ad4fceb 100644 --- a/StarterProject/StarterProject.xcodeproj/project.pbxproj +++ b/StarterProject/StarterProject.xcodeproj/project.pbxproj @@ -563,7 +563,7 @@ ONLY_ACTIVE_ARCH = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0.1; + SWIFT_VERSION = 4.0; TVOS_DEPLOYMENT_TARGET = 10.0; WATCHOS_DEPLOYMENT_TARGET = 4.0; }; @@ -614,7 +614,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 10.0; MTL_ENABLE_DEBUG_INFO = NO; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; - SWIFT_VERSION = 3.0.1; + SWIFT_VERSION = 4.0; TVOS_DEPLOYMENT_TARGET = 10.0; WATCHOS_DEPLOYMENT_TARGET = 4.0; }; @@ -633,7 +633,6 @@ PRODUCT_NAME = StarterProject; SDKROOT = iphoneos; SWIFT_SWIFT3_OBJC_INFERENCE = Default; - SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; @@ -651,7 +650,6 @@ PRODUCT_NAME = StarterProject; SDKROOT = iphoneos; SWIFT_SWIFT3_OBJC_INFERENCE = Default; - SWIFT_VERSION = 4.0; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; }; @@ -670,7 +668,6 @@ PRODUCT_NAME = StarterProject; SDKROOT = appletvos; SWIFT_SWIFT3_OBJC_INFERENCE = Default; - SWIFT_VERSION = 4.0; }; name = Debug; }; @@ -687,7 +684,6 @@ PRODUCT_NAME = StarterProject; SDKROOT = appletvos; SWIFT_SWIFT3_OBJC_INFERENCE = Default; - SWIFT_VERSION = 4.0; VALIDATE_PRODUCT = YES; }; name = Release; @@ -706,7 +702,6 @@ PRODUCT_NAME = StarterProject; SDKROOT = macosx; SWIFT_SWIFT3_OBJC_INFERENCE = Default; - SWIFT_VERSION = 4.0; }; name = Debug; }; @@ -724,7 +719,6 @@ PRODUCT_NAME = StarterProject; SDKROOT = macosx; SWIFT_SWIFT3_OBJC_INFERENCE = Default; - SWIFT_VERSION = 4.0; }; name = Release; };