Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lkasso committed Mar 22, 2021
2 parents 9774981 + 355da9f commit c9af684
Show file tree
Hide file tree
Showing 373 changed files with 3,219 additions and 37,686 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.0.0] - 2021-03-22
### Update
- Update pods and new CPP SDK 0.20.0
- Update tests
- Update for MMS
- Update some helper functions (processors)

## [3.4.3] - 2021-01-04
### Update
- Update pods and new CPP SDK 0.19.1
Expand Down
8 changes: 7 additions & 1 deletion MetaWear.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ Pod::Spec.new do |s|
s.subspec 'Core' do |s|
s.preserve_paths = 'MetaWear/MetaWear-SDK-Cpp/src/**/*'
s.source_files = 'MetaWear/Core/**/*',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/**/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/core/*/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/dfu/*/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/impl/*/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/peripheral/*/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/platform/*/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/processor/*/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/src/metawear/sensor/*/*.cpp',
'MetaWear/MetaWear-SDK-Cpp/bindings/swift/**/*'
s.compiler_flags = '-Wno-documentation', '-Wno-comma'
s.pod_target_xcconfig = {
Expand Down

This file was deleted.

14 changes: 7 additions & 7 deletions MetaWear/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ PODS:
- Bolts-Swift (1.5.0)
- iOSDFULibrary (4.5.1):
- ZIPFoundation (= 0.9.9)
- MetaWear/AsyncUtils (3.4.3):
- MetaWear/AsyncUtils (4.0.0):
- MetaWear/Core
- MetaWear/Core (3.4.3):
- MetaWear/Core (4.0.0):
- Bolts-Swift (~> 1)
- MetaWear/DFU (3.4.3):
- MetaWear/DFU (4.0.0):
- iOSDFULibrary (= 4.5.1)
- MetaWear/Core
- MetaWear/Mocks (3.4.3):
- MetaWear/Mocks (4.0.0):
- MetaWear/Core
- MetaWear/UI (3.4.3):
- MetaWear/UI (4.0.0):
- MetaWear/AsyncUtils
- MetaWear/Core
- ZIPFoundation (0.9.9)
Expand All @@ -35,9 +35,9 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Bolts-Swift: afbbaf8c8186e7f769be4afa656949c14087ba44
iOSDFULibrary: 87c6a088cf7172e3694dfaa8305e7ded5eda2547
MetaWear: dfdae0f084c45f7fd06c02e9e5541009ba8dd863
MetaWear: 26e6a18edf8f138f3cc479c06b1811bb76ab9bac
ZIPFoundation: 89df685c971926b0323087952320bdfee9f0b6ef

PODFILE CHECKSUM: 76e04bf9dc0046e22c1dba696e3f5f4f09862e8f

COCOAPODS: 1.10.0
COCOAPODS: 1.10.1
12 changes: 9 additions & 3 deletions MetaWear/Pods/Local Podspecs/MetaWear.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions MetaWear/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c9af684

Please sign in to comment.